@charset "utf-8";
html{
    font-size: 62.25%;
}
/* --------------------------
    step
-------------------------- */
.clm-step {
	counter-reset: step;
	-swl-step_arrow_color: #dedede;
	text-align: left;

}
.clm-step__item {
	position: relative;
	margin-bottom: 0 !important;
	padding: 0 0 3em 64px
}
.clm-step__item::before {
	position: absolute;
	top: 0;
	left: 23px;
	display: block;
	width: 0;
	height: 100%;
	border-left: 1px dashed #ccc;
	content: ""
}
.clm-step__item:last-child::before {
	content: none
}
.clm-step__number {
	position: absolute;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	box-sizing: content-box;
	width: 48px;
	height: 48px;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.clm-step__number .__label {
	display: block;
	padding-bottom: 1px;
	font-size: 10px;
	content: attr(data-label)
}
.clm-step__number::after {
	display: block;
	font-size: 20px;
	content: counter(step);
	counter-increment: step
}
.clm-step__number[data-num]::after {
	content: attr(data-num)
}
.clm-step__number[data-hide] .__label, .clm-step__number[data-hide]::after {
	display: none
}
[data-num-style=circle] .clm-step__number {
	border-radius: 50%
}
[data-num-style=circle] .clm-step__number .__shape {
	border-radius: 50%
}
[data-num-style=horizontal] .clm-step__number {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end
}
[data-num-style=horizontal] .clm-step__number .__label {
	padding-right: 4px;
	padding-bottom: 4px
}
.clm-step__title {
	font-weight: 700
}
.clm-step__title + .clm-step__body {
	margin-top: 1em;
	line-height: 1.8;
}
.clm-step:not(.is-style-big):not(.is-style-small) > .clm-step__item > .clm-step__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	text-align: -webkit-auto;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	min-height: 48px;
	font-size: 1.2em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.is-style-big > .clm-step__item {
	padding: 2em;
	border-bottom: dashed 1px var(--swl-step_arrow_color)
}
.is-style-big > .clm-step__item:first-child {
	border-top: dashed 1px var(--swl-step_arrow_color)
}
.is-style-big > .clm-step__item::before {
	top: 100%;
	left: 50%;
	display: block;
	width: 0;
	height: 0;
	border: solid 12px transparent;
	border-top-color: var(--swl-step_arrow_color);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.is-style-big > .clm-step__item > .clm-step__number {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto 1em;
	color: inherit;
	border-radius: 0;
}
.is-style-big > .clm-step__item > .clm-step__number .__label {
	font-size: 12px
}
.is-style-big > .clm-step__item > .clm-step__number::after {
	font-size: 24px
}
.is-style-big .clm-step__title {
	text-align: center
}
.is-style-small .clm-step__item {
	padding: 0 0 2em 24px
}
.is-style-small .clm-step__item::before {
	top: 18px;
	left: 7px;
	height: calc(100% - 20px);
	border-left: 2px solid #ccc
}
.is-style-small .clm-step__title {
	margin-top: .25em;
	text-align: left
}
.is-style-small .clm-step__body {
	margin-top: .5em
}
.is-style-small .clm-step__number {
	position: relative;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: auto;
	height: auto;
	margin-left: -24px;
	color: inherit;
}
.is-style-small .clm-step__number .__shape {
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: solid 2px currentColor
}
.is-style-small .clm-step__number .__label {
	padding: 0 2px 0 0;
	font-size: 12px;
	opacity: .8
}
.is-style-small .clm-step__number::after {
	font-size: 14px;
	opacity: .8
}
.is-style-small [data-hide] + .clm-step__title {
	margin-top: -24px;
}
@media (max-width:599px) {
	.clm-step:not(.is-style-big):not(.is-style-small) > .clm-step__item::before {
		display: none
	}
	.clm-step:not(.is-style-big):not(.is-style-small) > .clm-step__item > .clm-step__body {
		margin-left: -48px
	}
	.is-style-big > .clm-step__item {
		padding: 2em 1em
	}
}
@media screen and (max-width:480px) {
	.menu-2 .link-text *:before, .menu-2 .link-text:hover *:before {
		display: none !important;
	}
}
@media screen and (min-width:769px) {
	.menu-area.menu-2 {
		width: 90%;
	}
	.menu-2 .link-text {
		padding: 1.3rem 0;
		font-size: 1.3rem;
	}
}
[data-num-style="circle"] .clm-step__number {
  border-radius: 50%;
}
.clm-step__number {
  background-color: #00b900;
}
#main-column h2.sub-ttl {
  margin: 2em 0 1em;
    margin-top: 2em;
  font-size: 32px !important;
  padding: .5em 0;
    line-height: 1.5;
  text-align: left;
    font-weight: bold;
}
#main-column h2.sub-ttl:before{
    margin-right: 5px;
    content: "■";
    color: #00b900;
}
.ttl-line{
    line-height: 1.5;
}
.line-sec03,
.line-sec04{
    background: #f5ffed;
}
.line-sec03 .l-wrap,
.line-sec04 .l-wrap{
    max-width: 100%;
    width: 900px;
}
.line-sec03{
    padding-bottom: 0;
}
.line-sec04{
    padding-top: 0;
}
.line-sec01-list li{
    width: 30%;
}
.line-sec01-list li img{
    margin-bottom: 10px;
    width: 100%;
}
.line-sec01-txt{
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
}
.line-sec01-list{
    margin-top: 40px !important;
}
#main-column h2.ttl-line{
    font-weight: bold;
}
.line-sec03-link,
.img-box{
    margin-top: 20px;
}
.line-sec02-txt{
    margin-top: 50px;
}
#Journal .journal-cont ul.line-sec04-list {
    padding-left: 2em;
}
#Journal .journal-cont ul.line-sec04-list li {
    margin-bottom: 1em;
    padding: 0;
    line-height: 1.5;
    text-indent: -1em;
}
#Journal .journal-cont ul.line-sec04-list li:before{
    content: "・";
}
.line-sec02-p{
    line-height: 1.8;
}

@media screen and (max-width:768px) {
.line-sec01-list li{
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    .line-sec01-list li > div{
        width: 40%;
    }
.line-sec01-txt{
        padding-left: 1em;
        width: 60%;
    text-align: left;
    font-size: 1em;
}
    #Journal .journal-cont ul.line-sec01-list{
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        display: block;
    }
    .line-sec01-list li img {
    margin: 10px 0;
}
.line-sec02-txt{
    margin-top: 20px;
}
    #main-column h2.sub-ttl{
        font-size: 24px !important;
    }
}
.red{
    color: red;
}
.lp-line-txt{
    margin-top: 20px;
    font-size: 20px;
}
.lp-line .btn-01 a{
    margin:0;
}