@charset "UTF-8";

/* text */
.l-content .c-catchtext {
	font-size: 19px;
}
.l-content .c-fc--red {
  color: #d00;
}
.l-content .c-text--baloon {
	width: 220px;
	height: 131px;
	margin-left: 14px;
	padding: 20px 0 0 8px;
	box-sizing: border-box;
	background: url("/special/alumiframe/frames/pr/cp_intro_202605/img/bg_baloon.png") no-repeat;
	color: #e60012;
	font-size: 22px;
}

/* display */
.l-content .c-flex {
	display: flex;
	flex-wrap: wrap;
}
.l-content .c-flex--center {
	justify-content: center;
	align-items: center;
	position: relative;
}
.l-content .c-flex_02 {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto;
}

/* button */
.l-content .m-btn--center{ margin-top:30px; }
.l-content .m-btn--center .m-btnWin--conversion ,
.l-content .m-btn--center .m-btnWin--strong ,
.l-content .m-btn--center .m-btn--strong {
  width: 450px;
  padding: 12px 7px 12px 17px;
}

/* .c-anchorlink */
.l-content .c-anchorlink li + li {
	padding-left: 30px;
}
.l-content .c-anchorlink .m-btn--down {
	width: 300px;
	padding: 9px 12px 8px;
}

/* .c-section */
.l-content .c-section .c-section__title {
	padding: 12px 0 10px;
	background-color: #ededed;
	color: #333333;
	font-size: 29px;
	border-top: 3px solid #1c3d77;
}
.l-content .c-section .c-section__text {
  font-size: 19px;
}

/* .c-present */
.l-content .c-present {
	display: flex;
	justify-content: space-between;
}
.l-content .c-present .cc-present {
	width: 500px;
	padding-bottom: 30px;
	border: 5px solid #e4eefb;
	box-sizing: border-box;
}
.l-content .c-present .cc-present.cc-present--right {
	position: relative;
	width: 470px;
	border-color: #fff0b2;
}
.l-content .c-present .cc-present .cc-present__title {
	padding: 4px 0 8px;
	background-color: #e4eefb;
	font-size: 25px;
}
.l-content .c-present .cc-present.cc-present--right .cc-present__title {
	background-color: #fff0b2;
}
.l-content .c-present .cc-present .cc-present__text {
	font-size: 27px;
}
.l-content .c-present .cc-present .cc-present__text > span {
	font-size: 29px;
}
.l-content .c-present .cc-present--between {
	align-self: center;
}

/* .c-step */
.l-content .c-step {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 30px 20px;
	background-color: #eee;
  counter-reset: stepnum;
}
.l-content .c-step .cc-step {
  width: 460px;
  height: 320px;
  padding: 15px 20px 30px;
  box-sizing: border-box;
  background-color: #fff;
}
.l-content .c-step .cc-step + .cc-step {
  width: 630px;
  position: relative;
}
.l-content .c-step .cc-step + .cc-step::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 70px solid transparent;
  border-bottom: 70px solid transparent;
  border-left: 54px solid #0f218b;
  content: "";
}
.l-content .c-step .cc-step .cc-step__title {
  border-bottom: 2px solid #0f218b;
  color: #333333;
  font-size: 25px;
}
.l-content .c-step .cc-step .cc-step__list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.l-content .c-step .cc-step .cc-step__list > li {
  counter-increment: stepnum;
  text-align: center;
}
.l-content .c-step .cc-step .cc-step__list > li::before {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 auto 15px;
  padding-top: 7px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #0f218b;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  content: counter(stepnum);
}
 .l-content .c-step .cc-step .cc-step__list > li .title_01{
    display: inline;
    margin-left: 10px;
    font-size: 19px;
    font-weight: bold;
}
.l-content .c-step .cc-step .cc-step__list > li .ex_box{
    width: 220px;
    height: 90px;
    background: #fff0b2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-align: center;
}

.l-content .outline p{
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 20px 160px;
}
.l-content ul.caution{
    font-size: 17px;
    line-height: 36px;
    margin: 0 0 0 36px;
}
.l-content ul.caution li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-content .title_txt{
font-size:19px;
}
.l-content .att_txt{font-size:15px;margin: 20px 0 0;}