@charset "UTF-8";


/* ==========================================================================

	カテゴリTOP

============================================================================ */

/*
mainv (TOP・area)
-------------------------- */
/* 人 */
#main-visual .mv-inner.human::before{
	content: '';
	display: block;
	width: 560px;
	height: 580px;
	background: url(../kitte/image/common/main_visual_human.webp) no-repeat left top -.5vw / cover;
	position: absolute;
	top: 0;
	left: -.8%;
	z-index: -1;
}
#main-visual.mv-kitte-area .mv-inner.human::before{
	z-index: 1;
}

/* テキスト　色変え　大きさ */
#main-visual[class*="mv-kitte-"] .mv-inner .mvt-pink{
	color: #e34f6e;
}


/* 地域ページ ------------------ */
#main-visual.mv-kitte-area .mv-inner .box{
	box-sizing: border-box;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 100%;
	grid-template-columns: 100%;
	-ms-grid-rows: 1fr 94px;
	grid-template-rows: 1fr 94px;
	width: 100%;
	height: 100%;
}

#main-visual.mv-kitte-area .mv-inner .box .catch,
#main-visual.mv-kitte-area .mv-inner .box .item{
	margin-left: calc(100% - 594px);
}

/* キャッチ */
#main-visual.mv-kitte-area .mv-inner .box .catch{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../kitte/image/common/main_visual_back_item.webp) no-repeat right bottom;
}

/* 買取実績 */
#main-visual.mv-kitte-area .mv-inner .mv-record-number{
	box-sizing: border-box;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: .1em;
	text-align: center;
}
#main-visual.mv-kitte-area .mv-inner .mv-record-number .mvt-large{
	font-size: 1.4em;
	line-height: 1em;
}

/* テキスト */
#main-visual.mv-kitte-area .mv-inner .catch-text{
	margin-top: .4em;
	font-size: 48px;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.24em;
	letter-spacing: .03em;
	text-align: center;
	position: relative;
	z-index: 1;
}
#main-visual[class*="mv-kitte-"] .mv-inner .catch-text .mvt-large{
	font-size: 1.4em;
}

/* line */
#main-visual[class*="mv-kitte-"] .mv-inner .catch-text .under-line{
	position: relative;
}
#main-visual[class*="mv-kitte-"]  .mv-inner .catch-text .under-line::after{
	content: '';
	display: block;
	width: 100%;
	border-bottom: solid 2px #e34f6e;
	position: absolute;
	left: 0;
	bottom: .1em;
}

/* img */
#main-visual.mv-kitte-area .mv-inner .box .item{
	-ms-grid-row: 2;
	-ms-grid-row-span: 2;
	grid-row: 2 / 3;
	margin-top: 6px;
}

/* IE */
@media all and (-ms-high-contrast: none){
	#main-visual.mv-kitte-area .mv-inner .catch-text{
		letter-spacing: 0;
	}
	#main-visual[class*="mv-kitte-"]  .mv-inner .catch-text .under-line::after{
		bottom: .4em;
	}
}

/* 買取実例(main.css 追加編集) 詳細情報の高さ調整のため追加しました。
------------------------------------------------------------*/
#item-record .minBox dl .height-adjust {
	min-height: 3.9em;
}

/* 夢中になった切手収集
--------------------------*/
#kitteConA .inner {
	border: 2px solid #d9bfbf;
	margin-bottom: 50px;
}

#kitteConA .inner .title {
	height: 130px;
	background: url(../kitte/image/top/kitteConA_title_back.webp) no-repeat;
	padding: 40px 0 40px 230px;
	box-sizing: border-box;
	text-align: center;
}

#kitteConA .inner .title h2 {
	font-size: 24px;
	letter-spacing: .1rem;
	text-shadow:2px 2px 1px #ffffff;
	padding-bottom: 4px;
}

#kitteConA .inner .title h2 span{
	font-size: 32px;
	padding-left: 5px;
}

#kitteConA .inner .title p {
	font-weight: bold;
}

#kitteConA .inner .mainCon {
	padding: 30px 240px 30px 20px;
	background: url(../kitte/image/top/kitteConA_back.webp) no-repeat top left;
}

#kitteConA .inner .mainCon h3 {
	padding-bottom: 10px;
}

#kitteConA .inner .mainCon p {
	font-size: 14px;
}

#kitteConA .inner .footerText {
	background: #dbc1c2;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}


/* 高価買取になる切手
--------------------------*/
#expensive{
    margin-block: 60px;
}
/* 見出し */
#expensive h2{
    margin-bottom: 10px;
    padding: 1.2rem 0 .8rem;
    border-top: solid 6px #b3405a;
    border-bottom: solid 2px #b3405a;
    color: #b3405a;
    font-size: 32px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.2em;
    letter-spacing: .08em;
    text-align: center;
}

#expensive .inner{
    margin: 0 30px;
}
#expensive .inner li{
    padding: 40px 0;
    background: url(../kitte/image/top/expensive_img01.webp) no-repeat right center / 12rem auto;
}
#expensive .inner li:nth-of-type(2){
    background: url(../kitte/image/top/expensive_img02.webp) no-repeat right center / 12rem auto;
}
#expensive .inner li:nth-of-type(3){
    background: url(../kitte/image/top/expensive_img03.webp) no-repeat right center / 12rem auto;
}
#expensive .inner li:nth-of-type(4){
    background: url(../kitte/image/top/expensive_img04.webp) no-repeat right center / 12rem auto;
}
#expensive .inner li:not(:last-of-type){
    border-bottom: dashed 1px #ada591;
}
/* 小見出し */
#expensive .inner li .title h3{
    margin-bottom: 20px;
    padding-left: 1.2rem;
    background: url(../image/common/deco_hexagon.svg) no-repeat center left / .7rem auto;
    font-weight: bold;
    font-size: 26px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#expensive .inner li .title h3 span{
    color: #b3405a;
}
/* テキスト */
#expensive .inner p{
    margin-right: 13rem;
    min-height: 5.6em;
}

/* ==========================================================================

	第三カテゴリ

============================================================================ */


/*
	○○とは？
-------------------------- */
#explanation {
	margin-top: 60px;
	margin-bottom: 60px;
}

#explanation .title {
	height: 150px;
	text-align: center;
	position: relative;
	border: 1px solid #aaa;
	border-bottom: none;
}

#explanation .title .textBox {
	position: absolute;
	top: 54%;
	-webkit-transform: translateY(-54%);
	transform: translateY(-54%);
	padding-left: 250px;
	width: 100%;
	box-sizing: border-box;
}

#explanation .title .textBox h2 {
	font-size: 34px;
	line-height: 1em;
	letter-spacing: 0.2rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

#explanation .title .textBox p {
	font-size: 17px;
	letter-spacing: 2px;
	padding-top: 4px;
}

#explanation .readmoreBox {
	padding: 30px 30px;
	background: #e1ded5;
	border: 1px solid #aaa;
}

#explanation .readmoreBox .readmoreText p {
	font-size: 14px;
	line-height: 1.5rem;
	margin-bottom: 16px
}

#explanation .readmoreBox .subText {
	margin-bottom: 30px;
}

#explanation .readmoreBox .subText h3{
	text-align: center;
	border-bottom: 2px solid #545142;
	font-size: 24px;
	padding-bottom: 8px;
	margin: 30px 0;
}

#explanation .readmoreBox .subText img {
	float: left;
	width: 280px;
	margin:0 20px 10px 0;
}

#explanation .readmoreBox .readmoreBtn {
	display: none;
}

#explanation .readmoreBox .readmoreTrg {
	display: none;
}

/*
	○○切手のリスト
-------------------------- */
#typeList {
/*	border: 1px solid #aaa;*/
	background: #f3f3f3;
	margin-bottom: 60px;
	margin-top: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#typeList h2 {
	font-weight: bold;
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.85em;
	margin: 0px 0px 45px;
	padding:10px 0px;
	background-image:url(../kitte/image/common/title_bk.webp);
	background-repeat: no-repeat;
}

#typeList h2 span {
	color: #fff;
	font-size: 34px;
	letter-spacing: 2px;
}

#typeList > p {
	padding: 0px 10px 40px;
	font-family: normal;
	font-size: 12px;
	text-align: center;
}

/* 切手リストボタン*/
#typeList ol.listButton {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width:720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#typeList ol.listButton li {
	width: calc(100% / 5 );
	height: 102px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 15px;
}


#typeList ol.listButton li a {
	text-decoration: none;
}

#typeList ol.listButton li p{
	font-size:13px;
	font-family: normal;
	color:#404146;
	font-weight: normal;
	line-height: 1.4em;
	text-align: right;
	width: 100%;
	height: 45px;
	padding: 5px 3px 5px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top:0;
	right:0;
	box-sizing: border-box;
	font-feature-settings: "palt";
/*	background-color: rgba(255, 255, 255, 0.6);*/
}

#typeList ol .min{
	font-size: 7px;
}

#typeList ol.normal li p{
	line-height: 3em;
}


#typeList ol.listButton li p:after{
	content: '';
	display: inline-block;
	width: 85px;
	height: 1px;
	background-color:#666;
	background-repeat: no-repeat;
	position: absolute;
	top:100%;
	right: 0%;
}

#typeList ol.listButton li:nth-child(2n) p{
/*	background-color: rgba(255, 255, 255, 0.4);*/
}

#typeList ol.listButton img{
	height: 102px;
}

#typeList ol.listButton img:hover {
	-webkit-filter: brightness(0.6);
	-moz-filter: brightness(0.6);
	-o-filter: brightness(0.6);
	-ms-filter: brightness(0.6);
	filter: brightness(0.6);
}


/* 切手リスト*/
#typeList ol.listBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width:720px;
	margin: 0 auto;
	/* margin-top: 0px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto; */
	padding-left: 10px;
	padding-bottom: 20px;
}

#typeList ol.listBox li {
	width: calc(96% / 3 );
	height: 350px;
	margin-top: 40px;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	background: #ebe8e0;
	overflow: hidden;
	border-radius: 1rem;
}

#typeList ol.listBox li:nth-child(3n) {
	margin-right: 0;
}

#typeList ol.listBox li picture {
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}

#typeList ol.listBox li img {
	max-width: 100%;
	margin: 7px;
}

#typeList ol.listBox li h3 {
	text-align: center;
	line-height: 1.4em;
	font-size: 15px;
	background-color: #a8a398;
	color: #fff;
	margin: 22.5px 0px 2.5px 0px;
	padding: 7.5px 0px 5px 0px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/*#typeList ol.listBox li h3 span {
	display: table-cell;
	vertical-align: middle;
}*/

#typeList ol.listBox li p {
	width: 90%;
	font-size: 13px;
	font-family: normal;
	line-height: 1.5em;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-feature-settings: "palt";
}

#typeList ol.listBox li .typelink a{
	position: absolute;
	text-align: left;
	font-size: 12px;
	font-family: normal;
	font-weight: bold;
	line-height: 18px;
	width: 50%;
	border-radius:6px;
	padding-top: 4px;
	margin-right: 10px;
	bottom:1.5%;
	right:-2%;
}

#typeList ol.listBox li .typelink a::after {
	content: '';
	display: inline-block;
	width: 1.1em;
	height: 1.1em;
	background-image: url(../image/common/arrow_r_pi.svg);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-bottom: 2.2%;
	margin-left: 5%;
}

/* ==========================================================================

	ロングテール

============================================================================ */

.caseInfo {
margin-bottom: 50px;
padding: 30px 10px;
background: #efecdf url(../kitte/image/common/case_info_bg.webp) no-repeat right bottom;
}


.caseDetail {
margin-bottom: 50px;
padding: 30px 10px;
background: #efecdf url(../kitte/image/common/case_info_bg.webp) no-repeat right bottom;
border: 1px solid #AAA;
}
.caseDetail header h2 {
background: #efecdf;
}


.caseVoice {
border: 1px solid #AAA;
background: #F7F7F7;
padding: 0 0 20px;
margin: 0 0 20px;
}
.caseVoice:after {
content: "";
display: table;
clear: both;
}
.caseVoice h3 {
border-top: 5px solid #9E2641;
border-bottom: 1px solid #FFF;
background: url(../kitte/image/common/case_info_midashi01b@2x.webp) no-repeat bottom right 30px / auto 80%, #BA4B66 url(../kitte/image/common/case_info_midashi01a.jpg) repeat-x top / auto 100%;
padding: 20px 100px 25px 25px;
margin-bottom: 40px;
font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
color: #FFF;
font-size: 25px;
line-height: 1.4;
}
/* IE表示用のCSS　*/
_:-ms-lang(x)::-ms-backdrop, .caseVoice h3 {
padding-bottom: 15px;
}
.caseVoice h3 span {
display: inline-block;
white-space: nowrap;
}
.caseVoice .caseVoiceImg {
margin: 0 20px 20px 40px;
width: 185px;
float: left;
}
.caseVoice .caseVoiceImg.noImg {
height: 200px;
background: #cccccc;
position: relative;
}
.caseVoice .caseVoiceImg.noImg:before {
content: "no image";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFF;
font-size: 14px;
letter-spacing: .2em;
}
.caseVoice .caseVoiceImg img {
width: 100%;
}
.caseVoice .caseVoiceTxt {
margin: 0 40px 50px 0;
float: right;
width: calc(100% - 300px);
}
.caseVoice .caseVoiceTxt .comment {
line-height: 33px;
background: url(../kitte/image/common/case_info_note.webp) repeat top / auto 33px;
color: #000;
}
.caseVoice .caseVoiceTxt .comment p {
margin-bottom: 33px;
font-size: 14px;
}
.caseVoice .caseVoiceTxt .user-info {
text-align: right;
border-top: 1px solid #9E2641;
padding: 10px 0 0;
margin: 40px 0 0;
}
.caseVoice .caseVoiceTxt .user-info .buy-way,
.caseVoice .caseVoiceTxt .user-info .area {
display: inline-block;
color: #000;
font-size: 14px;
}
.caseVoice .caseVoiceTxt .user-info .buy-way {
background: #ADA591;
color: #FFF;
line-height: 1;
padding: 5px 10px;
margin-right: 5px;
}
.caseVoice h4 {
border-top: 1px dashed #AAA;
border-bottom: 1px solid #FFF;
background: #FFEFF1 url(../kitte/image/common/case_info_midashi02a.jpg) no-repeat top left / auto 100%;
padding: 18px 10px 18px 175px;
margin-bottom: 30px;
font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "MS PMincho", "ＭＳ Ｐ明朝", "Times New Roman", Meiryo, serif;
color: #B3405A;
font-size: 25px;
line-height: 1.2;
text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF,  1px -1px 1px #FFF;
clear: both;
}
/* IE表示用のCSS　*/
_:-ms-lang(x)::-ms-backdrop, .caseVoice h4 {
padding-bottom: 10px;
}
.caseVoiceReTxt + h4 {
margin-top: 50px;
}
.caseVoice h4 small {
font-family: "游ゴシック Medium", Yu Gothic Medium, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
font-size: 16px;
display: block;
}
.caseVoice h4 span {
display: inline-block;
white-space: nowrap;
}
.caseVoice .caseVoiceReTxt {
margin: 0 40px 0;
line-height: 1.8;
}
.caseVoice [class^="caseVoiceReImg"] {
padding: 0 20px 0 40px;
text-align: center;
float: left;
}
.caseVoice [class^="caseVoiceReImg"] img {
margin: 0 0 5px;
display: inline-block;
width: 115px;
}
.caseVoice .caseVoiceReImg01 {
width: calc(50% / 3);
float: left;
}
.caseVoice .caseVoiceReImg02 {
width: calc(50% / 3 * 2);
}
.caseVoice .caseVoiceReImg01 img {
width: 100%;
}
.caseVoice .caseVoiceReImg02 img {
width: calc(50% - 3px);
}
.caseVoice .caseVoiceReTxt p{
color: #000;
line-height: 1.8;
font-size: 14px;
margin-bottom: 1em;
}





/* ==========================================================================

地域ページ

============================================================================ */

/*
買取エリア
-------------------------- */
#kaitoriArea h2 {
    background: url(../kitte/image/common/kitte_icon.webp) no-repeat top center;
}

/*
選ばれる理由
-------------------------- */
/* 背景画像変更 */
#elected-reason .elected-reason-point li:nth-of-type(4){
    background: url(../kitte/image/common/electedreason_back04.webp) no-repeat left top #f5f4ef;
}


/*
ふるさと切手情報
-------------------------- */
#kitte-info{
    margin-bottom: 60px;
    background: url(../kitte/image/common/kitteinfo_back.webp) no-repeat top 1.45em right / contain;
}
/* 見出し ------------------- */
#kitte-info h2{
    color: #b3405a;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 38px;
    line-height: 1.1em;
    letter-spacing: .08em;
    position: relative;
    z-index: 1;
	margin-bottom: 4px;
}

#kitte-info > p {
	font-size: 12px;
	margin-bottom: 30px;
	font-weight: bold;
}

#kitte-info h2 .area-name{
    padding-right: .4em;
    background: #fff;
    color: #545142;
    font-size: 32px;
}
/* ライン */
#kitte-info h2::before,
#kitte-info h2::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ccb77d;
    position: absolute;
    right: 0;
    top: calc(.5em + 2px);
    z-index: -1;
}
#kitte-info h2::before{
    height: 4px;
    top: calc(.5em - 3px);
}

#kitte-info ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}
#kitte-info ul li:not(:last-of-type){
    margin-bottom: 20px;
}

/* 小見出し */
#kitte-info ul li h3{
    box-sizing: border-box;
    padding: .4rem 30px .2rem;
    width: 100%;
    background: #ada591;
    border-bottom: solid 1px #ccb77d;
    color: #fff;
    font-weight: normal;
    letter-spacing: .08em;
    position: relative;
}
/* 三角 */
#kitte-info ul li h3::before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: solid .6rem #545142;
    border-right: solid .6rem transparent;
    border-left: solid .6rem #545142;
    border-bottom: solid .6rem transparent;
    position: absolute;
    top: 0;
    left: 0;
}

/* 画像 */
#kitte-info ul li .img-area{
    box-sizing: border-box;
    padding: 20px 0 20px 20px;
    width: 24%;
    border-left: solid 1px #ccb77d;
    border-bottom: solid 1px #ccb77d;
    background: #fff;
}
#kitte-info ul li .text-area{
    box-sizing: border-box;
    padding: 20px;
    width: 76%;
    background: #fff;
    border-right: solid 1px #ccb77d;
    border-bottom: solid 1px #ccb77d;
}


/*
	切手コラムページ
-------------------------- */
.long-column {
	margin-bottom: 50px;
	color: #545142;
	font-size: 15px;
	line-height: 1.6;
}
#long-column .box {
	padding-bottom: 30px;
	margin-top: 50px;
}
#long-column .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
}
#long-column .mes {
	padding: 20px 30px 0 30px;
}
#long-column .mes--bold {
	display: inline;
	font-weight: bold;
}
#long-column .mes--under {
	background: linear-gradient(to bottom, rgba(255,235,238,0) 60%, #ffdbe3 20%);
}
#long-column .mes--color {
	color: #e34f6e;
}
#long-column .column-text + .column-text {
	padding-top: 1rem;
}
#long-column a {
	color: #6f1b29;
	text-decoration: none;
}
#long-column a:hover {
	text-decoration: underline;
}
#long-column .title--wrap {
	display: none;
}
#long-column .about-kitte {
	width: 100%;
	padding-top: 30px;
	background: #fbfbfb url(../kitte/image/common/column__about-kitte_bg.webp) no-repeat right bottom;
	border: 1px solid #CCC;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
#long-column .about-kitte__title {
	padding: 0 30px 5px 30px;
	color: #a63e57;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border-bottom: 1px dashed #a63e57;
}
#long-column .about-kitte__mes {
	width: 460px;
	padding-left: 30px;
	font-size: 15px;
}
#long-column .about-kitte—offset {
	padding-top: 20px;
}
#long-column .about-kitte__title--center {
	text-align: center;
	padding-bottom: 10px;
}
#long-column .contents {
	width: 70%;
	padding: 10px 30px 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #CCC;
	margin: 50px auto 0px auto;
}
#long-column .contents__title {
	width: 100%;
	padding: 0 30px 5px 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px dashed #545142;
}
#long-column .content__items {
	padding-top: 30px;
	padding-left: 25.2px;
}

#long-column .contents__item {
	list-style: decimal-leading-zero;
}
#long-column .contents__sub-item {
	padding-left: 10px;
	list-style: square;
}
#long-column .column-quote {
	padding: 0 0 25px 0;
	text-align: center;
}
#long-column .column-quote > img {
	margin: 0 auto 10px;
}
#long-column .column01 {
	background: #fcf6f8;
	border: 1px solid #CCC;
}
#long-column .column01__title-box {
	padding: 10px 0;
	background-color: #a63e57;
}

#long-column .column01__title {
	color: #fff;
	padding: 0 30px 5px 30px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#long-column .column01-note {
	padding: 1em 20px;
	margin-top: 1em;
	background-color: #fff;
}
#long-column  .mes > img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#long-column .column02 {
	align-items: center;
}
#long-column .column02__title-box {
	padding-top: 10px;
	border-top: 4px solid #a63e57;
	border-bottom: 1px solid #a63e57;
}
#long-column .column02__title {
	padding: 0 30px 5px 30px;
	color: #a63e57;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 26px;
	font-weight: 800;
	text-align: center;
}
#long-column .column02__title--point {
	font-size: 32px;
}
#long-column .column02__item {
	padding-bottom: 10px;
}
#long-column .column02__sub-title {
	padding-bottom: 2px;
	margin: 10px 0;
	color: #a63e57;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	font-weight: 800;
	border-bottom: 1px solid #a63e57;
}
#long-column .column02__mes {
	padding-left: 30px;
	padding-right: 30px;
}
#long-column .column02-note {
	padding: 1em 20px;
	margin-top: 1em;
	background-color: #fcf6f8;
}

#long-column .column-zisseki-banner {
	width: 100%;
	margin-top: 30px;
	padding: 15px;
	box-sizing: border-box;
	background: url(../kitte/image/common/column__zisseki-banner_bg.webp)no-repeat;
}
#long-column .column-zisseki-banner__inner {
	color: #fff;
	text-align: center;
	padding: 13px 15px;
	border: 1px solid #FFF;
}
#long-column .column-zisseki-banner__text {
	font-family: kinuta-maruminold-stdn, serif;
	font-size: 20px;
}
#long-column .mes--large {
	font-size: 30px;
	font-weight: 800;
}
#long-column .mes--small {
	font-size: .6em
}
#long-column .column-zisseki-banner__text--annotation {
	font-size: 12px;
	margin-top: 7px;
}

#long-column .column__price {
	width: 100%;
	border: 1px solid #CCC;
	background: #fcf6f8 url(../kitte/image/common/column__price_bg.webp) no-repeat right bottom;
	margin-top: 25px;
}
#long-column .column__price-title {
	padding: 15px 30px 10px 30px;
	color: #e5577a;
	font-family: kinuta-maruminold-stdn, serif;
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #e5577a;
}
#long-column .column__price__mes {
	width: 460px;
	padding-left: 30px;
	padding-right: 30px;
}
#long-column .column__price__points {
	padding: 1em 20px;
	margin-top: 1em;
	background-color: #fff;
}
#long-column .column__price__sub-title {
	padding-bottom: 5px;
	color: #e5577a;
	font-size: 20px;
	font-weight: 800;
}

/* 記念切手ページリスト下注意事項------------------------- */
#typeList .attentionP {
	font-size: 13px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 10px 0 20px;
	text-align: center;
}

#typeList .underP-link {
	font-size: 15px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/* font-weight: bold; */
	width: 50%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px 0;
	cursor: pointer;
	color: #c84958;
	border-top: solid 1.8px rgba(200, 73, 88, .9);
	border-bottom: solid 1.8px rgba(200, 73, 88, .9);
}

#typeList .underP-link a {
	text-decoration: none;
}

#typeList .underP-link a::after {
	content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../image/common/arrow_b_brow_pi.svg);
    background-repeat: no-repeat;
    background-size: contain;
	vertical-align: middle;
	opacity: 0.8;
    margin-bottom: 3px;
   margin-left: 2.5px;
}

/* 有名記念切手下層ページ---------------------------- */
#typeList-second .tabBtn {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#typeList-second .tabBtn li {
	font-size: 15px;
	font-family: "Hiragino Kaku Gothic ProN";
	color: #fff;
	background-color: #b27382;
	border-radius: 3px;
	width: 60px;
	text-align: center;
	margin: 4px;
	transition: .3s;
	cursor: pointer;
}

#typeList-second .active:hover {
	color: #b95c70;
	background-color: #f0d2d2;
	text-decoration: none;
}

.tab-triangle {
	font-size: 12px;
}

.list-bg {
	column-count: 2;
	width: 680px;
	background-color: #f6ecec;
	margin: 20px auto;
	padding: 24px 20px 24px 30px;
}

.list-name {
	width: 320px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin: 0 auto;
	font-size: 14px;
}

.tabCon-circle {
	color: #b27382;
	font-size: 12px;
	padding-right: 5px;
}

#typeList-second .closeBtn {
	font-family: "Hiragino Kaku Gothic ProN";
	color: #fff;
	background-color: #b27382;
	display: block;
	margin: 20px auto;
	padding: 3px;
	width: 70px;
	text-align: center;
	text-decoration: none;
	position: relative;
	border-radius: 3px;
	transition: .3s;
}

#typeList-second .closeBtn:hover {
	color: #b95c70;
	background-color: #f0d2d2;
	text-decoration: none;
}

.tabCon .inner {
	display: none;
}

.tabCon .first {
	display: block;
}

/*有名記念切手下層ページ切手リスト-------------------------- */
#typeList-second {
	background: #f3f3f3;
	margin-bottom: 60px;
	margin-top: 40px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#typeList-second h2 {
	font-weight: bold;
	color:#fff;
	font-size: 18px;
	text-align: center;
	line-height: 1.85em;
	margin: 0px 0px 45px;
	padding:10px 0px;
	background-image:url(../kitte/image/common/title_bk.webp);
	background-repeat: no-repeat;
}

#typeList-second h2 span {
	color: #fff;
	font-size: 34px;
	letter-spacing: 2px;
}

#typeList-second > p {
	padding: 0px 10px 40px;
	font-family: normal;
	font-size: 12px;
	text-align: center;
}

#typeList-second .listBox {
	display: flex;
	width: 740px;
}

#typeList-second ol {
	width: 720px;
	margin: 0 auto;
	flex-wrap: wrap;
}

#typeList-second .listBox::after {
	content:"";
	display: block;
	width:33.5%;
  }

#typeList-second .listBox li {
	display: flex;
	flex-direction: column;
	background-color: #ebe8e0;
	width: 32%;
	max-width: 235px;
	height: 400px;
	margin: 20px auto;
	border-radius: 1rem;
}

#typeList-second .listBox li h3 {
	color: #fff;
	background-color: #a8a398;
	font-size: 15px;
	text-align: center;
	height: 70px;
	margin: 22.5px 0px 2.5px 0px;
	padding: 5px 5px 5px 5px;
	display: grid;
	place-items: center center;
}

#typeList-second .listBox li .typeBox {
	max-width: 100%;
	margin: 5px auto;
}

#typeList-second .listBox li p {
	width: 90%;
	font-size: 13px;
	font-family: normal;
	line-height: 1.5em;
	display: block;
	margin: 0 auto;
}

#typeList-second .listBox li a {
	margin-top: auto;
	margin-bottom: 0;
    text-align: left;
    font-size: 12px;
    font-family: normal;
    font-weight: bold;
    border-radius: 6px;
	padding-left: 120px;
}

#typeList-second .listBox li a::after {
	content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../image/common/arrow_r_pi.svg);
    background-repeat: no-repeat;
    background-size: contain;
	vertical-align: middle;
    margin-bottom: 2.5px;
    margin-left: 5px;
}

/* ページ内リンク-------------------------------- */
.list-name a {
	text-decoration: none;
	color: #545142;
}

.list-name a:hover {
	color: #b95c70;
}

/* 記念切手下層ページリスト下注意事項----------------------- */
#typeList-second .attentionP {
	font-size: 13px;
	text-align: center;
	padding: 10px 0 20px 0;
}
