@charset "utf-8";
/************************************************************
PC
************************************************************/
@media all and (min-width:769px){
.sp {
	display: none;
}
/*contact*/
#contact {
	width: 100%;
	margin: 0 auto;
	padding:220px 0px 165px;
}
	#contact h2 {
		width: 100%;
		max-width: 1262px;
		margin: auto auto 40px;
		text-align: center;
		line-height: 1.2;
	}
	#contact h2 .news-en {
		font-size: 50px;
		letter-spacing: 0.1em;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
	}
	#contact h2 .news-ja {
		font-size: 14px;
		font-weight: 400;
		vertical-align: middle;
	}
	#contact .inner {
		width: 90%;
		max-width: 800px;
		margin: auto;
	}
		#contact .inner table{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 2%;
	}
		#contact .inner table th{
		width: 20%;
		text-align: left;
		padding: 1.5% 0;
	}
		#contact .inner table td{
		width: 80%;
		text-align: left;
		font-weight: 600;
	}
	#contact .check-txt{font-size: 16px; margin-bottom: 2%; font-weight: 600;}
	#contact .check-btn{margin-bottom: 15%}

	#contact .thanks{text-align: center;}
		#contact .thanks strong{font-size: 28px; margin-bottom: 23px; display: block;}
		#contact .thanks span{font-size:14px; line-height: 2.4em;}

	#contact .inner form {
		width: 100%;
	}
	#contact .inner form table {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		font-size: 16px;
		font-weight: 600;
	}
	#contact .inner form table td {
		padding-bottom: 25px;
	}
	#contact .inner form table .table-left {
		width: 180px;
		font-size: 16px;
		font-weight: 600;
		vertical-align: middle;
	}
	#contact .inner form table .table-left span {
		color: #d20c0c;
	}
	#contact .inner form table .label-top {
		vertical-align: top;
		padding-top: 11px;
	}
	#contact .inner form table .label-top label {
		margin-top: 20px;
	}
	#contact .inner form table .table-right {
		width: 74%;
		max-width: 620px;
	}
	#contact .inner form table .table-right input {
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		background-color: #ffffff;
	}
	#contact .inner form table .table-right .text-input {
		width: 95%;
		padding: 12px 16px;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		outline: none;
	}
	#contact .inner form table .table-right input::-webkit-input-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right input::-moz-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right input:-ms-input-placeholder {
		color: #d5d5d5;
	}
	#contact .inner form table .table-right select {
		position: relative;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 9px 16px;
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		outline: none;
	}
	#contact .inner form table .arrow label {
		position: relative;
	}
	#contact .inner form table .arrow label:after {
		display: block;
		content: " ";
		position: absolute;
		top: 65%;
		right: 20px;
		width: 12px;
		height: 12px;
		margin-top: -8px;
		background: url(../img/contact/arrow.png) 0 0 no-repeat;
		background-size: 12px;
		pointer-events: none;
	}

	#contact .inner form table .table-right select::-ms-expand {
		display: none;
	}
	#contact .inner form table .table-right .radio-label {
		width: 200px;
		margin-left: 5px;
		font-weight: 400;
		display: inline-block;
	}
	#contact .inner form table .table-right .radio-label .radio-input {
		display: none;
		margin-right: 5px;
	}
	#contact .inner form table .table-right .radio-label .radio-input {
		display: none;
	}
	#contact .inner form table .table-right .radio-label .radio-input + label{
		padding-left: 20px;
		position:relative;
		margin-right: 20px;
	}
	#contact .inner form table .table-right .radio-label .radio-input + label::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 16px;
		border: none;
		border-radius: 50%;
		background-color: #ffffff;
	}
	#contact .inner form table .table-right .radio-label .radio-input:checked + label{
		color: #000000;
	}
	#contact .inner form table .table-right .radio-label .radio-input:checked + label::after{
		content: "";
		display: block;
		position: absolute;
		top: 4.3px;
		left: 4.6px;
		width: 7px;
		height: 7px;
		background: #d20c0c;
		border-radius: 50%;
	}
	#contact .inner form table .table-right textarea {
		width: 95%;
		padding: 12px 16px;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		font-size: 16px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		outline: none;
	}
	#contact .inner form table .table-right textarea::-webkit-input-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right textarea::-moz-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right textarea:-ms-input-placeholder {
		color: #d5d5d5;
	}
	#contact .inner form .button {
		width: 100%;
		text-align: center;
	}
	#contact .inner form .button button {
		width: 380px;
		padding: 32px 0px;
		background-color: #d20c0c;
		border-radius: 2px;
		font-size: 16px;
		color: #ffffff;
	}
	.button {
		width: 100%;
		text-align: center;
	}
	.button input {
		width: 380px;
		padding: 32px 0px;
		background-color: #d20c0c;
		border-radius: 2px;
		font-size: 16px;
		color: #ffffff;
	}
.button .back{		background-color: #000000;
}

	#contact .background {
		width: 100%;
		text-align: right;
		position: absolute;
		top: 65px;
		right: 0;
		z-index: -1;
	}
	#contact .background img {
		width: 510px;
	}

/*ボックス全体*/
.accbox {
    margin: 1.5em auto 2em;
    padding: 0;
    max-width: 800px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight: bold;
    background: #e94c07;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#e94c07;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.accshow table{width: 100%; margin-bottom: 5%}
	.accshow table tr th{width: 30%; background-color: #f2f2f2; border-bottom: 1px dotted #dedede;}
	.accshow table tr td{width: 64%; padding: 3%; border-bottom: 1px dotted #dedede;}
	.accshow p{padding: 2% 0;}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 0;
    padding: 3%;}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
.contact_text_box{width: 800px; margin: 0 auto;}
.contact_text_box p{font-size: 16px; font-weight: 600; line-height: 1.7em;}
.privacy h3{margin-bottom: 34px;}

.privacy dl{margin-bottom: 24px;}
	.privacy dl dt{margin-bottom: 12px; font-weight: 600; font-size: 16px;}
	.privacy dl dd{font-size: 14px; letter-spacing: 0.075em;}
	
}

/************************************************************
SP
************************************************************/
@media all and (max-width:768px){
/*contact*/
#contact {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 25px 0px 60px;
}
	#contact h2 {
		width: 90%;
		max-width: 600px;
		margin: auto auto 45px;
		text-align: center;
		line-height: 1.2;
	}
	#contact h2 .news-en {
		font-size: 36px;
		letter-spacing: 0.1em;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
	}
	#contact h2 .news-ja {
		font-size: 16px;
		font-weight: 400;
		vertical-align: middle;
	}
	#contact .inner {
		width: 90%;
		max-width: 600px;
		margin: auto;
	}
	#contact .inner form {
		width: 100%;
	}
	#contact .inner form table {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		font-weight: 600;
	}
	#contact .inner form table td {
		display: inline-block;
	}
	#contact .inner form table .table-left {
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		padding-bottom: 10px;
	}
	#contact .inner form table .table-left span {
		color: #d20c0c;
	}
	#contact .inner form table .label-top {
		vertical-align: top;
		padding-top: 11px;
	}
	#contact .inner form table .label-top label {
		margin-top: 20px;
	}
	#contact .inner form table .table-right {
		width: 100%;
		padding-bottom: 15px;
	}
	#contact .inner form table .table-right input {
		font-size: 14px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		background-color: #ffffff;
	}
	#contact .inner form table .table-right .text-input {
		width: 95%;
		padding: 8px 8px;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		outline: none;
	}
	#contact .inner form table .table-right input::-webkit-input-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right input::-moz-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right input:-ms-input-placeholder {
		color: #d5d5d5;
	}
	#contact .inner form table .table-right select {
		position: relative;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 8px 8px;
		font-size: 14px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		outline: none;
	}
	#contact .inner form table .arrow label {
		position: relative;
	}
	#contact .inner form table .arrow label:after {
		display: block;
		content: " ";
		position: absolute;
		top: 80%;
		right: 20px;
		width: 12px;
		height: 12px;
		margin-top: -8px;
		background: url(../img/contact/arrow.png) 0 0 no-repeat;
		background-size: 12px;
		pointer-events: none;
	}

	#contact .inner form table .table-right select::-ms-expand {
		display: none;
	}
	#contact .inner form table .table-right .radio-label {
		width: 200px;
		margin: auto auto auto 5px;
		font-weight: 400;
		display: inline-block;
	}
	#contact .inner form table .table-right .radio-top {
		margin: auto auto 10px 5px;
	}
	#contact .inner form table .table-right .radio-label .radio-input {
		display: none;
		margin-right: 5px;
	}
	#contact .inner form table .table-right .radio-label .radio-input {
		display: none;
	}
	#contact .inner form table .table-right .radio-label .radio-input + label{
		padding-left: 20px;
		position:relative;
		margin-right: 20px;
	}
	#contact .inner form table .table-right .radio-label .radio-input + label::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 16px;
		border: none;
		border-radius: 50%;
		background-color: #ffffff;
	}
	#contact .inner form table .table-right .radio-label .radio-input:checked + label{
		color: #000000;
	}
	#contact .inner form table .table-right .radio-label .radio-input:checked + label::after{
		content: "";
		display: block;
		position: absolute;
		top: 4.3px;
		left: 4.6px;
		width: 7px;
		height: 7px;
		background: #d20c0c;
		border-radius: 50%;
	}
	#contact .inner form table .table-right textarea {
		width: 95%;
		padding: 8px 8px;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		font-size: 14px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		outline: none;
	}
	#contact .inner form table .table-right textarea::-webkit-input-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right textarea::-moz-placeholder {
		color: #d5d5d5;
	}

	#contact .inner form table .table-right textarea:-ms-input-placeholder {
		color: #d5d5d5;
	}
	#contact .inner form .button {
		width: 100%;
		text-align: center;
	}
	#contact .inner form .button button {
		width: 80%;
		max-width: 380px;
		padding: 20px 0px;
		background-color: #d20c0c;
		border-radius: 2px;
		font-size: 16px;
		color: #ffffff;
	}
	#contact .background {
		width: 100%;
		text-align: right;
		position: absolute;
		top: 65px;
		right: 0;
		z-index: -1;
	}
	#contact .background img {
		width: 90%;
	}
		#contact .inner table{
		width: 100%;
		max-width: 800px;
		margin: 0 auto 2%;
	}
		#contact .inner table th{
		width: 40%;
		text-align: left;
		padding: 1.5% 0;
		font-size: 14px;
		font-weight: normal;
	}
		#contact .inner table td{
		width: 60%;
		text-align: left;
		font-weight: normal;
		font-size: 14px;
	}
	#contact .check-txt{font-size: 16px; font-weight: 600; width: 90%; margin: 0 auto 3%;}
	#contact .check-btn{margin-bottom: 15%}
		#contact .thanks{}
		#contact .thanks strong{font-size: 28px; margin-bottom: 23px; display: block;text-align: center;}
		#contact .thanks span{font-size:14px; line-height: 2em;text-align: left;}
		.button {
		width: 100%;
		text-align: center;
	}
	.button input {
		width: 100%;
		padding: 20px 0px;
		background-color: #d20c0c;
		border-radius: 2px;
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 10px;
		border: none;
	}
.button .back{		background-color: #000000;
}
/*ボックス全体*/
.accbox {
    margin: 2em auto;
    padding: 0;
    max-width: 90%;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #fff;
    font-weight: bold;
    background: #e94c07;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#e94c07;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.accshow table{width: 100%; margin-bottom: 5%}
	.accshow table tr th{width: 30%; background-color: #f2f2f2; border-bottom: 1px dotted #dedede;padding: 2%; font-size: 14px;}
	.accshow table tr td{width: 60%; padding: 3%; border-bottom: 1px dotted #dedede; font-size: 14px;}
	.accshow p{padding: 2% 0;}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 0;
    background: #fff;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 0;
    padding: 3%;}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}

.contact_text_box{width: 90%; margin: 0 auto;}
.contact_text_box p{font-size: 16px; font-weight: 600; line-height: 1.7em;}
.privacy h3{margin-bottom: 34px; font-size: 18px; line-height: 1.5em;}

.privacy dl{margin-bottom: 24px;}
	.privacy dl dt{margin-bottom: 8px; font-weight: 600; font-size: 16px;}
	.privacy dl dd{font-size: 14px; letter-spacing: 0.075em;}
	

}

/************************************************************
HTML TAGS
************************************************************/
*{
	margin:0;
	padding:0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #f9f9f9;
	color:#000000;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing:1px;
	font-feature-settings : "palt";
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体", "Yu gosic", Yugosic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
}


::selection {
	background: #000033; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #000033; /* Firefox */
	color: #fff;

}

h1{}

h2{}

h3{}

h4{}

h5{}

p{
	font-weight: normal;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 1.7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th{line-height:1.5;}

td{line-height:1.5;}

ul,ol{list-style-type:none;	color:#666666;
}

li img, dt img, dd img{vertical-align:bottom;}

hr{margin:0px;padding:0px;}


a{
	outline:none;
	text-decoration:none;
}
img {
	vertical-align: top;
}
a img{
	border:none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: "游ゴシック体", "Yu gosic", Yugosic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
}
/* custom size*/
p,li,dt,dd,th,td{
	font-size:16px;
	letter-spacing: 0.01em;
}

textarea{
	font-size:93%;
}

.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}