/*-----------------------------------
    http://meyerweb.com/eric/tools/css/reset/  v2.0
-----------------------------------*/
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 { line-height: 1; }
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;
	}

/*-----------------------------------
    general
-----------------------------------*/

body {
	font-family: sans-serif ;
	font-size: 0.9rem;
	line-height: 1.2rem;
	letter-spacing: 1px;
	}

.wrap {
	position: relative;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	z-index: 1;
	}

img {
	width: 100%;
	vertical-align: bottom;
	}

/*-----------------------------------
    header
-----------------------------------*/

header {
	position: relative;
    overflow: hidden;
	background: url(../img/heroimg01.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	}

header::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 13vw solid #f3cc22;  /* 三角を白にする */
	border-left: 100vw solid transparent;
	z-index: 1;
	}

header::after {
	content: "";
	background: rgba(0,0,0,.25);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	}

header h1 {
	width: 80%;
	margin: 0 auto;
	padding: 60px 0;
	}

.heroTxt { margin: 120px auto; }
.heroTxt p {
	font-family: "Zen Kurenaido",sans-serif;
	margin: 72px 0;
	font-size: 30px;
	letter-spacing: 5px;
	}

.heroTxt p span {
	background: #FFF;
	padding: 9px 24px;
	}

.heroword {
	margin:0;
	padding: 0 0 3vw;
	}

@media screen and (max-width: 1024px) {

header h1 {
    width: 90%;
    padding: 30px 0;
	}

.heroTxt { margin: 72px auto; }
.heroTxt p {
    margin: 54px 0;
    font-size: 24px;
	}

.heroword { padding: 0; }

}

@media screen and (max-width: 767px) {

.heroTxt { margin: 48px auto; }
.heroTxt p {
    margin: 24px 0;
    font-size: 16px;
    letter-spacing: 1px;
	}

.heroTxt p span {
    background: rgba(255,255,255,.75);
    padding: 6px 12px;
	}

}

/*-----------------------------------
    about
-----------------------------------*/

.yellow-bk {
    width: 100%;
    margin: 0;
    padding: 0;
	background: #f3cc22;
	}

.aboutTitle {
	position: relative;
	margin: 0 0 60px;
	padding: 60px 0 0;
	}

.aboutTxt {
	padding-left: 10%;
	width: 65%;
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 3px;
	}

.aboutTxt h2 {
	margin: 0 0 24px;
	padding: 0 0 24px;
	font-size: 2rem;
	font-weight: bold;
	border-bottom: solid 1px #000;
	}

.phoneimg {
	position: absolute;
	width: 240px;
	top: -30px;
	right: 0;
	z-index: 50;
	}

.aboutimg { padding: 0 0 100px; }

@media screen and (max-width: 1024px) {

.aboutTxt { padding-left: 0; }
.aboutimg { padding: 0 0 60px; }

}

@media screen and (max-width: 767px) {

.phoneimg {
    position: relative;
    width: 150px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
	}

.aboutTitle {
    margin: 0 0 30px;
    padding: 30px 0 0;
	}

.aboutTxt { width: 100%; }
.aboutTxt h2 {
    margin: 0 0 12px;
    padding: 0 0 12px;
    font-size: 1.5rem;
	}

}

/*-----------------------------------
    howto
-----------------------------------*/

.howtoimg {
	display: flex;
	justify-content: space-between;
	padding: 0 0 100px;
	}

.howtoimg p { width: 49%; }
.yellow-thin-bk {
    width: 100%;
    margin: 0;
    padding: 0;
	background: #ecda99;
	}

.howtolist { text-align: center;}
.howtolist h2 {
	position: relative;
	top: -18px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	background: #000;
	margin: 0 auto ;
	padding: 12px 24px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 6px;
	}

.howtolist ul {
	width: 80%;
	max-width: 750px;
	text-align: left;
	margin: 0 auto;
	padding: 60px 0 90px;
	}

.howtolist ul li {
	position: relative;
	margin: 12px auto;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 3px;
	}

.howtolist ul li::before {
	content: "";
	position: relative;
	display: inline-block;
	background: url(../img/howtolist-icon.png) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	top: 3px;
	}

.howtolist .wrap::before {
	content: "";
	position: absolute;
	left: -60px;
	bottom: -24px;
	display: block;
	background: url(../img/howtolist-img01.png) no-repeat;
	background-size: cover;
	width: 128px;
	height: 180px;
	}

.howtolist .wrap::after {
	content: "";
	position: absolute;
	right: -40px;
	bottom: -24px;
	display: block;
	background: url(../img/howtolist-img02.png) no-repeat;
	background-size: cover;
	width: 141px;
	height: 180px;
	}

@media screen and (max-width: 1024px) {

.howtolist ul li {
    letter-spacing: 1px;
    line-height: 1.5rem;
	}

.howtolist ul {
    width: 100%;
    padding: 30px 0 120px;
	}

.howtolist .wrap::before {
    left: 0;
    bottom: -36px;
    width: 100px;
    height: 142px;
	}

.howtolist .wrap::after {
    right: 0;
    bottom: -36px;
    width: 110px;
    height: 146px;
	}

}

@media screen and (max-width: 767px) {

.howtoimg {
    flex-wrap: wrap;
	padding: 0 0 60px;
	}

.howtoimg p { width: 100%; }
.howtolist h2 { line-height: 1.5rem; }
.howtolist ul { padding: 0 0 120px; }
.howtolist ul li { margin: 24px auto; }
.howtolist .wrap::before {
    left: 0;
    bottom: 6px;
    width: 80px;
    height: 113px;
	}

.howtolist .wrap::after {
    right: 0;
    bottom: 6px;
    width: 90px;
    height: 115px;
	}

}

/*-----------------------------------
    flow
-----------------------------------*/

.flow { text-align: center; }
.flow h2 {
	position: relative;
	top: -18px;
	display: inline-block;
	text-align: center;
	color: #FFF;
	background: #000;
	margin: 0 auto ;
	padding: 12px 24px;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 6px;
	}

.flow-list {
	display: flex;
	gap: 12px;
	padding: 60px 0 90px;
	}

.flow-list li {
	position: relative;
	width: 20%;
	background: #FFF;
	border-radius: 12px;
	padding-bottom: 80px;
	}

.flowTxt {
	text-align: left;
	width: 80%;
	margin: auto;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 1px;
	}

.flow h3 {
	position: relative;
	top: -12px;
	z-index: 9999;
	}

.svgTitle text {
	font-weight: bold;
	font-size: 18px;
	stroke: #000;
	fill: #ffffff;
	letter-spacing: 0;
	text-anchor: middle;
	dominant-baseline: alphabetic;
	}

.svgTitle.sTxt text { font-size: 14px; }
.svgTitle > svg { height: 30px; }
.svgTitle > svg > use:nth-of-type(1) {
	stroke-width: 9px;
  	paint-order: stroke;
	stroke-linejoin: round ;
	}

.svgTitle > svg > use:nth-of-type(2) { stroke-width: 0; }
.flowImg {
	position: absolute;
	width: 50%;
	left: 50%;
	transform:translateX(-50%);
	bottom: -30px;
	}

@media screen and (max-width: 1024px) {

.flow-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px 30px;
	}

.flow-list li { width: 30%; }

}

@media screen and (max-width: 767px) {

.flow-list { gap: 60px 0; }
.flow-list li { width: 100%; }
.flowImg { width: 30%; }

}

/*-----------------------------------
    scenario
-----------------------------------*/
.scenario { overflow: hidden; }
.scenarioTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
	}

.scenarioTxt {
	position: relative;
	width: 48%;
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: 3px;
	padding:  0;
	}

.scenarioTxt-in {
	position: relative;
	width: 140%;
	}

.scenarioTxt h2 {
	margin: 0 0 24px;
	padding: 0 0 24px;
	font-size: 2rem;
	line-height: 3rem;
	font-weight: bold;
	border-bottom: solid 1px #000;
	}

.scenarioImg {
	width: 48%;
    flex: 1;
    margin-right: calc(50% - 50vw);
    margin-left: 4%;
	}

.scenario .svgTitle {
	display: inline-block;
	position: relative;
	top: 12px;
	}

.scenario .svgTitle text {
	display: inline-block;
	font-weight: bold;
	font-size: 42px;
	stroke: #000;
	fill: #ffffff;
	letter-spacing: 0;
	text-anchor: middle;
	dominant-baseline: alphabetic;
	}

.scenario .svgTitle > svg {
	width: 279px;
	height: 47px;
	}

.scenario .svgTitle > svg > use:nth-of-type(1) {
	stroke-width: 9px;
  	paint-order: stroke;
	stroke-linejoin: round ;
	}

.scenario .svgTitle > svg > use:nth-of-type(2) { stroke-width: 0; }

@media screen and (max-width: 1024px) {

.scenarioTxt h2 {
    margin: 0 0 12px;
    padding: 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.8rem;
	}

.scenarioTxt-in {
    line-height: 1.5rem;
    width: 200%;
	}

.scenario .svgTitle text { font-size: 36px; }
.scenario .svgTitle > svg {
    width: 240px;
    height: 45px;
	}

.scenario .svgTitle { top: 3px; }
.scenarioTxt { width: 28% }
.scenarioImg { width: 68%; }

}

@media screen and (max-width: 767px) {

.scenarioTitle {
    flex-wrap: wrap;
	margin: 60px auto;
	}

.scenarioTxt {
    width: 100%;
    margin: 0 auto 30px;
    }

.scenarioImg {
    width: 100%;
    margin-right: calc(50% - 50vw);
    flex: auto;
    }

.scenarioTxt-in {
    line-height: 1.5rem;
    width: 100%;
    }

.scenario .svgTitle text { font-size: 24px; }
.scenario .svgTitle > svg {
    width: 163px;
    height: 32px;
    }

.scenario .svgTitle > svg > use:nth-of-type(1) { stroke-width: 6px; }

}

/*-----------------------------------
    scenario-chart
-----------------------------------*/

.top-box,
.flex-under-box {
	text-align: left;
	margin-top: 30px;
	border-radius: .75rem;
	background: #FFF;
	box-shadow: 0 10px 15px -3px #ddd,0 4px 6px -4px #ddd;
	box-sizing: border-box;
	}

.scenario-chart { text-align: center; margin: 0 auto 120px; }
.scenario-chart h2 {
    position: relative;
    top: -18px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    background: #000;
    margin: 0 auto;
    padding: 12px 24px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 6px;
	}

.scenario-chart h3 { padding: 1rem; }
.scenario-chart h4 {
	border-top: solid 1px #ddd;
	padding: 1rem;
	}

.scenario-chart h4.h4center { border-bottom: solid 1px #ddd; }
.scenario-chart h5 {
	font-size: 0.75rem;
	display: inline-block;
	padding: 2px 6px;
	color: #FFF;
	background: #333;
	border-radius: 6px;
	}

.box-content,
.under-content {
	padding: 1rem;
	border-top: solid px #ddd;
	}

.scenario-chart .flex { display: flex; }
.scenario-chart .flex-lineBox {
    position: relative;
    display: flex;
	justify-content: center;
    width: 33px;
	}

.scenario-chart .flex1 { width: calc(100% - 33px); }
.scenario-chart .flex2 { width: calc(100% - 66px); }
.scenario-chart .flex3 { width: calc(100% - 99px); }
.scenario-chart .flex4 { width: calc(100% - 132px); }
.scenario-chart .flex5 { width: calc(100% - 165px); }
.scenario-chart .flex6 { width: calc(100% - 198px); }
.scenario-chart .flex-line {
	position: absolute;
	background: #d3dcea;
	background-position: center center;
	width: 4px;
	height: 100%;
	}

.flex-line-end {
	position: absolute;
	background: #d3dcea;
	background-position: center center;
	width: 4px;
	height: 30px;
	}

.notes {
	display: inline-block;
	margin: 0 0 0 6px;
	font-size: 0.8rem;
	color:rgb(248 113 113 / var(--tw-text-opacity, 1));
	}

.icon-size  {
	vertical-align: sub;
	width: 18px;
	height: 18px;
	}

.icon-size-L  {
	vertical-align: sub;
	width: 24px;
	height: 24px;
	}

.icon-blue { color: rgb(101 121 171 / var(--tw-text-opacity, 1)); }
.icon-yellow { color: rgb(251 191 36/var(--tw-text-opacity,1)); }
.icon-green { color:rgb(74 222 128 / var(--tw-text-opacity, 1)); }
.icon-red { color:rgb(248 113 113 / var(--tw-text-opacity, 1)); }

@media screen and (max-width: 1024px) {

.scenario-chart { margin: 0 auto 60px; }

}

@media screen and (max-width: 767px) {

}

/*-----------------------------------
    price
-----------------------------------*/

.gray-bk {
    width: 100%;
    margin: 0;
    padding: 0;
	background: #F6F6F6;
	}

.price h2 {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	padding: 120px 0 60px;
	}

.priceimg {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	}

.price-box {
	margin: 30px auto 0;
	padding: 0 0 120px;
	}

.price-list {
	width: 90%;
	max-width: 640px;
	margin: 0 auto ;
	padding: 0 ;
	}

.price-list li {
	display: flex;
	justify-content: space-between;
	background: #f3cc22;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 auto 6px;
	padding: 12px 18px 6px;
	border-radius: 9px;
	}

.price-item {
	text-align: left;
	width: 50%;
	}

.price-cost {
	width: 50%;
	text-align: center;
	}

.svgCost {
	display: inline-block;
	position: relative;
	top: 0;
	}

.svgCost text {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	stroke: #000;
	fill: #ffffff;
	letter-spacing: 2px;
	text-anchor: middle;
	dominant-baseline: alphabetic;
	}

.svgCost text:nth-of-type(2) {
	font-size: 14px;
	letter-spacing: 2px;
	}

.svgCost > svg {
	width: auto;
	height: 24px;
	}

.svgCost > svg > use:nth-of-type(1),
.svgCost > svg > use:nth-of-type(3) {
	stroke-width: 6px;
  	paint-order: stroke;
	stroke-linejoin: round ;
	}

.svgCost > svg > use:nth-of-type(2),
.svgCost > svg > use:nth-of-type(4) { stroke-width: 0; }

.price-notes {
	width: 90%;
	max-width: 640px;
	margin: 12px auto;
	padding: 6px 0;
	text-align: center;
	border: solid 1px #000;
	border-radius: 30px;
	}

@media screen and (max-width: 1024px) {

.price h2 { padding: 60px 0 60px; }
.price-box { padding: 0 0 60px; }

}

@media screen and (max-width: 767px) {

.price h2 { padding: 60px 0 30px; }
.price-list { width: 100%; }
.price-list li {
	align-items: center;
    font-size: 16px;
    line-height: 18px;
	padding: 12px;
	}

.price-notes {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0;
	}

.svgCost > svg { width: 100%; }
.svgCost text:nth-of-type(2) { letter-spacing: 0; }

.svgCost > svg > use.use01 { x: 40%; }
.svgCost > svg > use.use02 { x: 60%; }

.svgCost > svg > use.use03 { x: 20%; }
.svgCost > svg > use.use04 { x: 70%; }

.svgCost > svg > use.use05 { x: 38%; }
.svgCost > svg > use.use06 { x: 62%; }

}

/*-----------------------------------
    reg
-----------------------------------*/

.reg-bk {
	background: #31ae9c;
	padding: 60px 0 30px;
	}

.reg-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.transfer {
	display: flex;
	justify-content: space-between;
	width: 53%;
	border: 2px solid #333;
	border-radius: 12px;
	padding: 6px;
	box-sizing: border-box;
	}

.transfer h3 {
	width: 48%;
	font-size: 21px;
	line-height: 26px;
	font-weight: bold;
	padding: 12px ;
	color: #FFF;
	}

.transfer h3 span {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	display: block;
	margin: 6px 0 0;
	}

.fransfer-box {
	width: 50%;
	border: 2px solid #333;
	border-radius: 9px;
	padding: 6px 6px;
	background: rgba(255,255,255,.75);
	}

.transfer-subTitle {
	width: 100%;
	text-align: center;
	background: #f3cc22;
	padding: 6px 0;
	border: 2px solid #333;
	border-radius: 9px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	box-sizing: border-box;
	}

.fransfer-box h4 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	margin: 12px auto 0;
	}

.coupon {
	display: flex;
	border: 2px solid #333;
	width: 45%;
	background: #fff;
	border-radius: 12px;
	margin: 0;
	}

.coupon-left {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70%;
	flex: 1;
	padding: 32px 20px;
	}

.coupon-right {
	position: relative;
	display: flex;
	width: 30%;
	padding: 20px 20px;
	border-left: 2px dashed #333;
	justify-content: center;
	font-size: 26px;
	font-weight: bold;
	color: #31ae9c;
	}

.coupon-title {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	}

.coupon-title span {
	display: block;
	font-size: 14px;
	margin: 0 0 6px;
	}

.coupon-number {
	display: flex;
	justify-content: center;
	align-items: center;
	}

.coupon-right:before,
.coupon-right::after {
	position: absolute;
	border: 2px solid #333;
	display: block;
	content: "";
	border-radius: 100%;
	background: #31ae9c;
	box-sizing: border-box;
	left: -12px;
	width: 22px;
	height: 22px;
	}

.coupon-right::before { top: -11px; }
.coupon-right::after { bottom: -11px; }
.coupon-number::before,
.coupon-number::after {
	position: absolute;
	display: block;
	content: "";
	border-radius: 100%;
	background: #31ae9c;
	z-index: 1;
	width: 24px;
	height: 24px;
	left: -13px;
	}

.coupon-number::before { top: -19px; }
.coupon-number::after { bottom: -19px; }

.regBtn a,
.conBtn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 24px auto 0;
    max-width: 100%;
    padding: 18px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
	font-size: 21px;
    font-weight: 600;
	letter-spacing: 3px;
    background: #FFF;
    border-radius: 50px;
    border: 0.2rem solid #000;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #1b6157;
	text-decoration: none;
	}

.regBtn a:hover,
.conBtn a:hover {
	transform: translate3d(0.2rem, 0.2rem, 0);
	box-shadow: none;
	opacity: 1;
	transition: all 0.2s;
	}

.regBtn a:after,
.conBtn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
	}

.scenarioBtn a {
    margin: 60px auto 0;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #999;
	}

@media screen and (max-width: 1024px) {

.transfer {
    width: 100%;
	margin: 0 auto 18px;
	}

.transfer h3 {
    font-size: 18px;
    letter-spacing: 0;
	}

.transfer-subTitle {
    padding: 4px 0;
    letter-spacing: 0;
	}

.fransfer-box h4 { margin: 6px auto; }
.coupon { width: 100%; }
.coupon-left { padding: 18px 12px; }

}

@media screen and (max-width: 767px) {

.transfer {
    flex-wrap: wrap;
	margin: 0 auto 12px;
	}

.transfer h3 {
    width: 100%;
    font-size: 18px;
    padding: 0 10px 10px;
	}

.fransfer-box { width: 100%; }
.coupon { flex-wrap: wrap; }
.coupon-left {
    width: 100%;
	padding: 12px;
	}

.coupon-right {
    width: 100%;
	border-top: 2px dashed #333;
	border-left: none;
	padding: 18px;
	}

.coupon-right::before { top: -11px; }
.coupon-right::after {
	top:-11px;
    left: auto;
    right: -12px;
    bottom: initial;
	}

.coupon-number::before {
    top: -12px;
    left: -19px;
	}

.coupon-number::after {
    bottom: inherit;
    top: -12px;
    left: auto;
    right: -19px;
	}

.regBtn a, .conBtn a {
    font-size: 18px;
    letter-spacing: 1px;
	}

}

/*-----------------------------------
    con
-----------------------------------*/

.con-bk {
	background: #f6d9db;
	padding: 30px 0 60px;
	}

.con h2 {
	padding: 12px 0;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	background: #a53738;
	border-radius: 12px;
	}

.con h2 span { position: relative; }
.con h2 span::before {
	content: "";
	position: absolute;
	display: block;
	background: url(../img/con-titleicon.png) no-repeat;
	background-size: cover;
	width: 60px;
	height: 86px;
	left: -64px;
	top: -36px;
	z-index: 10;
	}

.con h3 { text-align: center; }
.con ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 12px auto;
	}

.con ul li {
	position: relative;
	display: flex;
	align-items: center;
	width: 29%;
	padding: 12px;
	background: #FFF;
	border-radius: 9px;
	box-sizing: border-box;
	}

.con ul li:nth-child(2) { width: 40%; }
.con ul li p {
	font-size: 16px;
	font-weight: bold;
	}

.con-txt {
	display: block;
	font-size: 12px;
	}

.con-num {
	display: block;
	text-align: center;
	color: #FFF;
	background: #000;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	width: 36px;
	margin: 0 9px 0 0;
	border-radius: 6px;
	}

.con-icon {
	padding-left: 36px;
	color: #a53738;
	}

.conBtn a { box-shadow: 0.2rem 0.2rem 0px 0.1rem #a53738; }
.con-icon::before {
	position: absolute;
	content: "";
	display: inline-block;
	background: url(../img/con-icon01.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 25px;
	top: 50%;
	left: 56px;
	transform: translateY(-50%);
	}

.con-list2 .con-icon::before {
	background: url(../img/con-icon02.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 25px;
	}

.con-list3 .con-icon::before {
	background: url(../img/con-icon03.png) no-repeat;
	background-size: cover;
	width: 30px;
	height: 25px;
	}

@media screen and (max-width: 1024px) {

.con ul {
    flex-wrap: wrap;
	gap: 12px;
	}

.con ul li { width: 100%; }
.con ul li:nth-child(2) { width: 100%; }
.con h3 { text-align: left; }

}

@media screen and (max-width: 767px) {

.con h2 {
    padding: 9px 0;
    font-size: 14px;
	}

.con h2 span::before {
    width: 40px;
    height: 64px;
	left: -48px;
    top: -30px;
	}

.con ul li:nth-child(2) p {
    letter-spacing: 0;
    font-size: 14px;
	}

}