/*********************************************************** SMALL SCREEN */
	#t2-content-pc {
		display: none;
	}
	#t2-content-mobile {
		display: block;
	}
	
	.t2-content-container {
		width: calc(100% - 100px);
	}
	
	.t2-text-header {
		display: none;
	}
	
	.t2-form-container {
		width: 100%;
	}
	
	.t2-form-container-2 {
		width: 100%;
		margin: 0px auto;
		justify-content: center;
	}
	
	.t2-shopping-guide-sub-title {
		width: calc(100% - 100px);
		margin: 0px auto;
	}
	
	.t2-form-left {
		display: none;
	}
	
	.t2-form-right {
		width: 100%;
	}
	
	.t2-form-right-message {
		width: 100%;
		margin: 0px;
	}
	
	#t2-shopping-guide-title {
		font-size: 21px;
		letter-spacing: 3px;
	}
	
	.t2-shopping-guide-box {
		width: 100%;
		margin: 0px 0px 40px 0px;
	}
	
	#t2-contact-us-text-pc {
		display: none;
	}
	#t2-contact-us-text-mobile {
		display: block;
	}
	
	.t2-shopping-guide-box-inner-left {
		width: 55px;
		margin: 0px;
	}
	.t2-shopping-guide-box-inner-right {
		width: calc(100% - 55px - 30px - 1px);
		margin: 0px 0px 0px 30px;
	}
	
	.t2-shopping-guide-box-icon {
		width: 55px;
		height: 55px;
	}
	
	.t2-shopping-guide-box-title {
		text-align: left;
	}

/*********************************************************** MEDIUM SCREEN */
@media screen and (min-width: 800px) {
	#t2-content-pc {
		display: none;
	}
	#t2-content-mobile {
		display: block;
	}
	
	.t2-content-container {
		width: 100%;
	}
	
	.t2-text-header {
		display: none;
	}
	
	.t2-form-container {
		width: 100%;
	}
	
	.t2-form-container-2 {
		width: 100%;
		margin: 0px auto;
		justify-content: flex-end;
	}
	
	.t2-shopping-guide-sub-title {
		width: calc(100% - 100px);
		margin: 0px auto;
	}
	
	.t2-form-left {
		display: none;
	}
	
	.t2-form-right {
		width: 100%;
	}
	
	.t2-form-right-message {
		width: 100%;
		margin: 0px;
	}
	
	#t2-shopping-guide-title {
		font-size: 24px;
		letter-spacing: 10px;
	}
	
	.t2-shopping-guide-box {
		width: 100%;
		margin: 0px 0px 40px 0px;
	}
	
	#t2-contact-us-text-pc {
		display: none;
	}
	#t2-contact-us-text-mobile {
		display: block;
	}
	
	.t2-shopping-guide-box-inner-left {
		width: 70px;
		margin: 0px;
	}
	.t2-shopping-guide-box-inner-right {
		width: calc(100% - 70px - 30px - 1px);
		margin: 0px 0px 0px 30px;
	}
	
	.t2-shopping-guide-box-icon {
		width: 70px;
		height: 70px;
	}
	
	.t2-shopping-guide-box-title {
		text-align: left;
	}
}


/*********************************************************** LARGE SCREEN */
@media screen and (min-width: 1280px) {
	#t2-content-pc {
		display: block;
	}
	#t2-content-mobile {
		display: none;
	}
	
	.t2-content-container {
		width: calc(100% - 160px);
	}
	
	.t2-text-header {
		display: block;
	}
	
	.t2-form-container {
		width: 590px;
	}
	
	.t2-form-container-2 {
		width: 590px;
		margin: 0px auto;
		justify-content: flex-end;
	}
	
	.t2-shopping-guide-sub-title {
		width: 100%;
		margin: 0px;
	}
	
	.t2-form-left {
		display: inline-block;
	}
	
	.t2-form-right {
		width: calc(590px - 150px - 2px);
	}
	
	.t2-form-right-message {
		width: calc(590px - 150px - 2px);
		margin: 0px;
	}
	
	#t2-shopping-guide-title {
		font-size: 24px;
		letter-spacing: 10px;
	}
	
	.t2-shopping-guide-box {
		width: calc((100% - 160px) / 3);
		margin: 0px;
	}
	
	#t2-contact-us-text-pc {
		display: block;
	}
	#t2-contact-us-text-mobile {
		display: none;
	}
	
	.t2-shopping-guide-box-inner-left {
		width: 100%;
		margin: 0px 0px 20px 0px;
	}
	.t2-shopping-guide-box-inner-right {
		width: 100%;
		margin: 0px auto;
	}
	
	.t2-shopping-guide-box-icon {
		width: 70px;
		height: 70px;
	}
	
	.t2-shopping-guide-box-title {
		text-align: center;
	}
}


/*********************************************************** t2 */
#t2-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
}

.t2-content-container {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
}

.t2-text-header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	letter-spacing: 6px;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
}
.t2-text-header a {
	color: #525252;
	text-decoration: none;
	/*border-bottom: 1px dotted #FFF;*/
}
.t2-text-header a:hover {
	color: #525252;
	text-decoration: none;
	/*border-bottom: 1px solid #FFF;*/
}

.t2-text-header-arrow {
	font-family: 'Open Sans', sans-serif;
}

/*********************************************************** SHOPPING GUIDE */
#t2-shopping-guide-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	line-height: normal;
	text-align: center;
	text-decoration: none;
}

.t2-shopping-guide-sub-title {
	position: relative;
	top: 0px;
	left: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	letter-spacing: 2px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
}

#t2-shopping-guide-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: calc(100% - 0px);
	margin: 0px auto;
	
	display: flex;
	flex-wrap: wrap;
	
	justify-content: space-between;
}

.t2-shopping-guide-box {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
}

.t2-shopping-guide-box-inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
}

.t2-shopping-guide-box-inner-left {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
}
.t2-shopping-guide-box-inner-right {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: inline-block;
}

.t2-shopping-guide-box-icon {
	position: relative;
	margin: 0px auto;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#t2-shopping-guide-box-icon-0 {
	background-image: url("../assets/images/shopping-guide/shopping-guide-icon-0.svg");
}
#t2-shopping-guide-box-icon-1 {
	background-image: url("../assets/images/shopping-guide/shopping-guide-icon-1.svg");
}
#t2-shopping-guide-box-icon-2 {
	background-image: url("../assets/images/shopping-guide/shopping-guide-icon-2.svg");
}

.t2-shopping-guide-box-title {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	letter-spacing: 2px;
	line-height: 26px;
	text-decoration: none;
}

.t2-shopping-guide-box-text {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #707070;
	letter-spacing: 1px;
	line-height: 26px;
	text-align: left;
	text-decoration: none;
}

/*********************************************************** FORM */
.t2-form-container {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px auto;
	
	display: flex;
	flex-wrap: wrap;
	
	justify-content: center;
}

.t2-form-container-2 {
	position: relative;
	top: 0px;
	left: 0px;
	
	display: flex;
	flex-wrap: wrap;
}

.t2-form-left {
	position: relative;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 42px;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	letter-spacing: 5px;
	line-height: 42px;
	text-align: left;
	text-decoration: none;
}

.t2-form-right {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	
	display: inline-block;
}

/*.t2-form-right-message {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	
	display: inline-block;
}*/

.t2-form-mandatory {
	position: relative;
	margin: 0px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	letter-spacing: 3px;
	line-height: 24px;
	text-align: left;
	text-decoration: none;
	
	display: inline-block;
}

.t2-form-input {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	background: white;
	
	border: 1px solid #AAAAAA;
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.t2-form-input-error {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	color: #f3722b;
	letter-spacing: 1px;
	line-height: 18px;
	text-align: left;
	text-decoration: none;
	
	margin: 8px 0px 0px 0px;
}

/*********************************************************** FORM INPUT */
input.t2-form-input-field {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;

	outline: none;
	
	width: calc(100% - 10px);
	height: 42px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #525252;
	text-decoration: none;
	text-align: left;
	line-height: 42px;

	margin: 0px;
	padding: 0px 5px;
	background: transparent;

	-webkit-appearance: none;
}

textarea.t2-form-textarea {
	border-style: none;
	border-width: 0px;
	border-radius: 0px;
	
	width: calc(100% - 10px);
	height: 180px;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #525252;
	text-decoration: none;
	text-align: left;
	line-height: 24px;

	padding: 0px 5px;
	background: transparent;

	-webkit-appearance: none;
	resize: none;
}

.t2-form-submit-button {
	position: relative;
	width: 90px;
	height: 44px;
	
	margin: 0px;
	
	/*
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	letter-spacing: 8px;
	line-height: 44px;
	text-align: left;
	text-decoration: none;
	*/
	
	display: inline-block;
}
.t2-form-submit-button:hover .t2-form-submit-button-line-black {
	width: 100%;
}

.t2-form-submit-button-line {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 1px;
	margin: 0px;
	background: rgb(235, 235, 235);
}
.t2-form-submit-button-line-black {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: 1px;
	margin: 0px;
	background: black;
	
	-webkit-transition: width 0.2s;
	transition: width 0.2s;
}

input.form-button {
	background-color: transparent;

	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-style: none;
	border-width: 0px;
	border-color: black;
	border-radius: 0px;

	width: 100%;
	height: 100%;

	outline: none;
	
	font-family: 'Noto Sans SC', sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	color: #525252;
	letter-spacing: 8px;
	line-height: 44px;
	text-align: center;
	text-decoration: none;

	margin: 0px;
	padding: 0px;

	cursor: pointer;

	-webkit-appearance: none;
}
/*input.form-button:hover {
	background-color: rgb(7, 60, 90);
	
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

	border-style: none;
	border-width: 1px;
	border-color: black;
	border-radius: 0px;

	color: white;
}*/

















