html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #f2f2f2;
	text-align: center;
	margin: 0;
}
@media(min-width:1441px){
	.main-visual img{
		width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;		
	}
	.sp-only {
		display:none!important;
	}
    .main-wrapper {
        flex-direction: column;
        min-height: 100vh;
    }
    /* Register button */
	.register-container {
		text-align: center;
		width:1000px;
        margin: auto;
        margin-bottom: 70px;
	}
    .register-btn {
      display: inline-block;
      background-color: #E0852A;
      color: #fff;
      font-size: 40px;
      padding: 40px 100px;
      text-decoration: none;
      transition: 0.3s ease;
	  height: 48px;
	  line-height: 48px;
	  margin-top: 70px;
    }
    .register-btn:hover {
      background-color: #cc6e20;
    }
	
	 /* Target box */
	.target-wrapper {
		text-align: center;
		padding:50px 0 20px;
		background-color: #fff;
		width:1000px;
		margin: auto;
	}
	.target-box {
	  display: inline-block;
	  position: relative;
	  border: 5px solid #438858;
	  padding: 60px 50px;
	  text-align: center;
	}
	.target-box .label {
	  position: absolute;
	  top: -32px;
	  left: 50%;
	  transform: translateX(-50%);
	  background-color: #438858;
	  color: #fff;
	  padding: 10px 40px;
	  font-size: 32px;
	  border-radius: 2px;
	}
	.target-box p {
	  margin: 0;
	  font-size: 32px;
	  line-height: 1.8;
	  color: #333;
      width: 800px;
      height: 130px;
	}
	
	/**For div table***/
    .campaign-box {
		background-color: #fff;
        margin: 0 auto;
        width: 1000px;
        margin-top: 70px;
    }
	.campaign-inner {
		padding: 25px;
		margin-bottom: 75px;
	}
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 15px;
    }
    .row .label {
		background-color: #CF1F22;
        color: #fff;
        width: 265px;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 27px;
		border: 2px solid #CF1F22;
	    margin: 0;
    }
    .row .content {
      flex: 1;
      background-color: #F8C1C2;
      padding: 15px 20px;
      box-sizing: border-box;
      text-align: left;
	  width: 665px;
	  margin-left: 20px;
	  border: 2px solid #F8C1C2;
	  padding: 20px;

    }
    .row .content p, .row .content ul li {
      margin: 0;
	  font-size:24px;
    }
	.row .content ul {
		margin:0;
	}
	.row .content01 p {
		font-size:20px;
	}
    .row .content .note {
      color: #555;
      margin-top: 10px;
	  background-color:#FFFFFF;
	  padding: 12px 15px 12px 30px;
	  border-radius: 6px;
    }	
	.last-row {
		margin-bottom: 0;
	}
	
	/**notice**/
    .notice-box {
      background-color: #fff;
      width: 1000px;
      margin: 0 auto;
	  display: inline-block;
    }
    .notice-header {
        background-color: #CF1F22;
        color: white;
        padding: 10px 25px;
        font-size: 27px;
        margin-bottom: 20px;
        width: 158px;
        margin: 5px;
    }
    .notice-text {
      font-size: 20px;
	  text-align: left;
      margin: 42px 20px 62px;
    }
	.notice-text p {
		margin:0;
	}
    .notice-text ul {
      padding-left: 1.5em;
      list-style-type: disc;
	  margin: 0 0px 0 -6px;
    }
    .notice-text ul ul {
      list-style-type: circle;
    }	
	.inquiry-box {
		margin-top:25px;
		font-size: 24px;
	}
	.register-box {
		display: inline-block;
		text-align: center;
		width:1000px;
		margin:0 0 108px;
	}
	.reg-note {
		font-size: 18px;
        text-align: left;
	}
	/**Facebook/X**/
    .share-icons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      gap: 10px;
      z-index: 1000;
    }
    .share-icons img {
      width: 40px;
      height: 40px;
      border-radius: 50%; 
      cursor: pointer;
      transition: opacity 0.3s, transform 0.2s;
    }
    .share-icons img:hover {
      opacity: 0.8;
      transform: scale(1.1);
    }
}
@media(max-width:1440px){
	.main-visual img{
		width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;		
	}
	.sp-only {
		display:none!important;
	}
    /* Register button */
	.register-container {
		text-align: center;
		width:1000px;
        margin: auto;
        margin-bottom: 70px;
	}
    .register-btn {
      display: inline-block;
      background-color: #E0852A;
      color: #fff;
      font-size: 40px;
      padding: 40px 100px;
      text-decoration: none;
      transition: 0.3s ease;
	  height: 48px;
	  line-height: 48px;
	  margin-top: 70px;
    }
    .register-btn:hover {
      background-color: #cc6e20;
    }
	
	 /* Target box */
	.target-wrapper {
		text-align: center;
		padding:50px 0 20px;
		background-color: #fff;
		width:1000px;
		margin: auto;
	}
	.target-box {
	  display: inline-block;
	  position: relative;
	  border: 5px solid #438858;
	  padding: 60px 50px;
	  text-align: center;
	}
	.target-box .label {
	  position: absolute;
	  top: -32px;
	  left: 50%;
	  transform: translateX(-50%);
	  background-color: #438858;
	  color: #fff;
	  padding: 10px 40px;
	  font-size: 32px;
	  border-radius: 2px;
	}
	.target-box p {
	  margin: 0;
	  font-size: 32px;
	  line-height: 1.8;
	  color: #333;
      width: 800px;
      height: 130px;
	}
	
	/**For div table***/
    .campaign-box {
		background-color: #fff;
        margin: 0 auto;
        width: 1000px;
        margin-top: 70px;
    }
	.campaign-inner {
		padding: 25px;
		margin-bottom: 75px;
	}
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 15px;
    }
    .row .label {
		background-color: #CF1F22;
        color: #fff;
        width: 265px;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 27px;
		border: 2px solid #CF1F22;
	    margin: 0;
    }
    .row .content {
      flex: 1;
      background-color: #F8C1C2;
      padding: 15px 20px;
      box-sizing: border-box;
      text-align: left;
	  width: 665px;
	  margin-left: 20px;
	  border: 2px solid #F8C1C2;
	  padding: 20px;

    }
    .row .content p, .row .content ul li {
      margin: 0;
	  font-size:24px;
    }
	.row .content ul {
		margin:0;
	}
	.row .content01 p {
		font-size:20px;
	}
    .row .content .note {
      color: #555;
      margin-top: 10px;
	  background-color:#FFFFFF;
	  padding: 12px 15px 12px 30px;
	  border-radius: 6px;
    }	
	.last-row {
		margin-bottom: 0;
	}
	
	/**notice**/
    .notice-box {
      background-color: #fff;
      width: 1000px;
      margin: 0 auto;
	  display: inline-block;
    }
    .notice-header {
        background-color: #CF1F22;
        color: white;
        padding: 10px 25px;
        font-size: 27px;
        margin-bottom: 20px;
        width: 158px;
        margin: 5px;
    }
    .notice-text {
      font-size: 20px;
	  text-align: left;
      margin: 42px 20px 62px;
    }
	.notice-text p {
		margin:0;
	}
    .notice-text ul {
      padding-left: 1.5em;
      list-style-type: disc;
	  margin:0;
    }
    .notice-text ul ul {
      list-style-type: circle;
    }	
	.inquiry-box {
		margin-top:25px;
		font-size: 24px;
	}
	.register-box {
		display: inline-block;
		text-align: center;
		width:1000px;
		margin:0 0 108px;
	}
	.reg-note {
		font-size: 18px;
        text-align: left;
	}
	/**Facebook/X**/
    .share-icons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      gap: 10px;
      z-index: 1000;
    }
    .share-icons img {
      width: 40px;
      height: 40px;
      border-radius: 50%; 
      cursor: pointer;
      transition: opacity 0.3s, transform 0.2s;
    }
    .share-icons img:hover {
      opacity: 0.8;
      transform: scale(1.1);
    }
}
@media (min-width: 769px) and (max-width: 1439px) {
	.main-visual img{
		width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;		
	}
    .main-wrapper {
		margin: 0 15px;
    }
    /* Register button */
	.register-container {
		display: inline-block;
		text-align: center;
		width: 99%; 
		margin-bottom: unset;
	}
    .register-btn {
      display: inline-block;
      background-color: #E0852A;
      color: #fff;
      font-size: 40px;
      padding: 40px 100px;
      text-decoration: none;
      transition: 0.3s ease;
	  height: 48px;
	  line-height: 48px;
	  margin-top: 70px;
    }
    .register-btn:hover {
      background-color: #cc6e20;
    }
	
	 /* Target box */
	.target-wrapper {
		display: inline-block;
		text-align: center;
		margin:70px 0;
		padding: 50px 0 20px;
		background-color: #fff;
		width: 99%;
	}
	.target-box {
	  display: inline-block;
	  position: relative;
	  border: 5px solid #438858;
	  padding: 60px 45px;
	  text-align: center;
	}
	.target-box .label {
	  position: absolute;
	  top: -32px;
	  left: 50%;
	  transform: translateX(-50%);
	  background-color: #438858;
	  color: #fff;
	  padding: 10px 40px;
	  font-size: 32px;
	  border-radius: 2px;
	}
	.target-box p {
	  margin: 0;
	  font-size: 32px;
	  line-height: 1.8;
	  color: #333;
      width: 100%;
      height: 130px;
	}
	
	/**For div table***/
    .campaign-box {
        background-color:#fff;
        margin: 0 auto;
        width: 99%;
    }
	.campaign-inner {
		padding: 25px;
		margin-bottom: 75px;
	}
    .row {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 15px;
    }
    .row .label {
		background-color: #CF1F22;
        color: #fff;
        width: 265px;
        box-sizing: border-box;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 27px;
		border: 2px solid #CF1F22;
	    margin: 0;
    }
    .row .content {
      flex: 1;
      background-color: #F8C1C2;
      padding: 15px 20px;
      box-sizing: border-box;
      text-align: left;
	  width: 665px;
	  margin-left: 20px;
	  border: 2px solid #F8C1C2;
	  padding: 20px;

    }
    .row .content p, .row .content ul li {
      margin: 0;
	  font-size:24px;
    }
	.row .content ul {
		margin:0;
	}
	.row .content01 p {
		font-size:20px;
	}
    .row .content .note {
      color: #555;
      margin-top: 10px;
	  background-color:#FFFFFF;
	  padding: 12px 15px 12px 30px;
	  border-radius: 6px;
    }	
	.last-row {
		margin-bottom: 0;
	}
	
	/**notice**/
    .notice-box {
      background-color: #fff;
      width: 99%;
      margin: 0 auto;
	  display: inline-block;
    }
    .notice-header {
        background-color: #CF1F22;
        color: white;
        padding: 10px 25px;
        font-size: 27px;
        margin-bottom: 20px;
        width: 158px;
        margin: 5px;
    }
    .notice-text {
      font-size: 20px;
	  text-align: left;
      margin: 42px 20px 62px;
    }
	.notice-text p {
		margin:0;
	}
    .notice-text ul {
      padding-left: 1.5em;
      list-style-type: disc;
	  margin:0;
    }
    .notice-text ul ul {
      list-style-type: circle;
    }	
	.inquiry-box {
		margin-top:25px;
		font-size: 24px;
	}
	.register-box {
		display: inline-block;
		text-align: center;
		width: 99%;
		margin:0 0 108px;
	}
	.reg-note {
		font-size: 18px;
        text-align: left;
	}
	/**Facebook/X**/
    .share-icons {
      position: fixed;
      bottom: 20px;
      right: 20px;
      display: flex;
      gap: 10px;
      z-index: 1000;
    }
    .share-icons img {
      width: 40px;
      height: 40px;
      border-radius: 50%; 
      cursor: pointer;
      transition: opacity 0.3s, transform 0.2s;
    }
    .share-icons img:hover {
      opacity: 0.8;
      transform: scale(1.1);
    }
}
@media (min-width: 347px) and (max-width:768px){
	.main-visual img{
		width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;		
	}
	.sp-only {
		display:block!important;
	}
	.pc-only {
		display:none!important;
	}
    .main-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
		margin: 0 15px;
    }
    /* Register button */
	.register-container {
		display: inline-block;
		text-align: center;
		width: auto;
		margin-bottom: unset;
	}
    .register-btn {
        font-size: 22px;
        padding: 20px 40px;
        height: 27px;
        line-height: 27px;
		margin-top:40px;
    }
	
	 /* Target box */
	.target-wrapper {
		display: inline-block;
		text-align: center;
		margin: 40px 0;
		padding:50px 0 35px;
		width: auto;
	}
	.target-box {
	  display: inline-block;
	  position: relative;
	  padding: 45px 0 15px;
	  text-align: center;
	}
	.target-box .label {
	  position: absolute;
	  top: -32px;
	  left: 50%;
	  color: #fff;
	  padding: 10px 20px;
	  font-size: 18px;
	}
	.target-box p {
	  margin: 0;
	  font-size: 28px;
	  color: #333;
      width: 300px;
      height: 190px;
	}
	
	/**For div table***/
    .campaign-box {
        margin: 0 auto;
        width: auto;
    }
	.campaign-inner {
		padding: 20px 20px 10px;
		margin-bottom: unset;
	}
    .row {
      display: block;
      flex-wrap: wrap;
      margin-bottom: 15px;
    }
    .row .label {
		width: auto;
        font-size: 20px;
        margin-bottom: 10px;
        padding: 13px 0;
    }
    .row .content {
        text-align: left;
        width: unset;
        margin-left: 0px;
        padding: 10px;

    }
    .row .content p, .row .content ul li {
      margin: 0;
	  font-size:18px;
    }
    .row .content ul {
        margin: 0 0 0 -10px;
    }
    .row .content01 p {
        font-size: 10px;
    }
    .row .content01 p.note {
        font-size: 18px;
    }
    .row .content .note {
      color: #555;
      margin-top: 10px;
	  padding: 6px 15px;
	  border-radius: 6px;
    }	
	.last-row {
		margin-bottom: 0;
	}
	
	/**notice**/
    .notice-box {
      width: auto;
	  margin-top: 40px;
    }
    .notice-header {
        padding: 10px 20px;
        font-size: 18px;
        margin-bottom: 20px;
        width: 112px;
    }
    .notice-text {
      font-size: 16px;
	  text-align: left;
      margin: 22px 20px 30px;
    }
	.notice-text p {
		margin:0;
	}
    .notice-text ul {
      padding-left: 1.5em;
	  margin:0;
    }
	.inquiry-box {
		margin-top:10px;
		font-size: 16px;
	}
	.register-box {
		margin: 0 0 40px;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.reg-note {
		font-size: 11px;
        text-align: left;
	}
	/**Facebook/X**/
	.share-icons {
	  position: static;
	  display: flex;
	  justify-content: flex-end;
	  gap: 10px;
	  padding-bottom: 20px; 
	}
    .share-icons img {
      width: 40px;
      height: 40px;
      border-radius: 50%; 
      cursor: pointer;
      transition: opacity 0.3s, transform 0.2s;
    }
    .share-icons img:hover {
      opacity: 0.8;
      transform: scale(1.1);
    }
}
@media (min-width: 320px) and (max-width:346px){
	.main-visual img{
		width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;		
	}
	.sp-only {
		display:block!important;
	}
	.pc-only {
		display:none!important;
	}
    .main-wrapper {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
		margin: 0 15px;
    }
    /* Register button */
	.register-container {
		display: inline-block;
		text-align: center;
		width: auto;
		margin-bottom: unset;
	}
    .register-btn {
        font-size: 22px;
        padding: 20px 40px;
        height: 27px;
        line-height: 27px;
		margin-top:40px;
    }
	
	 /* Target box */
	.target-wrapper {
		display: inline-block;
		text-align: center;
		margin: 40px 0;
		padding:50px 0 35px;
		width: auto;
	}
	.target-box {
	  display: inline-block;
	  position: relative;
	  padding: 45px 0 15px;
	  text-align: center;
	}
	.target-box .label {
	  position: absolute;
	  top: -32px;
	  left: 50%;
	  color: #fff;
	  padding: 10px 20px;
	  font-size: 18px;
	}
	.target-box p {
		margin: 0;
        font-size: 24px;
        color: #333;
        width: 274px;
        height: 190px;
	}
	
	/**For div table***/
    .campaign-box {
        margin: 0 auto;
        width: auto;
    }
	.campaign-inner {
		padding: 20px 20px 10px;
		margin-bottom: unset;
	}
    .row {
      display: block;
      flex-wrap: wrap;
      margin-bottom: 15px;
    }
    .row .label {
		width: auto;
        font-size: 20px;
        margin-bottom: 10px;
        padding: 13px 0;
    }
    .row .content {
        text-align: left;
        width: unset;
        margin-left: 0px;
        padding: 10px;

    }
    .row .content p, .row .content ul li {
      margin: 0;
	  font-size:18px;
    }
    .row .content ul {
        margin: 0 0 0 -10px;
    }
    .row .content01 p {
        font-size: 10px;
    }
    .row .content01 p.note {
        font-size: 18px;
    }
    .row .content .note {
      color: #555;
      margin-top: 10px;
	  padding: 6px 15px;
	  border-radius: 6px;
    }	
	.last-row {
		margin-bottom: 0;
	}
	
	/**notice**/
    .notice-box {
      width: auto;
	  margin-top: 40px;
    }
    .notice-header {
        padding: 10px 20px;
        font-size: 18px;
        margin-bottom: 20px;
        width: 112px;
    }
    .notice-text {
      font-size: 16px;
	  text-align: left;
      margin: 22px 20px 30px;
    }
	.notice-text p {
		margin:0;
	}
    .notice-text ul {
      padding-left: 1.5em;
	  margin:0;
    }
	.inquiry-box {
		margin-top:10px;
		font-size: 16px;
	}
	.register-box {
		display: inline-block;
		text-align: center;
		width: auto;
		margin: 0 0 40px;
	}
	.reg-note {
		font-size: 11px;
        text-align: left;
	}
	/**Facebook/X**/
	.share-icons {
	  position: static;
	  display: flex;
	  justify-content: flex-end;
	  gap: 10px;
	  padding-bottom: 20px; 
	}
    .share-icons img {
      width: 40px;
      height: 40px;
      border-radius: 50%; 
      cursor: pointer;
      transition: opacity 0.3s, transform 0.2s;
    }
    .share-icons img:hover {
      opacity: 0.8;
      transform: scale(1.1);
    }
}