.lead img {
    width: 284px;
    margin-top: 16px;
}

.lead h2 {
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    border-bottom: 2px solid #FF9100;
    padding-bottom: 6px;
    color: #FF9100;
    margin-top: 40px;
    display: inline-block;
}

.lead p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    width: 877px;
}

.lead {
    padding-bottom: 70px;
}

.topicbox .contentbox {
    display: flex;
}

.topicbox .contentbox .imagebox {
    width: 343px;
}

.topicbox .contentbox .imagebox img {
    width: 100%;
    border-radius: 15px;
}

.topicbox .textbox {width: 670px;}

.topicbox {
    margin-top: 50px;
}

div.titlebox + div.topicbox {
    margin-top: 30px;
}

.topicbox .textbox p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    padding-right: 50px;
}

.textbox h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    color: #017024;
    border-bottom: 3px dotted #017024;
    padding-bottom: 8px;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
    margin-right: 50px;
}

.textbox h3.sublead span {
    border-bottom: none;
    color: #FF9100;
    background: linear-gradient(180deg, transparent 0% 58.7%, #FCFFA5 58.7% 100%);
    margin-top: 8px;
    display: inline-block;
    padding-bottom: 6px;
}


.textbox h3.sublead {
    border: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.topicbox .textbox p.sub {
    padding-bottom: 32px;
}
.imagebox p {
    text-align: right;
    font-size: 13px;
    line-height: 1em;
    padding-top: 5px;
}
.tablet {
    width: 658px;
    border: 2px solid #017024;
    margin: 60px 0 0 10px;
    border-radius: 9px;
    overflow: hidden;
    background-color: #FFF;
}

.tablet h4 {
    color: #FFF;
    background-color: #017024;
    font-size: 17px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0.15em;
    padding: 10px 20px;
}

.topicbox .textbox .tablet ul {
    padding: 10px 15px 10px 20px;
}


.topicbox .textbox .tablet ul li{
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.05em;
}
.topicbox .samplelist .contentbox{
    flex-wrap:wrap;
}
.topicbox .samplelist .contentbox > div {
    width: 50%;
    display: flex;
}

.topicbox .samplelist .contentbox > div .column {
    width: 50%;
}

.topicbox .samplelist .contentbox > div .column h4 {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.05em;
}

.topicbox .samplelist .contentbox > div .column ul li {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-indent: 1em;
}

.topicbox .samplelist .contentbox > div .column ul {
    marign-top: 10px;
}
.topicbox .samplelist .contentbox h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1em;
    color: #017024;
    border-bottom: 3px dotted #017024;
    padding-bottom: 8px;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
    width:100%;
    margin-top:24px;
}

a.btnTypeA {
    margin-top: 40px;
    font-size: 15px;
    padding-right: 36px;
    line-height: 1em;
}

.topicbox .samplelist .contentbox div.secondline .column:nth-child(2) ul {
    padding-top: 14px;
}

.topicbox .samplelist .contentbox div.secondline .column:nth-child(2) ul li:last-child {
    text-indent: 2em;
}