@charset "UTF-8";
/****************layout********************************************/
/*****key****/
#contents.conect25 .key {
  width: 100%;
  position: relative;
}
#contents.conect25 .key .btn {
  width: calc(100vw / (1200 / 360));
  position: absolute;
  left: calc(100vw / (1200 / 420));
  bottom: calc(100vw / (1200 / 15));
  margin: 0;
  padding: 0;
}
#contents.conect25 .key .btn a {
  display: block;
  padding: 0;
  background: #fff;
  border: #06c755 4px solid;
  border-radius: 100px;
  height: calc(100vw / (1200/ 55));
  line-height: calc(100vw / (1200 / 45));
  text-align: center;
  font-size: calc(100vw / (1200 / 20));
  color: #06c755;
}
/********* main common ********/
#contents.conect25 .inner {
  width: calc(100vw / (1200 / 900));
  margin: 0 auto calc(100vw / (1200 / 20));
}
#contents.conect25 .read {
  text-align: center;
  font-size: calc(100vw / (1200 / 20));
  font-weight: bold;
}
/*********01********/
/**** 01 ****/
#contents.conect25 .co_01 {
  background: #e3faff;
  padding: calc(100vw / (1200 / 40)) 0 calc(100vw / (1200 / 25));
}
#contents.conect25 .co_01 .flex {
  justify-content: space-between;
}
#contents.conect25 .co_01 h2 {
  width: calc(100vw / (1200 / 600));
  margin: 0 auto calc(100vw / (1200 / 15));
}
#contents.conect25 .co_01 .read {
  text-align: center;
  font-size: calc(100vw / (1200 / 22));
  font-weight: bold;
}
#contents.conect25 .co_01 .box {
  width: calc(100vw / (1200 / 440));
  margin: calc(100vw / (1200 / 50)) 0;
  padding-top: calc(100vw / (1200 / 20));
  border: 4px solid #34372f;
  border-radius: 8px;
  background: #fff;
  position: relative
}
#contents.conect25 .co_01 .box02 .bg {
  position: absolute;
  width: calc(100vw / (1200 / 100));
  top: calc(100vw / (1200 / 70));
  left: calc(100vw / (1200 / -25));
}
#contents.conect25 .co_01 .box03 .bg {
  position: absolute;
  width: calc(100vw / (1200 / 470));
  top: calc(100vw / (1200 / 105));
  left: calc(100vw / (1200 / -20));
}
#contents.conect25 .co_01 .box04 .bg {
  position: absolute;
  width: calc(100vw / (1200 / 100));
  top: calc(100vw / (1200 / 70));
  right: calc(100vw / (1200 / -25));
}
#contents.conect25 .co_01 .box p.no {
  position: absolute;
  top: calc(100vw / (1200 / -30));
  left: calc(100vw / (1200 / 190));
  width: calc(100vw / (1200 / 50));
}
#contents.conect25 .co_01 .box .pagelink {
  position: absolute;
  bottom: calc(100vw / (1200 / -50));
  left: calc(100vw / (1200 / 60));
}
#contents.conect25 .co_01 .box h3 {
  padding: calc(100vw / (1200 /12)) calc(100vw / (1200 /3)) calc(100vw / (1200 /8));
}
#contents.conect25 .co_01 .box ul {
  padding: calc(100vw / (1200 / 5));
  background: #34372f;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  font-size: calc(100vw / (1200 / 15));
}
#contents.conect25 .co_01 .box02 ul {
  padding-bottom: calc(100vw / (1200 / 18));
  background: none;
  font-size: calc(100vw / (1200 / 16));
  color: #d41840;
}
#contents.conect25 .co_01 .box ul span.fs {
  font-size: calc(100vw / (1200 / 12));
}
#contents.conect25 .co_01 .box ul li dl {
  font-weight: bold;
  line-height: 1.3;
}
#contents.conect25 .co_01 .box ul li dt {
  display: inline-block;
  margin: calc(100vw / (1200 / 4)) 0;
  padding: calc(100vw / (1200 / 4)) calc(100vw / (1200 / 10));
  background-color: #fff;
  letter-spacing: 0.05em;
  color: #000000;
  font-size: calc(100vw / (1200 / 14));
}
#contents.conect25 .co_01 .box ul li dd {
  letter-spacing: 0.03em;
  font-size: calc(100vw / (1200 / 22));
  color: #ffffcc;
}
#contents.conect25 .co_01 .pagelink {
  width: calc(100vw / (1200 / 300));
  margin: 0 auto;
  text-align: center;
}
#contents.conect25 .co_01 .pagelink a {
  display: block;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: calc(100vw / (1200 / 16));
}
#contents.conect25 .co_01 .inner .etc {
  font-size: calc(100vw / (1200 / 16));
}
#contents.conect25 .co_01 .inner .etc ul {
  border-top: 1px dashed #000;
}
#contents.conect25 .co_01 .inner .etc ul li {
  position: relative;
  padding: calc(100vw / (1200 / 15)) calc(100vw / (1200 / 40));
  border-bottom: 1px dashed #000;
}
#contents.conect25 .co_01 .inner .etc ul li span {
  color: #ff0000;
}
#contents.conect25 .co_01 .inner .etc ul li a {
  text-decoration: underline;
  color: #000;
}
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
/********************** co_02 ****************/
#contents.conect25 .co_02 {
  background: #e3faff;
  padding: calc(100vw / (1200 / 25)) 0 calc(100vw / (1200 / 80));
}
#contents.conect25 .co_02 h2 {
  width: calc(100vw / (1200 / 600));
  margin: 0 auto calc(100vw / (1200 / 25));
}
#contents.conect25 .co_02 .img {
  width: 95%;
  margin: 0 auto calc(100vw / (1200 / 25));
}
#contents.conect25 .co_02 ul.fs {
  width: calc(100vw / (1200 / 570));
  margin: 0 auto;
  text-indent: -2.3em;
  font-size: calc(100vw / (1200 / 14));
  font-weight: normal;
}
/*********03********/
#contents.conect25 .co_03 {
  background: #e3faff;
}
#contents.conect25 .co_03 h2 {
  width: calc(100vw / (1200 / 375));
  margin: 0 auto calc(100vw / (1200 / 40));
}
#contents.conect25 .co_03 h3 {
  width: calc(100vw / (1200 / 600));
  margin: 0 auto calc(100vw / (1200 / 25));
}
/****会員登録**/
#contents.conect25 .co_03 ul.nav.flex {
  width: calc(100vw / (1200 / 640));
  margin: calc(100vw / (1200 / 25)) auto calc(100vw / (1200 / 50));
  display: flex;
  vertical-align: baseline;
  justify-content: space-between;
}
ul.nav.flex li {
  width: calc(100vw / (1200 / 310));
  text-align: center;
  background: #ee4746;
  letter-spacing: 0.03em;
  color: #fff;
  position: relative;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
  border-radius: 4px;
}
ul.nav.flex li:nth-child(2) {
  width: calc(100vw / (1200 / 290));
  text-align: center;
  background: #ff7d00;
  color: #fff;
}
ul.nav.flex li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: calc(100vw / (1200 / 10)) 0 calc(100vw / (1200 / 30));
}
ul.nav.flex li::after {
  content: "▼";
  font-size: calc(100vw / (1200 / 14));
  position: absolute;
  left: calc(100vw / (1200 / 140));
  bottom: calc(100vw / (1200 / 10));
}
#contents.conect25 .co_03 .tejun {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 0 calc(100vw / (1200 / 50));
}
#contents.conect25 .co_03 .kaiin {
  background: #fdf0f1;
}
#contents.conect25 .co_03 .korekara {
  background: #fdf9f0;
  border-bottom: 3px solid #ff7d00;
}
#contents.conect25 .co_03 .kaiin h3 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 10px 0;
  background: #ee4746;
  text-align: center;
  font-size: calc(100vw / (1200 / 24));
  font-weight: bold;
  color: #fff;
}
#contents.conect25 .co_03 .korekara h3 {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 10px 0;
  background: #ff7d00;
  text-align: center;
  font-size: calc(100vw / (1200 / 24));
  color: #fff;
}
#contents.conect25 .co_03 .tejun .flow {
  width: calc(100vw / (1200 / 1000));
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
}
#contents.conect25 .co_03 .tejun .flow .box {
  width: 31%;
  margin: 0 auto calc(100vw / (1200 /15));
  padding: calc(100vw / (1200 /20)) calc(100vw / (1200 /2))  calc(100vw / (1200 /10)) ;
  background: #fff;
  line-height: 1.5;
  border: 1px solid #ee4746;
}
#contents.conect25 .co_03 .tejun.korekara .flow .box {
  border: 1px solid #ff7d00;
}
#contents.conect25 .co_03 .tejun .box.last {
  width: calc(100vw / (1200 /850));
  margin: 0 auto calc(100vw / (1200 /15));
  padding: calc(100vw / (1200 /20)) calc(100vw / (1200 /15));
  background: #fff;
  border: 4px solid #ee4746;
}
#contents.conect25 .co_03 .tejun .box.last .img {
  width: calc(100vw / (1200 /220));
}
#contents.conect25 .co_03 .tejun.korekara .box.last {
  border: 4px solid #ff7d00;
}
#contents.conect25 .co_03 .tejun .flow .txt {
  text-align: center;
  height: calc(100vw / (1200 /200));
}
#contents.conect25 .co_03 .tejun .flow .img {
  margin: calc(100vw / (1200 / 10)) calc(100vw / (1200 / 10));
  height: calc(100vw / (1200 /470));
}
#contents.conect25 .co_03 .tejun .box .no {
  width: calc(100vw / (1200 / 40));
  margin: 0 auto;
}
#contents.conect25 .co_03 .tejun .box h4 {
  margin: calc(100vw / (1200 / 10)) 0;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
  color: #ee4746;
}
#contents.conect25 .co_03 .tejun.korekara .box h4 {
  color: #ff7d00;
}
#contents.conect25 .co_03 .tejun .box.last h4 {
  text-align: center;
  font-size: calc(100vw / (1200 /24));
}
#contents.conect25 .co_03 .tejun .box p {
  margin-bottom: calc(100vw / (1200 / 10));
  font-size: calc(100vw / (1200 / 15));
}
#contents.conect25 .co_03 .tejun .box p span {
  background: linear-gradient(transparent 50%, #ffdd00 50%);
  font-weight: 600;
}
#contents.conect25 .co_03 .tejun .box.last p {
  text-align: center;
  font-size: calc(100vw / (1200 / 18));
}
#contents.conect25 .co_03 .tejun p a {
  text-decoration: underline;
  color: #000;
}
#contents.conect25 .co_03 .tejun .box p a:hover {
  text-decoration: none;
}
#contents.conect25 .co_03 .tejun ul {
  margin: calc(100vw / (1200 / 20));
}
#contents.conect25 .co_03 .tejun ul li {
  margin-bottom: 1em;
}
#contents.conect25 .co_03 .tejun .arrow {
  width: calc(100vw / (1200 / 500));
  margin: calc(100vw / (1200 / 20)) auto;
}
#contents.conect25 .co_03 ul.kome {
  width: calc(100vw / (1200 / 680));
  margin: calc(100vw / (1200 / 40)) auto;
}
#contents.conect25 .co_03 ul.kome li {
  position: relative;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  text-align: left;
  font-size: calc(100vw / (1200 / 16));
}
#contents.conect25 .co_03 ul.kome li span {
  font-weight: bold;
}
#contents.conect25 .co_03 .tejun .btn_cv {
  width: calc(100vw / (1200 / 350));
  margin: calc(100vw / (1200 / 50)) auto;
  padding-top: calc(100vw / (1200 / 50));
  font-weight: bold;
}
#contents.conect25 .co_03 .tejun .btn_cv a {
  display: block;
  padding-right: 2em;
  border: 3px solid #06c755;
  background: #fff;
  border-radius: 100px;
  color: #06c755;
  text-decoration: none;
  position: relative;
}
#contents.conect25 .co_03 .tejun .btn_cv a::after {
  content: "▶︎";
  display: inline-block;
  font-size: calc(100vw / (1200 / 16));
  color: #06c755;
  position: absolute;
  top: 0;
  right: calc(100vw / (1200 /25));
}
#contents.conect25 .co_03 .b00 {
  width: calc(100vw / (1200 / 980));
  margin: calc(100vw / (1200 / 50)) auto;
  padding: calc(100vw / (1200 / 30));
  background: #fff;
  border: 1px solid #ee4746;
}
#contents.conect25 .co_03 .korekara .b00 {
  border: 1px solid #ff7d00;
}
#contents.conect25 .co_03 .b00 .txt {
  width: calc(100vw / (1200 / 700));
  text-align: center;
}
#contents.conect25 .co_03 .b00 .img {
  width: calc(100vw / (1200 / 250));
}
#contents.conect25 .co_03 .b00 .txt .no {
  width: calc(100vw / (1200 / 120));
  margin: 0 auto;
}
#contents.conect25 .co_03 .b00 h4 {
  margin: calc(100vw / (1200 / 10)) auto;
  font-size: calc(100vw / (1200 / 18));
  font-weight: bold;
  color: #ee4746;
}
#contents.conect25 .co_03 .korekara .b00 h4 {
  color: #ff7d00;
}
/***LINE****/
#contents.conect25 .co_03 .line_area p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
#contents.conect25 .co_03 .line_area .catch {
  width: calc(100vw / (1200 / 300));
  margin: calc(100vw / (1200 / 20)) auto 0;
}
#contents.conect25 .co_03 .line_area .btn {
  width: calc(100vw / (1200 / 350));
  margin: calc(100vw / (1200 / 10)) auto calc(100vw / (1200 / 20));
  font-size: calc(100vw / (1200 / 22));
}
#contents.conect25 .co_03 .line_area .btn a {
  display: block;
  background: #06c755;
  height: calc(100vw / (1200 / 60));
  line-height: calc(100vw / (1200 / 60));
  text-decoration: none;
  border-radius: 100px;
  color: #fff;
  position: relative;
  font-size: calc(100vw / (1200 / 22));
}
#contents.conect25 .co_03 .line_area .btn a::after {
  content: "▶︎";
  font-size: calc(100vw / (1200 / 15));
  color: #fff;
  position: absolute;
  top: calc(100vw / (1200 / 2));
  right: calc(100vw / (1200 / 30));
}
#contents.conect25 .co_03 .line_area .atn {
  width: calc(100vw / (1200 / 600));
  margin: calc(100vw / (1200 / 5)) auto calc(100vw / (1200 / 20));
  padding: calc(100vw / (1200 / 10));
  text-align: left;
  background: #f0f0f0;
  border: 1px solid #34372f;
  font-size: calc(100vw / (1200 / 15));
}
#contents.conect25 .co_03 .line_area .atn .img {
  width: calc(100vw / (1200 / 50));
}
/*********04********/
#contents.conect25 .co_04 {
  margin: 0 auto calc(100vw / (1200 / 100));
  padding-top: calc(100vw / (1200 / 80));
}
#contents.conect25 .co_04 h2 {
  width: calc(100vw / (1200 / 300));
  margin: 0 auto calc(100vw / (1200 / 40));
}
#contents.conect25 .co_04 .inner p {
  margin: 0 0 2.1em;
}
#contents.conect25 .co_04 .inner ul {
  width: calc(100vw / (1200 / 760));
  margin: 0 auto calc(100vw / (1200 / 60));
  font-size: calc(100vw / (1200 / 15));
  line-height: 1.6;
}
#contents.conect25 .co_04 .inner ul li {
  margin-bottom: calc(100vw / (1200 / 15));
  padding: 0 calc(100vw / (1200 / 15)) calc(100vw / (1200 / 15));
  border-bottom: 1px solid #ccc;
}
#contents.conect25 .co_04 h3 {
  margin: calc(100vw / (1200 / 30)) auto;
  padding-bottom: calc(1200 / (1200 / 20));
  text-align: center;
  font-size: calc(100vw / (1200 / 20));
  font-weight: bold;
}
#contents.conect25 .co_04 .inner a {
  text-decoration: underline;
}
#contents.conect25 .co_04 .inner ul li .marker {
  background: #fff000;
  font-weight: bold;
}
#contents.conect25 .co_04 .inner a {
  text-decoration: underline;
}
#contents.conect25 .btnarea {
  width: calc(100vw / (1200 / 650));
  margin: 0 auto calc(100vw / (1200 / 100));
  line-height: 1.5;
  font-size: calc(100vw / (1200 /16));
  color: #fff;
}