/* Your custom styles */
/*ベース*/
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

html {
  overflow-x: hidden;
  overflow-y: scroll; -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
body p {
	font-size: 18px !important;
  color:#000;
  line-height: 1.8em !important;
}
#warp {overflow:hidden;}
.center {text-align: center;}
.container-fluid {padding: 0;}
.container {
    width: 100%;
    max-width: 900px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto;
    margin-left: auto;
}
.grey-text {color: #717171!important;}
.marker {
	font-weight: bold;
	background: linear-gradient(transparent 30%, #ffeb00 0%);
}
.dots {
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.05em; /* 縦方向の位置調整 */
}
.border_bt {
  border-bottom: solid 1px #3d3d3d !important;
}
.bold {
    font-weight: 700!important;
    line-height: 1.5em;
}
.center_block {
	margin: 0 auto 45px;
	display: block;
}
.txt_red {
	font-weight:bold !important;
	color:#f70000 !important;
}
.txt_black {
	font-weight:bold !important;
	color:#5e4e0b !important;
}
.txt_green {
	font-weight:bold !important;
	color:#0bff33 !important;
}
.txt_yellow {
	font-weight:bold !important;
	color:#fff200 !important;
}
.txt {
    max-width: 800px;
    margin: 0 auto;
}
.bg_white {
  background: #fff;
}
.bg_yellow {
  background: #fffff4;
}
.bg_orange {
  background:#fff1e1;
}
.bg_pink {
  background: #f9eff2;
}
.bg_green {
  background: #e9ffee;
}
.bg_blue {
  background: #c7e0e8;
}
.bg_grey {
  background:#4d4d4d;
}
.bg_cross {
  background: url(../img/bg_cross.png);
  background-repeat: repeat;
}
.bg_dot {
  background: url(../img/bg_dot.png);
  background-repeat: repeat;
}
.bg_fix01 {
  background: url(../img/bg_fix01.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed !important;
}
.bg_fix02 {
  background: url(../img/bg_fix02.jpg);
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed !important;
}
.f14 {font-size: 14px !important;}
.f22 {font-size: 22px !important;}
.f24 {font-size: 24px !important;}
.f30 {font-size: 30px !important;}
.f35 {font-size: 35px !important;}
.f40 {font-size: 40px !important;}
.mt0 {margin-top:0 !important;}
.mt60 {margin-top:60px !important;}
.mt120 {margin-top:120px !important;}
.mt160 {margin-top:160px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb60 {margin-bottom: 60px;}
.mb90 {margin-bottom: 90px;}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}
.button {
  max-width: 610px;
  padding-top: 15px;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}
p.indent-1 {
  padding-left: 2.5em;
  text-indent: -2.5em;
}
p {
	font-size: 16px !important;
	font-weight: normal !important;
	margin-bottom: 60px;
	color:#5e4e0b;
}
header {
	margin: 0 auto;
	text-align: center;
}
header img {
	border: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
  vertical-align: bottom;
}
header.pc {
	width: 100%;
    margin: 0 auto;
    background: url(../img/bg.png);
    background-repeat: no-repeat;
    background-position: top;
    height: 790px !important;
}
header img.pc {
	width: 100%;
	max-width: 900px;
	margin:0 auto;
}

main img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    margin: 0 auto;
    display: block;
}
.img01 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.img02 {
    max-width: 336px;
    width: 100%;
    margin: 0 0 0 20px !important;
    display: block;
}
.img03 {
  margin-bottom: 60px !important;
}
.img04 {
  margin-left: 15px !important;
  margin-bottom: 20px !important;
}
.img05 {
  margin-bottom: 90px !important;
}
.img06 {
  margin-left: 20px;
  margin-bottom: 20px !important;
}
.img06.pc {
  margin-left: 20px;
}
.bg_black {
	background:#000 !important;
	padding: 0px;
}
.container {
  width: 100%;
  max-width: 900px;
  background:#fff;
  padding-top: 4%;
  padding-bottom: 2%;
  padding-right: 4% !important;
  padding-left: 4% !important;
  margin-right: auto;
  margin-left: auto;
}
.container .row {
	margin: 0 auto;
  display: block;
}
#content {
  padding-top: 0 !important;
}
div.ttl {
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 80px;
}
.ttl01 {
  background:#1f4298;
  padding: 0 20px;
}
.ttl01 img {
  margin:0 auto;
  display: block;
  padding: 10px 0 20px;
}
.ttl02 {
  margin-top: 45px;
  margin-bottom: 90px;
}
.ttl03 {
  padding: 0 20px;
  margin: 0 auto;
}
.ttl04 {
  margin-bottom: 30px !important;
}
.ttl05 {
  margin: 0 auto;
}
.ttl.bg_orange {
  margin-bottom: 30px;
}
div.ttl span.marker {
  background: linear-gradient(transparent 60%, #fffaa5 100%);
}
.check_list {
  border: solid #000 4px;
  background:#fffdf4;
  padding: 30px 30px 20px;
  margin-bottom: 45px;
}
.check_list p {
  font-weight: bold;
  font-size: 20px;
  margin-bottom:20px;
}
.check_list p img {
    margin: 0;
    margin-right: 10px;
    display: inline-block;
}
ul.check_list {
  border:solid 5px #29a2d9;
  background: #e5ebea;
  font-size: 18px;
  padding: 3% 4%;
  max-width: 600px;
  margin: 0 auto 75px;
  font-weight: bold;
}
ul.check_list li {
  list-style-type: none;
  padding-left:1em;
  text-indent:-1em;
}
ul.good_list {
  border:solid 5px #d64343;
  background: #fff0f1;
  font-size: 18px;
  font-weight: bold;
  padding: 3% 4%;
  max-width: 600px;
  margin: 0 auto 75px;
}
ul.good_list li {
  list-style-type: none;
  padding-left:1em;
  text-indent:-1em;
}
/*目次*/
h2 {
    color: #29a2d9;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}
.chapters {
    background: #fff;
    border-left: 10px solid #29a2d9;
    margin: 30px 20px 60px;
    padding: 30px 0px 30px 45px;
    position: relative;
    text-align: left;
}
.chapters h3 {
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-size: 1.6em;
}
.chapters h3.index {
    text-align: center !important;
}
.chapters h3 > span {
    color: #29a2d9;
    font-size: 22px;
    font-weight: bold;
    margin-right: 1em;
}
.chapters h3 span.no {
  font-size: 30px;
}
.chapters h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
.chapters ul {
    margin: 0 0 50px;
    padding: 0;
}
ul {
    color: #010101;
    font-size: 1em;
    font-weight: 400;
    line-height: 2em;
    padding: 1em;
}
.chapters ul li {
    letter-spacing: 0.1em;
    margin: 0 0 0 1.5em;
    padding: 0;
    position: relative;
    line-height: 1.8;
    margin: 1rem auto 1rem 0;
    list-style: none;
    font-size: 16px;
}
.chapters ul li span.sub {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.chapters ul li span.page {
    display: inline-block;
    float: right;
}
.chapters:after {
    color: #78727a;
    /*content: "contents";*/
    font-size: 18px;
    font-weight: 600;
    left: -48px;
    letter-spacing: 0.5em;
    position: absolute;
    top: 120px;
    transform: rotate(90deg);
}
.utikeshi {
    text-decoration: line-through;
    font-size: 30px;
    font-weight: bold;
}
.price {
  margin-top: 20px;
  font-size: 34px !important;
}
.box:last-child {
  margin-bottom: 60px;
}
ul.bg_yellow_cross {
  background: url(../img/bg_yellow_cross.png);
  padding: 22px;
  margin-bottom: 60px;
}
ul.bg_yellow_cross li {
  font-size: 18px;
  list-style-type: none;
  line-height: 2em;
}
ul.bg_yellow_cross li img {
  margin:0;
  margin-right: 10px;
  display: inline-block;
}

.cv_img_waku {
  padding-bottom: 0;
  padding-top: 0;
}
/*プロフ*/
.prof-box {
    box-sizing: border-box !important;
    margin: 0 auto;
    position: relative;
    max-width: 860px;
    background: #f0f1f2;
    padding: 3rem 4rem 2rem;
    display: flex;
    border-radius: 30px;
}
.prof-box p {
    font-size: 16px !important;
    margin-right: 4rem;
    margin-bottom: 20px;
    max-width: 520px;
    letter-spacing: 1px;
    line-height: 1.8;
}
.prof-img {
    text-align: center;
    width: 30%;
}
.prof-img img {
    max-width: 229px;
    width: 100%;
    padding-top: 130px;
    padding-bottom: 20px;
}
.prof-txt {
    width: 100%;
    margin-left: 10px;
}
.prof_txt p.name {
  font-size: 20px !important;
  font-weight: bold !important;
  border-bottom: solid 1px #000;
  padding-bottom: 10px;
}
.prof_txt p {
  margin-right: 0;
}

/*pic*/
.bg_cross .wrap .box img {
  max-width: 240px;
  width: 80%;
}
.bg_cross .wrap .box p {
  padding-top: 20px;
  margin-bottom: 45px;
  font-size: 15px !important;
  text-align: center;
}
.bg_cross .wrap .box p span {
  padding-top: 10px;
  display: inline-block;
  color: #d79191;
  line-height: 1.3em;
}
.wrap　{
  display:flex;
  width:100%;
}
.wrap {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex
}
.box　{
  width: 31%;
  margin: 1%;
}
.box {
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 40px auto 30px;
    padding: 30px 30px 60px;
    background:#1f4298;
    overflow: hidden;
}
.box p {
  color:#fff;
  padding-top: 0px;
  line-height: 1.8em;
  margin-bottom: 0;
  font-size: 18px !important;
}
.box img {
  max-width: 300px;
  margin-left: 20px;
}
.box .ttl_waku {
  padding: 15px 10px 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.box .ttl_p01 {
  max-width: 590px;
  width:100%;
  margin-left: 0;
  padding-bottom: 10px;
}
.box .ttl_p02 {
  max-width: 590px;
  width:100%;
  margin-left: 0;
  padding-bottom: 10px;
}
.box .ttl_p03 {
  max-width: 590px;
  width:100%;
  margin-left: 0;
  padding-bottom: 10px;
}
.box .ttl_p04 {
  max-width: 590px;
  width:100%;
  margin-left: 0;
  padding-bottom: 10px;
}
.box .ttl_p05 {
  max-width: 590px;
  width:100%;
  margin-left: 0;
  padding-bottom: 10px;
}
.box .ttl_p06 {
  max-width: 590px;
  width:100%;
  margin-left: 0;
  padding-bottom: 10px;
}
.box .ttl_p07 {
  max-width: 590px;
  width:100%;
  margin-left: 0;
  padding-bottom: 10px;
}
.bg_area_cv {
  background:#f9e8d3;
}
.area_cv {
  padding: 50px 60px 30px;
  width: 100%;
  max-width: 900px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-right: auto;
  margin-left: auto;
}
.arrow {
  margin: 0 5px;
}
.bg_green .area_cv {
  padding-top:45px;
}
.area_cv .mes {
  text-align: center;
}
.area_cv .mes p {
  margin-bottom: 0;
}
.area_cv p.price {
  margin-bottom: 45px;
}
.area_cv p.price .ttl {
  color:#fff;
  font-size: 30px;
  background: #000;
  padding: 0px 10px 4px;
  margin-right: 15px;
  border-radius: 5px;
}
.area_cv p.price .utikeshi {
  font-size: 30px;
  font-weight: bold;
}
.area_cv .ttl {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 40px;
}
.area_cv.ft p.ttl {
  font-size: 30px !important;
  font-weight: bold !important;
  text-align: center;
}
.area_cv.ft .price {
  background: #fff;
  padding: 10px 0 15px;
  max-width: 640px;
  margin: 20px auto 0px;
}
.area_cv p.message {
  font-size: 20px !important;
  text-align: center;
}
.area_cv .caution_txt {
  color: #6d654e;
  text-align: center;
  max-width: 550px;
  display: block;
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  padding:15px 0;
  margin: 30px auto 60px;
}
.area_cv .caution_txt p {
  margin-bottom: 0;
  font-size: 14px !important;
}
form.myForm .required .my_column.my_left {
  width:30%;
}
form.myForm .required .my_column.my_left label {
  font-size: 16px !important;
}
form.myForm .required .my_column.my_left label:first-child:after {
  height: 29px !important;
}
form.myForm input[type="text"] {
  background:#fff;
  border: 2px solid #514e09 !important;
}


/* 吹き出し本体 */
.balloon {
  position: relative;
  padding: 40px 40px;
  background:#ffe7e7;
}
.balloon p {
  margin-bottom: 30px;
}
.balloon p:last-child {
  margin-bottom: 0;
}
.balloon02 {
  position: relative;
  padding: 40px 40px 30px;
  background:#fff;
  border:10px solid #bdc7df;
}
.balloon02 p {
  margin-bottom: 25px;
}

/* beforeで三角を表現 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  bottom: -30px;
  border-top: 30px solid #ffe7e7;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

.balloon02::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  bottom: -30px;
  border-top: 30px solid #bdc7df;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

/*MV*/
header {height: auto !important;}

/*head*/
.head {
	background:#000;
	position: relative;
}
.head_red {
	background:#FFFF00;
	background-repeat: repeat-x;
}
.head_red div {
	max-width:925px;
	margin: 0 auto
}
.head div {
	max-width:1140px;
	margin: 0 auto;
}
.results+.ttl-wrap, .register-box+.ttl-wrap {
    margin-top: -30px;
}

.top-register-box {
    background: url(../images/bg-form.png);
    /* padding: 0; */
    /* padding-bottom: 80px; */
    /* position: relative; */
}
.register-box {padding-top: 0 !important;}
.register-box h2 img {
    width: 565px;
    /*margin-top: -135px;*/
}
.register-box {
    padding: 0px 0;
    background: url(../images/bg-form.png);
}
.top-register-box .set-width {
    margin: 0px auto 0;
    position: relative;
}
.register-box .set-width {
    max-width: 780px;
}
.set-width {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

select, button, input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    /* border-radius: 10px; */
    background:none;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 3px;
    width: 100%;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

/*フォーム*/
.area_cv .ttl {
  margin-top: 10px;
  font-size: 40px;
}
.area_cv.ft p.ttl {
  font-size: 30px !important;
  font-weight: bold !important;
  text-align: center;
}
.area_cv .caution_txt {
  color: #6d654e;
  text-align: center;
  max-width: 550px;
  display: block;
  margin: 20px auto 30px;
}
.area_cv .caution_txt p {
  margin-bottom: 0;
  font-size: 14px !important;
}
.arrow-button::after{
    /* 擬似要素で矢印アイコンをつくる */
    content: '';
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    display: inline-block;
    width: 10px;
    height: 10px;
    /* 矢印アイコンの位置を設定 */
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.arrow-button:active{
    /* ボタンをクリックしたときに沈むように見える動き */
    box-shadow: 0 0 0 #C62828;
}
.why_area .container {
  padding-top: 0;
}

/*MV*/
.head_line {
	margin: 0 auto;
}
.software-lp .navbar:not(.top-nav-collapse) {
	background: #282828;
}
.txt-flow {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    white-space: nowrap;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    text-shadow: 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242), 0px 0px 2px rgb(156 233 242);
    background: #fff;
}
.bg_footer {
	background: url(../img/bg_footer.png);
}
/*画像*/
.txt img {
  margin: 0 auto;
  display: block;
}
#prof_area.container {
  padding-top:0 !important;
}
/*footer*/
#footer {
    background: #000;
    color: rgba(255,255,255,0.7);
    font-size: 0.75em;
    margin-top: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#footer p {
  color: #fff;
  font-size: 13px !important;
  margin-bottom: 0;
}
.f-container {
    box-sizing: border-box !important;
    margin: auto;
    padding: 0.5rem 2rem;
    position: relative;
    max-width: 800px;
    width: 100%;
}
.footer_link {
  overflow: hidden;
}
.footer_link p {
    color: rgba(255,255,255) !important;
    display: inline-block;
}
.footer_link p a {
    color: rgba(255,255,255) !important;
    display: inline-block;
    margin-right: 5px;
}
.footer_copyright {
    text-align: center;
}

@media (max-width: 1021px){
	.h1, h1, .font-weight-bold {font-size: 1.8rem;}
}

@media (min-width: 912px){
	.mv_pc {
    width: 100%;
		background: url(../img/bg_mv.png);
		background-repeat: repeat;
		background-position: top;
	}
	.sp911 {
		display: none;
	}
}
@media (max-width: 911px){
	.mv_pc {
		display: none;
	}
	.sp911 {
		display: inline-block;
	}
  .container {width: 100%;}
  .chapters {
    margin: 30px 0px 60px;
  }
  .prof-img {width: 30%;}

  .prof-img img {
      padding-top: 100px;
  }
  .prof_txt {width: 70%;}
  .img01 {
      width: 90%;
  }
  .img02 {
      width: 90%;
  }
}

@media (max-width: 800px) {
  form.myForm .required .my_column.my_left {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 0px;
  }
  form.myForm .required .my_column.my_right {
    width: 100%;
  }
  form.myForm .required .my_column.my_right input {
    width: 100%;
  }
  form.myForm .required .my_column.my_left label:first-child:after {
    font-size: 16px !important;
  }
}

@media (min-width: 769px){
	.mdb-lightbox [class*=col-] {
	    padding: 0.05rem;
	}
	.carousel-multi-item .col-md-4 {
	    float: left;
	    width: 20%;
	    max-width: 100%;
	}

	footer .col-md-7 {
		flex: 0 0 100%;
	    max-width: 100%;
	    text-align: center;
	}
	.tab {display: none;}
}

@media (max-width: 768px){
	.pc {display: none !important;}
	.tab {display: inline-block;}
	.h1, h1, .font-weight-bold {
	    font-size: 1.5rem;
	}
  .f40 {font-size: 35px !important;}
  .f35 {font-size: 30px !important;}
  .f30 {font-size: 25px !important;}
	.software-lp .form_ttl {
	    background-image: none !important;
	    background-repeat: repeat-x;
	}
  .bg_black p:last-child {
    margin-bottom: 0;
  }
	.mdb-lightbox figure {
	    max-width: 150px;
	    width: 20%;
	}
	main .carousel.pointer-event {
	    margin: 40px 30px 90px;
	}
	.mdb-lightbox [class*=col-] {
	    padding: 0.01rem;
	}
	.set-width {width:100%;}
	.bg_black {
      padding: 0px 0 0px;
  }
	.bg_blank .container {
	    padding: 20px;
	}
  .box p {
      font-size: 16px !important;
  }
	body main.bg_yellow div.area_cv .ttl {
      margin-top: 10px;
      font-size: 30px;
  }
  .chapters {
    margin: 30px 0px 60px;
    padding: 30px 20px 30px 20px;
  }
  .prof-img img {
      padding-top: 140px;
  }
}

@media (max-width: 730px){
  .box img {max-width: 270px}

}
@media (max-width: 650px){
  .clear {clear:both;}
  div.ttl {font-size: 24px;}
  .prof-box {
    display: block;
    margin-bottom: 30px;
  }
  .prof-img {width: 100%;}
  .prof-img img {padding-top: 0 !important;}
  .prof_txt {width:100%;}
  #prof_area.container {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
}
@media (max-width: 579px){
  #footer p {
    text-align: center;
    font-size: 12px !important;
  }
}
@media (min-width: 541px){
	.pc {display: block !important;}
	.tab {display: none !important;}
	.sp {display: none !important;}
}
@media (max-width: 540px){
	.pc {display: none !important;}
	.tab {display: none !important;}
	.sp {display: inline-block !important;}
	.sp911 {display: none !important;}
	.f30 {font-size: 20px !important;}
  .f35 {font-size: 22px !important;}
	.f40 {font-size: 25px !important;}
  .f30 {font-size: 30px !important;}
  .mt0 {margin-top:0 !important;}
  .mt60 {margin-top:30px !important;}
  .mt120 {margin-top:60px !important;}
  .mt160 {margin-top:80px !important;}
  .mb30 {margin-bottom: 15px !important;}
  .mb60 {margin-bottom: 30px;}
  .mb90 {margin-bottom: 45px;}
	body p {
	    font-size: 16px !important;
	    margin-bottom: 30px;
	}
  ul.check_list li {
    font-size: 15px;
    line-height: 1.8em;
  }
  ul.good_list li {
    font-size: 15px;
    line-height: 1.8em;
  }
	.menber_v_box {
    padding: 30px 30px;
  }
  .area_tokuten .container {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .check_list {
      border: solid #000 4px;
      background: #fffdf4;
      padding: 25px 20px 5px;
      margin-bottom: 30px;
  }
  .check_list p img {
    max-width: 30px;
  }
  .ttl.bg_orange {
      margin-bottom: 10px;
  }
	.bg_white {
	    background: #fff;
	    padding: 20px;
	}
	.bg_blank {
		padding-top: 5px;
		padding-bottom: 1px;
	}
  .bg_fix01 {
    background: url(../img/bg_fix01.jpg)left !important;
    background-attachment: fixed !important;
    height: auto;
    background-repeat: no-repeat;
    background-position: fixed;
    /*position: absolute;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
  }
  .bg_fix02 {
    background: url(../img/bg_fix02.jpg)left !important;
    background-attachment: fixed !important;
    height: auto;
    background-repeat: no-repeat;
    background-position: fixed;
  }
  .bg_fix01 .container {
    background: rgba( 255, 255, 255, 0.75 ) !important;
    background: #fff transparent !important;
  }
  .bg_fix02 .container {
    background: rgba( 255, 255, 255, 0.75 ) !important;
    background: #fff transparent !important;
  }
  .prof-box {
    margin-bottom: 0;
  }
  .bg_black .container .ttl {
      font-size: 22px !important;
  }
	.bg_blank .container {
	    padding: 0 40px 20px;
	}
  .bg_blank .container.cv_img_waku {
    padding:0 !important;
  } 
  .bg_cross .container {
    padding-top: 60px;
  }
  .box p {
      font-size: 15px !important;
  }
  .chapters {
      margin: 30px 0px 40px;
      padding: 30px 20px 30px 20px;
  }
  .chapters h3 {
      margin-top: 45px;
  }
  .chapters ul {
      margin: 0 0 0px;
      padding: 0;
  }
  .chapters ul li {
      line-height: 1.5em;
      margin-bottom: 10px;
  }
  .chapters ul li span.sub {
      font-size: 16px;
      letter-spacing: 0em;
  }
  div.ttl {
      font-size: 20px;
      margin-top: 0px;
      margin-bottom: 45px;
  }
  .balloon {
      padding: 25px 25px 30px;
  }
  .balloon02 {
    padding: 30px 20px 10px;
  }
  .img04 {
      margin: 0 auto 30px !important;
  }
  .img05 {
      margin-bottom: 45px !important;
  }
  .txt img.img04 {
    float: none;
  }
  .img06.sp {
    max-width: 280px;
    display: block !important;
    margin: 0 auto;
  }
  .box {padding: 20px 30px 10px;}
  .box img {
    float: none;
    max-width: 420px;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .ttl01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ttl02 {
    margin-top: 60px;
    margin-bottom: 40px;
    max-width: 340px;
    width:100%;
  }
  .ttl03 {
    padding-top: 20px;
    padding: 0px;   
  }
  .ttl.why {
    margin-top: 45px;
  }
  .img01 {
      width:90%;
  }
  .img02 {
      width:90%;
  }
  .box p {margin-bottom: 40px;}
  .price {
      margin-top: 30px;
      font-size: 20px !important;
  }
  .utikeshi {
      font-size: 20px;
  }
  .prof-img img {max-width: 170px;}
  .prof-box {
      margin-top: 20px;
      padding: 3rem 3rem 2rem;
  }
  .bg_cross .wrap .box p span {
    font-size: 13px !important;
  }
  .img_arrow {
    margin-bottom: 30px !important;
    max-width: 150px;
    margin-top: 40px !important;
  }
  .area_cv {
      padding: 40px 60px 40px;
      width: 100%;
  }
  .area_cv .ttl {
      font-size: 22px;
  }
  .area_cv p.price .ttl {
      font-size: 20px;
  }
  .area_cv p.price .utikeshi {
      font-size: 25px;
  }
  .area_cv.ft .price {
      padding: 6px 10px 15px;
  }
  .area_cv.ft {
      padding: 30px 60px 15px;
  }
  .area_cv .caution_txt {
      margin: 20px auto 30px;
  }
  .area_cv p.message {
      font-size: 17px !important;
  }
  form.myForm div.submit {
    margin-top: 0 !important;
  }
	.button {font-size: 20px;}
  .area_cv p.price {
      margin-bottom: 20px;
  }

}
@media (max-width: 479px){
  body p {font-size: 15px !important;}
  .chapters h4 {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 30px;
  }
  .area_cv p.message {
    margin-bottom: 0 !important;
  }
  .mt160 {margin-top: 75px !important;}
  .img06 {
      max-width: 190px;
  }
  .content_form .input_unit .my_right.my_column {
    padding-top: 5px !important;
  }
  .ttl01 {
      padding-top: 0px;
      padding-bottom: 0px;
  }
  .ttl03 {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .prof-box p {
      font-size: 15px !important;
  }
  .area_cv {
      padding: 30px 60px 20px;
      width: 100%;
  }
  form.myForm .required .my_column.my_right input {
      width: 100%;
      padding: 6px;
  }
  form.myForm .required .my_column.my_left label:first-child:after {
    font-size: 13px !important;
  }
  form.myForm .required .my_column.my_left label:first-child:after {
      height: 24px !important;
  }
  form.myForm .required .my_column.my_left {
      width: 100%;
      padding-top: 0px;
  }
  .area_cv p.message {
      font-size: 15px !important;
  }
  .area_cv .caution_txt p {
      font-size: 13px !important;
  }
}

@media (max-width: 414px){
	main img {
	    margin: 0 auto;
	    display: block;
	}
	body p {
	    font-size: 14px !important;
      line-height: 1.5em !important;
	}
	.h1, h1, .font-weight-bold {
	    font-size: 1.3rem;
	}
	h2 {
		font-size: 18px;
		line-height: 1.3em;
	}
  .img_arrow {
      margin-bottom: 0px !important;
      max-width: 150px;
      margin-top: 30px !important;
  }
  .mt160 {margin-top: 40px !important;}
  .f40 {font-size: 30px !important;}
  .f35 {font-size: 26px !important;}
  .f30 {font-size: 22px !important;}
  .f22 {font-size: 18px !important;}
	header .flex-center {
	    height: 70% !important;
	}
  .ttl03 {width:100%;}
  .area_cv {
      padding: 30px 60px 1px;
  }
  .area_cv .ttl {
      font-size: 20px !important;
  }
  div.ttl.mt30 {
      margin-top: 10px;
  }
  .area_cv.ft .price {
      padding: 6px 10px 13px;
  }
  div.ttl {font-size: 20px;}
  .balloon02 {
      padding: 30px 10px 10px;
  }
  .bg_cross .container {
      padding-top: 40px;
  }
  .bg_cross .wrap .box p span {
      font-size: 12px !important;
  }
  .box {
    margin-bottom: 0px;
    padding: 5% 5% 10% 5%;
  }
	.box p {
	    margin-bottom: 35px;
	}
  .box p span {
      padding-top: 5px;
  }
	.box p:last-child {
		margin-bottom: 0;
	}
  .box:last-child {
      margin-bottom: 10px;
  }
  .bg_cross .wrap .box p {
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .balloon02::before {left: 42%;}
  div.ttl {
      margin-top: 0px;
      margin-bottom: 20px;
  }
  .ttl01, .ttl02 {
      margin-bottom: 0px;
  }
  .img03 {
      margin-bottom: 30px !important;
  }
  #top_con .txt {
    padding: 0% 0%;
  }
  .chapters {
      margin: 10px 0px 45px;
      padding: 30px 10px 10px 15px;
  }
  .chapters h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .chapters h3 > span {
      font-size: 18px;
  }
  .chapters ul li span.sub {
      font-size: 16px;
      letter-spacing: 0em;
  }
  .chapters h4 {
      font-size: 16px;
      margin-bottom: 15px;
  }
  .chapters ul li {
      font-size: 14.5px !important;
      line-height: 1.4em !important;
      margin-bottom: 10px;
      letter-spacing: 0em;
  }
  .bg_cross .wrap .box p {
      font-size: 13px !important;
  }
	.price {
      margin-top: 20px;
      font-size: 20px !important;
  }
	.bg_black .container .ttl {
      font-size: 20px !important;
      padding: 5px 10px 7px 10px;
  }
	.bg_black .container .ttl_voice {
	    font-size: 23px !important;
	    padding: 11px 10px 7px 10px;
	}
	.container .txt {
      text-align: left;
      padding: 5% 0%;
  }
  .bg_black .container .ttl {
      font-size: 18px !important;
      padding: 5px 10px 4px 10px;
  }
  ul.check_list, ul.good_list {padding: 5% 4%;}
  #prof_area.container {
    width: 100%;
  }
  .prof-box {
      padding: 3rem 2rem 2rem;
  }
  .prof-box p {
    font-size: 14px !important;
    line-height: 1.5em !important;
  }
  .prof_txt p.name {
      font-size: 16px !important;
      text-align: center;
  }
  .prof-box {
      margin-top: 10px;
  }
  .area_cv .ttl {
      font-size: 20px !important;
  }
  .check_list p img {
      max-width: 20px;
  }
  .price {
      margin-top: 20px;
      font-size: 17px !important;
  }
  .area_cv p.message {
      font-size: 14px !important;
      padding: 0 0 20px 0;
  }
  .content_form .input_unit .my_right.my_column {
    padding: 3px !important;
  }
  .area_cv p.price .ttl {
      font-size: 13px !important;
  }
  .area_cv p.price .utikeshi {
      font-size: 18px !important;
  }
  .utikeshi {
      text-decoration: line-through;
      font-size: 16px;
  }
  .area_cv .caution_txt p {
      font-size: 12px !important;
  }
  .button {
      font-size: 14px;
      line-height: 1.3em;
      padding: 2% 4% 5% !important;
  }
  .area_cv .ttl {
      margin-top: 10px;
      margin-bottom: 30px;
  }
  .area_cv .caution_txt {
      padding: 3px 0px 10px;
      margin: 0px auto 45px;
  }
  .area_cv p.price .ttl {
      color: #fff;
      font-size: 30px;
      background: #000;
      padding: 3px 10px 4px;
  }
}

@media (max-width: 375px){
	.h1, h1, .font-weight-bold {
	    font-size: 1.2rem;
	}
	.ml-3, .mx-3 {
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.bg_white {
	    padding: 15px;
	}
	.bg_black .container .ttl {
	    margin-top: 0px;
	}
	.bg_black .container p:last-child {margin-bottom: 10px;}
	.bg_black .container .ttl_voice {
		margin-bottom: 90px;
	}
	.box .box-title {
		left:26px;
	}
	.register-box h2 img {
	    width: 565px;
	    margin-top: -150px;
	}
	.register-box {
	    padding: 20px 0 50px;
	}
  div.ttl {
      font-size: 18px;
  }
  .bg_cross .wrap .box p {
      padding-top: 20px;
      margin-bottom: 15px;
  }
  .bg_cross #box_area.container {
    padding-right: 1% !important;
    padding-left: 1% !important;
  }
  .chapters h3 {margin-bottom: 10px;}
  .chapters h4 {font-size: 14px;}
  .chapters ul {margin: 0 0 30px;}
  .chapters ul li {
    font-size: 14px !important;
  }
  .balloon02::before {
      left: 40%;
  }
  .ttl.why {margin-top: 30px;}
  .prof-box {border: solid 6px #eeeeee;}
  .prof-box {padding: 5%;}
  .price .txt_red {font-size: 14px;}
	.bg_black .container .ttl {font-size: 19px !important;}
  .area_cv.ft {
      padding: 25px 60px 15px;
  }
	.area_cv p.price .txt_red {
    font-size: 16px;
  }
  .area_cv.ft .price {
      padding: 6px 3px 10px;
  }
  form.myForm .required .my_column.my_right input {
      width: 100%;
      padding: 4px;
  }
  form.myForm .required .my_column.my_left label {
      font-size: 14px !important;
  }
  .area_cv {
      padding-right: 10px !important;
      padding-left: 10px !important;
  }
  .area_cv .ttl {
      font-size: 18px !important;
  }
  .button {
      font-size: 15px;
      line-height: 1.3em;
      padding: 2% 4% 5% !important;
  }
  .balloon {
      padding: 25px 20px 30px;
  }
	footer {font-size: 0.7em;}
	footer .py-4 {
		  padding-top: 0.7rem!important;
		  padding-bottom: 0.7rem!important;
	}
	footer .py-3 {
  		padding-top: 0.5rem!important;
  		padding-bottom: 0.5rem!important;
	}
  #footer p {
      text-align: center;
      font-size: 10px !important;
  }
}

@media (max-width: 320px){
	header {
	    margin-bottom: 0px;
	}
  .container {
      width: 100%;
  }
	.bg_blank .container {
	    padding: 10px 20px 10px;
	}
	.register-box {
	    padding: 130px 0 0px;
	}
	.register-box {
	    padding: 20px 0 0px;
	}
	.bg_black .container .ttl {
	    font-size: 17px !important;
	}
  body p {
      font-size: 13.5px !important;
  }
  .prof-box p {
    font-size: 13.5px !important;
  }
  div.ttl {
      font-size: 16px;
      margin-top: 0px;
      margin-bottom: 10px;
  }
  .balloon02::before {
      left: 38%;
  }
  ul.check_list li, ul.good_list li {
      font-size: 13.5px;
  }
  .check_list {padding: 20px 10px 5px;}
  .chapters h3 span.no {
      font-size: 22px;
  }
  .chapters h3 > span {
      font-size: 15px;
  }
  .chapters ul li span.sub {
      font-size: 14px;
      letter-spacing: 0em;
  }
  .chapters ul li {letter-spacing: 0em;}
  .box {
      margin: 20px auto 20px;
      padding: 5% 5% 12% 5%;
  }
  .box p {
      font-size: 13px !important;
  }
	.box .box-title {
	    left: 19px;
	    padding: 10px 15px 5px 15px;
	    height: 46px;
	    line-height: 30px;
	    font-size: 15px;
	}
  .chapters {margin: 0px 0px 30px;}
  .utikeshi {font-size: 14px;}
  .price .txt_red {font-size: 14px;}
	.area_cv {
      padding: 20px 0px 1px;
      width: 100%;
      padding-right: 10px !important;
      padding-left: 10px !important;
  }
  .area_cv.ft {
      padding: 20px 60px 5px;
  }
  .area_cv .caution_txt {
      padding: 10px;
      margin: 0px auto 20px !important;
  }
  .prof_txt p.name {font-size: 14px !important;}
  .area_cv .caution_txt p {
      font-size: 11px !important;
  }
  .area_cv p.price .ttl {
    margin-right: 5px;
  }
	.bg_blank .container {
	    padding: 10px 20px 25px;
	}
  .area_cv .caution_txt {
      padding: 10px;
      margin: 15px auto 20px;
  }
}

/*デバイスごとの改行*/
@media screen and (min-width: 541px) {
	br.none_pc {display: none !important;}
}
@media screen and (min-width: 415px) {
  br.in_414 {display: none !important;}
}
@media screen and (max-width: 414px) {
	br.none_414 {display: none !important;}
  br.in_414 {display: inline-block !important;}
}
@media screen and (min-width: 376px){
	br.in_375 {display: none !important;}
}
@media screen and (max-width: 375px){
	br.none_375 {display: none !important;}
	br.in_375 {display: inline-block !important;}
}
@media screen and (min-width: 321px){
	br.none_320 {display: inline-block;}
}
@media screen and (max-width: 320px){
	br.none_320 {display: none !important;}
}

.main#test {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
.main#test:before{
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: url(url(../img/bg_fix01.jpg) no-repeat center / cover;
  z-index: -1;
}
#test #contents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  height: 600px;
  background-color: #ffffff;
  opacity: 0.8;
  
}