﻿@charset "utf-8";

/* -------------------------------------------------
	generic  class
------------------------------------------------- */

.layoutC { text-align: center; }
.layoutL { text-align: left; }
.layoutR { text-align: right; }

.txtB { font-weight: bold; }
.txtN { font-weight: normal; }

.mt0 { margin-top: 0px !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }

.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml40 { margin-left: 40px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }

.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

.font10 { font-size: 1.0rem !important; }
.font11 { font-size: 1.1rem !important; }
.font12 { font-size: 1.2rem !important; }
.font13 { font-size: 1.3rem !important; }
.font14 { font-size: 1.4rem !important; }
.font15 { font-size: 1.5rem !important; }
.font20 { font-size: 2.0rem !important; }
.font25 { font-size: 2.5rem !important; }
.font30 { font-size: 3.0rem !important; }
.font35 { font-size: 3.5rem !important; }

/* -------------------------------------------------
	Base
------------------------------------------------- */

body {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

header {
    background-color: #d00024;
    padding: 30px 35px;
}

header img.hd-logo {
    width: 180px;
    height: auto;
    line-height: 0;
}

@media screen and (max-width:736px) {
header {
    padding: 4vw 4.5vw;
}
    
header img.hd-logo {
    width: 22vw;
}
}

.headline {
    padding: 50px 0 30px;
    font-size: 2.4rem;
    line-height: 1;
    color: #d00024;
    text-align: center;
    font-weight: bold;
}

.detail-contents .headline {
    border-bottom: #dbdbdb solid 1px;
    padding: 35px 0;
}

.list-lead {
    margin-top: 40px;
    padding-bottom: 50px;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 1px;
    border-bottom: #dbdbdb solid 1px;
}
.list-lead span {
    background: linear-gradient(transparent 60%, #ffd4db 60%);
    padding: 0 10px;
}

.second-headline {
    margin-top: 50px;
    font-size: 2.4rem;
    text-align: center;
    font-weight: bold;
}

.contents-wrapper img {
    width: 100%;
}

.col-act img.act-ttl {
    max-width: 93.478%;
    display: block;
    margin: 0 auto 5.4% auto;
}
.col-act img.act-icon {
    max-width: 100%;
    display: block;
    margin: 0 auto  5.4%;
}

@media screen and (max-width:736px) {
.headline {
    padding: 30px 0 0;
    font-size: 1.8rem;
}
.detail-contents .headline {
    padding: 15px 0 15px;
}
}

/* -------------------------------------------------
top-contents
------------------------------------------------- */

.top-contents .contents-list {
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
}

.top-contents .contents-list li {
    background: #f7f7f7;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.2);
}

.top-contents .contents-list li .text-wrapper {
    padding: 10px 15px 19px;
}

.top-contents .contents-list li .title {
    font-size: 1.6rem;
    line-height: 1.6;
    color: #000;
    font-weight: bold;
}

.top-contents .contents-list li .date {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1;
    color: #666;
}

.top-contents .contents-list li .btn {
    height: 40px;
    padding-top: 12px;
    margin-top: 17px;
    display: block;
    color: #fff;
    background: #d00024;
    text-decoration: none;
    font-size: 1.4rem;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
}

@media print, screen and (min-width:737px) {
.top-contents .contents-list li {
    width: calc(240 / 750 * 100%);
    margin: 0 calc(15 / 750 * 100%) 30px 0;
}

.top-contents .contents-list li:nth-child(3n) {
    margin-right: 0;
}

.top-contents .contents-list li a:hover {
    opacity: 0.8;
}
.top-contents .contents-list li .btn:hover {
    background: #df2747;
}
}

@media screen and (max-width:736px) {
.top-contents .second-section {
    margin-left: calc(10 / 750 * 100%);
    margin-right: calc(10 / 750 * 100%);
}

.top-contents .second-headline {
    margin-top: 22px;
    font-size: 1.5rem;
}

.top-contents .contents-list {
    margin-top: 22px;
    justify-content: space-between;
}
.top-contents .contents-list li {
    width: 49.3%;
    margin-bottom: 15px;
}

.top-contents .contents-list li .text-wrapper {
    padding: 7px 10px 15px;
}

.top-contents .contents-list li .title {
    font-size: 1.1rem;
}

.top-contents .contents-list li .date {
    margin-top: 6px;
    font-size: 0.9rem;
}

.top-contents .contents-list li .btn {
    height: 35px;
    padding-top: 11px;
    margin-top: 15px;
    font-size: 1.1rem;
    border-radius: 18px;
}

.list-lead {
    margin-top: 30px;
    padding-bottom: 40px;
    font-size: 2.1rem;
    line-height: 1.6;
    letter-spacing: 1px;
}
}

/* -------------------------------------------------
detail-contents
------------------------------------------------- */

.detail-contents .detail-article {
    margin-top: 40px;
}

.detail-contents .detail-article .title {
    margin-bottom: 35px;
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: bold;
}

.detail-contents .detail-article p,
.detail-contents .detail-article li {
    margin-top: 25px;
    font-size: 1.8rem;
    line-height: 1.7;
}

.detail-contents .detail-article .second-title {
    margin-top: 50px;
    font-size: 2.2rem;
    line-height: 1.6;
    font-weight: bold;
}

.detail-contents .detail-article .third-title {
    margin: 15px 5px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px;
    background-color: #f6f6f6;
    font-weight: bold;
}

.detail-contents .detail-article ul.list01 + p {
    margin-top: 20px;
}

.detail-contents .detail-article ol.list02 > li + p {
    margin-top: 0px !important;
}

.detail-contents .detail-article dl.list03 {
    font-size: 1.8rem;
}

.detail-contents .detail-article dl.list03 > dt {
    margin-top: 20px;
}

.detail-contents .detail-article dl.list03 > dd + dd {
    margin-top: 20px
}

.detail-contents .detail-article p + .thumb {
    margin-top: 50px;
}

.detail-contents .detail-article thumb1 {
    max-width: 300px !important;
    margin: 20px auto;
	}

.detail-contents .detail-article p.caption {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: center;
}

.detail-contents .detail-article .lead {
    border: #d00024 solid 5px;
    padding: 30px;
    margin-top: 40px;
}

.detail-contents .detail-article .lead h4 {
    color: #d00024;
    font-weight: bold;
    font-size: 2.4rem;
}

.detail-contents .detail-article .lead ul {
    margin-top: 20px;
}

.detail-contents .detail-article .lead ul li {
    background: url(../../detail/img/icon-check.gif) no-repeat left top;
    background-size: 30px;
    padding-left: 45px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 30px;
    margin-top: 15px;
}

.col-act {
    margin-top: 50px; 
}

.detail-contents .detail-article p.note {
    margin-top: 20px;
    line-height: 1.3;
}

.detail-contents .detail-article ul.list01 > li {
    text-indent: -1em;
    padding-left: 1em;
}

.detail-contents .detail-article ul.list01 > li::before {
    content: "・";
}
.detail-contents .detail-article ul.list01 + p {
    margin-top: 8px;
}

.detail-contents .detail-article ol.list02 {
    counter-reset: list02;
    margin: 0;
}

.detail-contents .detail-article ol.list02 > li {
    counter-increment: list02;
    padding-left: 2em;
    position: relative;
}

.detail-contents .detail-article ol.list02 > li::before {
    content: counter(list02)".";
    display: inline-block;
    width: 2em;
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}
.detail-contents .detail-article ol.list02 > li + p {
    margin-top: 8px;
}

.detail-contents .detail-article dl.list03 {
    font-size: 1.6rem;
}

.detail-contents .detail-article dl.list03 > dt {
    margin-top: 15px;
    line-height: 1.6;
    font-weight: bold;
}

.detail-contents .detail-article dl.list03 > dd {
    line-height: 1.6;
}

.detail-contents .detail-article dl.list03 > dd + dd {
    margin-top: 15px;
}

.detail-contents .detail-article .sub-info {
    padding: 0 0 40px;
    margin-top: 30px;
    border-bottom: solid 1px #dbdbdb;
}

.detail-contents .detail-article .sub-info p {
    margin-top: 0;
    line-height: 1;
}

.detail-contents .detail-article .sub-info p.author {
    margin-top: 0.9em;
    font-weight: bold;
    text-align: right;
}

.detail-contents .detail-article .sub-info p.date {
    margin-top: 1em;
    color: #666;
    text-align: right;
}

.detail-contents .detail-article .last {
    border: #fff594 solid 15px;
    background-color: #fffbd4;
    padding: 30px 30px;
    position: relative;
    margin-top: 50px;
}

.detail-contents .detail-article .last::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 40px;
    left: 0;
}

.detail-contents .detail-article .last h4 {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
    margin-bottom: 15px;
    padding: 10px 40px;
    position: relative;
    background-color: #fdea42;
    display: inline-block;
    color: #ff5722;
    left: 10px;
}

.detail-contents .detail-article .last p {
    margin-top: 10px;
    line-height: 1.8;
}


@media screen and (max-width:736px) {

.detail-contents .detail-article {
    width: 90.64%;
    margin: 22px auto 0;
}
    
.detail-contents .detail-article .title {
    margin-bottom: 5px;
    font-size: 2.4rem;
    line-height: 1.6;
}
    
.detail-contents .detail-article p,
.detail-contents .detail-article li {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 1.7;
}
    
.detail-contents .detail-article p + .thumb {
    margin-top: 30px;
}

.detail-contents .detail-article .thumb1 {
    max-width: 300px !important;
    margin: 20px auto;
}

.detail-contents .detail-article .sub-info {
    padding: 0 0 20px;
    margin-top: 20px;
}

.detail-contents .detail-article .sub-info p.note {
    font-size: 1.1rem;
}

.detail-contents .detail-article .lead {
    border: #d00024 solid 3px;
    padding: 25px;
    margin-top: 30px;
}
    
.detail-contents .detail-article .lead h4 {
    font-size: 2rem;
}


    
.detail-contents .detail-article .lead ul li {
    background: url(../../detail/img/icon-check.gif) no-repeat left top;
    background-size: 20px;
    padding-left: 35px;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 20px;
}

.detail-contents .detail-article .second-title {
    margin-top: 40px;
    font-size: 2.1rem;
    line-height: 1.6;
}

.detail-contents .detail-article .third-title {
    margin: 15px 5px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px;
    background-color: #f6f6f6;
    font-weight: bold;
}

.detail-contents .detail-article .last {
    border: #fff594 solid 10px;
    background-color: #fffbd4;
    padding: 20px 20px;
    margin-top: 30px;
    position: relative;
}
    
.detail-contents .detail-article .last::before {
    top: 30px;
}
    
.detail-contents .detail-article .last h4 {
    font-size: 2.4rem;
    letter-spacing: 1px;
    text-indent: 1px;
    padding: 10px 40px;
    left: 10px;
}

.detail-contents .detail-article .last h5 {
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
    margin: 10px auto;
}

.detail-contents .detail-article .last p {
    font-size: 1.6rem;
}

.detail-contents .detail-article .last img {
    max-width: 560px;
    text-align: center;
}

.col-act {
    width: 90.64%;
    box-sizing: border-box;
    margin: 40px auto 0;
}

}

/* page-nav */

.detail-contents .page-nav {
    margin-top: 60px;
    text-align: center;
}

.detail-contents .page-nav li {
    padding: 0 1.6em;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1;
    position: relative;
}

.detail-contents .page-nav li + li::before {
    content: "|";
    color: #ddd;
    font-weight: bold;
    position: absolute;
    left: -2px;
}

.detail-contents .page-nav li.prev::after,
.detail-contents .page-nav li.next::after {
    width: 18px;
    height: 19px;
    content: "";
    display: inline-block;
    background: url(../../detail/img/arrow.png) no-repeat 0 0;
    position: absolute;
    top: 0;
}

.detail-contents .page-nav li.prev::after {
    left: 0;
}

.detail-contents .page-nav li.next::after {
    right: 0;
    transform: rotate(180deg);
}

.detail-contents .page-nav li a {
    font-weight: bold;
    color: #333;
}

@media print, screen and (min-width:737px) {
.detail-contents .page-nav li a:hover {
    text-decoration: underline;
}
}

@media screen and (max-width:736px) {
.detail-contents .page-nav {
    margin-top: 25px;
}

.detail-contents .page-nav li {
    font-size: 1.2rem;
}

.detail-contents .page-nav li.prev::after,
.detail-contents .page-nav li.next::after {
    width: 10px;
    height: 10px;
    background-size: contain;
    top: 2px;
}
}

/* -------------------------------------------------
契約ボタン
------------------------------------------------- */

.contract,a.contract {
    width: 100%;
    margin: 20px auto;
    background-color: #18a078;
    border-radius: 3px;
    box-shadow: 0 8px #0f8964;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    position: relative;
}


.contract::after,a.contract::after {
    content: '';
    display: inline-block;
    background-image: url(../../detail/img/icon_arrow_cv.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5vmin;
    max-width: 36px;
    height: 5vmin;
    max-height: 36px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3.5vmin;
}

.contract01,
a.contract01 {
    display: block;
    width: 100%;
    margin: 20px auto 10px;
    background-color: #d00e31;
    border-radius: 3px;
    box-shadow: 0 4px #f7adbb;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4 !important;
    padding: 7px 0;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.contract02,
a.contract02 {
    display: block;
    width: 95%;
    margin: 20px auto 10px;
    background-color: #d00e31;
    border-radius: 3px;
    box-shadow: 0 4px #f7adbb;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4 !important;
    padding: 10px 0;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.contract01::after,
a.contract01::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6%;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    background: url(../../detail/img/act-ico-next-wt.png) center center /cover no-repeat;
}

.contract02::after,
a.contract02::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../../detail/img/act-ico-next-dawn.png) center center /cover no-repeat;
}

.contract01,contract02 span {
    font-size: 13px;

    background-color: #d00e31;
    color: #ffffff;
}
.contractBtn {
    background-color: #18a078;
    color: #ffffff;
    font-size: 16px;
}

.contractBtn01 {
    background-color: #d00e31;
    color: #ffffff;
    font-size: 16px;
}

/* -------------------------------------------------
バックナンバーボタン
------------------------------------------------- */

.backnumber,a.backnumber {
    width: 85%;
    margin: 20px auto 10px;
    background-color: #18a078;
    border-radius: 3px;
    box-shadow: 0 8px #0f8964;
    color: #ffffff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.backnumber::after,a.backnumber::after {
    content: '';
    display: inline-block;
    background-image: url(../../detail/img/icon_arrow_cv.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 5vmin;
    max-width: 25px;
    height: 5vmin;
    max-height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3.5vmin;
}

.backnumberBtn {
    background-color: #18a078;
    color: #ffffff;
    font-size: 18px;
}

/* -------------------------------------------------
記事評価ボタン
------------------------------------------------- */

.square_button {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #3085ff;
    border: solid 2px #3085ff;
    border-radius: 8px;
    transition: .4s;
    background: #ffffff;
    width: 60%;
}

.square {
    text-align: center;
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    border: solid 2px #c0c0c0;
    border-radius: 8px;
    transition: .4s;
    background: #ffffff;
    width: 80%;
    font-size: 16px;
}

/* -------------------------------------------------
	Tooltip
------------------------------------------------- */
.hide{
    display: none;
}

a.tgTtip {
    margin: 0;
    text-decoration: none;
    font-size: 1em;
}

/*クリック元装飾*/
span.tooltip1 {
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 14px;
    padding: 0.1rem 0.8rem 0.1rem 0.8rem;
    background-color: #208c70;
    border-radius: 50%;
    -moz-border-radius: 50%x;
}

/*クリック元装飾(2)*/
span.tooltip2 {
    background-color: #ffe3e3;
    text-decoration: underline;
}

/*クリック元装飾(3)*/
span.tooltip3 {
    text-decoration: underline;
}

/*クリック元装飾(4)*/
span.tooltip4 {
    color: #333;
    text-decoration: none;
    border-bottom: 2px dotted red;
}

/*ツールチップ本体*/
p.tgToolTip {
    margin: 0 1em 0 0;
    padding: 0.6em 0.5em 0.6em 0.6em;
    background-color: #208c70;
    color: #fff;
    font-size: 1.4rem;
	line-height: 1.3;
    border-radius: 6px;
    -moz-border-radius: 6px;
    min-height: 1em;
    top: 100px;
    left: 10px;
    position: absolute;
    z-index: 100;
}

.dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
}


/* -------------------------------------------------
	pageTop
------------------------------------------------- */

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #d00e31;
  opacity: 0.9;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*    for Mobile    */
@media screen and (max-width:736px) {
    #page_top {
        width: 50px;
        height: 50px;
        position: fixed;
        right: 15px;
        bottom: 60px;
        background: #d00e31;
        opacity: 0.9;
    }
}