@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap');*/

.text-campaign {
    font-weight: bold;
    font-size: 22px!important;
    color: #2c3092;
}
.inner-box h3 {
    color: #0192d1;
}
.considerations-box {
    background-color: #F4F4F4;
    padding: 2.2em;
}
.considerations-box p {
    font-size: 1em;
    margin-bottom: 1.2em;
}
.considerations-box ul {
/*    list-style-type: square;*/
    margin-bottom: 1em;
}
.considerations-box li {
    list-style-type: disc;
	margin-left: 20px;
	text-align: left;
}




.contents {
    font-family: 'Kosugi Maru', sans-serif;
}
.mb-xl {
    margin-bottom: 2rem;
}
.toc-container {
    background-color: #f3f3f3;
    border-top: 2px dashed #22adad;
    padding: 0.8rem 0.8rem 0.5rem;
    margin: auto;
}
.toc-container .toc-head {
    font-size: .9rem;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.8rem;
}
.toc-container .toc-list > li:not(.tips) {
    color: #c0c0c0;
    font-size: .9rem;
    line-height: 1.4;
    margin-bottom: 0.3rem;
}
.toc-list > .item > a {
    color: #333;
    font-size: .94rem;
    font-weight: bold;
    display: inline-block;
    text-indent: 0rem;
    margin-bottom: 0.1rem;
    margin-left: 0.3rem;
    position: relative;
}
.toc-container .toc-list > li a::before {
    content: '●';
    color: #22adad;
    font-size: 10px;
    padding-right: 0.6em;
}

.contents .bg-contents {
    background-color: #e0f4fa;
    border-radius: 8px;
    padding: 1rem;
}
.contents .inner-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 1.3rem;
}
.section-head {
    color: #0192d1;
    font-size: 1.3rem !important;
    text-align: center;
}

.contents .bg-box.item2 {
    background-color: #0192d1;
    padding: 1rem 1.4rem;
}
.contents .bg-box.item2 li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 2px;
}
.contents .bg-box.item3 {
    background-color: #F4F4F4;
    padding: 1.3rem;
}
.contents .bg-box.item3 dt {
    font-size: 16px;
    margin-bottom: 3px;
}
.contents .bg-box.item3 dd {
    font-size: 13.4px;
    line-height: 1.5;
    margin-bottom: 3px;
}
.contents .step-title {
    background-color: #22adad;
    border-radius: 50px;
    border-top: 2px darkblue;
    color: #fff;
    font-size: 1rem !important;
    margin: 0 auto auto 0;
    padding: 0.3rem 0.5rem;
    text-align: center;
    width: 35%;
}
.step-wrap {
    position: relative;
}
.step-wrap::before {
    content: '';
    border-top: dashed 4px #ddd;
    display: block;
    height: 3px;
    margin-bottom: 1.5rem;
    width: 100%;
}
.last-text {
    color: #22adad;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
}

.table-basic {
    outline: 1px solid #c0c0c0;
    outline-offset: -1px;
    border-collapse: collapse;
    width: 100%;
}
.table-basic .name {
    background-color: #e0f4fa;
    font-size: .6rem;
    padding: 0.5rem 0.3rem;
    width: 22%;
    color:#0192d1;
}
.table-basic td {
    font-size: .74rem;
    padding: 0.5rem;
}
.table-basic {
    outline: 2px solid #0192d1;
    outline-offset: -2px;
}
.table-basic tr {
    border-bottom: 1px solid #0192d1;
}
.table-basic .name {
    height: 2rem;
}
.table-basic td {
    padding-left: .8rem;
    height: 2.4rem;
}
.btn-official {
    background-color: #f18200;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 4px #E16400;
    display: block;
    font-size: .9rem;
    font-weight: 600;
    padding: 0.8rem 0.5rem 0.8rem 1.41rem;
    position: relative;
    margin: auto;
    width: 85%;
}
.btn-official:hover {
    background-color: #ef9e0b;
    color: #fff;
}
.btn-official::before {
    content: '';
    background-image: url(/service/noritz-hybrid/img/btn_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    right: 0.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
}
.btn-official.type-entry {
    box-shadow: 0 7px #E16400;
    font-size: 1rem;
    margin: auto;
    padding: 1rem 2rem 1rem 1rem;
    text-align: center;
    width: 90%;
}
.btn-official.type-entry .img {
    display: inline-block;
    margin-right: 0.6rem;
    width: 36px;
}
.btn-official.type-entry::before {
    height: 26px;
    right: 1rem;
    width: 24px;
}
.contact-tell {
    border: 3px solid #ef4850;
    margin: auto;
    padding: 3%;
    width: 95%;
}
.contact-tell .head {
    border-bottom: 1px solid #ef4850;
    margin-bottom: 20px;
    padding-bottom: 0.5em;
}
.contact-tell .inner-box {
    text-align: center;
}
.contact-tell .inner-box span {
    font-size: .86rem;
}
.contact-tell .number {
    display: block;
    font-family: 'Arial',sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}
.contact-tell .inner-box a {
    color: #555;
}
.contact-tell .inner-box a:hover {
    text-decoration: underline;
}

.guide-box-bold {
    background-color: #fff;
    border: 3px solid #22adad;
    padding: 2%;
}

/* スマホ用 */
@media screen and (max-width: 560px) {
.toc-container {
    width: 94%;
}
}
/* PC用 */
@media screen and (min-width: 561px) {

.toc-container {
    padding: 1.3rem 1.6rem 1rem;
    width: 94%;
}
.toc-container .toc-head {
    font-size: 1.05rem;
}
.toc-container .toc-list li {
    font-size: .98rem;
    margin-bottom: 0.4rem;
}
.contents .bg-contents {
    padding: 1.8rem;
}
.contents .inner-box {
    padding: 2rem;
}
.contents .section-head {
    font-size: 1.6rem !important;
}

.table-basic .name {
    font-size: .9rem;
    padding: 0.9rem;
    width: 25%;
}
.table-basic td {
    font-size: .95rem;
    padding: 0.8rem 0.5rem;
}
.table-basic .name {
    height: 2.6rem;
}
.table-basic td {
    padding-left: .8rem;
}
.table-basic .upper-limit {
    font-size: 1.9em;
    width: 25%;
}

.btn-official {
    font-size: 1.2rem;
    padding: 1rem 1rem 1rem 1.8rem;
    width: 52%;
}
.btn-official.type-entry {
    box-shadow: 0 7px #E16400;
    font-size: 1.5rem;
    width: 70%;
}
.btn-official.type-entry .img {
    margin-right: 1.1rem;
    width: fit-content;
}
.btn-official.type-entry::before {
    height: 36px;
    right: 1.5rem;
    width: 34px;
}

.contact-tell {
    border: 5px solid #ef4850;
    width: 85%;
}
.contact-tell .number {
    font-size: 2.2rem;
}
    
}