@charset "UTF-8";
/* ----------------------------------------
   ■ index.css
---------------------------------------- */
/* RESET
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

a{
	color: black;
	text-decoration: none;
}

.yellow_banner {
	background-color: #FEEB29;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.yellow_banner_wrap {
	max-width: 1060px;
	text-align: center;
	margin: auto;
	display: flex;
}

.yellow_banner .yellow_banner_wrap p {
	font-size: 20px;
	line-height: normal;
	margin: auto;
}

.yellow_banner .yellow_banner_wrap a {
	display: inline-block;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	font-size: 18px;
	color: #242424;
	border: 3px solid #242424;
	border-radius: 40px;
	margin: 0;
	padding: 1pc 30px;
	line-height: 1;
	outline: 0;
	background-color: #fff;
}

/* Original */
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
    filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
}


.child_1 img {
    width: 800px;
	height: auto;
	vertical-align: top;
    //filter: drop-shadow(2px 2px 2px rgba(160, 160, 160, 0.8));
    filter: initial;
}

@media screen and (max-width: 768px) {
    .child_1 img {
        width: 100%;
    }
}

.w980{
	max-width: 980px;
	margin: 0 auto;
}

.note {
	font-size: 12px;
}

.d_none{
	display: none;
}

/* クローズ対応 */
.close{
	position: relative;
}

.close::after{
	content: '';
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 11;
}

.close .text-close,
.close .text-close .btn{
	position: absolute;
	color: #fff;
	z-index: 999;
	top: 10%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
}

.close .text-close p{
	text-align: center;
	line-height: 2;
	font-weight: bold;
}

.close .text-close p span{
	display: block;
	font-size: 18px;
}

.close .text-close p span#result{
	display: inline;
}

.close .text-close .btn{
	top: 180%;
	display: inline-block;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	font-size: 18px;
	color: #242424;
	border: 3px solid #242424;
	border-radius: 40px;
	margin: 0;
	padding: 1pc 30px;
	line-height: 1;
	outline: 0;
	background-color: #feeb29;
	width: 280px;
}

a:hover {
	opacity: 0.8;
}

.scroll-hint-icon-wrap {
	z-index: 4000;
}
.scroll-hint-icon {
	position: absolute;
	top: calc(20% - 25px);
	left: calc(40% - 60px);
	box-sizing: border-box;
	width: 200px;
	height: 170px;
	border-radius: 5px;
	transition: opacity .3s;
	opacity: 0;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	padding: 20px 10px 10px 10px;
	z-index: 4000;
}
.scroll-hint-icon:before {
    width: 60px;
    height: 80px;
    background-size: 100%;
	margin-top: 20px;
}
.scroll-hint-icon:after {
	top: 20px;
	background-size: 100%;
}
.scroll-hint-text {
	font-size: 14px;
}

.scroll-hint.is-right-scrollable,
.scroll-hint.is-right-scrollable.is-left-scrollable,
.scroll-hint.is-left-scrollable {
    background: none;
}

@media screen and (max-width: 768px) {
	.close .text-close,
	.close .text-close .btn{
		top: 4%;
		font-size: 20px;
		width: 80%;
	}
	.close .text-close p{
		text-align: center;
		line-height: 2;
		font-weight: bold;
	}
	.close .text-close p span{
		display: block;
		font-size: 14px;
	}
	.close .text-close .btn{
		top: 180%;
		width: 180px;
		font-size: 18px;
	}
}


/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) and (min-width: 481px) {
  html, body {
	font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 768px) {
  .pc{
	display: none;
  }
  .sp{
	display: block;
  }
}
@media screen and (max-width: 480px) {
}


/* header
---------------------------------------- */
header.wrap{
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

header button {
	background-color: transparent;
	border-width: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

header button img {
	width: 30px;
}

header button span {
	font-size: 16px;
	padding-left: 10px;
}

header .area_subnav {
	display: none;
}

header .area_subnav.active {
	display: flex;
	position: absolute;
	top: 60px;
	right: -10px;
	z-index: 2000;
	justify-content: center;
	border-radius: 20px;
	-webkit-box-shadow: 0 10px 13px 0 rgba(0,0,0,.3);
	box-shadow: 0 10px 13px 0 rgba(0,0,0,.3);
}

header .area_subnav ul {
	width: 250px;
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .area_subnav ul:first-child {
	background-color: #f4f1ed;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

header .area_subnav ul:first-child li a.btn{
	display: block;
	vertical-align: middle;
	height: 20px;
	background-color: #FEEB29;
	border: 2px solid #000;
	border-radius: 40px;
	padding: 10px 20px;
	font-weight: bold;
	margin-top: 30px;
}

header .area_subnav ul:last-child {
	background-color: #fff;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

header .area_subnav ul li {
	text-align: center;
}

header .area_subnav ul li p {
	line-height: 2;
}

header .area_subnav ul:last-child li a.link {
	display: block;
	text-align: left;
	padding: 10px 20px;
}
header .area_subnav ul:last-child li a.link:hover {
	background-color: #e7f4e3;
}

@media screen and (max-width: 768px) {
	header.wrap {
		padding: 20px 10px;
	}
	header button img {
		width: 25px;
	}
	header button span {
		font-size: 14px;
		color: #000;
	}
	header .area_subnav.active {
		display: block;
		right: 0;
		border-radius: 0;
	}
	header .area_subnav ul:first-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		height: 180px;
	}
	header .area_subnav ul:last-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	header .area_subnav ul:first-child li a.btn {
		margin-top: 20px;
	}
}

/* ----------------------------------------

mv箇所

---------------------------------------- */
#mv .wrap{
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}

#mv .wrap h1 {
	position: absolute;
	top: 5%;
	//left: 1%;
    left: 5%;
	//font-size: 36px;
    font-size: 2vw;
	font-weight: 900;
	//line-height: 1.5;
    line-height: 1.3;
    background-color: rgba(255, 255, 255, 0.5);
}

#mv .wrap h1 span {
	//position: absolute;
	//top: 16px;
	//font-size: 70px;
    //font-size: 50px;
    font-size: 3vw;
}

#mv .wrap .mv_product {
	position: absolute;
	left: 0;
	bottom: 50px;
}

#mv .wrap .mv_product ul {
	display: flex;
	justify-content: flex-start;
}

#mv .wrap .mv_product ul.mv_package {
	align-items: center;
}

#mv .wrap .mv_product ul.mv_package li:first-child {
	width: 25%;
	margin: 0 20px 20px 90px;
}

#mv .wrap .mv_product ul.mv_package li p:first-child {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

#mv .wrap .mv_product ul.mv_package li p:nth-child(2) {
	background-color: #000;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	width: 70px;
	padding: 5px;
	text-align: center;
	margin: 10px auto;
}

#mv .wrap .mv_product ul.mv_package li p:last-child {
	font-size: 40px;
	font-weight: 900;
	position: relative;
}

#mv .wrap .mv_product ul.mv_package li p:last-child span {
	font-size: 20px;
}

#mv .wrap .mv_product ul.mv_package li p:last-child span.tax {
	position: absolute;
	width: 40px;
	font-size: 12px;
	bottom: -15px;
	right: -7px;
}

#mv .wrap .mv_product ul.btn {
	justify-content: space-evenly;
	width: 84%;
	margin-left: 30px;
}

#mv .wrap .mv_product ul.btn li a {
	display: table-cell;
    vertical-align: middle;
    height: 20px;
    background-color: #FEEB29;
    border: 2px solid #000;
    border-radius: 40px;
    padding: 10px 20px;
	font-weight: bold;
}

/*#top .yellow_banner {
	background-color: #FEEB29;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

#top .yellow_banner_wrap {
	max-width: 1060px;
	text-align: center;
	margin: auto;
	display: flex;
}

#top .yellow_banner .yellow_banner_wrap p {
	font-size: 20px;
	line-height: normal;
	margin: auto;
}

#top .yellow_banner .yellow_banner_wrap a {
	display: inline-block;
	font-weight: 800;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	font-size: 18px;
	color: #242424;
	border: 3px solid #242424;
	border-radius: 40px;
	margin: 0;
	padding: 1pc 30px;
	line-height: 1;
	outline: 0;
	background-color: #fff;
}*/

@media screen and (max-width: 768px) {
	.yellow_banner .yellow_banner_wrap p {
		font-size:12px;
	}
	
	.yellow_banner .yellow_banner_wrap a {
		min-width: 50px;
		font-size: 12px;
		margin: auto;
	}
}


@media screen and (max-width: 768px) {
	#mv{
		background-image: none;
		padding-bottom: 0;
		margin: 0 10px;
	}
	#mv .wrap h1 {
		top: 3%;
		left: 5%;
		//font-size: 28px;
        font-size: 5vw;
		line-height: 1.3;
	}
	#mv .wrap h1 span {
		//font-size: 50px;
		//display: block;
		//position: absolute;
        font-size: 7vw;
		right: 0;
		top: 70px;
	}
	#mv .wrap .mv_product {
		width: 100%;
		bottom: 20px;
	}
	#mv .wrap .mv_product ul {
		display: block;
		width: 50%;
	}
	#mv .wrap .mv_product ul.mv_package li:first-child {
		width: 65%;
		margin: 0 0 10px 30px;
	}
	#mv .wrap .mv_product ul.mv_package li p:first-child {
		font-size: 17px;
	}
	#mv .wrap .mv_product ul.mv_package li p:last-child {
		font-size: 28px;
		text-align: center;
	}
	#mv .wrap .mv_product ul.mv_package li p:last-child span.tax {
		font-size: 10px;
		bottom: -12px;
		right: 33px;
	}
	#mv .wrap .mv_product ul.mv_package li p:nth-child(2) {
		font-size: 16px;
		width: 90px;
		margin: 5px auto;
	}
	#mv .wrap .mv_product ul.btn {
		display: flex;
		justify-content: space-evenly;
		margin-top: 30px;
		margin-left: 0;
		width: 100%;
	}
	#mv .wrap .mv_product ul.btn li a {
		height: 14px;
		font-size: 14px;
	}
}

/* ----------------------------------------

contents01

---------------------------------------- */
.contents01 {
	max-width: 1200px;
	margin: 60px auto 100px;
}

.contents01 ul {
	max-width: 960px;
	margin: 0 auto;
	background-color: #7B7B7B;
	border-radius: 20px;
	padding: 50px 0;
	text-align: center;
	position: relative;
}
.contents01 ul::after {
	content: '';
	position: absolute;
	bottom: -12%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	border-top: 40px solid #7B7B7B;
	border-right: 40px solid transparent;
	border-left: 40px solid transparent;
}

.contents01 ul li {
	background-color: #C5C2C1;
	color: #7B7B7B;
	font-size: 17px;
	font-weight: bold;
	border-radius: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 80%;
	height: 50px;
	margin: 10px auto;
	padding-left: 20px;
}
.contents01 ul li:first-child,
.contents01 ul li:nth-child(2) {
	justify-content: center;
	background: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 10px;
	padding-left: 0;
}
.contents01 ul li:nth-child(2) {
	font-size: 14px;
	height: 40px;
}

.contents01 h2 {
	width: 50%;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	margin: 80px auto 30px;
	background:linear-gradient(transparent 60%, #FEEB29 60%);
}

.contents01 .wrap {
	display: flex;
	justify-content: space-evenly;
	max-width: 1060px;
	margin: 0 auto;
}

.contents01 .wrap .area_use {
	width: 31.3333%;
	text-align: center;
}

.contents01 .wrap .area_use .boxA {
	background-color: #F4F1ED;
	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
	position: relative;
	padding: 0 40px 20px;
}

.contents01 .wrap .area_use .boxA::before {
	content:"";
	width:calc(100% + 4px);
	height:50px;
	position:absolute;
	bottom:-50px;
	left:-2px;
	background:linear-gradient(to top right, transparent 50%,#F4F1ED 50%, #F4F1ED calc(50% + 2px)) top left/ 50% 100% no-repeat,
	linear-gradient(to top left, transparent 50%,#F4F1ED 50%, #F4F1ED calc(50% + 2px)) top right / 50% 100% no-repeat;
}

.contents01 .wrap .area_use .boxA div {
	width: 40%;
	margin: 0 auto;
	padding-top: 30px;
}

.contents01 .wrap .area_use .boxA h3,
.contents01 .wrap .area_use .boxB h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 20px 0;
}

.contents01 .wrap .area_use .boxA p {
	font-size: 17px;
	line-height: 1.5;
	text-align: left;
	margin: 0 10px;
}

.contents01 .wrap .area_use .boxB {
	height: 250px;
	background-color: #FEEB29;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 90px 40px 30px;
}

.contents01 .wrap .area_use .boxB div {
	width: 26%;
	margin: 0 auto;
}

.contents01 .wrap .area_use .boxB p {
	font-size: 17px;
	line-height: 1.5;
	margin-top: 20px;
	text-align: left;
}

.contents01 .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	background-color: #FEEB29;
	border: 2px solid #000;
	border-radius: 40px;
	padding: 10px 20px;
	font-weight: bold;
	width: 18%;
	margin: 40px auto 0;
	font-size: 18px;
}


@media screen and (max-width: 768px) {
	.contents01 {
		margin: 30px auto 50px;
	}
	.contents01 ul {
		margin: 0 10px;
		padding: 10px 0;
	}
	.contents01 ul li:first-child {
		font-size: 22px;
		line-height: 1.5;
	}
	.contents01 ul li {
		font-size: 13px;
		border-radius: 10px;
		width: 90%;
		margin: 20px auto;
		line-height: 1.5;
		height: 70px;
		padding-left: 0;
	}
	.contents01 h2 {
		width: 90%;
		font-size: 25px;
		margin: 80px auto 30px;
	}
	.contents01 .wrap {
		display: block;
		margin: 0 10px;
	}
	.contents01 .wrap .area_use {
		width: 100%;
		margin-bottom: 30px;
	}
	.contents01 .wrap .area_use .boxA {
		padding: 0 20px 10px;
	}
	.contents01 .wrap .area_use .boxA h3 {
		font-size: 18px;
		margin: 10px 0;
	}
	.contents01 .wrap .area_use .boxA p {
		font-size: 14px;
	}
	.contents01 .wrap .area_use .boxB {
		padding: 70px 20px 10px;
	}
	.contents01 .wrap .area_use .boxB p {
		font-size: 14px;
		margin: 10px 10px 0;
	}
	.contents01 .btn {
		width: 80%;
		font-size: 18px;
	}
	.contents01 ul::after {
		bottom: -10%;
	}
	
}

/* ----------------------------------------

contents02

---------------------------------------- */
.contents02 {
	background-color: #F4F1ED;
	padding: 60px 0;
}

.contents02 .wrap {
	max-width: 950px;
	margin: 0 auto;
}

.contents02 .wrap h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.contents02 .wrap .area_reason01 {
	background-color: #fff;
	border-radius: 20px;
	padding: 60px;
}

.contents02 .wrap .area_reason01 h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #000;
}

.contents02 .wrap .area_reason01 h3 div {
	width: 7%;
	padding: 10px;
}

.contents02 .wrap .area_reason01 h3 p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0;
}

.contents02 .wrap .area_reason01 p {
	margin-top: 30px;
	text-align: left;
	font-size: 17px;
}

.contents02 .wrap .area_reason01 p span {
	font-weight: bold;
}

.contents02 .wrap .area_reason01 ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.contents02 .wrap .area_reason01 ul li {
	width: 32%;
	text-align: center;
}

.contents02 .wrap .area_reason01 ul li:first-child div,
.contents02 .wrap .area_reason01 ul li:nth-child(2) div,
.contents02 .wrap .area_reason01 ul li:last-child div {
	width: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 150px;
}

.contents02 .wrap .area_reason01 ul li:last-child div {
	width: 40%;
}

.contents02 .wrap .area_reason01 ul li h4 {
	font-size: 15px;
	font-weight: 600;
}

.contents02 .wrap .area_reason01 ul li p {
	font-size: 13px;
	line-height: 1.3;
}

.contents02 .wrap ul.area_reason02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0;
}

.contents02 .wrap ul.area_reason02 li {
	width: 40.5%;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	margin: 10px 0;
}

.contents02 .wrap ul.area_reason02 li h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 2px solid #000;
}

.contents02 .wrap ul.area_reason02 li h3 div {
	width: 20%;
	padding: 10px;
}

.contents02 .wrap ul.area_reason02 li h3 p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0;
}

.contents02 .wrap ul.area_reason02 li p {
	font-size: 17px;
	padding: 20px 0;
	line-height: 1.5;
}

.contents02 .wrap ul.area_reason02 li p.note {
	font-size: 12px;
	padding: 0;
}

.contents02 .wrap ul.area_reason02 li p span {
	font-weight: bold;
}

.contents02 .wrap ul.area_reason02 li p span.note {
	font-weight: 400;
	font-size: 10px;
}

@media screen and (max-width: 768px) {
	.contents02 .wrap h2 {
		font-size: 25px;
	}
	.contents02 .wrap .area_reason01 {
		padding: 30px;
		margin: 0 10px;
	}
	.contents02 .wrap .area_reason01 h3 div {
		width: 14%;
	}
	.contents02 .wrap .area_reason01 h3 p {
		font-size: 18px;
	}
	.contents02 .wrap .area_reason01 p {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.3;
	}
	.contents02 .wrap .area_reason01 ul {
		display: block;
	}
	.contents02 .wrap .area_reason01 ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contents02 .wrap ul.area_reason02 {
		display: block;
		margin: 20px 10px;
	}
	.contents02 .wrap ul.area_reason02 li {
		width: 100%;
		padding: 20px 0;
	}
	.contents02 .wrap ul.area_reason02 li h3 {
		width: 90%;
		margin: 0 auto;
	}
	.contents02 .wrap ul.area_reason02 li h3 div {
		width: 25%;
	}
	.contents02 .wrap ul.area_reason02 li p {
		font-size: 14px;
		padding: 20px;
	}
	.contents02 .wrap ul.area_reason02 li p.note {
		font-size: 10px;
		padding: 0 20px;
	}
	.contents02 .wrap ul.area_reason02 li h3 p {
		font-size: 18px;
		padding: 10px;
	}
}


/* ----------------------------------------

contents03（ノートン製品ラインアップ）

---------------------------------------- */
.contents03 {
	background-color: #fff;
	padding: 60px 0;
}

.contents03 h2 {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 30px;
}

/* テーブル */
.table-scroll {
	max-width: 1060px;
	margin: 100px auto 0;
	padding-top: 10px;
}

.table_design13 {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	min-width: 700px;
	font-weight: bold;
	text-align: center;
}
.table_design13 thead th {
	padding: 1em .8em;
}
.table_design13 thead th:first-child {
	width: 16%;
}
.table_design13 td {
	padding: 1em;
}
.table_design13 thead th:not(:first-child) {
	background: #F4F1ED;
	font-size: 1.5rem;
	padding: 0.5em;
}
.table_design13 thead th span {
	font-size: .8rem;
}
.table_design13 thead th:nth-child(2),
.table_design13 thead th:nth-child(4),
.table_design13 thead th:nth-child(6) {
	background-color: #F4F1ED;
	position: relative;
}
.table_design13 thead th:nth-child(2)::before,
.table_design13 thead th:nth-child(4)::before,
.table_design13 thead th:nth-child(6)::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 100%;
}
.table_design13 thead th:nth-child(2)::after,
.table_design13 thead th:nth-child(6)::after {
	content: '人気No.1';
	width: max-content;
	color: #fff;
	font-size: .8rem;
	padding: 0.5em 4em;
    background: #0f71f0;
	border-radius: 100vh;
	position: absolute;
	top: -9px;
	left: 50%;
	transform: translateX(-50%);
}
/*.table_design13 thead th:nth-child(4)::after {
	content: 'おすすめ';
}*/
.table_design13 thead th:nth-child(6)::after {
	content: '最もお得';
}
.table_design13 thead th:nth-child(2),
.table_design13 thead th:nth-child(4),
.table_design13 thead th:nth-child(6) {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.table_design13 thead th:nth-child(4) {
	width: 16%;
}

.table_design13 thead th:nth-child(3),
.table_design13 thead th:nth-child(5) {
	width: 0;
	background-color: #fff;
	padding: 5px;
}

.table_design13 thead th div {
	width: 170px;
	margin: 20px 0 0 50px;
}
.table_design13 thead th:nth-child(4) div {
	margin: 0 0 0 -20px;
}
.table_design13 thead th h3 {
	font-size: 17px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.table_design13 thead th p {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.table_design13 tbody th,
.table_design13 tbody td {
	border-top: 1px solid #B5A289;
}
.table_design13 tbody th {
	background-color: #fff;
	font-weight: 300;
	font-size: 14px;
	vertical-align: middle;
	padding: 30px 0;
	line-height: 1.3;
}
.table_design13 tbody th span {
	color: #0f71f0;
	border-bottom: 1px solid #0f71f0;
    font-weight: 500;
}
.table_design13 tbody td {
	background-color: #F4F1ED;
	font-weight: 300;
	font-size: 14px;
	vertical-align: middle;
}
.table_design13 td:nth-child(4),
.table_design13 td:nth-child(6) {
	padding: 5px;
	background-color: #fff;
}

.table_design13 tbody td .icon_os {
	width: 60%;
	margin: 0 auto;
}
.table_design13 tbody td p {
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin-top: 35px;
}
.table_design13 tbody td p span.txt {
	font-size: 14px;
	position: relative;
}
.table_design13 tbody td p span.txt_w_offer {
	font-size: 14px;
	position: relative;
}
.table_design13 tbody td p span.txt_w_offer::before {
	position: absolute;
    content: "";
	transform: translateX(-50%);
    //border-top: 15px solid #868888; 
	border-top: 15px solid #0f71f0; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
	top: -20px;
    left: -50px;
}
.table_design13 tbody td p span.txt_w_offer::after {
	position: absolute;
	display: grid;
    content: "イチオシ";
    width: 140px;
	//padding-left:50px;
	//padding-right:50px;
    height: 25px;
    background-color: #0f71f0;
	color: white;
    margin: auto;
    border-radius: 5px;
    align-content: center;
    top: -40px;
    left: -95px;
	//background-image: -webkit-linear-gradient(135deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
	//background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
	//text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
	
}
.table_design13 tbody td span.txt2 {
	font-size: 10px;
	position: relative;
	top: -5px;
	right: -5px;
	border: none;
}
.table_design13 tbody th span.txt2 {
	font-size: 10px;
	position: relative;
	top: -1px;
	right: -5px;
	border: none;
}
.table_design13 tbody th span.txt3 {
	font-size: 10px;
	position: relative;
	top: -1px;
	right: 5px;
	border: none;
}

#txt4 {
	font-size: 10px;
	//position: relative;
	top: -1px;
	right: 5px;
	border: none;
}

.table_design13 tbody td p span.tax {
	width: 32px;
	font-size: 12px;
	font-weight: 300;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.table_design13 tbody td a.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 14px;
	background-color: #FEEB29;
	border: 2px solid #000;
	border-radius: 40px;
	padding: 10px;
	font-weight: bold;
	margin: 30px auto 0;
	font-size: 13px;
	width: 110px;
}
/*
.table_design13 tbody td a.btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 14px;
	//background-color: #FEEB29;
	border: 2px solid #000;
	border-radius: 40px;
	padding: 10px;
	font-weight: bold;
	margin: 30px auto 0;
	font-size: 13px;
	width: 110px;
	background: -webkit-gradient(linear, right top, left top, from(#ffd75b), color-stop(30%, #fff5a0), color-stop(40%, #fffabe), color-stop(50%, #ffffdb), color-stop(70%, #fff5a0), to(#fdd456));
	background: -webkit-linear-gradient(right, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
	background: linear-gradient(-90deg, #ffd75b 0%, #fff5a0 30%, #fffabe 40%, #ffffdb 50%, #fff5a0 70%, #fdd456 100%);
	box-shadow: 0 0px 15px 10px rgba(255, 200, 10, 0.5);
}
.table_design13 tbody td a.btn2::before {
    position: absolute;
    content: "";
	transform: translateX(-50%);
    //border-top: 15px solid #868888; 
	border-top: 15px solid #0f71f0; 
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
	top: 580px;
}
.table_design13 tbody td a.btn2::after {
    position: absolute;
    content: "迷ったらこちら！";
    width: 140px;
    height: 25px;
    background-color: #0f71f0;
	color: white;
    margin: auto;
    border-radius: 5px;
    align-content: center;
    top: 565px;
	//background-image: -webkit-linear-gradient(135deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
	//background-image: linear-gradient(-45deg, #333 0%, #868888 20%, #d8dcdc 34%, white 53%, #666 100%);
	//text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}*/
.table_design13 tbody td a:hover {
	opacity: 0.8;
}
.table_design13 tbody tr.textbox th{
	background-color: #000;
	color: #fff;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.table_design13 tbody tr:last-child td:nth-child(2),
.table_design13 tbody tr:last-child td:nth-child(5),
.table_design13 tbody tr:last-child td:nth-child(7) {
	border-bottom-left-radius: 20px;
}
.table_design13 tbody tr:last-child td:nth-child(3),
.table_design13 tbody tr:last-child td:nth-child(5),
.table_design13 tbody tr:last-child td:nth-child(8) {
	border-bottom-right-radius: 20px;
}

.table_design13 tbody tr.textbox th p.fixed01 {
	background-color: transparent;
}

.fixed01 {
	position: sticky;
	left: 0;
	background-color: #fff;
	z-index: 2000;
}


@media screen and (max-width: 768px) {
	.contents03 h2 {
		font-size: 25px;
		padding: 30px 0 15px;
	}
	.table-scroll {
		overflow-x: auto;
		margin: 50px auto 0;
	}
	.table_design13 thead th:first-child {
		width: 100px;
	}
	.table_design13 thead th div {
		margin: 40px 0 0 0;
	}
	.table_design13 thead th:nth-child(2),
	.table_design13 thead th:nth-child(6) {
		width: 210px;
	}
	.table_design13 thead th:nth-child(4) {
		width: 180px;
	}
	.table_design13 thead th:nth-child(4) div {
		margin: 0 0 0 -20px;
	}
	.table_design13 thead th h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.table_design13 thead th p {
		font-size: 12px;
		margin-bottom: 0;
	}
	.table_design13 tbody th {
		font-size: 12px;
		padding: 20px 0;
	}
	.table_design13 tbody td {
		font-size: 12px;
	}
	.table_design13 tbody td .icon_os {
		width: 80%;
	}
	.table_design13 tbody td:nth-child(5) .icon_os {
		width: 41.34%;
	}
	.table_design13 tbody td p span.txt_w_offer {
		font-size: 10px;
	}
	.table_design13 tbody td p span.txt_w_offer::before {
		top: -25px;
		left: -35px;
	}
	.table_design13 tbody td p span.txt_w_offer::after {
		width: 80px;
		height: 20px;
		top: -40px;
		left: -60px;
	}
	.table_design13 tbody td a.btn {
		height: 6px;
		font-size: 10px;
		width: 70px;
	}
	/*
	.table_design13 tbody td a.btn2 {
		height: 6px;
		font-size: 10px;
		width: 70px;
	}
	.table_design13 tbody td a.btn2::before {
		top: 500px;
	}
	.table_design13 tbody td a.btn2::after {
		top: 485px;
	}*/
	.table_design13 thead th:nth-child(2)::after,
	.table_design13 thead th:nth-child(4)::after,
	.table_design13 thead th:nth-child(6)::after {
		top: 6px;
	}
	.table_design13 tbody td p {
		font-size: 19px;
	}
	.table_design13 thead th:nth-child(3),
	.table_design13 thead th:nth-child(5) {
		width: 5px;
		padding: 3px;
	}
	.table_design13 tbody tr.textbox th {
		font-size: 15px;
	}
	.table_design13 tbody tr.textbox th p {
		width: 47%;
		background: none;
	}
}


/* ----------------------------------------

contents04

---------------------------------------- */
.contents04 {
	background-color: #fff;
	padding: 60px 0;
}

.contents04 h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.contents04 ul.box {
	max-width: 890px;
	margin: 30px auto;
	background-color: #F4F1ED;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
}

.contents04 ul.box li:first-child {
	width: 25%;
	text-align: center;
	margin-right: 30px;
}
.contents04 ul.box li:first-child div {
	width: 100%;
	margin: 0 auto;
}
.contents04 ul.box li:first-child p {
	font-size: 17px;
	line-height: 1.3;
	margin-top: 10px;
}

.contents04 ul.box li:last-child {
	width: 100%;
}


.contents04 ul.box li:nth-child(2) h3 {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	line-height: 1.5;
	padding-bottom: 20px;
}
.contents04 ul.box li:nth-child(2) p {
	font-size: 17px;
	line-height: 1.5;
	padding-top: 20px;
}


@media screen and (max-width: 768px) {
	.contents04 h2 {
		font-size: 25px;
		line-height: 1.5;
	}
	.contents04 ul.box {
		margin: 30px 10px;
		display: block;
		padding: 20px;
	}
	.contents04 ul.box li:first-child {
		width: 100%;
		margin-right: 0;
	}
	.contents04 ul.box li:first-child div {
		width: 50%;
	}
	.contents04 ul.box li:first-child p {
		font-size: 14px;
		margin: 10px 0;
	}
	.contents04 ul.box li:nth-child(2) h3 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.contents04 ul.box li:nth-child(2) p {
		font-size: 14px;
		padding-top: 10px;
	}
}


/* ----------------------------------------

contents05

---------------------------------------- */
.contents05 {
	background-color: #F4F1ED;
    //background-color: #FEEB29;
	padding: 60px 0;
}

.contents05 h2 {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.contents05 .disclamer {
	color: gray;
	font-size: 12px;
    margin: 20px;
	//font-weight: bold;
	text-align: center;
}

.contents05 ul.box {
	display: flex;
	justify-content: space-between;
	//align-items: center;
    align-items: stretch;
	max-width: 960px;
	margin: 40px auto 80px;
	position: relative;
}

.contents05 ul.box li {
	width: 45%;
    //display: grid;
}

.contents05 ul.box li div img{
	border-radius: 20px;
}

.contents05 ul.box li h3 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 30px;
    margin-bottom: 20px;
	text-align: center;
}

.contents05 ul.box li p {
	font-size: 17px;
	text-align: left;
	line-height: 1.5;
	margin: 10px 40px 20px 40px;
}

.contents05 ul.box li b {
	font-size: 17px;
    font-weight: 500;
	text-align: left;
	line-height: 1.5;
	margin: 20px 10px 0px 10px;
    //margin-top: 100px;
    //padding-top: 100px;
}

.contents05 ul.box li:last-child {
	position: absolute;
	//top: 35%;
    top: 160px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 1%;
}

@media screen and (max-width: 768px) {
	.contents05 h2 {
		font-size: 25px;
	}
	.contents05 ul.box {
		display: block;
		margin: 20px 10px 40px;
	}
	.contents05 ul.box li {
		width: 90%;
		margin: 0 auto 30px;
	}
	.contents05 ul.box li:last-child {
		display: none;
	}
	.contents05 ul.box li h3 {
		font-size: 18px;
		margin-top: 20px;
	}
	.contents05 ul.box li p {
		font-size: 14px;
		margin: 10px;
	}
}

/* ----------------------------------------

contents06

---------------------------------------- */
.contents06 {
	background-color: #fff;
	padding: 60px 0;
}

.contents06 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
}

.contents06 ul li {
	width: 50%;
}

.contents06 ul li:last-child {
	margin-left: 50px;
}

.contents06 ul li:last-child h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: 2px solid #000;
	padding-bottom: 20px;
}

.contents06 ul li:last-child h4 {
	font-size: 23px;
	line-height: 1.3;
	padding-top: 20px;
}
.contents06 ul li:last-child h4 span{
	position: relative;
	font-size: 12px;
	top: -10px;
	right: -5px;
}

.contents06 ul li:last-child p {
	padding-top: 20px;
	line-height: 1.5;
	font-size: 17px;
}
.contents06 ul li:last-child p span {
	position: relative;
	font-size: 10px;
	top: -9px;
	right: 5px;
}

@media screen and (max-width: 768px) {
	.contents06 ul {
		display: block;
	}
	.contents06 ul li {
		width: 90%;
		margin: 0 auto;
	}
	.contents06 ul li:last-child {
		margin-left: auto;
	}
	.contents06 ul li:last-child h3 {
		font-size: 22px;
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.contents06 ul li:last-child h4 {
		font-size: 18px;
		padding-top: 10px;
	}
	.contents06 ul li:last-child p {
		padding-top: 14px;
		font-size: 14px;
	}
}

/* ----------------------------------------

contents07

---------------------------------------- */
.contents07 {
	background-color: #fff;
	padding: 60px 0;
}

.contents07 h2 {
	background-color: #000;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 60px 0 30px;
}

.contents07 ul {
	display: flex;
	justify-content: space-between;
	//align-items: center;
    align-items: end;
	max-width: 800px;
	margin: 100px auto;
}

.contents07 ul li {
	width: 30%;
}

.contents07 ul li p {
	width: 80%;
	margin: 0 auto 20px;
	color: #fff;
	background: #0f71f0;
	border-radius: 20px;
	text-align: center;
	font-size: .8rem;
	font-weight: bold;
	padding: 7px 0;
}

.contents07 ul li div {
	width: 80%;
	margin: 0 auto;
}

.contents07 ul li h3 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	line-height: 1.3;
}

.contents07 ul li a.btn {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 14px;
    background-color: #FEEB29;
    border: 2px solid #000;
    border-radius: 40px;
    padding: 10px;
    font-weight: bold;
    margin: 20px auto 0;
    font-size: 20px;
    width: 90%;
}


@media screen and (max-width: 768px) {
	.contents07 h2 {
		font-size: 25px;
		padding: 30px 0 15px;
	}
	.contents07 ul {
		//align-items: flex-start;
        align-items: flex-end;
		margin: 50px 10px;
		flex-wrap: wrap;
	}
	.contents07 ul li {
		width: 46%;
		margin-bottom: 30px;
	}
	.contents07 ul li p {
		width: 50%;
		margin: 0 auto 10px;
		font-size: 11px;
		padding: 5px 0;
	}
	.contents07 ul li h3 {
		font-size: 14px;
		margin: 10px auto;
	}
	.contents07 ul li a.btn {
		height: 8px;
		margin: 10px auto 0;
		font-size: 14px;
		width: 70%;
	}
}

/* ----------------------------------------

contents08

---------------------------------------- */
.contents08 h2 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

/* アコーディオン */
.contents08 .accordion {
	margin: 3em auto;
	max-width: 60vw;
}
.contents08 .toggle {
	display: none;
}
.contents08 .option {
	position: relative;
}
.contents08 .title,
.contents08 .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.contents08 .title {
	background-color: #000;
	padding: 1em 3em;
	display: block;
	color: #fff;
	font-size: 21px;
}
.contents08 .title::after,
.contents08 .title::before {
	content: "";
	position: absolute;
	left: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #fff;
	transition: all 0.3s;
}
.contents08 .title::after {
	transform: rotate(90deg);
}
.contents08 .content {
	max-height: 0;
	overflow: hidden;
	margin-bottom: 0;
}
.contents08 .content p {
	margin: 0;
	padding: 1em 3em;
	font-size: 17px;
	line-height: 1.5;
}
.contents08 .content p.last {
	padding: 0 3em 1em;
}

.contents08 .content p span {
	display: block;
	padding-left: 2em;
	text-indent: -1em;
}

.contents08 .content p a {
	text-decoration: underline;
}

.contents08 .toggle:checked + .title + .content {
	max-height: 500px;
	transition: all 1.5s;
	height: auto;
	background-color: #F4F1ED;
}
.contents08 .toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}

.contents08 .toggle:checked + .title::after {
	display: none;
}

@media screen and (max-width: 768px) {
	.contents08 h2 {
		font-size: 25px;
	}
	.contents08 .accordion {
		margin: 1em auto;
		max-width: 90vw;
	}
	.contents08 .title {
		padding: 12px 3em;
		font-size: 14px;
		line-height: 1.5;
	}
	.contents08 .toggle:checked + .title + .content {
		width: 100%;
	}
	.contents08 .content p {
		padding: 1em 0;
		font-size: 12px;
	}
	.contents08 .content p.last {
		padding: 0 0 1em;
	}
}



/* ----------------------------------------

section_last

---------------------------------------- */
section#section_last{
	background-color: #f4f1ed;
}

section#section_last .wrap{
	max-width: 1240px;
	margin: 0 auto;
	padding: 100px 20px;
}

section#section_last ul.pankuzu li{
	display: inline-block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #555551;
	letter-spacing: -.3px;
}

section#section_last ul.pankuzu li::after{
	border-style: solid;
	border-width: 1.5px 1.5px 0 0;
	content: "";
	display: inline-block;
	height: 9px;
	width: 9px;
	vertical-align: middle;
	color: #707070;
	bottom: 1px;
	position: relative;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 20px;
	margin-left: 20px;
}

section#section_last ul.pankuzu li:last-child::after{
	border-style: none;
}

section#section_last ul.pankuzu li a{
	color: #555551;
}

section#section_last ul.accordion {
	padding-top: 50px;
}

section#section_last ul.accordion li:first-child{
	font-size: 20px;
	margin-bottom: 24px;
	font-weight: bold;
}

section#section_last ul.accordion li .content .wrap-fixe{
	display: flex;
	align-items: baseline;
}

.toggle {
	display: none;
}
.Label {
	width: 290px;
	display: block;
	color: #242424;
	text-decoration: none;
	border-bottom: 1px solid #242424;
	margin-bottom: 10px;
	font-size: 13px;
}
.Label::before{
	content: '+';
	width: 6px;
	height: 6px;
	position: absolute;
	top: calc( 7% - 3px );
	right: 10px;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding: 20px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	content: '-';
}

section#section_last .wrap p{
	font-size: 11px;
	margin-bottom: 24px;
	line-height: 1.5;
}

section#section_last .wrap p.fontb{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 0;
}

section#section_last .wrap .content .wrap-fixe .icon {
	margin-right: 10px;
}


section#section_last .wrap h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

section#section_last .wrap h2::before{
	content: '*';
}

section#section_last .wrap ul.detail{
	margin-bottom: 24px;
}

section#section_last .wrap ul.detail li{
	font-size: 11px;
	line-height: 1.8;
}

section#section_last .wrap ul.detail li::before{
	content: '●';
	width: 10px;
    display: inline-block;
    transform: scale(0.5);
}

section#section_last .wrap ul.detail li span{
	font-weight: bold;
}

section#section_last .wrap ul.detail li a,
section#section_last .wrap ul.summary li a{
	color: #242424;
	text-decoration: underline;
}

section#section_last .wrap ul.summary li{
	font-size: 11px;
	line-height: 1.8;
	margin-bottom: 20px;
}

section#section_last .wrap ul.summary li span{
	font-weight: bold;
}

section#section_last .wrap ul.summary li sup{
	position: relative;
	font-size: 10px;
	top: -5px;
}

@media screen and (max-width: 768px) {
	section#section_last .wrap {
		padding: 50px 0;
		margin: 0 10px;
	}
	section#section_last ul.pankuzu li {
		font-size: 16px;
	}
	section#section_last ul.accordion li:first-child {
		font-size: 16px;
		margin-bottom: 24px;
	}
	.Label,
	.content {
		width: 310px;
		font-size: 14px;
	}
	.Label::before {
		right: 3px;
	}
	section#section_last .wrap p {
		font-size: 13px;
	}
	section#section_last .wrap h2 {
		font-size: 15px;
		font-weight: bold;
		margin-bottom: 24px;
	}
	section#section_last .wrap ul.detail li,
	section#section_last .wrap ul.summary li {
		font-size: 11px;
	}
	.toggle:checked + .Label + .content {
		width: 100%;
	}
	section#section_last ul.accordion li .content .wrap-fixe div{
		width: 100%;
	}
	section#section_last ul.accordion li .content .wrap-fixe div:nth-child(2){
		width: 100%;
	}
	section#section_last .wrap p.fontb {
		line-height: 1.4;
	}
	section#section_last .wrap .content .wrap-fixe .icon {
		width: 15%;
	}
}


/* footer
---------------------------------------- */
footer{
	background-color: #f4f1ed;
}

footer .wrap{
	max-width: 1240px;
	margin: 0 auto;
	border-top: 2px solid #000;
	padding: 0 20px;
}

footer .wrap .sns{
	display: flex;
	justify-content: space-between;
	padding: 20px 0 30px;
}

footer .wrap .sns ul li{
	display: inline-block;
	padding-right: 15px;
}

footer .wrap .sns ul li.icon_sns {
	width: 10%;
}

footer .wrap .sns ul li.country img{
	width: 30px;
}

footer .wrap .sns ul li.country span{
	display: inline-block;
	padding-top: 7px;
}

footer .wrap .pankuzu li{
	display: inline-block;
	font-size: 13px;
}

footer .wrap .pankuzu li::after{
	content: '|';
	margin: 0 10px;
	position: relative;
    top: -1px;
}

footer .copywriter{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 45px 10px 85px;
	max-width: 1240px;
	margin: 0 auto;
}

footer .copywriter img{
	width: 80%;
}

footer .copywriter p{
	font-size: 12px;
}

footer .copywriter a {
	width: 80px;
}

@media screen and (max-width: 768px) {
	footer{
		padding: 0 10px;
	}
	footer .wrap .pankuzu li {
		display: inline-block;
		padding-bottom: 15px;
		font-size: 14px;
	}
	footer .copywriter {
		display: block;
		padding: 15px 10px 45px;
	}
	footer .copywriter img {
		width: 40%;
	}
	footer .copywriter p {
		font-size: 12px;
		margin-left: 0;
		margin-top: 20px;
	}
	footer .copywriter a {
		display: block;
		width: 150px;
	}
}

/* ----------------------------------------------------

ページ内リンク（製品ラインアップ）

---------------------------------------------------- */
#purchase_link {
	position: fixed;
	bottom: 30px;
	right: 0;
}
#purchase_link a {
	display: flex;
	align-items: center;
	position: relative;
    background: #0f71f0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 20px 20px;
	border-radius: 10px 0 0 10px;
	width: 20px;
	height: 160px;
	opacity: 1;
    filter: drop-shadow(0px 0px 10px rgba(160, 160, 160, 0.8));
}

@media screen and (max-width: 768px) {
	#purchase_link {
		bottom: 10px;
	}
	#purchase_link a {
		width: 10px;
		height: 110px;
		font-size: 14px;
	}
}


/*----------------------------------------

 モーダル

---------------------------------------- */
.modal-open{
	cursor: pointer;
}
.modal-open:hover{
	opacity: 0.6;
}

.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,80%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}

.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.modal-container.active{
	opacity: 1;
	visibility: visible;
	z-index: 2000;
}

.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1020px;
	width: 90%;
	background-color: #fff;
	//border: 4px solid #FEEB29;
    border-radius: 20px;
}

.modal-close{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font-size: 40px;
	background-color: #CCCCCC;
	color: #fff;
	cursor: pointer;
	border-radius: 20px;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.modal-close {
		width: 20px;
		height: 20px;
		font-size: 20px;
	}
}

.modal-close img{
	width: 13px;
	height: auto;
}

.modal-body h3 {
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	padding: 30px 30px 0;
}

.modal-content{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 40px 30px;
	text-align: left;
}

.modal-content .child_2 {
	width: 40%;
	padding-left: 30px;
}

.modal-content .child_2 p {
	margin-top: 30px;
	line-height: 1.3;
}
.modal-content .child_2 p:first-child {
	//margin-top: 0;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .modal-content .child_2 p:first-child {
        margin-top: 0;
    }
}

.modal-content .child_2 p span.txt {
	position: relative;
	top: -4px;
	font-size: 10px;
}

.modal-content .child_2 p span.txt2 {
	font-size: 14px;
}

.modal-content .child_2 p a {
	color: #0f71f0;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.modal-body h3 {
		width: 93%;
		font-size: 18px;
		padding: 30px 10px 0;
	}
	.modal-close img{
		width: 8px;
	}
	.modal-content{
		padding: 20px;
	}
	.modal-content{
		display: block;
		padding: 30px 10px;
	}
	.modal-content .child_1 {
		padding-left: 0;
		padding-bottom: 20px;
	}
	.modal-content .child_2 {
		width: 100%;
		padding-left: 0;
	}
}
