<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 蝓ｺ譛ｬ */
.container {
    /*width: 100%;*/
    /*max-width: 1240px;*/
	margin: 0 auto;
}

.container p {
	font-size: 2em;
    text-align: left;
    padding: 10px 120px;
}

/* 繝倥ャ繝繝ｼ */
/* 繝倥ャ繝繝ｼ縲蠎苓�蜷� */
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}

.site {
    display: flex;
    align-items: center;
}

.site img{
    width: 100%;
}

.header_img {
	text-align: right;
	padding: 0 25px 0 0;
} 

.header_img img{
	width: 25%;
}

button{
	position: absolute;
	top: 17px;
	right: 25px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

ul{
	/* display: none; */
	list-style-type: none;
}

/* 繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝懊ち繝ｳ */

/*縲繝上Φ繝舌�繧ｬ繝ｼ繝懊ち繝ｳ縲*/
.hamburger {
	display : block;
	position: relative;
	z-index : 3;
	right : -280px;
	top   : -73px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	text-align: center;
  }
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* 繝翫ン髢九＞縺ｦ繧区凾縺ｮ繝懊ち繝ｳ */
  .hamburger.active span:nth-child(1) {
	top : 16px;
	left: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
	top: 16px;
	left: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }
  
  nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateY(-100%);
	transition: all 0.6s;
	width: 100%;
  }
  
  nav.globalMenuSp ul {
	background: #ccc;
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	font-size: 4em;
	display: block;
	color: #000;
	padding: 2em 0;
	text-decoration :none;
  }
  
  /* 縺薙�繧ｯ繝ｩ繧ｹ繧偵）Query縺ｧ莉倅ｸ弱�蜑企勁縺吶ｋ */
  nav.globalMenuSp.active {
	transform: translateY(0%);
  }

/* .nav-button{
    box-sizing: content-box;
    padding: 20px;
    outline: none;
    border: none;
    background: none;
    width: 20px;
    height: 14px;
    cursor: pointer;
    color: #000000;
}

.nav-button::before,
.nav-button::after {
    content: '';
    display: block;
    height: 2px;
    background-color: currentColor;
    transform: translateY(30px);
}

.nav-button::before {
    transform: translateY(-30px);
    box-shadow: 0 6px currentColor;
} */

/* 繝倥ャ繝繝ｼ繝舌リ繝ｼ */
.header_banner img {
    width: 100%;
}

/* 繧ｭ繝｣繝ｳ繝壹�繝ｳ繝舌リ繝ｼ */

.campaign_banner {
    /*padding: 30px 0;*/
}

/* 繝｡繝九Η繝ｼ繝懊ち繝ｳ */
.menu_button ul{
	padding: 10px 0px;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.menu_button li{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.menu_button img{
    width: 93%;
}

/* 縺翫☆縺吶ａ蝠�刀 */
.product_slider_width {
    padding: 30px 60px;
}

.recommend_product li{
    display: flex;
}

.recommend_product img{
    width: 60%;
}

/* 縺泌茜逕ｨ譌･謨ｰ縺ｫ縺､縺�※ */
.area1 {
	background-color: #7cbcbc;
	padding: 10px;
	width: 96%;
	color: #FFF;
}

.st01 {
	font-weight: bold;
	font-size: 150%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
}

.step1 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	font-size: 1em;
	text-align: left;
}

.step1_img img {
	object-fit: cover;
	width: 100%;
	max-height: 100%;
}

.step1_text {
	/* float: right; */
}

.icon_button_step1 {
	display: flex;
	justify-content: space-between;
	gap: 5px;
}

.icon_button_step1 p {
	background: #1570a5;
	border-radius: 10px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 220px;
	padding: 10px 40px;
	color: #ffffff;
	transition: 0.3s ease-in-out;
	font-weight: 500;
	white-space: nowrap;
}

.st02 {
	font-weight: bold;
	font-size: 250%;
	color: #FFF139;
}

.st03 {
	color: #A5BB4E;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF139;
	font-size: 190%;
	font-weight: bold;
}

.st04 {
	color: #F00;
	/* border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0; */
	font-weight: bold;
}

.step4 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	font-size: 1em;
	text-align: left;
}

.step4_text {
	/* float: left; */
}

.step4_img {
	/* float:right; */
}

.caution_area2 {
	font-size: 1em;
	text-align: left;
}


.caution_area {
	background-color: #FFF;
	color: #F00;
	border-radius: 7px;
	/* CSS3�ｽ�ｽ�ｽ�ｽ */
	-webkit-border-radius: 7px;
	/* Safari,Google Chrome�ｽp */
	-moz-border-radius: 7px;
	/* Firefox�ｽp */
	padding: 7px;
}

.kadomaru {
	border-radius: 7px;
	/* CSS3�ｽ�ｽ�ｽ�ｽ */
	-webkit-border-radius: 7px;
	/* Safari,Google Chrome�ｽp */
	-moz-border-radius: 7px;
	/* Firefox�ｽp */
	padding: 7px;
}


.kadomaru td {
	text-align: left;
}

.sub_title {
	color: #43992E;
	font-size: 150%;
	margin-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.sm01 {
	background-color: #A5BB4E;
	color: #FFF;
	border-radius: 7px;
	/* CSS3�ｽ�ｽ�ｽ�ｽ */
	-webkit-border-radius: 7px;
	/* Safari,Google Chrome�ｽp */
	-moz-border-radius: 7px;
	/* Firefox�ｽp */
	padding: 5px;
}


.kukou_link a:link {
	color: #FF0;
}

.kukou_link a:visited {
	color: #FF0;
}

/*.kukou_link a:hover {
	color: #24B6B3;
}*/



.kukou_link a {
	width: 90%;
	background-color: #FF6600;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136, 136, 136, 1);
	color: #ffffff;
	display: block;

	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
}

.kukou_link a:hover {
	box-shadow: 0 1px 0 rgba(136, 136, 136, 1);
	margin: 12px auto 8px;
}




.kiyaku_link a:link {
	color: #FFFFFF;
}

.kiyaku_link a:visited {
	color: #FF0;
}


.kiyaku_link a {
	width: 90%;
	background-color: #a5bb4f;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(136, 136, 136, 1);
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
}

.kiyaku_link a:hover {
	box-shadow: 0 1px 0 rgba(136, 136, 136, 1);
	margin: 12px auto 8px;
}




.sub_title2 {
	color: #FFF;
	background-color: #0168B7;
	padding: 10px;
	font-size: 150%;
}

.title_q {
	color: #E4097F;
	font-size: 160%;
	font-weight: bold;
}

.under_y {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF0;
	font-weight: bold;
}

.step_title {
	font-size: 28px;
}


.ex_area {
	padding: 30px;
	border: 2px solid #1570A5;
}

.teltext a {
	display: none;
}

.pc_sub_title {
	color: #43992E;
    font-size: 2rem;
    margin-left: 50px;
    padding-bottom: 10px;
    /* margin-bottom: 10px; */
    font-weight: bold;
    position: absolute;
    transform: translateY(-43%);
    background: #fff;
}

.pc_sub_title_half {
	color: #43992E;
	font-size: 2rem;
	margin-left: 50px;
	padding-bottom: 10px;
	/* margin-bottom: 10px; */
	font-weight: bold;
	position: absolute;
	transform: translateY(-43%);
	background: #fff;
}

.pc_step01_parts {
	display: flex;
	padding: 5px;
	gap: 5px;
}

.pc_step01_title {
	/* color: #fff;
	background-color: #eb6100;
	text-align: center;
	border-radius: 20px; */
	/* font-size: 2rem; */
}

.pc_step01_text {
	width: 80%;
	font-size: 1rem;
	text-align: left;
	line-height: 2rem;
}

.pc_step02 {
	display: flex;
	flex-flow: row;
	gap: 2%;
	align-items: center;
	justyify-content: center;
}

p.pc_step02_text {
    padding: 30px 0px;
}

.pc_step02_left {
	padding: 25px 0px;
	width: 49%;
}

.pc_step02_right {
	width: 49%;
}

.pc_step02_left_border {
	padding: 15px;
	border: solid 3px #43992E;
	border-radius: 1rem;
	font-size: 16px;
	height: 450px;
	/* width: 95%; */
}

.pc_step02_left_border img {
	width: 100%;
}

.pc_step02_right_border {
	padding: 15px;
	border: solid 3px #43992E;
	border-radius: 1rem;
	font-size: 16px;
	height: 450px;
	/* width: 95%; */
}

.pc_step03_yu_pakcet {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 5px;
	padding: 25px;
	border: solid 3px #43992E;
	border-radius: 1rem;
}

.pc_step03_yu_pakcet_text {
	/* font-size: 1rem; */
}

/* .pc_step03_yu_pakcet_img{
	tex-align: center;
} */

.pc_step03 {
	display: flex;
	flex-flow: row;
	gap: 10px;
	padding: 25px 0px;
}

.pc_step03_left {
	width: 50%;
}

.pc_step03_right {
	width: 50%;
}

.pc_step03_left_border {
	padding: 15px;
	border: solid 3px #43992E;
	border-radius: 1rem;
	/* font-size: 2.1rem; */
	height: 450px;
}

.pc_step03_right_border {
	padding: 15px;
	border: solid 3px #43992E;
	border-radius: 1rem;
	/* font-size: 2.1rem; */
	height: 450px;
}

.tableradius {
	width: 95%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	border-radius: 15px;
	border-color: #24b6b3;
	border-collapse: collapse;
	font-size: 115%;
}

.tableradus tr,
td {
	border: solid 0.5px;
	border-color: #24b6b3;
}

.colum1 {
	text-align: center;
	background-color: #eef5f4;
	width: 30%;
}

.colum2 {
	text-align: left;
	padding: 10px;
	width: 705;
}

.div1 {
	width: 47%;
	float: left;
	border: solid 1px;
	border-color: #24b6b3;
	border-radius: 15px;
	padding: 10px;
	height: 412px;
}

.div2 {
	width: 47%;
	float: right;
	border: solid 1px;
	border-color: #24b6b3;
	border-radius: 15px;
	padding: 10px;
	height: 412px;
}
</pre></body></html>