@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700&display=swap');
/* ============================================================================
 *
 * 既存CSS打ち消し
 *
 * ============================================================================ */
.columnList.columnRule h2{
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 44px;
  font-weight: bold;
}
.columnAttenHead,
.otherPageMenu{
  display: none;
}
.cont_navi-sub{
  margin-bottom: 30px;
}



/* ============================================================================
 *
 * 共通スタイル
 *
 * ============================================================================ */
.lpWrap *,
.lpWrap * ::before,
.lpWrap * ::after {
  box-sizing: border-box;
}
:root {
  --main-clr-wt: #fff;
  --main-clr-bk: #494949;
  --main-clr-gr: #F2F2F2;
  --main-clr-bl: #5D8CD0;
  --main-clr-dbl: #2E7490;
  --main-font-default: 'Noto Sans JP', Helvetica, Neue Haas Grotesk, Arial;
}
#columnAttenBox img{
  max-width: 100%;
  vertical-align: bottom;
}
#columnAttenBox ul,
#columnAttenBox ol{
  list-style: none;
}
#columnAttenBox{
  padding: 0 0 10px 0;
  background: var(--main-clr-wt);
  color: var(--main-clr-bk);
  font-family: var(--main-font-default);
  font-size: 16px;
  line-height: 1.5;
}
.sp-only{
  display: none;
}

/*----------------------------------------
 ブロック
----------------------------------------*/
.lp-block{
  margin-top: 60px;
}
.lp-block:nth-child(even){
  padding: 60px 0;
  background: #ECF6FF;
}
.lp-inner{
  padding: 0 40px;
}

/*----------------------------------------
 見出し
----------------------------------------*/
.primary-heading{
  margin: 0 0 40px!important;
  font-size: 40px;
  text-align: center;
}
.srcondary-heading{
  font-size: 32px!important;
  font-weight: 500;
}

/*----------------------------------------
 文字
----------------------------------------*/
.txt + .txt{
  margin-top: 1rem;
}

/*----------------------------------------
 色
----------------------------------------*/
.clr-db{
  color: var(--main-clr-dbl);
}

/*----------------------------------------
 リンクボタン
----------------------------------------*/
.linkBox{
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}
.oval-link{
  display: inline-block;
  min-width: 240px;
  padding: 10px 20px;
  border-radius: 100vh;
  background: var(--main-clr-bl);
  color: var(--main-clr-wt)!important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.oval-link:hover{
  opacity: .7;
}
.oval-link--bd{
  border: 2px solid var(--main-clr-bl);
  background: var(--main-clr-wt);
  color: var(--main-clr-bl)!important;
}
.oval-link + .oval-link{
  margin-left: 10px;
}

/*----------------------------------------
 一覧系
----------------------------------------*/
/* 注釈 */
.noteList{
  font-size: 14px;
}
.noteList-item{
  margin-left: 1rem;
  text-indent: -1rem;
}

/*----------------------------------------
 MV
----------------------------------------*/
.mv{
  position: relative;
  height: 400px;
  background: url(/images/cat_illust/maigo/new_pdf/mv-pc.png) no-repeat top right / 100%;
}
.mv-detail{
  position: absolute;
  top: 30px;
  right: 40px;
}
.mv-heading{
  width: 416px!important;
  height: 286px;
}
/* .mv-detail{
  position: absolute;
  top: 30px;
  right: 40px;
  width: 416px;
  height: 286px;
  padding-top: 88px;
  background: url(/images/cat_illust/maigo/new_pdf/mv_frame-pc.png) no-repeat center / 100%;
}
.mv-subHeading{
  color: #6c341f;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.mv-heading{
  width: 78%!important;
  margin: 18px auto 0!important;
} */

/*----------------------------------------
 誘導リンクブロック
----------------------------------------*/
.cta-block{
  display: flex;
  justify-content: space-between;
  margin: 20px 25px;
  padding: 35px;
  border: 5px solid var(--main-clr-bl);
}
.cta-img{
  width: 150px;
}
.cta-detail{
  position: relative;
  width: calc(100% - 180px);
}
.cta-heading{
  color: #3472CD;
  font-size: 32px!important;
}
.cta-txt{
  margin: 10px 0 0;
  padding-right: 144px;
}
.cta-illust{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
}

/*----------------------------------------
 今まで以上に使いやすくなりました
----------------------------------------*/
.pointList{
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.pointList-item{
  width: calc((100% - 80px) / 3);
}
.pointList-img{
  text-align: center;
}
.pointList-img img{
  width: 180px;
}
.pointList-ttl{
  margin: 10px 0 0;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.pointList-txt{
  margin: 5px 0 0;
}

/*----------------------------------------
 今まで以上に使いやすくなりました
----------------------------------------*/
.infoList{
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.infoList-item{
  width: calc((100% - 75px) / 4);
}
.infoList-ttl{
  color: var(--main-clr-dbl);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.infoList-img{
  margin: 15px 0 0;
}
.infoNote{
  margin: 15px 0 0;
  text-align: right;
}

/*----------------------------------------
 プレビューを見ながら作成できます
----------------------------------------*/
.read-box{
  display: flex;
  justify-content: space-between;
}
.read-img{
  width: 400px;
}
.read-detail{
  width: calc(100% - 430px);
}
.read-detail .srcondary-heading{
  margin: 0 0 20px;
}
.read-detail .noteList{
  margin: 10px 0 0;
}
.read-detail .linkBox{
  justify-content: center;
}

/* サービスの手順 */
.flow-print{
  margin: 40px 0 0;
}
.flow-heading{
  margin: 30px auto;
  padding: 8px;
  border-radius: 10px;
  background: var(--main-clr-wt);
  color: #2d73ac;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.flowList{
  display: flex;
  justify-content: space-between;
}
.flowList-item{
  position: relative;
  width: 22%;
  margin: 0;
  background: var(--main-clr-wt);
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 14px;
  text-align: left;
}
.flowList-item:nth-child(n + 2)::before{
  content: "▶";
  position: absolute;
  top: 48%;
  left: -24px;
  font-size: 16px;
  color: #fa7418;
}
.flowList-item .step{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border-radius: 10px 10px 0 0;
  background: #0b987f;
  color: var(--main-clr-wt);
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.flowList-detail{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 45px);
  padding: 10px 10px 0;
}
.flowList-detail img{
  margin: 10px 0 0;
}



