@charset "Shift_JIS";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

.webappWrapper {
	font-family: 'Noto Sans JP', sans-serif;
	color: #1c1a20;
	margin: auto;
	line-height: 1.5;
	font-weight: 400;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
	scroll-behavior: smooth;
}
.webappWrapper img {
	max-width: 100%;
	vertical-align: bottom;
}
.webappWrapper, .webappWrapper * {
	border: 0;
	border-style: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
	position: relative;
}
.webappWrapper a {
	text-decoration: none;
	color: #1c1a20;
}
.webappWrapper a, .webappWrapper a:hover, .webappWrapper a::before, .webappWrapper a:hover::before, .webappWrapper a::after, .webappWrapper a:hover::after, .webappWrapper a img, .webappWrapper a:hover img {
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.webappWrapper a:hover {
	opacity: 0.7;
}
.webappWrapper p, .webappWrapper dl {
	font-size: 16px;
	line-height: 30px;
	text-justify: inter-ideograph;
}
.webappWrapper ul, .webappWrapper li {
	margin: 0;
	padding: 0;
}
.webappWrapper .pc {
	display: inline;
}
.webappWrapper .sp {
	display: none;
}
.webappWrapper .toTop {
  display: block;
  position: fixed;
  right: 0px;
  bottom: 40px;
}
.webappWrapper .textC {
  text-align: center;
}

/* header */
.webappWrapper header {
	background: #000000;
	color: #ffffff;
	margin-bottom: 60px !important;
}
.webappWrapper header #hMain {
  background: url("img/bg.png") center center no-repeat;
  background-size: cover;
}
.webappWrapper header h1 {
	padding: 150px 0;
  /*
	font-size: 46px;
	line-height: 50px;
	font-weight: 400;
  */
}
.webappWrapper header h1 span {
  display: none;
  opacity: 0;
}
.webappWrapper #hMenu {
	background: #2e2e33;
}
.webappWrapper	#hMenu li {
	list-style: none;
}
.webappWrapper	#hMenu a {
	color: #ffffff;
	display: block;
}
.webappWrapper header #hMenu #hMenuCheck {
  display: none;
}

/* content */
.webappWrapper {
	background: #ffffff;
	/*padding-top: 40px;*/
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.webappContent > *, .webappWrapper .inner > .sub:not(:last-child) {
	margin-bottom: 60px;
}
.webappContent > section .inner > .sub > *:not(:last-child) {
	margin-bottom: 40px;
}
.webappContent .inner:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.webappWrapper h2 {
	border-bottom: #000000 3px solid;
	padding-bottom: 10px;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 3px;
	font-weight: 700;
}
.webappWrapper h2::after {
	content: '';
	border-bottom: #50e6ff 3px solid;
	width: 40px;
	height: 0px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -3px;
}
.webappWrapper .inner h3 {
	border-left: #00bcf2 3px solid;
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
}
.webappWrapper .inner h4 {
  margin-bottom: 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webappWrapper .inner h4::before {
  content: '';
	background: url("img/icon.png") center center no-repeat;
	background-size: 100% auto;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  display: inline-block;
}
.webappWrapper .pLink {
	left: 0;
	top: -40px;
}
.webappWrapper .lead {
	font-size: 28px;
	line-height: 46px;
}
.webappWrapper .column2 > * {
  text-align: center;
}
.webappWrapper ul::after, .webappWrapper ol::after, .webappWrapper dl::after, .webappWrapper dl > *::after, .webappWrapper .column2::after, .webappWrapper #Cont2 .monthCost::after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.webappWrapper .quote {
  margin-top: 10px;
	font-size: 12px;
	line-height: 18px;
  /*text-align: right;*/
}
.webappWrapper .btn a {
	background: #00bcf2 url("img/angle.png") center right 30px no-repeat;
	background-size: auto 22px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
	padding: 20px 0;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	border-radius: 100px;
	display: block;
	text-align: center;
}
.webappWrapper .center {
	text-align: center;
}

/* border */
.webappWrapper .border {
  -webkit-box-shadow: rgba(0,0,0,0.7) 0px 0px 1px;
          box-shadow: rgba(0,0,0,0.7) 0px 0px 1px;
}
/* color */
.webappWrapper .blue {
	/*color: #00bcf2;*/
  color: #00bcf2;
}
.webappWrapper .red {
	color: #ff5022;
}
.webappWrapper .yellow {
	color: #ffff00;
}
.webappWrapper .bg1 {
	background: #eeeeee;
}
.webappWrapper .bg2 {
	background: #364549;
	color: #ffffff;
}
.webappWrapper .bg3 {
	border: #1c1a20 1px solid;
	border-left: none;
	border-right: none;
}

/* ul */
.webappWrapper .ul1 li {
  padding-left: 1.5em;
}
.webappWrapper .ul1 li::before {
  content: '';
  color: #00a0e9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.webappWrapper .ol1 {
}
.webappWrapper .ol1 li {
  background: #def1fb;
  min-height: 80px;
  margin-bottom: 10px;
  padding: 10px 20px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.webappWrapper .ol1 li span {
  margin-right: 10px;
  color: #00bcf2;
}

/* dl */
.webappWrapper .dl1 > *, .webappWrapper .dl2 > *, .webappWrapper .dl3 > * {
	width: 32%;
	text-align: center;
	float: left;
}
.webappWrapper .dl1 > *:not(:nth-of-type(3n+1)), .webappWrapper .dl2 > *:not(:nth-of-type(3n+1)), .webappWrapper .dl3 > *:not(:nth-of-type(3n+1)) {
  margin-left: 2%;
}
.webappWrapper .dl1 > * {
	background: #eaeaea;
}
.webappWrapper .dl1 dt {
	background: #000000;
	color: #ffffff;
  padding: 15px 5px;
	font-size: 18px;
	line-height: 24px;
}
.webappWrapper .dl1 dd {
  padding: 30px 20px;
}
.webappWrapper .dl1 dd figure {
  margin-bottom: 20px;
}
.webappWrapper .dl1 dd p {
  min-height: 120px;
  text-align: justify;
}
.webappWrapper .dl2 dt, .webappWrapper .dl3 dt {
  padding: 15px 5px;
	font-size: 18px;
	line-height: 24px;
}
.webappWrapper .dl2 dd, .webappWrapper .dl3 dd {
  padding: 30px 20px;
}
.webappWrapper .dl2 > * {
  border: #00bcf2 1px solid;
	background: #ffffff;
}
.webappWrapper .dl2 dt {
	background: #00bcf2;
	color: #ffffff;
}
.webappWrapper .dl3 > * {
  border: #000000 1px solid;
	background: #ffffff;
}
.webappWrapper .dl3 dt {
	background: #000000;
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
}
.webappWrapper .dl3 > * {
  border: #000000 1px solid;
	background: #ffffff;
}
.webappWrapper .dl4 > *:not(:last-child) {
  margin-bottom: 15px;
}
.webappWrapper .dl4 > * > * {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
  float: left;
}
.webappWrapper .dl4 dt {
  width: 230px;
}
.webappWrapper .dl4 dt span {
  background: #00a0e9;
  color: #ffffff;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.webappWrapper .dl4 dd {
  width: calc(100% - 230px);
}

/* table */
.webappWrapper .scroll table {
  width: 100%;
	border: #cccccc 1px solid;
	border-right: none;
	border-bottom: none;
	font-size: 16px;
	line-height: 30px;
}
.webappWrapper .scroll table thead th {
	padding: 10px;
	line-height: 20px;
	text-align: center;
}
.webappWrapper .scroll table tr > * {
	border: #cccccc 1px solid;
	border-left: none;
	border-top: none;
  font-weight: 500;
  vertical-align: middle;
}
.webappWrapper .scroll table tbody th {
	text-align: left;
}
.webappWrapper .scroll table tbody tr > * {
	padding: 20px;
}
.webappWrapper .scroll table tbody tr > .price {
  font-size: 20px;
}
.webappWrapper .scroll table tbody tr > * span {
  font-size: 13px;
}
.webappWrapper .scroll table td ul:not([class]) li {
  padding-left: 1em;
}
.webappWrapper .scroll table td ul:not([class]) li::before {
  content: 'E';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.webappWrapper .scroll.always {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.webappWrapper .scroll.always::-webkit-scrollbar { 
  height: 10px; 
} 
.webappWrapper .scroll.always::-webkit-scrollbar-track { 
  background: rgba(255,255,255,0.1); 
  margin: 0 15px; 
  border-radius: 5px; 
} 
.webappWrapper .scroll.always::-webkit-scrollbar-thumb { 
  background: rgba(255,255,255,0.5); 
  border-radius: 5px;
}
.webappWrapper .scroll.always::-webkit-scrollbar-track { 
  background: rgba(0,0,0,0.1); 
  margin: 0; 
} 
.webappWrapper .scroll.always::-webkit-scrollbar-thumb { 
  background: rgba(0,0,0,0.5); 
}
.webappWrapper .scroll.always table {
  width: 160%;
  /*
  font-size: 14px;
  line-height: 24px;
  */
}

.webappWrapper .scroll .ta1, .webappWrapper .scroll .ta1 tr > * {
	border-color: #00bcf2;
}
.webappWrapper .scroll .ta1 thead th {
	background: #00bcf2;
	color: #ffffff;
}
.webappWrapper .scroll .ta1 thead th:not(:last-child) {
	border-right: #ffffff 1px solid;
}
.webappWrapper .scroll .ta1 tbody th {
	background: #d9f5fd;
}
.webappWrapper .scroll .ta1 td ul li::before {
  color: #00bcf2;
}

/* Cont1 */
#Cont1 .note > *:not(:last-child) {
  margin-bottom: 20px;
}
#Cont1 .note p {
	font-size: 24px;
	line-height: 40px;
	font-weight: 500;
}
#Cont1 .note .catch {
	font-size: 30px;
	line-height: 48px;
}

/* Cont2 */
#Cont2 {
}


/* Cont3 */
#Cont3 .scroll .ta1 tr > *:nth-child(1) {
  width: 8%;
}
#Cont3 .scroll .ta1 tr > *:nth-child(2) {
  width: 8%;
}
#Cont3 .scroll .ta1 tr > *:nth-child(3) {
  width: 10%;
}
#Cont3 .scroll .ta1 tr > *:nth-child(4) {
  width: 10%;
}
#Cont3 .scroll .ta1 tr > *:nth-child(5) {
  width: 5%;
}
#Cont3 .scroll .ta1 tr > *:nth-child(6) {
}
#Cont3 .scroll .ta1 tr > *:nth-child(7) {
  width: 25%;
}

/* Cont4 */
#Cont4 .btn {
  width: 100%;
}
#Cont4 .bg3 {
	margin-top: 30px;
	padding: 30px 0;
}


/*pc
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {

	.webappWrapper{
		width: 980px;
		margin: 0 calc(50% - 490px);
	}
  .webappWrapper .toTop {
    margin-right: -490px;
    right: 50%;
	}
	
	/* header */
	.webappWrapper header {
		background: #000000;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	.webappWrapper header h1 {
		background: url("img/bg_header.png") top center no-repeat;
    background-size: contain;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	.webappWrapper #hMenu {
		background: #2e2e33;
		color: #ffffff;
	}
	.webappWrapper	#hMenu ul {
		text-align: center;
	}
	.webappWrapper	#hMenu li {
		display: inline-block;
	}
	.webappWrapper	#hMenu a {
		padding: 20px;
	}
  .webappWrapper	#hMenu a::before, .webappWrapper	#hMenu a::after {
    content: '';
    border-bottom: #50e6ff 3px solid;
    width: 0%;
    height: 0px;
    display: block;
    position: absolute;
    bottom: 10px;
  }
  .webappWrapper	#hMenu a::before {
    right: 50%;
  }
  .webappWrapper	#hMenu a::after {
    left: 50%;
  }
  .webappWrapper	#hMenu a:hover {
    opacity: 1;
  }
  .webappWrapper	#hMenu a:hover::before, .webappWrapper	#hMenu a:hover::after {
    width: 50%;
  }
	
	/* content */
	.webappWrapper .inner {
		width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	.cognitiveContent li {
		display: inline-block;
	}
  .webappWrapper .lead {
		text-align: center;
  }
  .webappWrapper .column2 > * {
    width: 49%;
    float: left;
  }
  .webappWrapper .column2 > *:nth-child(2n+2) {
    margin-left: 2%;
  }
  
  /* ul */
  
  /* dl */
  .webappWrapper .dl1::after {
  }
  .webappWrapper .dl1 > *:nth-last-child(n+3) {
    margin-bottom: 15px;
  }
  
  /* table */
	
	/* Cont1 */
	#Cont1 .img {
		width: 200px;
		float: left;
	}
	#Cont1 .note {
    width: calc(100% - 200px);
		text-align: center;
		float: right;
	}
	
	/* Cont2 */
  #Cont2 {
  }
	
	/* Cont3 */
  #Cont3 .caseWrap .column2 > .monthCost {
    width: 13%;
  }
  #Cont3 .caseWrap .column2 > .calcWrap {
    width: 83%;
    margin-left: 4%;
  }
	
	/* Cont4 */
	#Cont4 .btn:after {
		visibility: hidden;
		display: block;
		content: " ";
		clear: both;
		height: 0;
	}
	
}

/*sphone
-------------------------------------------------------*/
@media screen and (max-width: 767px) {
	
  .webappWrapper {
    padding-top: 10px;
    overflow: hidden;
  }
	.webappWrapper p  {
    font-size: 13px;
    line-height: 24px;
	}
	.webappWrapper dl, .webappWrapper dl p {
    font-size: 12px;
    line-height: 20px;
	}
	.webappWrapper .pc {
		display: none;
	}
	.webappWrapper .sp {
		display: inline;
	}
  .cognitiveContent > * {
    padding-left: 10px;
    padding-right: 10px;
  }
  .webappWrapper .toTop {
    width: 50px;
  }
	
	/* header */
	.webappWrapper header {
    margin-bottom: 40px !important;
	}
  .webappWrapper header h1 {
		background: url("img/bg_header_s.png") bottom center no-repeat;
    background-size: contain;
    padding: 24vw 0 27vw 0;
    font-size: 7vw;
    line-height: 10vw;
    text-align: center;
  }
	.webappWrapper header #hMenu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
	}
  .webappWrapper header #hMenu .menuBtn {
    background-color: #0078d4;
    position: fixed;
    height: 60px;
    width: 60px;
    top: 0px;
    right: 0px;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .webappWrapper header #hMenu .menuBtn span,
  .webappWrapper header #hMenu .menuBtn span:before,
  .webappWrapper header #hMenu .menuBtn span:after {
    content: '';
    background-color: #ffffff;
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    position: absolute;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .webappWrapper header #hMenu .menuBtn span:before {
    bottom: 8px;
  }
  .webappWrapper header #hMenu .menuBtn span:after {
    top: 8px;
  }
  .webappWrapper header #hMenu #hMenuCheck:checked ~ .menuBtn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .webappWrapper header #hMenu #hMenuCheck:checked ~ .menuBtn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .webappWrapper header #hMenu #hMenuCheck:checked ~ .menuBtn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .webappWrapper header #hMenu .menuContent {
    background-color: rgba(255,255,255,0.9);
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 14;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .webappWrapper header #hMenu .menuContent ul {
    padding: 70px 10px 0;
  }
  .webappWrapper header #hMenu .menuContent ul li {
    border-bottom: #62666a 1px solid;
    list-style: none;
  }
  .webappWrapper header #hMenu .menuContent ul li a {
    color: #333333;
    width: 100%;
    padding: 20px 5px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .webappWrapper header #hMenu .menuContent ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .webappWrapper header #hMenu #hMenuCheck:checked ~ .menuContent {
    right: 0%;
  }
  
	/* content */
  .webappContent > *, .webappWrapper .inner > .sub:not(:last-child) {
    margin-bottom: 40px;
  }
  .backupContent > section .inner > .sub > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .webappWrapper h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .webappWrapper .inner h3 {
    font-size: 15px;
    line-height: 20px;
  }
  .webappWrapper .inner h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .webappWrapper .inner h4::before {
    width: 30px;
    height: 30px;
  }
  .webappWrapper .lead {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  /* ul */
  .webappWrapper .ul1 {
  }
  .webappWrapper .ol1 li {
    min-height: 60px;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
  }

  /* dl */
  .webappWrapper .dl1 > *, .webappWrapper .dl2 > *, .webappWrapper .dl3 > * {
    width: 49%;
  }
  .webappWrapper .dl1 > *:not(:nth-of-type(3n+1)) {
    margin-left: 0%;
  }
  .webappWrapper .dl1 > *:nth-of-type(2n+2) {
    margin-left: 2% !important;
  }
  .webappWrapper .dl1 > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 10px;
  }
  .webappWrapper .dl1 dt, .webappWrapper .dl2 dt, .webappWrapper .dl3 dt {
    padding: 5px 0px;
    font-size: 13px;
    line-height: 18px;
  }
  .webappWrapper .dl1 dd, .webappWrapper .dl2 dd, .webappWrapper .dl3 dd {
    padding: 20px 10px;
  }
  .webappWrapper .dl1 dd p {
    min-height: 100px;
  }
  .webappWrapper .dl2 > *, .webappWrapper .dl3 > * {
    width: 32%;
  }
  .webappWrapper .dl4 > * > * {
    font-size: 14px;
    line-height: 24px;
  }
  .webappWrapper .dl4 dt, .webappWrapper .dl4 dd {
    width: 100%;
    float: none;
  }
  .webappWrapper .dl4 dt span {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    line-height: 18px;
  }
  .webappWrapper .dl4 dd {
    margin-left: 25px;
  }
  
  /* table */
  .webappWrapper .scroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .webappWrapper .scroll::-webkit-scrollbar { 
    height: 10px; 
  } 
  .webappWrapper .scroll::-webkit-scrollbar-track { 
    background: rgba(255,255,255,0.1); 
    margin: 0 15px; 
    border-radius: 5px; 
  } 
  .webappWrapper .scroll::-webkit-scrollbar-thumb { 
    background: rgba(255,255,255,0.5); 
    border-radius: 5px;
  }
  .webappWrapper .scroll::-webkit-scrollbar-track { 
    background: rgba(0,0,0,0.1); 
    margin: 0; 
  } 
  .webappWrapper .scroll::-webkit-scrollbar-thumb { 
    background: rgba(0,0,0,0.5); 
  }
  .webappWrapper .scroll table {
    width: 660px;
    font-size: 14px;
    line-height: 24px;
  }

  .webappWrapper .scroll table {
    font-size: 14px;
    line-height: 24px;
  }
  .webappWrapper .scroll table thead th {
    padding: 5px;
  }
  .webappWrapper .scroll table tbody tr > * {
    padding: 10px;
  }
  .webappWrapper .scroll table tbody tr > .price {
    font-size: 16px;
  }
  .webappWrapper .scroll.always table {
    width: 200%;
  }
  
  
	/* Cont1 */
  #Cont1 .note {
    margin-bottom: 30px;
  }
  #Cont1 .note p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
  }
  #Cont1 .note .catch {
    font-size: 20px;
    line-height: 36px;
  }
  #Cont1 .img {
    width: 40%;
    margin: 0 auto;
  }

  /* Cont2 */
  #Cont2 {
  }

  /* Cont3 */
  #Cont3 .monthCost .title {
    width: 100%;
    padding: 0 0 25px 0;
    font-size: 16px;
  }

  /* Cont4 */
  #Cont4 {
  }
	
}