.wrap *, .wrap p {
	font-size: 1.025em;
	line-height: 1.7;
}
#allocation {
	font-size: 13px!important;
}
#head_wp {
	border-top: solid 14px #e1242a;
	border-bottom: solid 1px #c9c9c9;
}
#head_index {
	width: 100%;
	max-width: 1000px;
	height: 61px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#logo {
	width: 315px;
	margin: 34px 0 0 0;
	font-size: 0;
}
#logo img {
	width: 100%;
}
#allocation header {
	border: none;
	background: #fff !important;
}
header {
	height: inherit;
}
header .logo_01 {
	float: right;
	padding-right: 85px;
	margin-top: 12px;
}
.main_logo {
	text-align: center;
	clear: both;
	margin: 30px auto;
}
.allocation_area {
	background: #f2f2f2;
	padding: 110px 0;
}
.wrap {
	max-width: 920px;
	width: 100%;
}
.patient_wrap {
	/*max-width: 445px;*/
	float: left;
	border: 1px solid #eb556e;
	width: 100%;
	background: #eb556e;
	border-radius: 24px;
}
.doctor_wrap {
	max-width: 445px;
	float: right;
	border: 1px solid #ad0098;
	width: 49%;
	background: #ad0098;
	border-radius: 24px;
}
.allocation_area .site_ttl {
	font-weight: bold;
	font-size: 1.8em;
	color: #fff;
	text-align: center;
/*	padding: 50px 0;*/
padding: 20px 0;
}
.patient_wrap .site_ttl{
		
}
.patient_wrap .site_ttl::before{
	content: "";
	background-image: url(/images/index/top-patient-icon.png);
	height: 85px;
    width: 100px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    /* padding-left: 5px; */
    padding-left: 2.5%;
    background-size: cover;
}
.doctor_wrap .site_ttl{
	
}
.doctor_wrap .site_ttl::before{
	content: "";
		background-image: url(/images/index/top-doctor-icon.png);
	height: 37px;
	width: 40px;
	background-repeat: no-repeat;
	display:inline-block;
	vertical-align: middle;
	padding-left: 2%;
	background-size: cover;
}
.allocation_area .txt {
    margin: 0 15px 30px 15px;
    padding: 30px 15px 30px 15px;
	color: #000000;
	background-color: #fff;
	height: 110px;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.patient_wrap .txt_area {
	background-color: #eb556e;
	display: flex;
	justify-content: space-between;
  margin: 0 30px 30px 30px;
}
.inner {
	width: 48%;
}
.patient_wrap a{
	width: 48%;
}
.patient_wrap .box_uc,.patient_wrap .box_cd{
	color: #000;
	background-color: #fff;
	padding: 30px;
  border-radius: 10px;
}
/*.patient_wrap .box_cd{
background-color: #ededed!important;
}*/
.ready_wrap{
/*	display:-webkit-box;

-webkit-box-pack: center;
	justify-content: center;
-webkit-box-align: center;
	align-items: center; */
	position: relative; 
	display: flex;
	justify-content: center;
}
.patient_wrap .box_cd p.getting_ready{
	position: absolute;
	opacity: 1.0!important;
	z-index: 100;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 2px;
	color: #393939;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width:96px;
height:51px;
}
.doctor_wrap .txt_area {
	background-color: #ad0098;
}
.footLink {
	margin-top: 0px;
	background: #e6e6e6;
}
.footLink .inner {
	max-width: 1026px;
	width: 100%;
}
.footLink .inner .link ul {
	padding: 30px 0;
}
.footLink .inner .link ul li {
	padding: 0px;
}
.footLink .inner .link p {
	padding: 30px 0;
}
.footLink .inner .link ul li a {
	background: none;
	padding-left: 0px;
}
.footLink .inner .link ul li a::after {
	content: "|";
	padding: 0 5px;
}
.footLink .inner .link ul li:last-child a::after {
	content: ""
}
footer {
	border-top: none;
	background: none;
	color: #222;
	font-family: "Noto Sans Japanese" !important;
}
footer .container {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
footer ul {
	margin-bottom: 40px;
	line-height: 2em;
}
footer p {
	font-size: 93%;
}
footer .list-inline li a {
	text-decoration: none;
	color: #222;
}
footer .list-inline > li {
	display: inline-block;
}
footer li:first-child {
	line-height: 1.2em;
}
#foot02 #foot_copy {
	width: 100%;
	padding: 57px 0 0 0;
	font-size: 17px !important;
	line-height: 18px !important;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot02_wp {
	width: 100%;
	margin: 0 auto;
	border-left: solid 17px #e1242a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: Noto Sans CJK JP, Open Sans, sans-serif;
	color: #000;
}
#foot02 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot02 p {
	font-size: 15px !important;
	line-height: 20px !important;
}
#foot02 p a {
	color: #000;
}
#foot02 p a:hover {
	color: #e10;
}
.brsp {
	display: none;
}
.pc {
	display: block
}
.sp {
	display: none;
}

@media screen and (max-width: 601px) {
.sp {
	display: block;
}
#head_wp {
	padding: 13px 10px 14px 20px;
	border-top: solid 7px #e1242a;
}
#allocation {
	min-width: inherit;
}
#head_index {
	height: inherit;
}
#head_index, #foot02 {
	width: 100%;
}
.wrap {
	width: 100%;
}
.allocation_area .site_ttl {
	font-size: 120%;
}
.patient_wrap {
	float: none;
	width: 80%;
	margin: 0 auto 20px;
}
.inner {
    width: 100%;
	margin-bottom:1em;
}
.patient_wrap .txt_area {

    display: block;


}
.patient_wrap .box_uc img,.patient_wrap .box_cd img {
width:100%;
}
.wrap p img {
    max-width:200px;
}

.doctor_wrap {
	float: none;
	width: 80%;
	margin: 0 auto;
}
.allocation_area {
	/*		padding: 15% 0;*/
	padding: 20px 0;
}
.allocation_area .site_ttl {
	padding: 15px 0;
	line-height: 1.3;
	display: flex;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
}
.allocation_area .txt {
	padding: 15px 30px 15px 30px;
}
#logo {
	margin: 0px;
	width: 100%;
}
#logo img {
	width: 163px;
}
.main_logo {
	margin: 15px 0;
}
.main_logo img {
	width: 60%;
}
.patient_wrap .txt_area {
	background-position: 35px;
}
.doctor_wrap .txt_area {
	background-position: 35px;
}
	.patient_wrap .box_cd p.getting_ready{
		font-size: 20px;
		text-align: center;
		width: 100%;
	}
#foot02 {
	width: 100%;
	margin: 0 auto;
	padding: 13px 10px 13px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot02_wp {
	width: 100%;
	margin: 0 auto;
	border-left: solid 8px #e1242a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#foot02 p {
	font-size: 12px !important;
	line-height: 20px !important;
}
#foot02 #foot_copy {
	width: 100%;
	padding: 15px 0 0 0;
	font-size: 12px !important;
	line-height: 18px !important;
}
}
@media screen and (max-width: 320px) {
.patient_wrap .box_cd p.getting_ready{
		font-size: 20px;
		text-align: center;
	    width: 100%;
	}
}
