@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
/* CSS Document */
#contents *{
	font-weight: 500;
}
h1, h2, h3, h4, h5, h6,	#contents .sectitle{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 700;
}

.fancybox__caption{
	font-size: 14px;
}

@media print, screen and (min-width: 481px) {
	#mainArea {
		padding: 30px 0 0 0 !important;
	}
	#container {
		width: 100%;
	}
	#container header {
		max-width: 980px;
		margin: 0 auto;
		width: 100%;
	}
	#container footer {
		width: 100%;
		max-width: 980px;
		margin: 0 auto;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	#mainArea {
		display: block;
		width: 100%;
		padding: 30px 0 60px 0;
	}
	#contents {
		display: block;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #FFF;
	}
	#contents .sec1 {
		/*background: url(../img/lp/2023/title-bg.jpg) no-repeat center 210px;
		background-size: auto 61%;*/
	}
	#contents .main-title {
		width: 100%;
		padding: 70px 0 30px;
		background: url(../img/lp/2017/title-bg.gif) no-repeat top center;
		background-size: 170px;
	}
	#contents .main-title .main-container{
		max-width: 980px;
		margin: 0 auto;
		width: 100%;
		position: relative;
	}
	#contents .main-title h1 {
		font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
		text-align: center;
		font-size: min(3.9em, 4vw);
		font-weight: normal;
		color: #FF5F8C;
	}
	#contents .main-title h2 {
		position: absolute;
        top: calc(-50% + 50%);
        left: calc(50% + 30%);
        width: 17%;
        z-index: 10;
	}
	#contents .main-title .main-image {
		position: relative;
	}

	#contents .main-title .main-image h3 {
		margin: 20px 0 40px 0;
		width: 100%;
	}
	#contents .main-title p {
		text-align: center;
		font-size: 1.4em;
	}

	#contents .gray {
		background-color: #f5f5f5;
		box-shadow: 3px 3px 6px 0px #646464;
	}

	#contents .section_container {
		padding: 30px 30px 20px;
		margin: 0 auto;
		max-width: 980px;
		background-color: #fff;
		border: 2px solid #fa726d;
		border-radius: 10px;
		box-shadow: 8px 8px 30px rgba(0,0,0,.22);
	}

	#contents .sectitle {
		max-width: 724px;
        padding: 40px 40px 50px;
        margin: -105px auto 0;
        background-image: url(../img/lp/2025/sectitle-bg.png);
        background-size: 100% 100%;
        text-align: center;
	}
	#contents .sectitle h2 {
		font-weight: 700;
		font-size: 24px;
		letter-spacing: 1px;
		color: #fa726d;
	}
	#contents .sectitle p {
		width: fit-content;
		font: inherit;
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 2px;
		color: #A58B68;
		margin: 0 auto;
		position: relative;
	}
	#contents .sectitle p::before,
	#contents .sectitle p::after{
		content: "";
		display: block;
		width: 50%;
		height: 50%;
		background-size: 100% 100%;
		position: absolute;
		top: calc(50% - 25%);
	}
	#contents .sectitle p::before{
		background-image: url(../img/lp/2025/sectitle-l.png);
		left: calc(-50% - 5%);
	}
	#contents .sectitle p::after{
		background-image: url(../img/lp/2025/sectitle-r.png);
		right: calc(-50% - 5%);
	}
	
	#contents .road .lead {
		margin: 0;
	}
	#contents .road .lead > div {
		width: 100%;
	}
	
	#contents .sec2 {
		padding: 60px 30px;
		background-color: #ededed;
		text-align: center;
	}
	#contents .sec2 .section_container {
		border: 2px solid #a58b68;
	}
	#contents .sec2 .subtitle2 {
		margin: 0 0 20px;
	}

	#contents .sec3 {
		padding: 140px 30px 60px;
		background-image: url(../img/lp/2025/sec3_bg.jpg);
		background-repeat: repeat;
	}

	#contents .sec4 {
		padding: 140px 30px 60px;
		background-image:	url(../img/lp/2025/sec4_bg.jpg);
		background-repeat: repeat;
	}
	#contents .sec4 .road .result dl dt{
		margin: 0 15px 0 0;
	}

	#contents .sec5 {
		padding: 140px 30px 60px;
		background-image:	url(../img/lp/2025/sec5_bg.jpg);
		background-repeat: repeat;
	}
	#contents .sec5 .road .lead{
		margin: 0 0 50px;
	}
	#contents .sec5 .subtitle2{
		margin: 40px 0 5px;
	}
	#contents .sec5 .subtitle2 h2{
		background: url(../img/lp/2025/sec5_subtitle2-bg-pc.png) no-repeat center /100% 100%;
	}

	#contents .road .subtitle {
		position: relative;
		margin: 20px 130px;
		padding: 10px 0 0;
	}
	#contents .road .subtitle h1 {
		font-size: 2.8em;
		font-weight: bold;
		line-height: 1;
		text-align: center;
	}
	#contents .road .subtitle .before {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: 100%;
	}
	#contents .road .subtitle .after {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		height: 100%;
	}
	#contents .road .subtitle p {
		margin: 10px 0 0 0;
		font-size: 1.6em;
		text-align: center;
	}


	#contents .road .result {
		display: table;
		width: 100%;
		margin: 30px auto;
		background-color: #FFF;
		border-radius: 8px;
	}
	#contents .road .result h1 {
		display: table-cell;
		width: 150px;
		font-size: 1.6em;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		color: #e6514b;
		letter-spacing: .15rem;
		background: #fcdcda;
		border-radius: 10px 0 0 10px;
	}
	#contents .road .result h1 span {
		display: block;
		font-size: 14px;
		font-weight: normal;
		color: #000;
	}
	#contents .road .result dl {
    display: table-cell;
    padding: 20px 30px 20px 20px;
    font-size: 1.6em;
    background: #ffefee;
	}
	#contents .road .result dl:after {
		content: "";
		display: block;
		clear: both;
	}
	#contents .road .result dl dt {
		width: 4.5em;
		float: left;
		padding: 3px 0;
		font-weight: bold;
		margin: 0 35px 0 0;
	}
	#contents .road .result dl dd:first-of-type{
		margin: 0 0 20px;
	}
	#contents .road .result dl dt:last-of-type,
	#contents .road .result dl dd:last-of-type{
		border-top: 1px solid #fa726d;
		padding: 20px 0 0;
	}
	#contents .road .result dl dd:last-of-type{
		padding: 16px 0 0;
	}
	#contents .road .result dl dd {
		margin: 0 0 0 4em;
	}
	#contents .road .result dl dd table td {
		padding: 4px 14px;
		font-weight: bold;
	}
	#contents .road .result dl dd table td strong {
		font-weight: bold;
		color: #e6514b;
	}

	#contents .road .lead {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
	}
	#contents .road .lead > div{
		/*width: 49%;*/
	}
	#contents .road .lead > div:nth-child(2){
		margin: 0 0 0 2%;
	}
	#contents .road .lead > div p{
		font-size: 1.4em;
		line-height: 1.85;
		margin-bottom: 30px;
	}
	#contents .road .lead > div img{
		width: 100%;
		height: auto;
	}
	#contents .road .lead > div figcaption{
		text-align: center;
		padding: 10px 0;
    font-size: 1.5em;
    font-weight: bold;
	}
	#contents .road .lead > div > *:last-child{
		margin-bottom: 0;
	}
	#contents .last .road .lead > div:first-child{
		width: 100%;
	}
	#contents .last .road .lead > div:last-child{
		width: 385px;
		min-width: 385px;
	}
	#contents .last .road .lead > div p{
		color: #231815;
	}

	#contents .image {
		position: relative;
		/*margin: 0 -10px;*/
	}
	#contents .image ul {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#contents .image ul li {
		width: 49%;
		margin: 15px 0 0 0;
	}
	#contents .image ul li.narrow {
		width: 32%;
	}
	#contents .image ul li.special-wide {
		margin-right: 8%;
	}
	#contents .image ul li.wide {
		width: 100%;
	}
	#contents .image ul li figure {
		display: block;
	}
	#contents .image ul li .ribon {
		text-align: center;
		padding: 10px 0;
		font-size: 1.6em;
		font-weight: bold;
	}


	#contents .subtitle2 {
		position: relative;
		margin: 40px 0 0 0;
		text-align: center;
	}
	#contents .subtitle2 h2 {
		padding-top: 13px;
        width: 354px;
        height: 62px;
        display: inline-block;
        text-align: center;
        font-size: 2.5em;
        font-weight: bold;
        color: #000;
        background: url(../img/lp/2025/subtitle2-bg-pc.png) no-repeat center;
        background-size: 100% 100%;
		letter-spacing: 0.1em;
	}
	#contents .last-section {
		background-image: url(../img/lp/2025/last-title-bg.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		aspect-ratio: 1400/264;
		background-position: center;
		position: relative;
	}
	#contents .last-title {
		text-align: center;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width:100%;
		position: absolute;
		top: calc(50% - 25%);
		left: 50%;
		transform: translateX(-50%);
	}
	#contents .last-title .img {
		transform: translateY(15px);
		width: 580px;
	}
	#contents .last-title img {
		width: 10vw;
		height: auto;
	}
	#contents .last-title h2 {
		padding-left: 1rem;
		line-height: 1.5;
		font-weight: 900;
		font-size: 2vw;
		font-family: "Noto Serif JP",sans-serif;
		color: #fff;
	}
	#contents .last-title h2 span{
		font-size: 4vw;
	}
	#contents .last {
		padding: 60px 30px;
		background-image: url(../img/lp/2025/seclast_bg.jpg);
		background-repeat: repeat;
	}
	#contents .last .inner {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	#contents .last > .inner{
		max-width: 980px;
		background: #fff;
		border: 2px solid #a58b68;
		border-radius: 10px;
		padding: 0 30px;
		box-shadow: 8px 8px 30px rgba(0,0,0,.22);
		position: relative;
		z-index: 2;
	}
	#contents .last .inner .lead{
		margin: 0 -30px;
		padding: 30px;
		border-radius: 8px 8px 0 0;
		background: #f9f6f1;
	}
	#contents .last .subtitle {
		padding: 200px 0 50px 0;
	}
	#contents .last .subtitle h1 {
		position: relative;
		padding: 20px 0;
		font-size: 4.6em;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		color: #FA4646;
		border-top: 3px solid #000;
		border-bottom: 3px solid #000;
	}
	#contents .last .subtitle h1:before{
		content: '';
		position: absolute;
		top: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
	}
	#contents .last .subtitle h1:after{
		content: '';
		position: absolute;
		bottom: 5px;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
	}
	#contents .last .subtitle2 {
		margin:30px 0 15px
	}
	#contents .last .result {
		position: relative;
		display: block;
		width: 100%;
		border-radius: 10px;
		background-color: #fff;
		margin: 0 auto 40px;
		padding: 0 0 1.5em;
	}
	#contents .last .result h2 {
    background: #e5d5bf;
    border-radius: 10px 10px 0 0;
    padding: 10px 0;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
	}
	#contents .last .result h1 {
    margin: 0;
    padding: 0 0 10px;
    width: 100%;
    display: block;
    font-size: 2em;
    font-weight: bold;
    color: #000;
    line-height: 1;
    text-align: center;
    background: #E5D5BF;
    border-radius: 0;
	}
	#contents .last .result table {
		width: fit-content;
		margin: 1.5em auto 0;
		font-size: 1.6em;
	}
	#contents .last .result table td {
		font-weight: bold;
	}
	#contents .last .result table td:not(:last-of-type){
		padding: 0 1.5em 0 0;
	}
	#contents .last .result strong {
		color: #e6514b;
		font-weight: bold;
	}

}

@media only screen and (max-width: 480px) {
	#mainArea {
		margin: 15px 0 0 0;
		padding: 0 0 50px 0;
	}
	#contents {
		margin: 0 auto;
		padding: 10px 0 0;
		background-color: #FFF;
	}
	#contents img {
		width: 100%;
	}
	#contents .main-title {
		position: relative;
		padding: 75px 0 0 0;
		background: url(../img/lp/2017/title-bg.gif) no-repeat top center;
		background-size: 157px;
	}
	#contents .main-title h1 {
		font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
		font-size: 2.5em;
		font-weight: bold;
		line-height: 1.2;
		text-align: center;
		color: #FF5F8C;
	}
	#contents .main-title h1 span {
		display: block;
	}
	#contents .main-title .main-image {
		position: relative;
		padding-top: 20px;
	}
	#contents .main-title .main-container h2 {
		position: absolute;
		top: 110px;
		left: 85.5%;
		transform: translateX(-50%);
		width: 97px;
		z-index: 10;
	}
	#contents .main-title .main-image h3 {
		margin-top: 10px;
		min-width: 0;
	}
	#contents .main-title p {
		padding: 25px 15px;
		font-size: 1.4em;
	}
	#contents .gray {
		background-color: #f5f5f5;
		border-radius: 20px;
	}

	#contents .section_container {
		padding: 30px 15px 20px;
		margin: 0 auto;
		background-color: #fff;
		border: 2px solid #fa726d;
		border-radius: 10px;
		box-shadow: 8px 8px 30px rgba(0,0,0,.22);
	}

	#contents .sectitle {
		max-width: 380px;
        padding: 30px 0;
        margin: -100px auto 0;
        background-image: url(../img/lp/2025/sectitle-bg-sp.png);
        background-size: cover;
        text-align: center;
	}
	#contents .sectitle h2 {
		font-weight: 700;
		font-size: 20px;
		line-height: 1.35;
		letter-spacing: 1px;
		color: #fa726d;
	}
	#contents .sectitle p {
		font: inherit;
		width: fit-content;
		margin-top: 3px;
		font-size: 14px;
		letter-spacing: 2px;
		color: #A58B68;
		margin: 0 auto;
		position: relative;
	}
	#contents .sectitle p::before,
	#contents .sectitle p::after{
		content: "";
		display: block;
		width: 30%;
		height: 50%;
		background-size: 100% 100%;
		position: absolute;
		top: calc(50% - 25%);
	}
	#contents .sectitle p::before{
		background-image: url(../img/lp/2025/sectitle-l-sp.png);
		left: calc(-30% - 5%);
	}
	#contents .sectitle p::after{
		background-image: url(../img/lp/2025/sectitle-r-sp.png);
		right: calc(-30% - 5%);
	}

	#contents .sec2 {
		padding: 30px 15px;
		background-color: #ededed;
	}
	#contents .sec2 .section_container {
		border: 2px solid #a58b68;
		border-radius: 10px;
		box-shadow: 8px 8px 30px rgba(0,0,0,.22);
	}
	#contents .sec2 .subtitle2{
		margin: 0 0 25px;
	}
	#contents .sec2 .road {
		margin: 0 auto;
	}

	#contents .sec3 {
		padding: 100px 15px 30px;
		background-image:	url(../img/lp/2025/sec3_bg.jpg);
		background-repeat: repeat;
	}
	#contents .sec3 .road {
		margin: 0 auto;
	}

	#contents .sec4 {
		padding: 100px 15px 30px;
		background-image:	url(../img/lp/2025/sec4_bg.jpg);
		background-repeat: repeat;
		background-size: contain;
	}
	#contents .sec4 .road {
		margin: 0 auto;
	}
	#contents .sec4 .road .result dl dd table tr{
		display: flex;
    flex-wrap: wrap;
    gap: 4px 15px;
	}
	#contents .sec4 .road .result dl dd table tr+tr{
		margin: 4px 0 0;
	}
	#contents .sec4 .road .result dl dd table tr td{
		padding: 0;
	}
	#contents .sec4 .road .result dl dd table tr td:first-of-type {
    width: 3em;
    margin: 0;
	}
	#contents .sec4 .road .result dl dd table tr td:nth-of-type(3){
		width: 5em;
	}
	#contents .sec4 .road .result dl dd table tr td:nth-of-type(4){
		width: 6em;
	}
	#contents .sec4 .road .result dl dd table tr td:nth-of-type(5){
		margin-left: 4em;
	}
	#contents .sec4 .road .result dl dd:last-of-type table tr td:first-of-type {
    width: auto;
		margin: 0 0 0 5px;
	}

	#contents .sec5 {
		padding: 70px 15px 30px;
		background-image:	url(../img/lp/2025/sec5_bg.jpg);
		background-repeat: repeat;
	}
	#contents .sec5 .road {
		margin: 0 auto;
	}
	#contents .sec5 .road .result dl dd table tr{
		display: flex;
    flex-wrap: wrap;
    gap: 4px 15px;
	}
	#contents .sec5 .road .result dl dd table tr+tr{
		margin: 4px 0 0;
	}
	#contents .sec5 .road .result dl dd table tr td{
		padding: 0;
	}
	#contents .sec5 .road .result dl dd table tr td:first-of-type {
    width: 2.5em;
    margin: 0 5px 0;
	}
	#contents .sec5 .road .result dl dd table tr td:nth-of-type(5){
		margin: 0 0 0 60px;
	}
	#contents .sec5 .road .result dl dd:last-of-type table tr td:first-of-type {
    width: auto;
		margin: 0 0 0 5px;
	}
	#contents .sec5 .subtitle2{
		margin: 40px 0 -10px;
	}
	#contents .sec5 .subtitle2 h2 {
    background: url(../img/lp/2025/sec5_subtitle2-bg-pc.png) no-repeat center/100% 100%;
	}


	#contents .road .subtitle {
		position: relative;
		margin: 17px 25px 25px;
	}
	#contents .road .subtitle .before {
		position: absolute;
		top: 0;
		left: 0;
		width: auto;
		height: 100%;
	}
	#contents .road .subtitle .after {
		position: absolute;
		top: 0;
		right: 0;
		width: auto;
		height: 100%;
	}
	#contents .road .subtitle h1 {
		font-size: 2em;
		font-weight: bold;
		line-height: 1.35;
		text-align: center;
	}
	#contents .road .subtitle h1 span {
		display: block;
	}
	#contents .road .result h1 span {
		display: block;
		font-size: 13px;
		font-weight: normal;
		color: #000;
	}
	#contents .road .subtitle h2 {
		position: absolute;
		top: 0;
		left: 0;
		width: 79px;
	}
	#contents .road .subtitle p {
		margin: 3px 0 0 0;
		font-size: 1.4em;
		text-align: center;
	}
	#contents .road .result {
		width: 100%;
		margin: 25px 0;
		background-color: #fff;
	}
	#contents .road .result h1 {
		background: #fcdcda;
		line-height: 1;
		padding: 10px;
		font-size: 1.6rem;
		font-weight: bold;
		color: #e6514b;
		letter-spacing: .15rem;
		text-align: center;
		border-radius: 10px 10px 0 0;
	}
	#contents .road .result dl {
		font-size: 1.4em;
		padding: 15px 5px;
		background: #ffefee;
		border-radius: 0 0 10px 10px;
	}
	#contents .road .result dl dt{
		margin: 0 0 4px;
		font-weight: bold;
	}
	#contents .road .result dl dd:first-of-type{
		margin:0 0 11px;
	}
	#contents .road .result dl dd table td {
		font-weight: bold;
		padding: 0 5px 4px;
	}
	#contents .road .result dl dd table td strong {
		font-weight: bold;
		color: #e6514b;
	}
	#contents .road .result dl dd + dt {
		padding-top: 15px;
		border-top: 1px solid #fa726d;
	}
	#contents .road .lead {
		margin: 20px 0 10px;
	}
	#contents .road .lead p {
		font-size: 1.4em;
		line-height: 1.64;
	}
	#contents .road .lead img{
		margin-top: 25px;
		width: 100%;
		height: auto;
	}
	#contents .road .lead figcaption {
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	#contents .image {
		/*margin: 0 -6px;*/
	}
	#contents .image ul {
		/*display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;*/
	}
	#contents .image ul li {
		/*width: 50%;
		padding: 0 6px;*/
		margin: 25px 0 0 0;
	}
	#contents .image ul li.narrow {
		width: 100%;
	}
	#contents .image ul li.wide {
		width: 100%;
	}
	#contents .image ul li figure {
		display: block;
		padding: 2px 2px 0 2px;
	}
	#contents .image ul li .ribon {
		text-align: center;
		padding: 8px 0 0;
		font-size: 1.4em;
		font-weight: 700;
		line-height: 1.2;
	}
	#contents .subtitle2 {
		position: relative;
		margin: 25px 0 15px;
		text-align: center;
	}
	#contents .subtitle2 h2 {
		margin: 0 auto;
    width: 100%;
    padding: 20px 0;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    background: url(../img/lp/2025/subtitle2-bg-pc.png) no-repeat center;
    background-size: 100% 100%;
	}
	#contents .last-section{
		background-image: url(../img/lp/2025/last-title-bg-sp.jpg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		aspect-ratio: 375/163;
		position: relative;
	}
	#contents .last-title {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px 0 32px;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 2;
	}
	#contents .last-title img{
		width: 20vw;
	}
	#contents .last-title h2 {
		font-weight: 900;
		font-size: 5vw;
		line-height: 1.5;
		font-family: "Noto Serif JP",serif;
		color: #fff;
		padding-left: 1rem;
		letter-spacing: .15rem;
		position: relative;
		z-index: 2;
	}
	#contents .last-title h2 > span{
		font-weight: 900;
		font-size: 6vw;
	}

	#contents .last {
		background-image: url(../img/lp/2025/seclast_bg.jpg);
		background-repeat: repeat;
		padding: 30px 15px 50px;
	}
	#contents .last > .inner {
		background: #fff;
		border: 2px solid #a58b68;
		border-radius: 10px;
		padding: 0 15px 30px;
		box-shadow: 8px 8px 30px rgba(0,0,0,.22);
		position: relative;
		z-index: 2;
	}
	#contents .last .result {
		position: relative;
		display: block;
		width: 100%;
		border-radius: 10px;
		background-color: #fff;
		margin: 20px auto 0;
		padding: 0 0 1.5em;
	}
	#contents .last .result h2 {
    background: #e5d5bf;
    border-radius: 10px 10px 0 0;
    padding: 12px 0 9px;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
	}
	#contents .last .result h1 {
    margin: 0;
    padding: 0 0 12px;
    width: 100%;
    display: block;
    font-size: 1.7em;
    font-weight: bold;
    color: #000;
    line-height: 1;
		letter-spacing: 0;
    text-align: center;
    background: #E5D5BF;
    border-radius: 0;
	}
	#contents .last .result table {
		width: fit-content;
		margin: 1.5em auto 0;
		font-size: 1.5em;
		line-height: 1.7;
	}
	#contents .last .result table td {
		font-weight: bold;
	}
	#contents .last .result table td:not(:last-of-type){
		padding: 0 1.5em 0 0;
	}
	#contents .last .result strong {
		color: #e6514b;
		font-weight: bold;
	}
	#contents .last .inner .lead{
		padding: 30px 15px;
		margin: 0 -15px 0;
		border-radius: 8px 8px 0 0;
		background: #f9f6f1;
	}
	#contents .last .subtitle2{
		margin: 25px 0 -10px;
	}
	#contents .last .subtitle2 h2 {
		margin-top: 25px;
	}

}
