@charset "UTF-8";
/************************
	medication-record
************************/
.c-block-footer {
	border-color: #1B1C80;
}
.c-template-lp__main .sp {
	display: none;
}
.c-template-lp__main img {
	width: 100%;
	vertical-align: bottom;
}
.site-wrap {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.sec_wp {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}
.sec_wp .mt01 {
	margin-top: 1em;
}
@media(max-width: 690px) {
	.c-template-lp__main .pc {
		display: none;
	}
	.c-template-lp__main .sp {
		display: block;
	}
	.c-template-lp__main br.sp {
		display: inline-block;
	}
	.sec_wp {
		width: 100%;
	}
	
}

/***  sec01  ***/
.sec01 {
	margin-top: 55px;
}
.sec01 h2 {
	width: 100%;
}
.sec01 ul {
	width: 100%;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 35px;
}
.sec01 ul li {
	width: 48%;
}
.sec01 h3 {
	text-align: center;
	font-size: 34px;
	font-weight: 500;
	color: #1B1C80;
	background-color: #FFFEED;
	margin-top: 1em;
	line-height: 1.4;
	padding: .4em 0;
}
.import2 {
	color: #B31942;
	text-align: center;
	font-size: 55px;
	margin-top: .1em;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: center;
}
.import2 span {
	padding-bottom: 5px;
	line-height: 1;
}
.import2 .f6 {
	font-size: 65px;
}
.import2 .f7 {
	font-size: 71px;
	padding-bottom: 5px;
}
@media(max-width: 1060px) {
	.import2 {
		font-size: 5vw;
	}
	.import2 .f6 {
		font-size: 6.5vw;
	}
	.import2 .f7 {
		font-size: 7.1vw;
	}
	
}
.import {
	width: 100%;
	margin: 30px 0 0;
}
.import + p {
	text-align: right;
	font-size: 24px;
	margin-top: .7em;
}
@media(max-width: 690px) {
	.sec01 {
		margin-top: 6.66vw;
	}
	.sec01 h2 {
		width: 90%;
		margin: 0 auto;
	}
	.sec01 ul {
		margin-top: 5vw;
	}
	.sec01 ul li {
		width: 100%;
	}
	.sec01 h3 {
		width: 90%;
		font-size: 5.3vw;
		margin: 1em auto 0;
		padding: .4em 0;
	}
	.import2 {
		font-size: 7.3vw;
		flex-wrap: wrap;
		margin-top: 2vw;
	}
	.import2 .f6 {
		font-size: 8.6vw;
	}
	.import2 .f7 {
		font-size: 9.4vw;
	}
	.import2 span:first-child {
		margin-left: 15%;
	}
	.import2 span:nth-child(2) {
		margin-right: 15%;
	}
	
	.import {
		margin: 4.8vw 0 0;
	}
	.import + p {
		font-size: 3.33vw;
		margin-top: .5em;
		padding-right: 4%;
	}	
}
/***  sec02  ***/
.sec02 {
	margin-top: 100px;
	background-color: #EDF6FC;
	padding: 68px 0 75px;
}
.sec_wp h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	background-color: #1B1B80;
	line-height: 2.37;
	color: #fff;
}
.sec_wp h3.step {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	background-color: #84BAE5;
	margin-top: 20px;
	padding: 10px 3.5%;
	font-weight: 500;
}
.sec_wp h3.step img {
	display: block;
	width: 10%;
}
.sec_wp h3.step span {
	display: block;
	width: 83%;
	text-align: center;
	padding-right: 18%;
	color: #1B1B80;
	font-size: 26px;
}
.step_h {
	margin-top: 1.4em;
}
.sec_txt {
	text-align: left;
	font-size: 22px;
	line-height: 1.45;
	color: #1B1B80;
}
.sec_txt_s {
	text-align: left;
	font-size: 18px;
	line-height: 1.45;
	color: #BF0042;
}
.qr {
	width: 60%;
	margin: 30px auto 0;
}
.reg_member {
	text-align: left;
	font-size: 20px;
	color: #1B1B80;
	line-height: 1;
	background-color: #FFFEEE;
	margin-top: 38px;
	padding: 1.75em 2em;
}
.reg_member a {
	text-decoration: underline;
	text-underline-offset: .1em; 
	line-height: 1;
}
.reg_member {
	position: relative;
}
.reg_member::after {
	content: '';
	position: absolute;
	bottom: -80px;
	left: calc(50% - 75px);
	height: 45px;
	width: 150px;
	background-color: #1B1B80;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
h4.camp {
	font-size: 26px;
	text-align: center;
	color: #1B1B80;
	background-color: #84BAE5;
	font-weight: 500;
	line-height: 2.9;
	margin-top: 95px;
}
.step_in {
	width: 66%;
	margin: 30px auto 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.step_in_txt {
	width: 65%;
}
.step_in_ph {
	width: 24%;
	position: relative;
}
.step_in_ph.step2::after {
	content: '';
	width: 2px;
	height: 220px;
	background-color: #1B1B80;
	position: absolute;
	top: 85%;
	left: 30%;
}
.sec_wp h3.step.step2 {
	margin-top: 70px;
}
.sec_txt_l {
	text-align: left;
	font-size: 34px;
	color: #B31942;
	margin-bottom: .5em;
}
.step_in_txt .reg_member::after {
	display: none;
}

@media(max-width: 690px) {
	.sec02 {
		margin-top: 6.6vw;
		padding: 0 0 10vw;
	}
	.sec_wp h2 {
		font-size: 5.3vw;
		line-height: 2.5;
	}	
	.sec_wp h3.step {
		margin-top: 0;
		padding: 1vw 4.6%;
	}
	.sec_wp h3.step img {
		width: 20%;
	}
	.sec_wp h3.step span {
		width: 80%;
		text-align: left;
		padding-right: 0;
		font-size: 4.5vw;
		padding-left: 1em;
	}
	.qr {
		width: 90%;
		margin: 6vw auto 0;
	}
	.sec_insp {
		padding: 0 11%;
	}
	.step_h {
		margin-top: 1.8em;
	}
	.sec_txt {
		font-size: 4vw;
	}
	.sec_txt_s {
		font-size: 3.2vw;
	}
	.reg_member {
		font-size: 3.7vw;
		margin: 5.8vw auto 0;
		padding: 1.25em 1.5em;
		width: 90%;
	}
	.reg_member::after {
		bottom: -12vw;
		left: 39%;
		height: 6.6vw;
		width: 22%;
	}
	h4.camp {
		font-size: 4.5vw;
		margin-top: 17vw;
	}
	.step_in {
		width: 82%;
		margin: 4.6vw auto 0;
		align-content: flex-start;
		align-items: flex-start;
		justify-content: center;
	}
	.step_in_txt {
		width: 100%;
	}
	.step_in_txt .sec_txt,
	.step_in_txt .sec_txt_l {
		padding-left: 7%;
	}
	.step_in_ph {
		width: 38%;
		margin-top: 4.8vw;
	}
	.sec_wp h3.step.step2 {
		margin-top: 8.6vw;
	}
	.sec_wp h3.step.step2 span {
		padding-left: 2.5em;
	}
	.sec_txt_l {
		font-size: 5.3vw;
	}
	.step_in_txt .reg_member {
		width: 100%;
	}	
}
.import_wp {
	width: 100%;
	margin-top: 40px;
	position: relative;
	border: 2px solid #1B1B80;
	padding: 35px 5% 30px;
	background-color: #EDF6FC;
}
.import_wp h4 {
	text-align: center;
	font-size: 25px;
	font-weight: 500;
	color: #1B1B80;
}
.import_wp h4 span {
	color: #B31942;
}
.bg_yw {
	background-color: #FFFEEE;
	padding: 18px 4%;
	margin-top: 40px;
}
.import_wp ul li {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.import_wp ul li img {
	display: block;
	width: 12%;
}
.import_wp ul li a {
	display: block;
	width: 84%;
	text-align: left;
	text-decoration: underline;
	text-underline-offset: .1em; 
	color: #1B1B80;
	font-size: 20px;
}
.import_wp ul li:nth-child(n+2) {
	margin-top: 17px;
}
@media(max-width: 690px) {
	.import_wp {
		width: 90%;
		margin: 8.6vw auto 0;
		padding: 4vw 4% 4vw;
	}
	.import_wp h4 {
		font-size: 4.8vw;
	}
	.import_wp h4 span {
		display: block;
	}
	.bg_yw {
		padding: 4vw 3.5%;
		margin-top: 3.6vw;
	}
	.import_wp ul li img {
		width: 17.5%;
	}
	.import_wp ul li a {
		width: 79%;
		font-size: 3.6vw;
	}
	.import_wp ul li:nth-child(n+2) {
		margin-top: 4vw;
	}
}
.reg_about {
	margin-top: 60px;
	padding: 0 3%;
	color: #1B1B80;
}
.reg_about h3 {
	text-align: left;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: .8em;
}
.reg_about h3:first-child {
	margin-top: 0;
}
.reg_about ul li,
.reg_about ul li {
	font-size: 18px;
	padding-left: 1em;
	line-height: 1.44;
	margin-top: .2em;
	position: relative;
	letter-spacing: 0.05em;
}
.reg_about ul li::before {
	content: '・' ;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
}
.reg_2 {
	text-align: left;
	font-size: 22px;
	color: #B31942;
	margin-top: .1em;
}
.reg_about ul.ntc {
	margin-top: 40px;
}
.reg_about ul.ntc li {
	font-size: 14px;
}
.reg_about ul.ntc li::before {
	content: '※' ;
}
@media(max-width: 690px) {
	.reg_about {
		margin-top: 7.3vw;
		padding: 0 5%;
	}
	.reg_about h3 {
		font-size: 4.5vw;
	}
	.reg_about ul li {
		font-size: 3.46vw;
	}
	.reg_2 {
		font-size: 3.7vw;
	}
	.reg_about ul.ntc {
		margin-top: 5.3vw;
	}
	.reg_about ul.ntc li {
		font-size: 2.6vw;
	}	
}
/***  sec03, sec04, sec05  ***/
.sec03 {
	margin-top: 65px;
}
.sec04 {
	margin-top: 60px;
}
.sec05 {
	margin-top: 70px;
}
.sec05 h2,
.sec04 h2,
.sec03 h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: #fff;
	background-color: #1B1B80;
	line-height: 2.37;
}
.reg_area {
	padding: 0 3%;
	margin-top: 35px;
	font-size: 16px;
}
.reg_area h3 {
	font-weight: 400;
	color: #1B1B80;
	margin-top: 1em;
}
.reg_area ol,
.reg_area ul {
	margin-top: .5em;
}
.reg_area h4 + ul,
.reg_area h3 + ol {
	margin-top: 0;
}
.reg_area ol,
.reg_area ul,
.reg_area p,
.reg_area h4 {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.62;
}
.tx_rd {
	color: #BF0042;
}
.reg_area h4 {
	margin-top: 1em;
}
.reg_area ul li {
	position: relative;
	padding-left: 1em;
}
.reg_area ul li::before {
	content: '・' ;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
}
.reg_area ul.ntc li::before {
	content: '※' ;
}
.reg_area .ts20 {
	font-size: 20px;
}
.terms-area {
	margin: 40px auto 0;
	padding: 10px 5px 5px;
	border: solid 1px #707070;
	box-sizing: border-box;
	scrollbar-width: none;
}
.terms-area a {
	text-decoration: underline;
}
.terms-area strong {
	font-weight: 500;
}
.terms-area li,
.terms-area p {
	font-weight: 400;
}
.terms-in-box {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 12px 25px 13px;
	height: 210px;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.terms-area + h3 {
	margin-top: 3em;
}
.reg_area .camp_h {
	text-align: center;
	font-size: 30px;
	line-height: 1.46;
}
.reg_area .camp_h span {
	padding-right: .5em;
}
.reg_area .camp_h.mail {
	margin-top: .5em;
}
.reg_area .camp_h.mail a {
	color: #1C1C80;
}
.reg_area .camp_period {
	text-align: center;
	font-size: 20px;
	margin-top: .5em;
}
.sec05 .ntc {
	margin-top: 50px;
	padding-bottom: 100px;
}
@media(max-width: 690px) {
	.sec03 {
		margin-top: 0;
	}
	.sec05 h2, .sec04 h2, .sec03 h2 {
		font-size: 5.3vw;
		line-height: 2.5;
	}
	.reg_area {
		padding: 0 5%;
		margin-top: 0;
		font-size: 3.2vw;
	}
	.reg_area p,
	.reg_area h3,
	.reg_area h4,
	.reg_area li {
		font-size: 3.2vw;
	}
	.reg_area .ts20 {
		font-size: 3.46vw;
	}
	.terms-area {
		margin: 4vw auto 0;
		padding: 15px 3% 30px;
	}
	.terms-in-box {
		padding: 0 10px 10px;
		height: 150px;
	}
	.sec04, .sec05 {
		margin-top: 8vw;
	}
	.reg_area .camp_h {
		font-size: 5.3vw;
		margin-top: 1em;
	}
	.reg_area .camp_h.mail {
		font-size: 4vw;
	}
	.reg_area .camp_h span {
		padding: 0;
		display: block;
	}
	.reg_area .camp_period {
		font-size: 4vw;
	}
	.sec05 .ntc {
		margin-top: 6.5vw;
		letter-spacing: 0;
		padding-bottom: 10vw;
	}
}
.reg_area ul + ul {
	margin-top: 0;
}
@media(min-width: 691px) {
	.site-wrap li,
	.site-wrap p,
	.site-wrap h2,
	.site-wrap h3,
	.site-wrap h4 {
		letter-spacing: 0.1em !important;
	}
	
}