@charset "utf-8";
/* モバイルレイアウト : 480 px およびそれ以下. */

img{
	width: 100%;
}

#to_header {
	margin-top: 70px;
    margin-bottom: 100px;
}
#to_header .icon {
	margin: auto;
	width: 40%;
	margin-bottom: 20px;
}
#to_header h1 {
	font-size: 35px;
    line-height: 1.6;
    margin-bottom: 25px;
}
.toh_image img {
	object-fit: cover;
	object-position: 38%;
    height: 350px;
}
#to_header .text {
	margin-top: 40px;
    margin-bottom: 60px;
}
#to_header .text p {
	line-height: 1.65em;
	margin-bottom: 2em;
}
#to_feature {
	margin-bottom: 50px;
}
.note{
	padding-left: 4%;
	padding-right: 4%;
}
#to_feature > div {
	padding-bottom: 50px;
}
#to_feature div h3 {
	font-size: 20px;
    letter-spacing: 0.3em;
	font-style: normal;
	position: relative;
}
#to_feature div h3::before{
	content: '';
	display: block;
	position: absolute;
	background-image: url("../img/contents/table/title_icon_left.svg");
	background-repeat: no-repeat;
	width: 5%;
    height: 60px;
    left: 45px;
    top: -15px;
}
#to_feature div h3::after{
	content: '';
	display: block;
	position: absolute;
	background-image: url("../img/contents/table/title_icon_right.svg");
	background-repeat: no-repeat;
	width: 5%;
    height: 60px;
    right: 45px;
    top: -15px;
}
#to_feature div .text {
	line-height: 1.65em;
	margin-top: 30px;
	margin-bottom: 10px;
}
#to_feature div .note {
	font-size: 12px;
	margin-top: 20px;
}
#to_feature div .image {
	margin-top: 30px;
    margin-bottom: 30px;
}
.button a {
	display: inline-block;
    background-color: #000;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 17px;
	color: #fff;
	line-height: 50px;
    height: 50px;
	margin: auto;
	margin-top: 15px;
}

#to_example {
	margin-bottom: 100px;
}
h2{
	font-size: 22px;
	line-height: 1.7;
	border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: auto;
	margin-bottom: 40px;
}
#to_example .caption {
	line-height: 1.65em;
	margin-bottom: 35px;
}
#to_example .caption .marker {
	background-color: #D0C785;
	font-size: 12px;
}
#to_example div .image {
	margin-top: 30px;
    margin-bottom: 30px;
}
#to_example div .catch {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.65em;
}
#to_example div h3 {
	font-size: 20px;
	line-height: 1.65em;
	margin-bottom: 10px;
}
#to_example div .text {
	line-height: 2.2em;
	margin-bottom: 50px;
}
#to_offtheshelf {
	margin-bottom: 50px;
}
#to_offtheshelf .caption {
	line-height: 1.65em;
	margin-bottom: 7.962%;
}
#to_offtheshelf .caption .note {
	font-size: 0.8em;
}
#to_offtheshelf .caption .note a {
	text-decoration: underline;
}
#to_offtheshelf div {
	padding-bottom: 55px;
}
#to_offtheshelf div h3 {
	font-size: 20px;
	line-height: 1.65em;
	margin-bottom: 10px;
}
#to_offtheshelf div .image {
	margin-bottom: 30px;
}
#to_offtheshelf div .text {
	line-height: 2.2em;
}
#to_recommend {
	padding-bottom: 100px;
}
#to_recommend ul {
	padding-left: 2%;
    padding-right: 2%;
}
#to_recommend ul li {
	display: block;
    float: left;
    width: 48%;
    margin: 5% 1%;
}
#to_recommend ul li .image {
	margin-bottom: 15px;
}
#to_recommend ul li .text {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
#to_recommend ul li h3 {
	font-size: 17px;
    margin-bottom: 5px;
	line-height: 1.65em;
}
#to_recommend ul li h3 .note {
	font-size: 0.9em;
}
#to_recommend .banner {
	margin: auto auto 9.259%;
	width: 94.444%;
}
#to_recommend .button_1 a {
	display: inline-block;
    background-color: #000;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    height: 35px;
    margin: auto;
}



/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 768px) {
	#to_article {
		margin: auto;
		width: 1038px;
		font-size: 14px;
	}
	#to_header {
		padding-top: 50px;
	}
	#to_header .icon {
		width: 17%;
	}
	#to_header h1 {
		font-size: 45px;
		margin-bottom: 60px;
	}
	.toh_image img {
		height: 500px;
		width: 760px;
		margin-bottom: 50px;
	}
	#to_header .text {
		padding-bottom: 35px;
		margin: auto;
	}
	#to_header .text p {
		line-height: 1.55em;
		margin-bottom: 30px;
	}
	#to_header .text p br.break {
		display: none;
	}
	#to_header .banner {
		margin: auto;
		width: 296px;
	}
	#to_feature {
		padding-bottom: 65px;
		margin: auto;
		width: 820px;
	}
	#to_feature > div {
		padding-bottom: 60px;
		padding-top: 70px;
		overflow: auto;
		border-bottom: 1px solid #000;
	}
	#to_feature > div:last-child {
		border-bottom: none;
	}
	#to_feature div div {
		width: 386px;
		float: left;
	}
	#to_feature div h3 {
		margin-bottom: 50px;
	}
	#to_feature div .image {
		margin: 0px auto;
		float: right;
		width: 386px;
	}
	#to_feature div .text {
		margin-top: 5px;
	}
	#to_feature div #toff_button {
		float: left;
		width: 386px;
		margin-top: 25px;
	}
	#to_feature div #toff_button img {
		width: 250px;
	}
	#to_feature div #tofo_button {
		float: right;
		width: 386px;
		margin-top: 30px;
	}
	#to_feature div #tofo_button img {
		width: 250px;
	}
	#to_feature div #tofp_button {
		float: right;
		width: 386px;
		margin-top: 85px;
	}
	#to_feature div #tofp_button img {
		width: 250px;
	}
	#to_feature #tof_pay div .text {
		margin-bottom: 30px;
	}
	#to_feature div div .text .line {
		font-weight: bold;
		text-decoration: underline;
	}
	#to_feature div div .break {
		display: none;
	}
	#to_feature div div p.note {
		margin-top: 25px;
		line-height: 2em;
	}
	#to_feature div #tofw_support_button {
		float: right;
		width: 386px;
		margin-top: 40px;
	}
	#to_feature div #tofw_support_button img {
		width: 250px;
	}
	#to_feature div #tofw_form_button a {
		clear: both;
		margin: auto;
		font-size: 25px;
		line-height: 90px;
		width: 380px;
		height: 90px;
		margin-top: 125px;
	}


	#to_example {
		padding-bottom: 15px;
	}
	h2{
		font-size: 28px;
		width: 35%;
		margin-bottom: 70px;
	}
	#to_example .caption {
		line-height: 1.7em;
		margin-bottom: 65px;
	}
	#to_example .button {
		margin: auto;
		width: 400px;
		clear: both;
		padding-top: 45px;
	}
	#to_example div {
		margin: 0px 9px;
		float: left;
	}
	#to_example div .image {
		margin-bottom: 24px;
		height: 236px;
		width: 328px;
	}
	#to_example div h3 {
		margin-bottom: 7px;
	}
	#to_example div .text {
		line-height: 1.7em;
		margin-bottom: 50px;
	}
	#to_example #toe_maxmin {
		width: 1020px;
	}
	#to_example #toe_maxmin .image {
		float: left;
		width: 510px;
		height: 368px;
		margin: 0px;
	}
	#to_example #toe_maxmin .catch {
		margin-top: 45px;
		font-size: 19px;
	}
	#to_example #toe_maxmin h3 {
		font-size: 22px;
	}
	#to_example p a{
		clear: both;
		margin: auto;
		font-size: 25px;
		line-height: 90px;
		width: 380px;
		height: 90px;
		margin-top: 45px;
	}
	#to_offtheshelf {
		padding-bottom: 0px;
		margin: auto;
		width: 828px;
		height: 740px;
	}
	#to_offtheshelf .caption {
		line-height: 1.7em;
		margin-bottom: 40px;
	}
	#to_offtheshelf .caption .note {
		font-size: 1em;
	}
	#to_offtheshelf .caption .note a {
		text-decoration: underline;
	}
	#to_offtheshelf div {
		margin: 0px 7px;
		width: 400px;
		float: left;
	}
	#to_offtheshelf div .image {
		margin-bottom: 30px;
	}
	#to_offtheshelf div h3 {
		font-size: 19px;
		line-height: 1.7em;
		margin-bottom: 0em;
	}
	#to_offtheshelf div .text {
		line-height: 1.7em;
		margin-bottom: 25px;
	}
	#to_recommend {
		padding-bottom: 170px;
	}
	#to_recommend ul {
		width: 1036px;
		padding-bottom: 105px;
		overflow: auto;
	}
	#to_recommend ul li {
		width: 243px;
		margin: 0px 8px;
	}
	#to_recommend ul li br {
		display: none;
	}
	#to_recommend ul li .text {
		line-height: 1.7em;
		margin-bottom: 0em;
	}
	#to_recommend ul li h3 {
		margin-bottom: 10px;
	}
	#to_recommend .button_1 a{
		font-size: 17px;
		line-height: 50px;
		height: 50px;
	}
	#to_recommend .button a{
		font-size: 25px;
		line-height: 90px;
		width: 380px;
		height: 90px;
		margin-top: 45px;
	}
	#to_recommend .banner {
		margin: auto auto 85px;
		width: 502px;
	}
}

.new_order_page{
    padding-left: 6%;
    padding-right: 6%;
    line-height: 1.8;
    padding-bottom: 30px;
}
