@charset "UTF-8";

.main-container {
    width: 920px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}

.main-container img {
    vertical-align: top;
}

.main-container a {
    color: #0074bf;
    text-decoration: underline;
}

.color-pon {
    color: #ff9123;
    font-weight: 700;
}

.main-container h2 {
    margin-bottom: 5px;
    padding: 2px 0 2px 9px;
    border-left: 7px solid #ff9123;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.3;
}

.main-container h3 {
    padding: 8px 10px 8px;
    background: #f3f3f3;
    font-size: 20px;
    border-top: solid 4px #ff9123;
}
.main-container h3 .icon{
    display: block;
    background: url(https://pntc.sslcs.cdngc.net/cdn/help/img/guidepage_icon.png) no-repeat 10px center;
    background-size: 28px;
    padding-left: 50px;
    line-height: 1.6;
}

a.link-btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 380px;
    margin: 15px auto;
    padding: 18px 4px 18px 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-spacing: 0;
    border-color: #86b92c;
    border-bottom: 1px solid #78a628;
    background: #86b92c;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
}

a.link-btn::after {
    position: absolute;
    top: 50%;
    left: 8px;
    content: "";
    margin-top: -6px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid;
}

.main-container .font-s {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 500;
}

.main-container .cont-wrap {
    padding: 15px 15px 30px;
}

.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}

.tac {
    text-align: center;
}
.main-container .arrow {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.main-container .arrow::before,
.main-container .arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -5px auto 0;
    content: "";
    vertical-align: middle;
}

.txt-link .arrow:before {
    left: 2px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 5px solid transparent;
    border-left: 9px solid #0074bf;
}

.txt-link a {
    font-weight: 700;
    line-height: 1.7;
}

.txt-link li {
    width: 370px;
    display: inline-block;
    padding-left: 1em;
    text-indent: -1em;
		vertical-align: top;
}

.txt-link-2 {
    font-weight: 500;
/*    margin-top: 6px;*/
}

/* section */
.column .col-2 {
    width: 430px;
    margin-right: 25px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top;
}

.column .col-2-l {
    width: 590px;
}

.column .col-2-s {
    width: 270px;
}

#sec03 .column .col-2 {
    width: 400px;
    vertical-align: top;
    margin-top: 0;
}

#sec03 .column .txt-box {
    height: 63px;
}

.column .col-2:nth-child(2n), #sec04 .column .col-2:nth-child(2n) {
    margin-right: 0;
}

.column h4 {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
}

.column h4 span {
    background: #ff9123;
    color: #fff;
    display: block;
    width: 100%;
    padding: 12px 20px;
    border-radius: 4px 4px 0  0;
    border : solid 2px #ff9123;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.column h4.sub span {
    height: 68px;
    background: #fffdde;
    color: #ff9123;
    border-radius: 4px 4px 0  0;
    text-align: center;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .answer {
    background: #fff;
    padding: 20px 20px 15px;
    border: solid 2px #ff9123;
    border-radius: 0 0 4px 4px;
    border-top: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sec01 .column .txt-box {
    display: inline-block;
    vertical-align: top;
    width: 70%;
    margin-right: 3%;
    height: 166px;
}

.column .img-box  {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.que-box {
    margin: 20px 10px 10px;
    font-size: 15px;
    padding: 10px 10px 10px 190px;
    font-weight: 700;
    background: url(https://pntc.sslcs.cdngc.net/cdn/help/img/pon_img.png) no-repeat 20px 50%,#fffdde;
    background-size: 130px;
    min-height: 150px;
}

#sec03 .top-link {
    font-weight: 700;
    text-align: right;
    margin-top: 15px;
}

.answer .txt-box {
    padding-top:;
    height: 60px;
}

ul.answer .txt-box:nth-child(-n + 3) {
    padding-top: 0;
}

#sec04 .column .col-2 {
    width: 367px;
    margin-right: 46px;
    vertical-align: top;
}

#sec04 .answer {
    padding: 10px 50px 40px;
}

#sec03 .column > li ,#sec04 .column > li {
    margin-bottom: 25px;
}

#sec03 .column li:last-child ,#sec04 .column li:last-child {
    margin-bottom: 0;
}

#sec04 .column .mt-30 {
    margin-top: 30px;
}
.sub-ttl-line {
	background: #ff9123;
	color: #fff;
	padding: 12px 20px;
	border-radius: 4px;
	border : solid 2px #ff9123;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 60px auto 10px;
}
/*sec04,文言が3行に収まらない場合の調整*/
.font-13 {
	font-size: 13px;
}