@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* {
	/*游ゴシック*/
	font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}

.robo {
	font-family: 'Roboto Condensed', sans-serif;
}

.abel {
	font-family: 'Abel', sans-serif;
}

html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	overflow-x: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}


/* float */
.fLeft {
	float: left !important;
}

.fRight {
	float: right !important;
}


/* clearfix */
.cf:after {
	content: "";
	display: block;
	clear: both;
}


/* align */
.cen {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}


/* font-size */


/* margin,padding */

/* -------------------------------------------------
layout
----------------------------------------------------*/
#container { min-width: 1000px;}

.inner {
	width: 94%;
	max-width: 1080px;
	margin: auto;
}

.fadeIn,
.fadeIn2 {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 300ms;
}

.fadeIn2 { opacity: 0;}

.fadeIn.scrollin,
.fadeIn2.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.sp {
	display: none !important;
}

/* ===== header ===== */
header {
	position: relative;
	padding: 14px 0 14px 50px;
}

@media screen and (max-width:1050px) {
	header {
		padding: 14px 0 14px 30px;
	}
}

.clone-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
	background-color: #fff;
}

.is-show {
	transform: translateY(0);
}


/* ===== main visual ===== */
#topFv {
	position: relative;
	width: 100%;
	height: 530px;
	margin-bottom: 90px;
	background: url("../img/pc_mv_bg.jpg") no-repeat center center;
	background-size: cover;
}

#topFv .topFvImg,
#topFv .topFvConts {
	position: absolute;
	left: 50%;
}

.topFvImg01 {
	bottom: 0;
	margin-left: -888px;
}

.topFvImg02 {
	top: 50%;
	margin-left: -504px;
	transform: translateY(-50%);
}

.topFvConts {
	top: 50%;
	margin-left: 130px;
	transform: translateY(-50%);
}

.topFvConts h1 {
	position: relative;
	display: inline-block;
	margin-bottom: 19px;
	font-size: 3.0rem;
	font-weight: bold;
	letter-spacing: -0.03em;
	color: #b6b6b6;
/*	transform: skewX(-10deg);*/
	font-style: italic;
}

.topFvConts h1:after {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 384px;
	height: 6px;
	background-color: #b6b6b6;
}

.fvTxt02,
.fvKana {
	font-weight: bold;
	letter-spacing: -0.06em;
	color: #ffc815;
/*	transform: skewX(-10deg);*/
	font-style: italic;
}

.fvTxt02 {
	margin-bottom: 19px;
	font-size: 6.2rem;
	line-height: 1.1;
}

.fvKana {
	font-size: 5.3rem;
}

.three {
	padding-left: 5px;
}

.threeBox {
	display: inline-block;
	width: 176px;
	padding: 12px 0;
	text-align: center;
	letter-spacing: 0.14em;
	background-color: #ffc815;
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.threeIn {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
}

.pageTtl span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
}
.rsnArea {
	width: 705px;
	margin: 0 auto;
}

@media screen and (max-width: 1700px) {
	.topFvImg01 {
		display: none;
	}

	#topFv .topFvImg {
		position: absolute;
		left: 40%;
	}

	#topFv .topFvConts {
		position: absolute;
		left: 40%;
	}
}

@media screen and (max-width:1420px) {
	#topFv .topFvImg {
		position: absolute;
		left: 45%;
	}

	#topFv .topFvConts {
		position: absolute;
		left: 38%;
	}

	#topFv .topFvImg  img{
		width: 80%;
	}

	#topFv .topFvConts h1 {
		font-size: 2.4rem;
	}

	#topFv .topFvConts .fvTxt02 {
		font-size: 5rem;
	}

	.fvKana {
		font-size: 4.5rem;
	}
}

@media screen and (max-width:1200px) {
	#topFv .topFvImg {
		position: absolute;
		left: 50%;
	}

	#topFv .topFvConts {
		position: absolute;
		left: 35%;
	}

	#topFv .topFvImg img{
		width: 70%;
	}

	.pageTtl {
		font-size: 2rem;
		padding-bottom: 3px;
	}

	#topFv .topFvConts .fvTxt02 {
		font-size: 4rem;
	}

	#topFv .topFvConts {
		position: absolute;
		left: 30%;
	}

	.threeBox {
		padding: 10px 0;
		width: 130px;
	}
}

/* ===== global nav ===== */
#gNav {
	position: absolute;
	top: 42px;
	right: 50px;
}

@media screen and (max-width:1050px) {
	#gNav {
		right: 30px;
	}
}

#gNav li {
	float: left;
	margin-right: 25px;
}

@media screen and (max-width:1150px) {
	#gNav li {
		margin-right: 10px;
	}
}

#gNav li:nth-last-of-type(1) {
	margin-right: 0;
}

#gNav li a {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: all .1s ease-in-out;
	cursor: pointer;
}

#gNav li a:hover {
	color: #ffc815;
}

#gNav li a:after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	vertical-align: 1px;
	transition: all .3s ease-in-out;
}

#gNav li.gNav01 > a:after {
	display: block;
	margin: 8px auto 0;
	transform: rotate(45deg);
}

#gNav li.gNav01 .navSub a:after {
	display: none;
}

#gNav li:not(.gNav01) a:hover:after {
	transform: translateX(3px) rotate(-45deg);
	border-color: #ffc815;
}

.navSub {
	position: absolute;
    top: 54px;
	left: -44px;
	z-index: 100;
	max-height: 0;
	margin-top: 5px;
	overflow: hidden;
	color: #000;
	background: #eee;
	transition: all 0.3s ease-in-out;
}

.gNav01:hover .navSub {
	max-height: 350px;
}

.navSubIn {
	padding: 30px;
}

.navSub .ns {
	margin-bottom: 20px;
}

.navSub .ns:nth-last-of-type(1) {
	margin-bottom: 0;
}

.navSub a {
	padding-left: 35px;
	font-size: 1.8rem !important;
	transition: all .2s ease-in-out;
}

.navSub a:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.navSub .subNav01 {
	background: url("../img/common/icon_flow_gnav_off.png") no-repeat left center;
}

.navSub .subNav02 {
	background: url("../img/common/icon_takuhai_gnav_off.png") no-repeat left center;
}

.navSub .subNav03 {
	background: url("../img/common/icon_shutcho_gnav_off.png") no-repeat left center;
}

.navSub .subNav04 {
	background: url("../img/common/icon_shop_gnav_off.png") no-repeat left center;
}

.navSub .subNav01:hover {
	background: url("../img/common/icon_flow_gnav_on.png") no-repeat left center;
}

.navSub .subNav02:hover {
	background: url("../img/common/icon_takuhai_gnav_on.png") no-repeat left center;
}

.navSub .subNav03:hover {
	background: url("../img/common/icon_shutcho_gnav_on.png") no-repeat left center;
}

.navSub .subNav04:hover {
	background: url("../img/common/icon_shop_gnav_on.png") no-repeat left center;
}


.kaitoriLine li.subNav02:before {
	height: 18px;
	background-image: url("../img/common/icon_shutcho.png");
	vertical-align: -3px;
}

.kaitoriLine li.subNav03:before {
	height: 22px;
	background-image: url("../img/common/icon_shop.png");
	vertical-align: -5px;
}

.kaitoriLine a {
	font-size: 1.8rem !important;
}

/* ===== footer ===== */
footer {
	padding: 75px 0 0;
}
@media screen and (max-width: 1000px) {
    footer { padding: 75px 0 205px;}
}

.footerUp {
	padding-bottom: 55px;
	margin-bottom: 50px;
	background: url("../img/common/footer_border_dashed.jpg") repeat-x left bottom;
}

.ftLt,
.ftRt {
	float: left;
	padding: 10px 0;
}

.ftLt {
	width: 340px;
	border-right: 1px solid #ccc;
}

.ftLt p {
	margin-bottom: 10px;
	font-size: 1.5rem;
	letter-spacing: 0.1em;
}

.ftLt .footLogo {
	margin-bottom: 24px;
}

.ftLt .footTxt1 {
	margin-bottom: 20px;
	font-size: 1.6rem;
	font-weight: bold;
}

.ftLt .footTel {
	margin-bottom: 8px;
	font-size: 1.8rem;
	font-weight: bold;
}

.ftLt .footTxt2 {
	font-size: 1.4rem;
	font-weight: bold;
}

.ftRt {
	width: 740px;
}

@media screen and (max-width:1150px) {
	.ftRt {
		width: 63%;
	}
}

.ftRtConts .ftTxt,
.ftRtConts .ftMap {
	display: inline-block;
	vertical-align: top;
}

.ftTxt {
	width: 247px;
	margin-right: 30px;
}

.ftRtTtl {
	width: 100%;
	padding: 13px 0;
	margin-bottom: 14px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
}

.footTxt3 {
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
	letter-spacing: 0.18em;
}

.footTxt3 * {
	font-weight: bold;
	letter-spacing: 0.18em;
}

.fs16 {
	font-size: 1.6rem;
}

.footTxt3 .assist {
	font-size: 1.8rem;
}

.footTxt4 {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #da2533;
	padding-bottom: 25px;
}

.ftMap {
	width: 262px;
}

.ftMap img {
	width: 100%;
}

.footerDown {
	/* width: 840px; */
	padding-bottom: 65px;
	margin: auto;
}

.frontPage a {
	font-weight: bold;
}

.footerDown a {
	font-size: 1.5rem;
	letter-spacing: 0.1em;
	transition: all .3s ease-in-out;
}

.footerDown a:hover {
	color: #ffc815;
}

.footerDown a:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 12px;
	border-top: 2px solid #ffc815;
	border-right: 2px solid #ffc815;
	transform: rotate(45deg);
}

.frontPage,
#footNav li {
	margin-bottom: 24px;
}

#footNav ul {
	float: left;
	margin-right: 67px;
}

#footNav ul:nth-last-of-type(1) {
	margin-right: 0;
}

/* 230217追記 フッター運営会社 */
.footerLink {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 26px 0 13px;
	border-top: 1px solid #ccc;
}
.footerLink a {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
    transition: all .3s ease-in-out;
}
.footerLink a:hover {
	color: #ffc815;
}
.footerLink a:after {
	content: "";
	position: absolute;
	top: -1px;
	right: -20px;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url('../img/external-link_b.svg') ;
	background-size: cover;
}
.copy {
	padding: 0 0 26px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

/*pageTop*/
.pagetop a {
	display: block;
	width: 100%;
	padding: 18px 0;
	text-align: center;
	background-color: #ffe115;
}

/* General button style (reset) */
.pagetop a {
	text-transform: uppercase;
	outline: none;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.pagetop a:before {
	content: '';
	position: absolute;
	z-index: 0;
	transition: all 0.3s;
}

/* hover */
.pagetop a:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffc815;
}

.pagetop a:hover,
.pagetop a:active {
	color: #0e83cd;
}

.pagetop a:hover:before,
.pagetop a:active:before {
	height: 0;
}

.pagetop img {
	position: relative;
	z-index: 1;
}


/*追従ブロック*/
.sateiBlock {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 514px;
	background-color: #f2f2f2;
}
/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.sateiBlock .btnArea,
.begSatei .btnArea {
	padding: 11px 12px;
}

.sateiBlock ul,
.begSatei ul {
	text-align: center;
}

.sateiBlock ul li,
.begSatei ul li {
	display: inline-block;
	vertical-align: top;
}

.sateiBlock ul li:nth-of-type(1) {
	margin-right: 5px;
}

.sateiBot {
	padding: 15px 0;
	text-align: center;
	background-color: #000;
}

.sateiBot .telNum,
.sateiBot .sateiBotR {
	display: inline-block;
	margin: 0 19px;
}

.sateiBot .telNum p {
	font-size: 1.1rem;
	color: #fff;
}

.sateiBot .telNum p:nth-of-type(1) {
	font-size: 3.3rem;
	font-weight: 700;
	color: #ffc815;
}

.sateiBot .telNum p.robo:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 24px;
	margin-right: 11px;
	background: url("../img/common/icon_phone.png") no-repeat 0 0;
	background-size: 100%;
}

.sateiBotR {
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

/* ====================================
index.html
====================================== */
/* -- 最新買取実績 -- */
.se1Head {
	position: relative;
}

.topSe1 {
	margin-bottom: 100px;
}

.se1HeadTtl {
	margin-bottom: 50px;
	font-size: 4.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.topSe1 .linkBuylist {
	position: absolute;
	top: -11px;
	right: 0;
}

.commonBtn {
	position: relative;
	display: block;
	padding: 20px 30px;
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #ffc815;
	border-radius: 6px;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
}

.commonBtn:after {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-left: 18px;
	vertical-align: -5px;
	background: url("../img/common/icon_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
	transition: all .12s ease-in-out;
}

.commonBtn:hover:after {
	background: url("../img/common/icon_btn_arrow_on.jpg") no-repeat 0 0;
	background-size: 100%;
}

.commonBtn:before {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all .2s ease-in-out;
}


/* フッターエリアボタン */
#ftAreaBtn .commonBtn {
	padding: 8px 20px;
	font-size: 1.4rem;
	display: inline-block;
}

#ftAreaBtn .commonBtn span {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

#ftAreaBtn .commonBtn:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 18px;
	background: url("../img/common/icon_btn_arrow_off.jpg") no-repeat 0 0;
	background-size: 100%;
	transition: all .12s ease-in-out;
	vertical-align: middle;
}

#ftAreaBtn .commonBtn:hover span {
	color: #FFF;
}

#ftAreaBtn .commonBtn:hover:after {
	background: url("../img/common/icon_btn_arrow_on.jpg") no-repeat 0 0;
	background-size: 100%;
}


/* hover */
.commonBtn:before {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	border-radius: 6px;
}

.commonBtn:hover,
.commonBtn:active {
	background: none;
	color: #ffc815;
}

.commonBtn:hover:before,
.commonBtn:active:before {
	width: 100%;
}

#se1In {
	width: 100%;
	margin: auto;
}

.topRcord {
	position: relative;
	margin: 0 13px;
}

.topRcord a {
	display: block;
	border: 5px solid #000;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.topRcord a:hover {
		opacity: 0.7;
	}
}

.prefBox {
	position: absolute;
	top: 5px;
	left: 5px;
	padding: 12px 17px;
	font-size: 1.6;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #000;
}

.rcordImg {
	overflow: hidden;
	border-bottom: 5px solid #000;
}

.rcordImg img {
	width: 100%;
	height: auto;
}

.rcordIn {
	padding: 20px;
}
@media screen and (max-width:1000px) {
    .rcordIn { height: 150px !important;}
}

.rcordIn p {
	font-weight: bold;
}

.rcordDate {
	margin-bottom: 10px;
	font-size: 1.6rem;
}

.rcordTtl {
	font-size: 1.8rem;
	line-height: 1.5;
}

.rcordCat,
.rcordBrand {
	padding: 6px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: right;
}

.rcordCat {
	background-color: #ffc815;
}
@media screen and (max-width:1000px) {
    .rcordCat { height: 45px !important;}
}

.rcordBrand {
	color: #fff;
	background-color: #000;
}


/* -- コンテンツナビ -- */
.topContsNav {
	margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
    .topContsNav {
        width: 100%;
        margin: 0 auto 100px;
    }
}

.topContsNav .navBox {
	position: relative;
	display: inline-block;
	width: 48%;
	vertical-align: middle;
	background-color: #000;
	border: 6px solid #000;
}
.topContsNav .topNavBox { width: 48%;}
@media screen and (max-width:1280px) {
    .topContsNav .topNavBox { width: 46% !important;}
}

.navBoxLt {
	margin-right: 30px;
}
@media screen and (max-width:1000px) {
    .navBoxLt {
        margin-right: 2.5%;
    }
}

@media screen and (max-width: 1080px) {
    .topContsNav .navBox { width: 48%;}
}

.navBox a {
	display: block;
	width: 100%;
	height: 100%;
}

.navBox img {
	width: 100%;
	height: auto;
	opacity: 0.5;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:641px) {
	.navBox a:hover img {
		opacity: 0.8;
	}
}

.navBox p {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	font-size: 2.9rem;
	letter-spacing: 0.1em;
	color: #fff;
	transform: translate(-50%, -50%);
}

.navBox .assist {
	display: block;
	margin-top: 22px;
	font-size: 4.4rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #fff;
}

/* バナーエリア */
.foot_bnr_bk {
	width: 100%;
	padding: 30px 0px 20px;	
	clear: both;
	background-color: #f6f6f6;
}

.foot_bnr_area {
	width: 1000px;
	margin: 0 auto;
}

.hiraku_area {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.hiraku_area > p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.hiraku_area_left {
	margin-right: 20px;
	display: inline-block;
	width: 30%;
}

.hiraku_area_left a {
  transition: all 0.3s ease-in-out 0s;
}

.hiraku_area_left a:hover {
  opacity: 0.6;
}


.hiraku_area_left img {
	width: 100%;
	height: auto;
}

.hiraku_area_right {
	display: inline-block;
	vertical-align: top;
}

.hiraku_area_right > p {
	font-size: 15px;
	line-height: 1.2;
}

.hiraku_area_right > p ::first-line {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.bnr_area p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.bnr_area li {
	width: calc(94%/3);
	margin-right: calc(6%/2);
	margin-bottom: calc(6%/3);
}
.bnr_area li:nth-child(3n) {
	margin-right: 0;
}

.bnr_area li a {
  transition: all 0.3s ease-in-out 0s;
}

.bnr_area li a:hover {
  opacity: 0.6;
}

.bnr_area img {
	width: 100%;
	height: auto;
}
/* バナーエリアここまで */




/* -- btnSatei -- */
.btnSatei {
	padding: 48px 0 30px;
	background-color: #f2f2f2;
}

.stHead1 {
	margin-bottom: 50px;
	font-size: 2.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.stHead1 .assist {
	display: inline-block;
	padding-bottom: 5px;
	font-size: 4.2rem;
	font-weight: bold;
	color: #da2533;
	border-bottom: 3px solid #da2533;
}

.stHead1:before {
	content: "";
	display: inline-block;
	width: 35px;
	height: 45px;
	margin-right: 10px;
	background: url("../img/common/icon_dentaku.png") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -7px;
}

.btnSateiLineWrap,
.btnSateiMailWrap {
	display: inline-block;
	vertical-align: bottom;
	width: 460px;
	height: 116px;
	border-width: 4px;
	border-style: solid;
	border-radius: 10px;
}

@media screen and (max-width:1040px) {

	.btnSateiLineWrap,
	.btnSateiMailWrap {
		width: 44.2%;
	}
}

.sateiBlock .btnSateiLineWrap,
.sateiBlock .btnSateiMailWrap {
	width: 240px;
	height: 106px;
}

.begSatei .btnSateiLineWrap,
.begSatei .btnSateiMailWrap {
	width: 206px;
	height: 90px;
}

.btnSateiLine,
.btnSateiMail {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.btnSateiLineWrap {
	margin-right: 50px;
	border-color: #0e770e;
}

.sateiBlock .btnSateiLineWrap {
	margin-right: 10px;
}

.begSatei .btnSateiLineWrap {
	margin-right: 0;
}


/* LINE査定 */
.btnSateiLine {
	padding-top: 14px;
	background-color: #00b900;
}

.sateiBlock .btnSateiLine {
	padding: 10px 0 0 6px;
}

.begSatei .btnSateiLine {
	padding: 8px 0 0 3px;
}

.btnSateiLine:hover {
	background-color: #00d100;
}

.qrBlock,
.btnSateiLineR {
	display: inline-block;
	vertical-align: middle;
}

.qrBlock {
	width: 80px;
	height: 80px;
	margin-right: 16px;
}

.begSatei .qrBlock {
	width: 68px;
	height: 68px;
}

.sateiBlock .qrBlock {
	margin-right: 5px;
}

.begSatei .qrBlock {
	margin-right: 5px;
}

.qrBlock img {
	width: 100%;
}

.btnSateiLineTxt1,
.btnSateiLineTxt2,
.btnSateiLineTxt3 {
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #fff;
}

.btnSateiLineTxt1 {
	margin-bottom: 10px;
	font-size: 1.2rem;
}

.sateiBlock .btnSateiLineTxt1 {
	margin-bottom: 0;
	font-size: 1.0rem;
	line-height: 1.5;
}

.begSatei .btnSateiLineTxt1 {
	margin-bottom: 0;
	font-size: 0.8rem;
	line-height: 1.5;
}

.btnSateiLineTxt2 {
	font-size: 2.4rem;
}

.sateiBlock .btnSateiLineTxt2 {
	margin-bottom: 7px;
	font-size: 2.2rem;
}

.begSatei .btnSateiLineTxt2 {
	margin-bottom: 5px;
	font-size: 1.9rem;
}

.sateiBlock .btnSateiLineTxt3 {
	padding: 5px 22px;
	font-size: 1.1rem;
	color: #000;
	background-color: #fff;
}

.begSatei .btnSateiLineTxt3 {
	padding: 5px 20px;
	font-size: 0.9rem;
	color: #000;
	background-color: #fff;
}

.sateiBlock .btnSateiIn,
.begSatei .btnSateiIn {
	padding: 11px 0;
	text-align: center;
}


/* 写メール査定 */
.btnSateiMailWrap {
	position: relative;
	border-color: #000;
}

.btnSateiMail {
	padding: 22px 0 0 112px;
	background-color: #da2533;
}
@media screen and (max-width:1000px){
	.btnSatei .btnSateiMail { padding: 11px 0 0 112px;}
}

.sateiBlock .btnSateiMail,
.begSatei .btnSateiMail {
	padding: 11px 0 0 14px;
}

.btnSateiMail:hover {
	background-color: #f72a3a;
}

.btnSateiMailTxtList {
	margin-bottom: 7px;
}

.btnSateiMailTxtList {
	margin-bottom: 20px;
}
@media screen and (max-width:1000px){
	.btnSatei .btnSateiMailTxtList { margin-bottom: 9px;}
}

.begSateiMailTxtList {
	margin-bottom: 15px;
}

.btnSateiMailTxt {
	float: left;
	margin-right: 10px;
	padding: 5px;
	font-weight: bold;
	background-color: #fff;
}

.sateiBlock .btnSateiMailTxt {
	padding: 4px 5px;
	margin-right: 5px;
	font-size: 1.0rem;
	font-weight: normal;
}

.begSatei .btnSateiMailTxt {
	padding: 4px 3px;
	margin-right: 3px !important;
	font-size: 0.9rem;
	font-weight: normal;
}

@media screen and (max-width:1000px){
	.btnSatei .btnSateiMailMain { margin-bottom: 9px;}
}

.btnSateiMailMain {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	letter-spacing: 0.1em;
	color: #fff;
}

.sateiBlock .btnSateiMailMain {
	font-size: 2.0rem;
}

.begSatei .btnSateiMailMain {
	font-size: 1.7rem;
}

.noPic,
.shameLadies {
	position: absolute;
}

.noPic {
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

@media screen and (max-width:1040px) {
	.noPic {
		width: 50px;
		height: 50px;
		top: 50px;
		transform: translateY(0);
	}

	.noPic img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width:1000px) {
	.btnSatei .noPic { display: none;}

	.btnSatei .noPicTxt {
		display: block !important;
		text-align: left;
	}

	.btnSatei .noPicTxt .noPicTxtIn {
		display: inline-block;
		padding: 5px 45px;
		font-size: 1.4rem;
		color: #fff;
		background-color: #000;
	}
}

.sateiBlock .noPic {
	top: inherit;
	right: 24px;
	bottom: 9px;
	width: 52px;
	height: 52px;
	transform: none;
}

.begSatei .noPic {
	top: inherit;
	right: 16px;
	bottom: 6px;
	width: 44px;
	height: 44px;
	transform: none;
}

.sateiBlock .noPic img,
.begSatei .noPic img {
	width: 100%;
	height: auto;
}

.shameLadies {
	bottom: 0;
	left: 0;
}


/* -- tesSatei -- */
.telSatei {
	padding: 30px 0;
	background-color: #000;
}

.telSatei .inner {
	display: table;
}

.stLt,
.stRt {
	display: table-cell;
	width: 50%;
	text-align: center;
	vertical-align: middle;
}

.stLt .srTxt3 {
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}

.stLt .stTxt1 {
	margin-bottom: 17px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}

.stLt .telNum {
	margin-bottom: 5px;
	font-size: 4.7rem;
	font-weight: 700;
	line-height: 1.0;
	letter-spacing: 0;
	color: #ffc815;
}

.stLt .telNum:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 36px;
	margin-right: 8px;
	background: url("../img/common/icon_phone.png") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -1px;
}

.stLt .stTxt2 {
	margin-bottom: 12px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}

.stRt p {
	display: inline-block;
	margin: 0 10px;
}
@media screen and (max-width:1000px) {
    .stRt .btnInq { margin: 0;}

    .stRt .btnFaq { margin-right: 5px;}
}

.stRt .commonBtn {
	padding: 17px 0;
	font-size: 1.6rem;
	border: 3px solid #ffc815;
	transition: all .2s ease-in-out;
}

.btnFaq {
	width: 40%;
	max-width: 202px;
}

.btnInq {
	width: 50%;
	max-width: 256px;
}

.btnFaq .commonBtn:after {
	margin-left: 15px;
}


/* -- 買取のご依頼前に読んでいただきたいページです -- */
.readSe {
	padding-top: 75px;
	margin-bottom: 100px;
}

.readSe .readTtl {
	margin-bottom: 50px;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}

.linkBtn {
	position: relative;
	display: block;
	border: 3px solid #ffc815;
	border-radius: 10px;
	overflow: hidden;
}

.linkBtn:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #ffc815 transparent;
}

@media screen and (max-width:1279px) {
	.linkBtn:after {
		border-width: 0 0 36px 36px;
	}
}

.linkBtn {
	text-transform: uppercase;
	outline: none;
	transition: all 0.3s;
}

.linkBtn:before {
	content: '';
	position: absolute;
	z-index: 0;
	transition: all 0.3s;
}

.linkBtn span.block {
	position: relative;
}

/* hover */
.linkBtn {
	overflow: hidden;
}

.linkBtn:before {
	width: 200%;
	height: 0;
	bottom: -50%;
	right: -50%;
	background: #ffc815;
	opacity: 0;
	transform: rotate(-45deg);
}

.se4Rt .linkBtn:before {
	width: 195%;
	bottom: -130%;
	right: -60%
}

@media screen and (max-width:1000px) {
	.se4Rt .linkBtn:before {
		width: 216%;
	}
}

.linkBtn:hover,
.linkBtn:active {
	color: #0e83cd;
}

.linkBtn:hover:before {
	height: 260%;
	opacity: 1;
}

.se4Rt .linkBtn:hover:before {
	height: 731%;
}

.linkBtn:active:before {
	height: 400%;
	opacity: 1;
}

.readSe li {
	float: left;
	width: 31.2%;
	max-width: 340px;
	height: 210px;
	margin-right: 30px;
}

.readSe li:nth-last-of-type(1) {
	margin-right: 0;
}

.readSe li a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 40px;
	text-align: center;
}

.readSe li span {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.readSe li span:before {
	content: "";
	display: block;
}

.readSe .btnBeg span.block:before {
	width: 45px;
	height: 74px;
	margin: 0 auto 22px;
	background: url("../img/common/icon_beginner.png") no-repeat center bottom;
	background-size: 100%;
}

.readSe .btnFlow span.block:before {
	width: 61px;
	height: 74px;
	margin: 0 auto 22px;
	background: url("../img/common/icon_flow.png") no-repeat center bottom;
	background-size: 100%;
}

.readSe .btnSec span.block:before {
	width: 64px;
	height: 74px;
	margin: 0 auto 22px;
	background: url("../img/common/icon_secret.png") no-repeat center bottom;
	background-size: 100%;
}








/* -------------------------------------------------
sub-layout
----------------------------------------------------*/
.subConts {
	position: relative;
	z-index: 3;
	margin-top: -40px;
}

/* ===== main visual ===== */
.fv {
	position: relative;
	height: 395px;
	background-color: #fff;
}

.fvContsWrap {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	margin-left: -540px;
	/*padding-left: 21.65%;*/
}

@media screen and (max-width:1100px) {
	.fvContsWrap {
		left: 0;
		margin-left: 0;
	}
}

.fvConts {
	position: relative;
	display: table;
	width: 100%;
	height: 335px;
	padding-left: 50px;
	background-color: #ffc815;
	animation-name: fadeIn;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
}

@keyframes fadeIn {
	from {
		transform: translateX(100%);
	}

	to {
		transform: translateX(0);
	}
}

.fvContsIn {


	display: table-cell;
	vertical-align: middle;
	opacity: 0;
}


.fv:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 78.125%;
	height: 335px;
	background-color: #eee;
	animation-name: fadeIn2;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
}

@keyframes fadeIn2 {
	from {
		left: -100%;
	}

	to {
		left: 0;
	}
}

@media screen and (max-width:1100px) {
	.fv:before {
		width: 95%;
	}
}

.fv .attention {
	display: inline-block;
	padding: 7px 16px;
	margin-left: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #da2533;
}

.pageTtl {
	margin-bottom: 17px;
	font-size: 5.0rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.pageTtl:before {
	display: block;
	margin-bottom: 10px;
	font-family: 'Abel', sans-serif;
	font-size: 2.4rem;
	letter-spacing: -0.02em;
	color: #907622;
}

.fv .begiTtl:before {
	content: "FOR BEGINNERS";
}

.fv .camTtl:before {
	content: "ENHANCED PURCHASE PRODUCT";
}

.fv .bylTtl:before {
	content: "PURCHASE RESULTS";
}

.fv .faqTtl:before {
	content: "FAQ";
}

.fv .itemTtl:before {
	content: "TARGET PRODUCT FOR PURCHASE";
}

.fv .oshiraseTtl:before {
	content: "NEWS";
}

.fv .prcTtl:before {
	content: "PRICE LIST";
}

.fv .inqTtl:before {
	content: "CONTACT";
}

.fv .delTtl:before {
	content: "HOME DELIVERY PURCHASE";
}

.fv .entTtl:before {
	content: "PICTURE MESSAGE ASSESSMENT";
}

.fv .flowTtl:before {
	content: "FLOW";
}

.fv .lineTtl:before {
	content: "LINE ASSESSMENT";
}

.fv .linkTtl:before {
	content: "LINK";
}

.fv .packTtl:before {
	content: "ABOUT PACKING";
}

.fv .ppTtl:before {
	content: "PRIVACY POLICY";
}

.fv .rsnTtl:before {
	content: "SECRET OF BIG PURCHASE";
}

.fv .shopTtl:before {
	content: "STORE GUIDE";
}

.fv .sbTtl:before {
	content: "OVER THE COUNTER PURCHASE";
}

.fv .smTtl:before {
	content: "SITEMAP";
}

.fv .tokuTtl:before {
	content: "ACT ON SPECIFIED COMMERCIAL TRANSACTIONS";
}

.fv .visTtl:before {
	content: "BUSINESS TRIP PURCHASE";
}

.pageTxt {
	display: inline-block;
	padding-top: 14px;
	font-size: 2.0rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
	border-top: 5px solid #ffe17e;
}


/* ===== link path ===== */
.linkPath {
	margin-bottom: 105px;
}

.linkPath li {
	display: inline-block;
	vertical-align: middle;
}

.linkPath li:not(:nth-last-of-type(1)):after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 15px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	vertical-align: 2px;
}

.linkPath li a {
	letter-spacing: 0.1em;
	transition: all .3s ease-in-out;
}

.linkPath li a:hover {
	opacity: 0.7;
}

.iconHome {
	width: 16px;
}


/* ===== 合わせてお読みください ～ ===== */
.readSeSub {
	margin-bottom: 60px;
}

.readSeSub li {
	width: 255px;
	height: 130px;
	margin-right: 20px;
}

@media screen and (max-width:1150px) {
	.readSeSub li {
		width: 24.2%;
		margin-right: 1%;
	}
}

.readSeSub li a {
	padding-top: 17px;
}

.readSeSub .linkBtn:after {
	border-width: 0 0 40px 40px;
}

.readSeSub .btnFlow span.block:before {
	width: 40px;
	height: 50px;
	margin: 0 auto 12px;
}

.readSeSub .btnSec span.block:before {
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
}

.readSeSub .btnBeg span.block:before {
	width: 34px;
	height: 46px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_wakaba.png") no-repeat bottom;
	background-size: 100%;
}

.readSeSub .btnPac span.block:before {
	width: 46px;
	height: 50px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_konpou.png") no-repeat center bottom;
	background-size: 100%;
}

.readSeSub .btnFaq span.block:before {
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_faq.png") no-repeat center bottom;
	background-size: 100%;
}

.readSeSub .btnTak span.block:before {
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_takuhai02.png") no-repeat center bottom;
	background-size: 100%;
}

.readSeSub .btnShop span.block:before {
	width: 46px;
	height: 50px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_shop.png") no-repeat center bottom;
	background-size: 100%;
}

.readSeSub .btnShu span.block:before {
	width: 50px;
	height: 50px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_shutcho.png") no-repeat center bottom;
	background-size: 100%;
}

.readSeSub .btnLine span.block:before {
	width: 28px;
	height: 50px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_line.png") no-repeat center bottom;
	background-size: 100%;
}

.readSeSub .btnPrc span.block:before {
	width: 40px;
	height: 50px;
	margin: 0 auto 12px;
	background: url("../img/common/icon_list.png") no-repeat center bottom;
	background-size: 100%;
}

.subConts .navBox p {
	font-size: 2.2rem;
}

.subConts .navBox .assist {
	font-size: 3.4rem;
}



/* ===== 下層ページ共通 ===== */
.links {
	margin-bottom: 80px;
}

.linksKtr {
	margin-bottom: 70px;
}

.links li:nth-of-type(1) {
	float: left;
}

.links li:nth-of-type(2) {
	float: right;
}

.links .linkBtn {
	width: 515px;
	height: 100px;
	font-size: 2.3rem;
}

.linksKtr .linkBtn {
	font-size: 2.6rem;
}

.links .btnTak .linkBtn {
	padding: 28px 0 0 60px;
}

.links .btnShu .linkBtn {
	padding: 31px 0 0 64px;
}

.linksKtr .btnShu .linkBtn {
	padding: 31px 0 0 120px;
}

.linksKtr .btnItem .linkBtn {
	padding: 31px 0 0 120px;
}

.linksKtr .btnTak .linkBtn {
	padding: 28px 0 0 123px;
}

.linksKtr .btnPac .linkBtn {
	padding: 23px 0 0 137px;
}

.linksKtr .btnShop .linkBtn {
	padding: 31px 0 0 121px;
}

.linksKtr .btnCom .linkBtn {
	padding: 28px 0 0 20px;
	font-size: 2.3rem;
	letter-spacing: 0;
}

@media screen and (max-width:1100px) {
	.ktrLinksLi {
		width: 48%;
	}

	.linksKtr .linkBtn {
		width: 100%;
	}

	.linksKtr .btnShu .linkBtn {
		padding: 31px 0 0 0;
	}

	.linksKtr .btnItem .linkBtn {
		padding: 31px 0 0 0;
	}

	.linksKtr .btnTak .linkBtn {
		padding: 28px 0 0 0;
	}

	.linksKtr .btnPac .linkBtn {
		padding: 23px 0 0 0;
	}

	.linksKtr .btnShop .linkBtn {
		padding: 31px 0 0 0;
	}

	.linksKtr .btnCom .linkBtn {
		padding: 23px 0 0 0;
		font-size: 2.0rem;
	}
}

.links .linkBtn .block {
	font-weight: bold;
}

@media screen and (max-width:1100px) {
	.links .linkBtn .block {
		display: block;
		margin: auto;
	}

	.linksKtr .btnPac .block {
		width: 216px;
	}

	.linksKtr .btnTak .block {
		width: 247px;
	}

	.linksKtr .btnItem .block {
		width: 223px;
	}

	.linksKtr .btnShu .block {
		width: 246px;
	}

	.linksKtr .btnCom .block {
		width: 403px;
	}

	.linksKtr .btnShop .block {
		width: 237px;
	}

}

.links .linkBtn .block:before {
	content: "";
	display: inline-block;
	margin-right: 13px;
	vertical-align: -10px;
}

.links .btnTak .block:before {
	width: 50px;
	height: 44px;
	background: url("../img/common/icon_takuhai02.png") no-repeat center center;
	background-size: 100%;
}

.links .btnShu .block:before {
	width: 50px;
	height: 38px;
	background: url("../img/common/icon_shutcho.png") no-repeat center center;
	background-size: 100%;
}

.links .btnItem .block:before {
	width: 52px;
	height: 36px;
	background: url("../img/common/icon_item.png") no-repeat center center;
	background-size: 100%;
}

.links .btnPac .block:before {
	width: 46px;
	height: 50px;
	background: url("../img/common/icon_konpou.png") no-repeat center center;
	background-size: 100%;
}

.links .btnShop .block:before {
	width: 40px;
	height: 38px;
	background: url("../img/common/icon_shop.png") no-repeat center center;
	background-size: 100%;
}

.links .btnCom .block:before {
	width: 44px;
	height: 44px;
	background: url("../img/common/icon_com.png") no-repeat center center;
	background-size: 100%;
}

@media screen and (max-width:1100px) {
	.links .btnCom .block:before {
		width: 35px;
	}
}

@media screen and (max-width:1000px) {
	.links .btnCom .block:before {
		margin-right: 5px;
	}
}


.links .linkBtn:before {
	bottom: -200%;
	width: 150%;
}

.links .linkBtn:hover:before {
	height: 670%;
}



/* ===== 買取ページ共通 ===== */
.ktrPoint ul {
	margin-bottom: 40px;
}

.shopPoint ul {
	margin-bottom: 0;
}

.ktrPoint li {
	position: relative;
	display: table;
	float: left;
	width: 240px;
	height: 240px;
	margin-right: 40px;
	text-align: center;
	background-color: #ffc815;
	border-radius: 50%;
}

@media screen and (max-width:1149px) {
	.ktrPoint li {
		width: 23.8%;
		height: 22.35vw;
		margin-right: 1.5%;
	}
}

.ktrPoint li:nth-last-of-type(1) {
	margin-right: 0;
}

.ktrPoint .block {
	display: table-cell;
	padding-top: 60px;
	vertical-align: top;
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.1;
	letter-spacing: 0.1em;
}

.shopPoint .gama .block {
	letter-spacing: 0;
}

.ktrPoint .genkin .block,
.ktrPoint .ok .block,
.ktrPoint .gama .block {
	padding-top: 52px;
}

.shopPoint .genkin .block {
	padding-top: 64px;
}

.ktrPoint .koji .block,
.ktrPoint .bank .block {
	padding-top: 40px;
}

.ktrPoint .block:before {
	content: "";
	display: block;
	margin: 0 auto 17px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}

.ktrPoint .shu .block:before {
	width: 50px;
	height: 48px;
	background-image: url("../img/common/icon_shutcho.png");
}

.ktrPoint .sti .block:before {
	width: 48px;
	height: 48px;
	background-image: url("../img/common/icon_secret.png");
}

.ktrPoint .genkin .block:before {
	width: 65px;
	height: 47px;
	margin: 0 auto 7px;
	background-image: url("../img/common/icon_yen.png");
}

.ktrPoint .ok .block:before {
	width: 30px;
	height: 52px;
	margin: 0 auto;
	background-image: url("../img/common/icon_ok.png");
}

.ktrPoint .muryo .block:before {
	width: 51px;
	height: 48px;
	background-image: url("../img/common/icon_muryo.png");
}

.ktrPoint .bank .block:before {
	width: 38px;
	height: 50px;
	margin: 0 auto;
	background-image: url("../img/common/icon_bank.png");
}

.ktrPoint .koji .block:before {
	width: 38px;
	height: 50px;
	margin: 0 auto;
	background-image: url("../img/common/icon_koji.png");
}

.ktrPoint .wt .block:before {
	width: 39px;
	height: 52px;
	margin: 0 auto 8px;
	background-image: url("../img/common/icon_watch.png");
}

.ktrPoint .gama .block:before {
	width: 46px;
	height: 45px;
	margin: 0 auto;
	background-image: url("../img/common/icon_saifu.png");
}

.ktrPoint .genkin .kome1 {
	position: absolute;
	top: 50%;
	right: 26px;
	margin-top: -1em;
}

.ktrPoint .muryo .kome1 {
	position: absolute;
	top: 50%;
	right: 26px;
	margin-top: -1em;
}

.ktrPoint li .assist {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.ktrPoint .small {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0;
}

.ktrPoint .large {
	font-size: 3.5rem;
	font-weight: bold;
	letter-spacing: 0;
	color: #da2533;
	border-bottom: 3px solid #de2533;
}

@media screen and (max-width:1080px) {
	.ktrPoint .large {
		font-size: 3.0rem;
	}
}

.ktrPoint .large {
	display: inline-block;
	padding-bottom: 6px;
	margin-bottom: -3px;
	line-height: 1.0;
}

.komeTxt {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}

.subConts .telSatei {
	margin-bottom: 60px;
}

.jnbSe {
	margin-bottom: 80px;
}

.ktrSe .ktrSeTtl {
	margin-bottom: 20px;
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.ktrIn {
	padding: 30px;
	border: 4px solid #000;
}

.ktrInTtl {
	display: inline-block;
	padding: 12px 20px;
	margin-bottom: 30px;
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	color: #fff;
	background-color: #000;
}

.ktrInTxt {
	margin-bottom: 15px;
	font-size: 2.0rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.ktrAtt {
	padding: 12px 30px;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #fff;
	background-color: #da2533;
}

.ktrNot li {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.ktrNot li:nth-last-ot-type(1) {
	margin-bottom: 0;
}

.ktrNot li:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	margin-right: 20px;
	background: url("../img/icon_batsu.jpg") no-repeat 0 0;
	background-size: 100%;
	vertical-align: -6px;
}

.ktrNot li.triangle:before {
	background: url("../img/icon_sankaku.jpg") no-repeat 0 0;
	background-size: 100%;
}

.ktrSateiConts {
	width: 94%;
	max-width: 1080px;
	margin: 0 auto 60px;
}

.topRcord {
	max-width: 340px !important;
	height: 0;
	overflow: hidden;
}
