@charset "utf-8";
/* CSS Document */

/*買取商品個別*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	.purchase_price-bg {
		background: #F3F4F9;
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0;
	}
	
	.purchase_price {
		position: relative;
		width: 73%;
		height: auto;
		margin: 50px auto;
		border: 1px solid #f7f7f7;
		background: #fff;
	}
	
	.purchase_price_key {
		padding: 50px 64px;
    	margin-bottom: 0;
    	background: #00053a;
    	text-align: center;
    	color: #ffffff;
	}
	
	.purchase_price_key h1 {
		font-size: 28px;
		clear: both;
		font-weight: bold;
	}
	
	.purchase_price_wrap {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 90%;
		height: auto;
		margin: 50px auto;
	}
	
	.purchase_price_item {
		width: 24%;
		margin: 0 0.5% 40px;
		border: 1px solid #f7f7f7;
		padding: 1%;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.purchase_price_item figure {
		text-align: center;
		margin: 0 0 1em;
	}
	
	.purchase_price_item figure img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.purchase_price_title {
		font-size: 15px;
		padding: 5px;
		height: auto;
	}
	
	.purchase_price_price {
		padding: 5px;
		font-size: 31px;
		font-weight: 900;
		padding-left: 30px;
		background-image: url(/wp-content/uploads/2023/03/price-icon.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 23px;
	}
	
	.purchase_price_price span {
		font-size: 14px;
	}
	
	.purchase_note_price {
		background: #f3f3f3;
		border: 1px solid #d6d6d6;
		padding: 5px 10px;
		border-radius: 2px;
		font-size: 14px;
	}
	
}
  
/*SP*/
@media only screen and (max-width: 768px) {
	
	.purchase_price-bg {
		background: #F3F4F9;
		position: relative;
		width: 100%;
		height: auto;
		padding: 25px 0;
	}
	
	.purchase_price {
		position: relative;
		width: 96%;
		height: auto;
		margin: 25px auto;
		border: 1px solid #f7f7f7;
		background: #fff;
	}
	
	.purchase_price_key {
		padding: 20px;
    	margin-bottom: 0;
    	background: #00053a;
    	text-align: center;
    	color: #ffffff;
	}
	
	.purchase_price_key h1 {
		font-size: 22px;
		clear: both;
		font-weight: bold;
	}
	
	.purchase_price_wrap {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 90%;
		height: auto;
		margin: 50px auto;
	}
	
	.purchase_price_item {
		width: 48%;
		margin: 0 1% 40px;
		border: 1px solid #f7f7f7;
		padding: 1%;
		border-radius: 3px;
		box-sizing: border-box;
	}
	
	.purchase_price_item figure {
		text-align: center;
		margin: 0 0 1em;
	}
	
	.purchase_price_item figure img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.purchase_price_title {
		font-size: 15px;
		padding: 5px;
		height: auto;
	}
	
	.purchase_price_price {
		padding: 5px;
		font-size: 24px;
		font-weight: 900;
		padding-left: 25px;
		background-image: url(/wp-content/uploads/2023/03/price-icon.png);
		background-repeat: no-repeat;
		background-position: 0 50%;
		background-size: 20px;
	}
	
	.purchase_price_price span {
		font-size: 14px;
	}
	
	.purchase_note_price {
		background: #f3f3f3;
		border: 1px solid #d6d6d6;
		padding: 5px 10px;
		border-radius: 2px;
		font-size: 11px;
	}
	
}

/*出張買取*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	.kaitori_houhou {
		position: relative;
		width: 1000px;
		height: auto;
		margin: 100px auto;
	}
	
	.kaitori_houhou h1 {
		font-size: 30px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 1px;
		text-align: center;
		color: #00053a;
	}
	
	.kaitori_houhou-top {
		font-size: 36px;
		font-weight: bold;
		text-align: center;
		color: #00053a;
		margin: 70px 0;
	}
	
	.kaitori_houhou-top font {
		background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 0, 0.8) 0, rgba(255, 255, 0, 0.8) 90%, rgba(255, 255, 255, 0) 0);
		display: inline;
		color: #00053a;
	}
	
	.kaitori_houhou .section1 {
		padding: 20px;
		background: #fafafa;
	}
	
	.kaitori_houhou h2 {
		padding: 0 0 12px;
		clear: both;
		border-bottom: 1px solid #efefef;
		font-size: 28px;
		margin: 0 0 32px;
	}
	
	.kaitori_houhou .section1 ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		list-style: none;
		width: 970px;
		height: auto;
		padding: 0 0 0 10px;
		margin: 0 auto 20px;
	}
	
	.kaitori_houhou .section1 ul li {
		width: 34%;
		margin: 6px 0;
	}
	
	.fa-check-square:before {
		content: "☑";
	}
	
	.kaitori_houhou-text {
		margin: 50px 0;
		text-align: center;
	}
	
	.kaitori_houhou .section2 {
		display: flex;
		justify-content: center;
		flex-wrap: nowrap;
		margin-bottom: 50px;
	}
	
	.kaitori_houhou .section2 figure {
		width: 20%;
		margin: 0 0 10px;
	}
	
	.kaitori_houhou .section2 p {
		width: 59%;
		margin-left: 30px;
	}
	
	.section3 ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: nowrap;
		list-style: none;
		padding: 0;
	}
	
	.section3 ul li {
		width: 31%;
	}
	
	.section3 ul li a {
		text-align: center;
		display: block;
		background: #00053a;
		color: #ffffff;
		padding: 17px 0;
	}
	
	.section3 ul li a:hover {
		opacity: 0.6;
	}
	
	.section3 .tentou-btn {
		display: block;
		width: 400px;
		text-align: center;
		display: block;
		background: #00053a;
		color: #ffffff;
		margin: 0 auto;
		padding: 17px 0;
	}
	
	.section3 .tentou-btn:hover {
		opacity: 0.6;
	}
	
}
  
/*SP*/
@media only screen and (max-width: 768px) {
	
	.kaitori_houhou {
		position: relative;
		width: 94%;
		height: auto;
		margin: 50px auto;
	}
	
	.kaitori_houhou h1 {
		font-size: 24px;
		font-weight: 600;
		line-height: 1;
		letter-spacing: 1px;
		text-align: center;
		color: #00053a;
	}
	
	.kaitori_houhou-top {
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 1.4;
		color: #00053a;
		margin: 35px 0;
	}
	
	.kaitori_houhou-top font {
		background: linear-gradient(rgba(255, 255, 255, 0) 70%, rgba(255, 255, 0, 0.8) 0, rgba(255, 255, 0, 0.8) 90%, rgba(255, 255, 255, 0) 0);
		display: inline;
		color: #00053a;
	}
	
	.kaitori_houhou .section1 {
		padding: 20px;
		background: #fafafa;
	}
	
	.kaitori_houhou h2 {
		padding: 0 0 12px;
		clear: both;
		border-bottom: 1px solid #efefef;
		font-size: 22px;
		margin: 0 0 32px;
	}
	
	.kaitori_houhou .section1 ul {
		display: block;
		list-style: none;
		width: 89%;
		height: auto;
		padding: 0 0 0 10px;
		margin: 0 auto 20px;
	}
	
	.kaitori_houhou .section1 ul li {
		width: 100%;
		margin: 6px 0;
	}
	
	.fa-check-square:before {
		content: "☑";
	}
	
	.kaitori_houhou-text {
		width: 89%;
		height: auto;
		margin: 25px auto;
		text-align: left;
		font-size: 12px;
	}
	
	.kaitori_houhou .section2 {
		display: block !important;
    	margin-bottom: 40px !important;
	}
	
	.kaitori_houhou .section2 figure {
		width: 60%;
		height: auto;
		margin: 0 auto 10px;
	}
	
	.kaitori_houhou .section2 p {
		width: 80%;
		margin: 0 auto;
	}
	
	.section3 ul {
		display: block;
		list-style: none;
		padding: 0;
	}
	
	.section3 ul li {
		width: 100%;
		margin: 6px 0;
	}
	
	.section3 ul li a {
		text-align: center;
		display: block;
		background: #00053a;
		color: #ffffff;
		padding: 17px 0;
	}
	
	.section3 .tentou-btn {
		text-align: center;
		display: block;
		background: #00053a;
		color: #ffffff;
		padding: 17px 0;
	}
	
}

/*お問い合わせ*/
/*PC*/
@media only screen and (min-width: 1281px) {
	
	.wp-contact {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	
	.wp-contact table {
		position: relative;
		width: 60%;
        max-width: 1000px;
		height: auto;
		margin: 0 auto;
	}
	
	.wp-contact table tr {
		margin-bottom: 20px;
	}
	
	.wp-contact table tr th {
    	position: relative;
    	width: 40%;
		height: auto;
    	padding: 20px 0;
    	font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 27px;
    	text-align: left;
    	color: #000;
    	vertical-align: top;
	}
	
	.wp-contact table tr td {
		position: relative;
    	width: 60%;
		height: auto;
		padding: 15px 0;
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 22px;
    	text-align: left;
    	color: #000;
	}
	
	.must01 {
    	position: absolute;
    	top: 20px;
    	left: 200px;
    	padding: 2px 10px;
    	font-size: 13px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 21px;
    	color: #fff;
    	background: #FF0000;
	}
	
	input[name="post_title"] {
    	position: relative;
    	width: 100%;
    	height: 50px;
    	padding: 12px 0;
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 22px;
    	text-align: left;
    	color: #333;
    	background: #F8F7F7;
    	border: none!important;
    	box-sizing: border-box;
	}
	
	.normal-box {
		position: relative;
    	width: 100%;
    	height: 50px;
    	padding: 12px 12px;
		color: #333;
		font-size: 16px;
    	font-weight: normal;
    	letter-spacing: 1px;
    	line-height: 26px;
    	text-align: left;
    	background: #F8F7F7;
    	border: none!important;
    	box-sizing: border-box;
	}
	
	.large-box {
		position: relative;
    	width: 100%;
    	height: 200px;
    	padding: 12px 12px;
		color: #333;
		font-size: 16px;
    	font-weight: normal;
    	letter-spacing: 1px;
    	line-height: 26px;
    	text-align: left;
    	background: #F8F7F7;
    	border: none!important;
    	box-sizing: border-box;
	}
	
	.soushin01 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 320px;
    	height: auto;
    	margin: 20px auto;
    	padding: 15px 0;
		font-family: 'Noto Sans JP', sans-serif;
    	font-size: 16px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 16px;
    	text-align: center;
    	color: #fff;
    	background: #00053a;
    	border: solid 1.5px #00053a;
    	box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.soushin01:hover {
		opacity: 0.6;
	}
	
	.wpcf7-acceptance .wpcf7-list-item {
		display: block!important;
    	position: relative;
    	margin: 20px auto 0 auto!important;
    	text-align: center;
	}
	
	.wpcf7-acceptance .wpcf7-list-item a {
    	color: #1B3B9F;
	}
	
	.wpcf7-form-control {
      	appearance: none;
      	-webkit-appearance: none; /*Google Chrome/Safari対応*/
      	-moz-appearance: none; /*Firefox対応*/
      	-o-appearance: none; /*Opera対応*/
	}
	
}
  /*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
	
	.wp-contact {
		position: relative;
		display: block;
		width: 100%;
		height: auto;
		margin-top: 30px;
	}
	
	.wp-contact table {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	
	.wp-contact table tr {
		margin-bottom: 20px;
	}
	
	.wp-contact table tr th {
    	position: relative;
    	width: 35%;
		height: auto;
    	padding: 20px 0;
    	font-size: 14px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 27px;
    	text-align: left;
    	color: #000;
    	vertical-align: top;
	}
	
	.wp-contact table tr td {
		position: relative;
    	width: 65%;
		height: auto;
		padding: 15px 0;
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 22px;
    	text-align: left;
    	color: #000;
	}
	
	.must01 {
    	position: absolute;
    	top: 20px;
    	left: 180px;
    	padding: 2px 10px;
    	font-size: 13px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 21px;
    	color: #fff;
    	background: #FF0000;
	}
	
	input[name="post_title"] {
    	position: relative;
    	width: 100%;
    	height: 50px;
    	padding: 12px 0;
    	font-size: 14px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 22px;
    	text-align: left;
    	color: #333;
    	background: #F8F7F7;
    	border: none!important;
    	box-sizing: border-box;
	}
	
	.normal-box {
		position: relative;
    	width: 100%;
    	height: 50px;
    	padding: 12px 12px;
		color: #333;
		font-size: 16px;
    	font-weight: normal;
    	letter-spacing: 1px;
    	line-height: 26px;
    	text-align: left;
    	background: #F8F7F7;
    	border: none!important;
    	box-sizing: border-box;
	}
	
	.large-box {
		position: relative;
    	width: 100%;
    	height: 200px;
    	padding: 12px 12px;
		color: #333;
		font-size: 16px;
    	font-weight: normal;
    	letter-spacing: 1px;
    	line-height: 26px;
    	text-align: left;
    	background: #F8F7F7;
    	border: none!important;
    	box-sizing: border-box;
	}
	
	.soushin01 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 320px;
    	height: auto;
    	margin: 20px auto;
    	padding: 15px 0;
		font-family: 'Noto Sans JP', sans-serif;
    	font-size: 16px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 16px;
    	text-align: center;
    	color: #fff;
    	background: #00053a;
    	border: solid 1.5px #00053a;
    	box-sizing: border-box;
    	transition: 0.4s;
	}
	
	.soushin01:hover {
		opacity: 0.6;
	}
	
	.wpcf7-acceptance .wpcf7-list-item {
		display: block!important;
    	position: relative;
    	margin: 20px auto 0 auto!important;
    	text-align: center;
	}
	
	.wpcf7-acceptance .wpcf7-list-item a {
    	color: #1B3B9F;
	}
	
	.wpcf7-form-control {
      	appearance: none;
      	-webkit-appearance: none; /*Google Chrome/Safari対応*/
      	-moz-appearance: none; /*Firefox対応*/
      	-o-appearance: none; /*Opera対応*/
	}
	
}
/*SP*/
@media only screen and (max-width: 768px) {
	
	
	.wp-contact {
		position: relative;
		display: block;
		width: 315px;
		height: auto;
		margin: 20px auto 0;
	}
	
	.wp-contact table {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	
	.wp-contact table tr th {
    	position: relative;
		display: block;
    	width: 100%;
		height: auto;
		margin-bottom: 10px;
    	padding: 30px 0 10px;
    	font-size: 15px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 17px;
    	text-align: left;
    	color: #FF9600;
    	vertical-align: top;
	}
	
	.wp-contact table tr td {
		position: relative;
		display: block;
    	width: 100%;
		hight: auto;
		margin-bottom: 10px;
		padding: 0;
    	font-size: 15px;
    	font-weight: 500;
    	letter-spacing: 2px;
    	line-height: 17px;
    	text-align: left;
    	color: #522C03;
	}
	
	.must01 {
    	position: absolute;
    	top: 25px;
    	right: 0;
    	padding: 0 10px;
    	font-size: 13px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 23px;
    	color: #fff;
    	background: #FF0000;
	}
	
	input[name="post_title"] {
    	position: relative;
    	width: 100%;
    	height: 40px;
    	padding: 15px 0;
    	font-size: 16px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 16px;
    	text-align: left;
    	color: #333;
    	background: #F8F7F7;
    	border: none!important;
		border-radius: 0;
    	box-sizing: border-box;
	}
	
	.normal-box{
		position: relative;
    	width: 100%;
    	height: 40px;
    	padding: 0 15px;
		color: #333;
		font-size: 16px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 16px;
    	text-align: left;
    	background: #F8F7F7;
    	border: none!important;
		border-radius: 0;
    	box-sizing: border-box;
	}
	
	.large-box {
		position: relative;
    	width: 100%;
    	height: 225px;
    	padding: 15px 15px;
		color: #333;
		font-size: 16px;
    	font-weight: 500;
    	letter-spacing: 1px;
    	line-height: 16px;
    	text-align: left;
    	background: #F8F7F7;
    	border: none!important;
		border-radius: 0;
    	box-sizing: border-box;
	}
	
	.soushin01 {
    	display: block;
    	z-index: 1;
    	position: relative;
    	width: 275px;
    	height: auto;
    	margin: 20px auto;
    	padding: 10px 0;
		font-family: 'Noto Sans JP', sans-serif;
    	font-size: 16px;
    	font-weight: 600;
    	letter-spacing: 2px;
    	line-height: 23px;
    	text-align: center;
    	color: #fff;
    	background: #00053a;
    	border: solid 1.5px #00053a;
		border-radius: 0;
    	box-sizing: border-box;
    	transition: 0.4s;
		-webkit-appearance: none;
	}
	
	.wpcf7-acceptance .wpcf7-list-item {
		display: block!important;
    	position: relative;
    	margin: 20px auto 0 auto!important;
    	text-align: center;
	}
	
	.wpcf7-acceptance .wpcf7-list-item a {
    	color: #1B3B9F;
	}
	
	 .wpcf7-form-control {
      	appearance: none;
      	-webkit-appearance: none; /*Google Chrome/Safari対応*/
      	-moz-appearance: none; /*Firefox対応*/
      	-o-appearance: none; /*Opera対応*/
	}
	
	/*送信後メッセージ削除*/
	.wpcf7-mail-sent-ok{
		display:none!important;
	}

	.wpcf7 form.sent .wpcf7-response-output {
		margin: 0;
		padding: 0;
		border: 0px solid rgba(255,255,255,0.00);
		color: rgba(255,255,255,0.00);
	}

	/* 確認画面のフィールド背景色や枠線を消す */
	input.wpcf7c-conf, textarea.wpcf7c-conf, select.wpcf7c-conf {
  	border: 0;
  	padding: 0;
  	background: rgba(255,255,255,0.00);
	}

	.wpcf7-text:-webkit-autofill {
  	box-shadow: 0 0 0 1000px #FFF inset;
	}

	.wpcf7-select:-webkit-autofill {
  	box-shadow: 0 0 0 1000px #FFF inset;
	}

	.wpcf7.is_confirm input:-webkit-autofill {
    	box-shadow: 0 0 0px 1000px #FFF inset;
	}

	.wpcf7.is_confirm select:-webkit-autofill {
    	box-shadow: 0 0 0px 1000px #FFF inset;
	}
	
	.wpcf7-not-valid-tip {
		font-size: 11px!important;
	}
	
	/*送信ボタンの下余白*/
	.wpcf7-spinner {
		display: none!important;
	}
	
}

/*お問い合わせ*/
/*PC*/
@media only screen and (min-width: 1281px) {
	
	#anker-01 {
		padding-top: 100px;
		margin-top: -100px;
	}
	
	#anker-02 {
		padding-top: 100px;
		margin-top: -100px;
	}
	
	.con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 80px 0;
	}
	
	.con-con {
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto 50px;
		padding: 20px 100px;
		background: #00053a;
	}
	
	.con h2 {
		font-size: 22px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #00053a;
		margin-top: 50px;
	}
	
	.con-con h2 {
		font-size: 22px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}
	
	.con-tel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px 0;
	}
	
	.con-tel img {
		position: relative;
		width: 45px;
		height: auto;
		margin-left: 120px;
		margin-bottom: 10px;
	}
	
	.con-con h3 {
		position: absolute;
		top: -5px;
		left: 175px;
		font-size: 28px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 10px;
	}
	
	.con-con p {
		font-size: 18px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}
	
}
/*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
	
	#anker-01 {
		padding-top: 100px;
		margin-top: -100px;
	}
	
	#anker-02 {
		padding-top: 100px;
		margin-top: -100px;
	}
	
	.con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 80px 0;
	}
	
	.con-con {
		position: relative;
		width: 500px;
		height: auto;
		margin: 0 auto 50px;
		padding: 20px 100px;
		background: #00053a;
	}
	
	.con h2 {
		font-size: 22px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #00053a;
		margin-top: 50px;
	}
	
	.con-con h2 {
		font-size: 22px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}
	
	.con-tel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px 0;
	}
	
	.con-tel img {
		position: relative;
		width: 45px;
		height: auto;
		margin-left: 120px;
		margin-bottom: 10px;
	}
	
	.con-con h3 {
		position: absolute;
		top: -5px;
		left: 175px;
		font-size: 28px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 10px;
	}
	
	.con-con p {
		font-size: 18px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}
	
}
/*SP*/
/*SP*/
@media only screen and (max-width: 768px) {
	
	#anker-01 {
		padding-top: 50px;
		margin-top: -50px;
	}
	
	#anker-02 {
		padding-top: 50px;
		margin-top: -50px;
	}
	
	.con {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.con-con {
		position: relative;
		width: 265px;
		height: auto;
		margin: 30px auto;
		padding: 10px 30px;
		background: #00053a;
	}
	
	.con h2 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #00053a;
		margin-top: 30px;
	}
	
	.con-con h2 {
		font-size: 16px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		margin-top: 10px;
	}
	
	.con-tel {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px 0;
	}
	
	.con-tel img {
		position: relative;
		width: 40px;
		height: auto;
		margin-left: 12px;
	}
	
	.con-con h3 {
		position: absolute;
		top: -7px;
		left: 60px;
		font-size: 26px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		color: #fff;
		margin-top: 10px;
	}
	
	.con-con p {
		font-size: 12px;
		font-weight: 500;
		line-height: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #fff;
		margin-top: 15px;
	}
	

}

/*店舗案内*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	.top05-kotei {
		margin: 100px 0;
	}
	
	.top05-kotei table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
		table-layout: fixed;
		margin-top: 20px;
	}
	
	.top05-kotei table tr {
		border-top: 1px solid #00053a;
	}
	
	.top05-kotei tr th {
		position: relative;
		width: 20%;
		padding: 15px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 14px;
		text-align: left;
		color: #000;
		vertical-align: top;
	}
	
	.top05-kotei tr td {
		width: 80%;
		padding: 15px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #000;
	}
	
	.top05-kotei tr td iframe {
		position: relative;
		width: 100%;
		height: 270px;
	}
	
	.company {
		position: relative;
		width: 600px;
		height: auto;
		margin: 100px auto;
	}
	
	.company table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
		table-layout: fixed;
		margin-top: 60px;
	}
	
	.company table tr {
		border-top: 1px solid #00053a;
	}
	
	.company tr th {
		position: relative;
		width: 30%;
		padding: 15px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 14px;
		text-align: left;
		color: #000;
		vertical-align: top;
	}
	
	.company tr td {
		width: 70%;
		padding: 15px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #000;
	}
	
}
  
/*SP*/
@media only screen and (max-width: 768px) {
	
	.top05-kotei {
		margin: 50px 0;
	}
	
	.top05-kotei table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
		table-layout: fixed;
		margin-top: 10px;
	}
	
	.top05-kotei table tr {
		border-top: 1px solid #00053a;
	}
	
	.top05-kotei tr th {
		position: relative;
		display: block;
		width: 100%;
		padding: 10px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 13px;
		text-align: left;
		color: #000;
		vertical-align: top;
	}
	
	.top05-kotei tr td {
		position: relative;
		display: block;
		width: 100%;
		padding: 10px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #000;
	}
	
	.top05-kotei tr td iframe {
		position: relative;
		width: 100%;
		height: 270px;
	}
	
	.company {
		position: relative;
		width: 300px;
		height: auto;
		margin: 30px auto;
	}
	
	.company table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
		table-layout: fixed;
		margin-top: 20px;
	}
	
	.company table tr {
		border-top: 1px solid #00053a;
	}
	
	.company tr th {
		position: relative;
		display: block;
		width: 100%;
		padding: 10px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 13px;
		text-align: left;
		color: #000;
		vertical-align: top;
	}
	
	.company tr td {
		position: relative;
		display: block;
		width: 100%;
		padding: 10px 0;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #000;
	}
}

/*サンクスページ*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	#thanks {
    	position: relative;
    	width: 100%;
    	height: auto;
    	margin: 100px auto;
	}
	
	#thanks h2 {
    	font-size: 30px;
    	font-weight: bold;
    	letter-spacing: 2px;
    	line-height: normal;
    	text-align: center;
	}
	
	#thanks p {
   		margin-top: 40px;
    	text-align: center;
	}
}
  
/*SP*/
@media only screen and (max-width: 768px) {
	
	#thanks {
   		position: relative;
    	width: 100%;
    	height: auto;
    	margin: 100px auto 50px;
	}
	
	#thanks h2 {
    	font-size: 20px;
    	font-weight: bold;
    	letter-spacing: 1px;
    	line-height: normal;
    	text-align: center;
	}
	
	#thanks p {
		margin-top: 40px;
    	text-align: center;
	}
}

/*プライバシーポリシー*/
/*PC*/
@media only screen and (min-width: 769px) {
	
	.pri {
		position: relative;
		display: block;
		width: 65%;
        max-width: 1000px;
		height: auto;
		margin: 100px auto;
	}
	
	.pri p {
		margin: 0 0 1.6em;
		line-height: 1.6;
	}
	
	.pri ol {
		padding: 0 0 0 20px;
		margin: 0 0 2em;
	}
	
	.pri li {
		margin: 6px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		color: #424242;
		text-align: left;
	}
	
}
    /*TAB*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
	
	.pri {
		position: relative;
		display: block;
		width: 80%;
		height: auto;
		margin: 100px auto;
	}
	
	.pri p {
		margin: 0 0 1.6em;
		line-height: 1.6;
	}
	
	.pri ol {
		padding: 0 0 0 20px;
		margin: 0 0 2em;
	}
	
	.pri li {
		margin: 6px 0;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;
		color: #424242;
		text-align: left;
	}
	
}
/*SP*/
@media only screen and (max-width: 768px) {
	
	.pri {
		position: relative;
		display: block;
		width: 300px;
		height: auto;
		margin: 50px auto;
	}
	
	.pri p {
		margin: 0 0 1.6em;
		line-height: 1.6;
	}
	
	.pri ol {
		padding: 0 0 0 20px;
		margin: 0 0 2em;
	}
	
	.pri li {
		margin: 6px 0;
		font-size: 13px;
		font-weight: normal;
		letter-spacing: 0.5px;
		color: #424242;
		text-align: left;
	}
	
}


