@charset "UTF-8";

/*--reset--*/
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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

html {
	overflow-y: scroll;
}

blockquote,
q {
	quotes: none;
}

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

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

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

caption,
th {
	text-align: left;
}

a:link,
a:visited,
a:active {
	color: inherit;
}

a:focus {
	outline: none;
}

img {
	vertical-align: bottom;
}

iframe {
	vertical-align: bottom;
}

/*--//reset--*/
/*--general--*/
/*-------------------------------------------------------------------------------
 GENERAL CLASSES（BOX LAYOUT）
 -------------------------------------------------------------------------------*/
/* MARGIN */
.mt0 {
	margin-top: 0px !important;
}

.mt1 {
	margin-top: 1px !important;
}

.mt2 {
	margin-top: 2px !important;
}

.mt3 {
	margin-top: 3px !important;
}

.mt4 {
	margin-top: 4px !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt6 {
	margin-top: 6px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt8 {
	margin-top: 8px !important;
}

.mt9 {
	margin-top: 9px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mr1 {
	margin-right: 1px !important;
}

.mr2 {
	margin-right: 2px !important;
}

.mr3 {
	margin-right: 3px !important;
}

.mr4 {
	margin-right: 4px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr6 {
	margin-right: 6px !important;
}

.mr7 {
	margin-right: 7px !important;
}

.mr8 {
	margin-right: 8px !important;
}

.mr9 {
	margin-right: 9px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr22 {
	margin-right: 22px !important;
}

.mr25 {
	margin-right: 25px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.mr35 {
	margin-right: 35px !important;
}

.mr40 {
	margin-right: 40px !important;
}

.mr50 {
	margin-right: 50px !important;
}

.mr60 {
	margin-right: 60px !important;
}

.ml1 {
	margin-left: 1px !important;
}

.ml2 {
	margin-left: 2px !important;
}

.ml3 {
	margin-left: 3px !important;
}

.ml4 {
	margin-left: 4px !important;
}

.ml5 {
	margin-left: 5px !important;
}

.ml6 {
	margin-left: 6px !important;
}

.ml7 {
	margin-left: 7px !important;
}

.ml8 {
	margin-left: 8px !important;
}

.ml9 {
	margin-left: 9px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml25 {
	margin-left: 25px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.ml35 {
	margin-left: 35px !important;
}

.ml40 {
	margin-left: 40px !important;
}

.ml50 {
	margin-left: 50px !important;
}

.ml60 {
	margin-left: 60px !important;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb1 {
	margin-bottom: 1px !important;
}

.mb2 {
	margin-bottom: 2px !important;
}

.mb3 {
	margin-bottom: 3px !important;
}

.mb4 {
	margin-bottom: 4px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb6 {
	margin-bottom: 6px !important;
}

.mb7 {
	margin-bottom: 7px !important;
}

.mb8 {
	margin-bottom: 8px !important;
}

.mb9 {
	margin-bottom: 9px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.bac {
	margin-left: auto;
	margin-right: auto;
}

/* PADDING */
.pt1 {
	padding-top: 1px;
}

.pt2 {
	padding-top: 2px;
}

.pt3 {
	padding-top: 3px;
}

.pt4 {
	padding-top: 4px;
}

.pt5 {
	padding-top: 5px;
}

.pt6 {
	padding-top: 6px;
}

.pt7 {
	padding-top: 7px;
}

.pt8 {
	padding-top: 8px;
}

.pt9 {
	padding-top: 9px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pr1 {
	padding-right: 1px;
}

.pr2 {
	padding-right: 2px;
}

.pr3 {
	padding-right: 3px;
}

.pr4 {
	padding-right: 4px;
}

.pr5 {
	padding-right: 5px;
}

.pr6 {
	padding-right: 6px;
}

.pr7 {
	padding-right: 7px;
}

.pr8 {
	padding-right: 8px;
}

.pr9 {
	padding-right: 9px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pr21 {
	padding-right: 21px;
}

.pr25 {
	padding-right: 25px;
}

.pr30 {
	padding-right: 30px;
}

.pr40 {
	padding-right: 40px;
}

.pb1 {
	padding-bottom: 1px;
}

.pb2 {
	padding-bottom: 2px;
}

.pb3 {
	padding-bottom: 3px;
}

.pb4 {
	padding-bottom: 4px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb6 {
	padding-bottom: 6px;
}

.pb7 {
	padding-bottom: 7px;
}

.pb8 {
	padding-bottom: 8px;
}

.pb9 {
	padding-bottom: 9px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb25 {
	padding-bottom: 25px;
}

.pb30 {
	padding-bottom: 30px;
}

.pb40 {
	padding-bottom: 40px;
}

.pl1 {
	padding-left: 1px;
}

.pl2 {
	padding-left: 2px;
}

.pl3 {
	padding-left: 3px;
}

.pl4 {
	padding-left: 4px;
}

.pl5 {
	padding-left: 5px;
}

.pl6 {
	padding-left: 6px;
}

.pl7 {
	padding-left: 7px;
}

.pl8 {
	padding-left: 8px;
}

.pl9 {
	padding-left: 9px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}

.pl25 {
	padding-left: 25px;
}

.pl30 {
	padding-left: 30px;
}

.pl35 {
	padding-left: 35px;
}

.pl40 {
	padding-left: 40px;
}

.pv1 {
	padding-top: 1px;
	padding-bottom: 1px;
}

.pv2 {
	padding-top: 2px;
	padding-bottom: 2px;
}

.pv3 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.pv4 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.pv5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.pv6 {
	padding-top: 6px;
	padding-bottom: 6px;
}

.pv7 {
	padding-top: 7px;
	padding-bottom: 7px;
}

.pv8 {
	padding-top: 8px;
	padding-bottom: 8px;
}

.pv9 {
	padding-top: 9px;
	padding-bottom: 9px;
}

.pv10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pv15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.pv20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pv25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.pv30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.ph1 {
	padding-left: 1px;
	padding-right: 1px;
}

.ph2 {
	padding-left: 2px;
	padding-right: 2px;
}

.ph3 {
	padding-left: 3px;
	padding-right: 3px;
}

.ph4 {
	padding-left: 4px;
	padding-right: 4px;
}

.ph5 {
	padding-left: 5px;
	padding-right: 5px;
}

.ph6 {
	padding-left: 6px;
	padding-right: 6px;
}

.ph7 {
	padding-left: 7px;
	padding-right: 7px;
}

.ph8 {
	padding-left: 8px;
	padding-right: 8px;
}

.ph9 {
	padding-left: 9px;
	padding-right: 9px;
}

.ph10 {
	padding-left: 10px;
	padding-right: 10px;
}

.ph15 {
	padding-left: 15px;
	padding-right: 15px;
}

.ph20 {
	padding-left: 20px;
	padding-right: 20px;
}

.ph25 {
	padding-left: 25px;
	padding-right: 25px;
}

.ph30 {
	padding-left: 30px;
	padding-right: 30px;
}

.p0 {
	padding: 0 !important;
}

.p1 {
	padding: 1px;
}

.p2 {
	padding: 2px;
}

.p3 {
	padding: 3px;
}

.p4 {
	padding: 4px;
}

.p5 {
	padding: 5px;
}

.p6 {
	padding: 6px;
}

.p7 {
	padding: 7px;
}

.p8 {
	padding: 8px;
}

.p9 {
	padding: 9px;
}

.p10 {
	padding: 10px;
}

.p15 {
	padding: 15px;
}

.p20 {
	padding: 20px;
}

.p25 {
	padding: 25px;
}

.p30 {
	padding: 30px;
}

/*-------------------------------------------------------------------------------
 GENERAL CLASSES（EFFECTS）
 -------------------------------------------------------------------------------*/
/* FLOAT */
.fl {
	float: left;
}

.fr {
	float: right;
}

.fn {
	float: none;
}

.cb {
	clear: both;
}

/* POSITION */
.pr {
	position: relative;
	zoom: 1;
}

.pa {
	position: absolute;
}

.ps {
	position: static !important;
}

.t0 {
	top: 0;
}

.t1 {
	top: 1px;
}

.t2 {
	top: 2px;
}

.t3 {
	top: 3px;
}

.t4 {
	top: 4px;
}

.t5 {
	top: 5px;
}

.t6 {
	top: 6px;
}

.t7 {
	top: 7px;
}

.t8 {
	top: 8px;
}

.t9 {
	top: 9px;
}

.t10 {
	top: 10px;
}

.t15 {
	top: 15px;
}

.t20 {
	top: 20px;
}

.t25 {
	top: 25px;
}

.t30 {
	top: 30px;
}

.t45 {
	top: 45px;
}

.l0 {
	left: 0;
}

.l1 {
	left: 1px;
}

.l2 {
	left: 2px;
}

.l3 {
	left: 3px;
}

.l4 {
	left: 4px;
}

.l5 {
	left: 5px;
}

.l6 {
	left: 6px;
}

.l7 {
	left: 7px;
}

.l8 {
	left: 8px;
}

.l9 {
	left: 9px;
}

.l10 {
	left: 10px;
}

.l15 {
	left: 15px;
}

.l20 {
	left: 20px;
}

.l25 {
	left: 25px;
}

.l30 {
	left: 30px;
}

.l45 {
	left: 45px;
}

.r0 {
	right: 0;
}

.r5 {
	right: 5px;
}

.r10 {
	right: 10px;
}

.r15 {
	right: 15px;
}

.r20 {
	right: 20px;
}

.r25 {
	right: 25px;
}

.r30 {
	right: 30px;
}

.b0 {
	bottom: 0;
}

.b5 {
	bottom: 5px;
}

.b10 {
	bottom: 10px;
}

.b15 {
	bottom: 15px;
}

.b20 {
	bottom: 20px;
}

.b25 {
	bottom: 25px;
}

.b30 {
	bottom: 30px;
}

/* OVERFLOW */
.ofh {
	overflow: hidden;
}

/* VISIBILITY */
.vbh {
	visibility: hidden;
}

/* DISPLAY */
.db {
	display: block;
}

.di {
	display: inline;
}

.dn {
	display: none;
}

/* CLEAR-FIX */
.cf:after {
	content: " ";
	display: block;
	clear: both;
}

/*-------------------------------------------------------------------------------
 GENERAL CLASSES（INLINE LAYOUT）
 -------------------------------------------------------------------------------*/
/* VERTICAL-ALIGN */
.vat {
	vertical-align: top !important;
}

.vam {
	vertical-align: middle !important;
}

.vab {
	vertical-align: bottom !important;
}

/* TEXT-ALIGN */
.tal {
	text-align: left !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

/* FONT-WEIGHT */
.b {
	font-weight: bold;
}

.n {
	font-weight: normal;
}

/* FONT-SIZE (base=62.5%)*/
.fs10 {
	font-size: 10px;
	font-size: 1.0rem;
}

.fs11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.fs12 {
	font-size: 12px;
	font-size: 1.2rem;
}

.fs13 {
	font-size: 13px;
	font-size: 1.3rem;
}

.fs14 {
	font-size: 14px;
	font-size: 1.4rem;
}

.fs15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.fs16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.fs17 {
	font-size: 17px;
	font-size: 1.7rem;
}

.fs18 {
	font-size: 18px;
	font-size: 1.8rem;
}

.fs19 {
	font-size: 19px;
	font-size: 1.9rem;
}

.fs20 {
	font-size: 20px;
	font-size: 2.0rem;
}

.fs21 {
	font-size: 21px;
	font-size: 2.1rem;
}

.fs22 {
	font-size: 22px;
	font-size: 2.2rem;
}

.fs23 {
	font-size: 23px;
	font-size: 2.3rem;
}

.fs24 {
	font-size: 24px;
	font-size: 2.4rem;
}

.fs26 {
	font-size: 26px;
	font-size: 2.6rem;
}

.fs28 {
	font-size: 28px;
	font-size: 2.8rem;
}

.fs30 {
	font-size: 30px;
	font-size: 3.0rem;
}

/* FONT-COLOR */
.fc_red {
	color: #d00;
}

.fc_blue {
	color: #00d;
}

.fc_green {
	color: #0d0;
}

.gray {
	color: #888;
}

.flex-row{
    display: flex;
}

/*--//general--*/
/*-----共通-----*/
html {
	font-size: 62.5%;
}

body {
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	width: 100%;
	min-width: 1000px;
	font-size: 1.8em;
	color: #333333;
}

a {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all .2s ease 0s;
	transition: all .2s ease 0s;
}

a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#wrrap {
	width: 100%;
	overflow: hidden;
}

.inner {
	width: 980px;
	margin: 0 auto;
	padding: 0 10px;
}

h2 {
	text-align: center;
}

/*-----//共通-----*/
/*-----header-----*/
header {
	background: #fff;
	padding: 10px 0px;
}

.header_inner{
	width: 980px;
	margin: auto;
	padding: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

/*-----//header-----*/
/*-----#firstVisual-----*/

#cashless {
	margin-top: 10px;
	height: auto;
	background: url(/common/img/lp/lp_enbun/asset-pc/cash_back.png);
}

#cashless h1 {
	position: relative;
	margin: 10px 0 0;
	z-index: 20;
	text-align: center;
}

#cashless h1:hover {
	opacity: 0.6;
}

#firstVisual {
	height: 640px;
	background: url(/common/img/lp/lp_enbun/asset-pc/bg_fv.png) repeat-x;
}

#firstVisual .inner {
	height: 630px;
	padding: 10px 0 0;
	position: relative;
}

#firstVisual .inner > p {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	font-size: 1.4rem;
	z-index: 20;
}

#firstVisual h1 {
	position: relative;
	margin: -10px 0 0;
	z-index: 20;
}

#firstVisual .pic01 {
	position: absolute;
	bottom: -40px;
	left: -20px;
	z-index: 10;
}

#firstVisual .pic02 {
	position: absolute;
	bottom: 0;
	right: -70px;
	z-index: 10;
}

#firstVisual .tip {
	position: absolute;
	top: 160px;
	right: 20px;
	z-index: 20;
}

#firstVisual .tip img {
	width: 250px;
}

#firstVisual .info {
	position: absolute;
	bottom: 28px;
	right: 0;
	z-index: 20;
}

#firstVisual .info img {
	margin: 0 0 0 10px;
}

/*-----//#firstVisual-----*/
/*-----.cvArea-----*/
.cvArea {
	background: url(/common/img/lp/lp_enbun/asset-pc/bg_cvArea.jpg) repeat;
}

.cvArea .inner {
	position: relative;
}

.cvArea .pic {
	position: relative;
	padding: 35px 0 0;
	float: left;
	z-index: 1;
}

.cvArea .cvBox {
	position: relative;
	float: right;
	margin: 20px 0;
	padding: 10px;
	border-radius: 5px;
	background: #fff2c9;
}

.cvArea .cvBox .txt {
	position: absolute;
	top: 15px;
	left: -65px;
	z-index: 10;
}

.cvArea .cvBox .tel {
	float: right;
	margin: 0 0 10px;
}

.cvArea .cvBox .btn01 {
    -webkit-animation-name:btn01;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease;
    
    -moz-animation-name:btn01;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -moz-animation-timing-function:ease;
}
@-webkit-keyframes btn01 {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -8px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes btn01 {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -8px);}
    100% {-moz-transform:translate(0, 0);}
}

.cvArea .btn02 {
	position: absolute;
	bottom: 30px;
	right: -130px;
	padding: 3px;
	border-radius: 5px;
	background: #fff;
}

.cvArea .btn02 p {
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	color: #d92914;
}

/*-----//#firstVisual-----*/
/*-----#section00-----*/
.visually-hidden{
	position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.educate{
	    text-align: center;
        padding: 1rem;
        margin: 0 auto 2.5rem;
        background-color: #E89121;
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        border-radius: 6px;
}
#section00 {
    background: #fff9e9;
    padding: 2rem 4rem 0 4rem;
}
#section00 p{
	padding-bottom: 2rem;
}

.container-00 {
    display: flex
;
    align-items: center;
    gap: 30px;
    max-width: 100%;
}

.container-00 img {
    width: 21%;
    height: auto;
}
div#section01-1 {
    padding: 2rem 0 3rem;
}


/*-----//#section00-----*/
/*-----#section01-----*/
#section01 {
	padding: 30px 0 0px;
	background: #fff;
}

#section01 h2 {
	margin: 0 0 30PX;
}

#section01 ul {
	margin: 0 -20px -20px 0;
}

#section01 ul li {
	float: left;
	margin: 0 20px 20px 0;
}

/*-----//#section01-----*/
/*-----#section02-----*/
#section02 {
	position: relative;
	padding: 30px 0 40px;
	background: #fff0df;
}

#section02 h2 {
	margin: 0 0 20px;
}

#section02 ul {
	position: relative;
	height: 570px;
	margin: 0 0 30px;
	background: url(/common/img/lp/lp_enbun/asset-pc/img_section02.png) no-repeat center top;
}

#section02 ul li {
	position: absolute;
}

#section02 ul li.li01 {
	top: 0;
	left: 20px;
}

#section02 ul li.li02 {
	bottom: 0;
	left: 20px;
}

#section02 ul li.li03 {
	bottom: 0;
	left: 50%;
	margin-left: -135px;
}

#section02 ul li.li04 {
	bottom: 0;
	right: 20px;
}

#section02 ul li.li05 {
	top: 0;
	right: 20px;
}

#section02:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -175px;
	border: solid 175px transparent;
	border-top: solid 70px #fff0df;
	border-bottom-width: 0;
}

/*-----//#section02-----*/
/*-----#section03-----*/
#section03 {
	padding: 80px 0 40px;
	background: #fff;
}

#section03 .box01 {
	margin: 0 0 30px;
	border: solid 2px #ff8810;
	border-top: none;
	background: url(/common/img/lp/lp_enbun/asset-pc/pic_section03_01.png) no-repeat right bottom #fff2e5;
}

#section03 .box01 h3 {
	height: 120px;
	background: #ff8810;
}

#section03 .box01 .txt {
	width: 590px;
	padding: 20px;
}

#section03 h2 {
	margin: 0 0 30px;
}

#section03 ul {
	position: relative;
	height: 630px;
	background: url(/common/img/lp/lp_enbun/asset-pc/img_section03.png) no-repeat center top;
}

#section03 ul li {
	position: absolute;
}

#section03 ul li.li01 {
	top: 0;
	left: 0;
}

#section03 ul li.li02 {
	bottom: 0;
	left: 0;
}

#section03 ul li.li03 {
	bottom: 0;
	left: 50%;
	margin-left: -150px;
}

#section03 ul li.li04 {
	bottom: 0;
	right: 0;
}

#section03 ul li.li05 {
	top: 0;
	right: 0;
}

#section03 .box02 {
	margin: 0 0 40px;
	padding: 20px 0 0;
}

#section03 .box02 .txt {
	margin: 30px 0 0 30px;
	padding: 20px;
	border: solid 3px #ffdf81;
	border-radius: 10px;
	font-size: 20px;
	font-size: 2rem;
}

#section03 .box02 .txt img{
    width: 30%;
    margin-left: 10px;
}

#section03 .box03 {
	margin: 0 -40px 0 0;
	padding: 20px 0 40px;
	background: url(/common/img/lp/lp_enbun/asset-pc/pic_section03_02.png) no-repeat bottom right;
}

#section03 .box03 h3 {
	margin: 0 0 55px;
}

#section03 .box03 .txt {
	width: 620px;
}

#section03 .box03 .txt h4 {
	margin: 0 0 10px;
}

/*-----//#section03-----*/
/*-----#section04-----*/
#section04 {
	padding: 30px 0;
	background: #fff0df;
}

/*-----//#section04-----*/
/*-----#section05-----*/
#section05 {
	padding: 30px 0 0;
	background: #fff;
}

#section05 .inner {
	padding: 0;
}

#section05 h2 {
	position: relative;
	margin: 0 0 30px;
}

#section05 h2:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -150px;
	border: solid 150px transparent;
	border-top: solid 60px #b25f0b;
	border-bottom-width: 0;
}

#section05 h3 {
	text-align: center;
	background: url(/common/img/lp/lp_enbun/asset-pc/bg_h3_03.png) repeat-x bottom center;
}

#section05 .box01 {
	padding: 0 10px 310px;
	background: url(/common/img/lp/lp_enbun/asset-pc/pic_section05_01.png) no-repeat right bottom;
}

#section05 .box01 > p {
	margin: 30px 0 0;
}

#section05 .box01 > p span {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #ff6565;
}

#section05 .box02 {
	margin: 0 0 50px;
	padding: 0 10px;
}

#section05 .box02 > p {
	margin: 30px 0;
}

#section05 .box02 ul {
	float: left;
	margin: 0 20px 0 -10px;
}

#section05 .box02 ul li {
	margin: 10px 0 0;
}

#section05 .box02 ul li:first-child {
	margin: 0;
}

#section05 .box02 .pic {
	margin: 0 -10px 0 0;
}

#section05 .box03 {
	margin: 0 0 50px;
	padding: 0 10px;
}

#section05 .box03 > p {
	margin: 30px 0;
}

#section05 .box03 ul {
	margin: 0 -10px;
}

#section05 .box03 ul li {
	position: relative;
	float: left;
	width: 320px;
	margin: 0 0 0 10px;
}

#section05 .box03 ul li:first-child {
	margin: 0;
}

#section05 .box03 ul li .title {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 300px;
	height: 30px;
	margin: auto;
	padding: 10px 0;
	border-radius: 10px;
	text-align: center;
	background: #ffc71e;
}

#section05 .box03 ul li .txt {
	min-height: 200px;
	margin: 25px 0 0;
	padding: 30px 10px 10px;
	border: solid 2px #ffc71e;
	border-radius: 10px;
	background: #fff9e5;
	font-size: 16px;
	font-size: 1.6rem;
	color: #4c3333;
}

#section05 .box04 {
	margin: 0 0 50px;
	padding: 0 10px;
}

#section05 .box04 > p {
	margin: 30px 0;
}

#section05 .box04 .pic {
	text-align: center;
}

#section05 .box04 .pic p {
	margin: 10px 0 0;
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}

#section05 .box05 {
	padding: 0 10px 72px;
	background: url(/common/img/lp/lp_enbun/asset-pc/pic_section05_04.jpg) no-repeat bottom right;
}

#section05 .box05 > p {
	margin: 30px 0;
}

#section05 .box05 .video {
	float: left;
	border: solid 5px #fff;
	box-shadow: -1px 4px 7px 1px rgba(0, 0, 0, 0.4);
}

/*-----//#section05-----*/
/*-----#section06-----*/
#section06 {
	padding: 30px 0 40px;
	background: #fff0df;
}

#section06 h2 {
	margin: 0 0 10px;
}

#section06 .txt {
	width: 740px;
	margin: 0 auto;
}

#section06 .txt p {
	color: #4c3333;
}

/*-----//#section06-----*/
/*-----#section07-----*/
#section07 {
	padding: 30px 0 40px;
	background: #fff;
}

#section07 h2 {
	margin: 0 0 30px;
}

#section07 .frame {
	position: relative;
	padding: 20px;
	border-radius: 10px;
	background: #ffe5e5;
}

#section07 .frame h3 {
	position: absolute;
	top: 0;
	left: 0;
}

#section07 .frame .box01 {
	position: relative;
	margin: 0 0 20px;
	padding: 9px;
	border: solid 2px #ff9999;
	border-radius: 10px;
	background: #fff;
}

#section07 .frame .box01 p {
	position: absolute;
	top: -25px;
	right: 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #4c3333;
}

#section07 .frame .box01 ul li {
	float: left;
}

#section07 .frame .box02 {
	padding: 20px;
	border: solid 2px #ff9999;
	border-radius: 10px;
	background: #fff;
}

#section07 .frame .box02 h4 {
	margin: 0 0 30px;
}

#section07 .frame .box02 ul {
	margin: 0 -40px 0 0;
}

#section07 .frame .box02 ul li {
	float: left;
	width: 428px;
	margin: 0 40px 20px 0;
}

#section07 .frame .box02 ul li .title {
	margin: 0 0 10px;
	padding: 10px;
	background: #ff6565;
}

#section07 .frame .box02 ul li .txt {
	min-height: 170px;
	padding: 0 10px;
	color: #4c3333;
}

/*-----//#section07-----*/
/*-----#section08-----*/
#section08 {
	padding: 30px 0 40px;
	background: #fff;
}

#section08 h2 {
	margin: 0 0 30px;
}

#section08 .frame {
	padding: 20px;
	border-radius: 10px;
	background: #f3ffcc;
}

#section08 .frame ul {
	padding: 0 20px;
	border: solid 2px #8fbb02;
	border-radius: 10px;
	background: #fff;
}

#section08 .frame ul li {
	padding: 30px 0;
	border-top: dotted 2px #4c3333;
}

#section08 .frame ul li:first-child {
	border-top: none;
}

#section08 .frame ul li .pic {
	float: left;
}

#section08 .frame ul li .txt {
	margin: 0 0 0 288px;
}

#section08 .frame ul li .txt .title {
	margin: 0 0 15px;
	padding: 2px 0 0;
}

/*-----//#section08-----*/
/*-----#section09-----*/
#section09 {
	padding: 30px 0 0;
	background: #fff0df;
}

#section09 h2 {
	margin: 0 0 30px;
}

#section09 h3 {
	margin: 0 0 10px;
}

#section09 ul {
	margin: 0 0 30px;
}

#section09 ul li {
	float: left;
	width: 316px;
	margin: 0 0 0 10px;
	border: solid 2px #ff8810;
	border-radius: 10px;
	background: #fff;
}

#section09 ul li:first-child {
	margin: 0;
}

#section09 ul li .title {
	width: 250px;
	padding: 10px;
	border-bottom: solid 2px #ff8810;
	font-weight: bold;
	color: #4e3230;
}

#section09 ul li .txt {
	min-height: 150px;
	padding: 10px;
}

#section09 ul li .txt p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #4c3333;
}

#section09 .comment {
	position: relative;
	text-align: center;
	background: #ff8810;
}

#section09 .comment:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -175px;
	border: solid 175px transparent;
	border-top: solid 70px #ff8810;
	border-bottom-width: 0;
}

/*-----//#section09-----*/
/*-----#section10-----*/
#section10 {
	padding: 90px 0 40px;
	background: #fff;
}

#section10 h3 {
	padding: 5px 20px;
}

#section10 .s_box {
	padding: 17px;
	border: solid 3px;
	border-top: none;
	background-position: 350px 60px;
	background-repeat: no-repeat;
    background-size: 250px;
}

#section10 .s_box .txt01 {
	float: left;
	margin: 0 0 20px;
}

#section10 .s_box .txt02 {
	float: right;
	width: 376px;
	margin: 0 0 50px;
	padding: 20px 10px;
	border-radius: 10px;
	background: #fff;
}

#section10 .s_box .txt03 {
	clear: both;
	margin: 0 0 20px;
	padding: 10px 0;
	border-radius: 10px;
	text-align: center;
	background: #fff;
}

#section10 .s_box ul li {
	float: left;
	width: 296px;
	margin: 0 0 0 20px;
	padding: 0 0 8px;
	border: solid 2px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}

#section10 .s_box ul li:first-child {
	margin: 0;
}

#section10 .s_box ul li .title {
	margin: 0 0 10px;
	padding: 10px 0;
	text-align: center;
}

#section10 .s_box ul li .price {
	text-align: center;
	margin: 0 0 5px;
}

#section10 .s_box ul li .btn {
	text-align: center;
}

#section10 .box01 {
	margin: 0 0 30px;
}

#section10 .box01 h3 {
	background: #ff8810;
}

#section10 .box01 .s_box {
	border-color: #ffb266;
	background-image: url(/common/img/lp/lp_enbun/asset-pc/pic_section10_01.jpg);
	background-color: #fff2e5;
}

#section10 .box01 .s_box .txt02 {
	border: solid 2px #ff8810;
    margin-bottom: 90px;
}

#section10 .box01 .s_box ul li {
	border-color: #ff8810;
}

#section10 .box01 .s_box ul li .title {
	background: #ff8810;
}

#section10 .box02 {
	margin: 0 0 30px;
}

#section10 .box02 h3 {
	background: #ff6565;
}

#section10 .box02 .s_box {
	border-color: #ff9999;
	background-image: url(/common/img/lp/lp_enbun/asset-pc/pic_section10_02.jpg);
	background-color: #ffe5e5;
}

#section10 .box02 .s_box .txt02 {
	border: solid 2px #ff6565;
}

#section10 .box02 .s_box ul li {
	border-color: #ff6565;
}

#section10 .box02 .s_box ul li .title {
	background: #ff6565;
}

#section10 .box03 {
	margin: 0 0 30px;
}

#section10 .box03 h3 {
	background: #28a3c4;
}

#section10 .box03 .s_box {
	border-color: #8ad2e5;
	background-image: url(/common/img/lp/lp_enbun/asset-pc/pic_section10_03.jpg);
	background-color: #e5f9ff;
}

#section10 .box03 .s_box .txt02 {
	border: solid 2px #28a3c4;
}

#section10 .box03 .s_box ul li {
	border-color: #28a3c4;
}

#section10 .box03 .s_box ul li .title {
	background: #28a3c4;
}

#section10 .box04 h3 {
	background: #8fbb02;
}

#section10 .box04 .s_box {
	border-color: #cbe573;
	background-image: url(/common/img/lp/lp_enbun/asset-pc/pic_section10_04.jpg);
	background-color: #f9ffe5;
}

#section10 .box04 .s_box .txt02 {
	border: solid 2px #8fbb02;
}

#section10 .box04 .s_box ul li {
	border-color: #8fbb02;
}

#section10 .box04 .s_box ul li .title {
	background: #8fbb02;
}

#section10 .box05 h3 {
	background: #924898;
}

#section10 .box05 .s_box {
	border-color: #B08BBE;
	background-image: url(/common/img/lp/lp_enbun/asset-pc/pic_section10_05.jpg);
	background-color: #F2E2EE;
}

#section10 .box05 .s_box .txt02 {
	border: solid 2px #924898;
}

#section10 .box05 .s_box ul li {
	border-color: #924898;
}

#section10 .box05 .s_box ul li .title {
	background: #924898;
}

/*-----//#section10-----*/
/*-----#section11-----*/
#section11 {
	padding: 30px 0 40px;
	background: #fff0df;
}

#section11 h2 {
	margin: 0 0 30px;
}

/*-----//#section11-----*/
/*-----#section12-----*/
#section12 {
	padding: 30px 0 40px;
	background: #fff;
}

#section12 h3 {
	margin: 0 0 20px;
	padding: 0 0 10px 10px;
	border-bottom: solid 3px #4c3333;
}

#section12 ul li {
	position: relative;
	float: left;
	width: 215px;
	margin: 0 0 0 40px;
}

#section12 ul li:after {
	content: "";
	position: absolute;
	top: 73px;
	left: -35px;
	width: 0;
	height: 0;
	border: solid 20px transparent;
	border-left: solid 30px #4c3333;
}

#section12 ul li:first-child {
	margin: 0;
}

#section12 ul li:first-child:after {
	display: none;
}

#section12 ul li .txt p {
	font-size: 16px;
	font-size: 1.6rem;
}

/*-----//#section12-----*/
/*-----#section13-----*/
#section13 {
	padding: 0 0 20px;
	background: #fff0df;
}

#section13 h2 {
	margin: 0 0 20px;
	background: #ff8810;
}

#section13 .box {
	padding: 20px;
	border-radius: 10px;
	background: url(/common/img/lp/lp_enbun/asset-pc/pic_section13.png) no-repeat left 95px #fff;
}

#section13 .box h3 {
	margin: 0 0 20px;
	text-align: center;
}

#section13 .box > div {
	float: right;
	clear: both;
}

#section13 .box .txt {
	width: 506px;
}

#section13 .box .info {
	position: relative;
	padding: 40px 0 0;
}

#section13 .box .info .comment {
	position: absolute;
	top: 10px;
	left: -30px;
}

#section13 .box .info .tel {
	margin: 0 0 20px;
}

#section13 .box .info .btn01 {
	width: 500px;
	padding: 3px;
	border-radius: 5px;
	background: #d8d8d8;
}

/*-----//#section13-----*/

/*-----//#section14-----*/

#section14 .box01 {
	margin: 0 0 30px;
	border-top: none;

}

#section14 .box01 .txt {
	width: 980;
	padding: 0 20px 20px 20px;
}

#section14 h2 {
	margin: 0 0 30px;
}


#section14 ul li {
	position: absolute;
}

#section14 ul li.li01 {
	top: 0;
	left: 0;
}

#section14 ul li.li02 {
	bottom: 0;
	left: 0;
}

#section14 ul li.li03 {
	bottom: 0;
	left: 50%;
	margin-left: -150px;
}

#section14 ul li.li04 {
	bottom: 0;
	right: 0;
}

#section14 ul li.li05 {
	top: 0;
	right: 0;
}

.t {
	color: #fff;
	background: #aaa;
	padding: 5px 5px 5px 15px;
	margin: 20px 0 10px 0;
	border-radius: 5px;
}

.i {
	font-size:1.4rem;
	color: #fc6464;
	margin: 0 5px 0 25px;
	padding-left:-10em;
    text-indent:-1em;
}

.Q {
	font-size:1.4em;
	color: #28A3C4;
    font-weight:bold;
	margin: 0 5px 0 0;
}

.A {
	font-size:1.4em;
	color: #fc6464;
    font-weight:bold;
	margin: 0 5px 0 20px;
	padding-left:-10em;
    text-indent:-1em;
}


/*-----//#section14-----*/

/*-----footer-----*/
footer {
	padding: 20px 0 0;
}

footer .logo {
	float: left;
}

footer ul {
	float: right;
	margin: 82px 0 0;
}

footer ul li {
	float: left;
	border-left: solid 1px #333333;
}

footer ul li:first-child {
	border-left: none;
}

footer ul li a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
}

footer #copy {
	margin: 30px 0 0;
	padding: 15px 0 50px;
	text-align: center;
	background: #4a2704;
}

footer #copy small {
	font-size: 14px;
	font-size: 1.4rem;
	color: #fff;
}

/*-----//footer-----*/
/*-----その他-----*/
iframe[name="google_conversion_frame"] {
	position: absolute;
	top: 0;
}

/*-----//その他-----*/
