﻿@charset "utf-8";

/*--------------------------------------

  身分証について

---------------------------------------*/
.ta_center {
    text-align: center;
}

.cl {
    clear: both;
}
p, img {
    margin: 0;
    padding: 0;
}
#identity {
    margin-left : auto ;
    margin-right : auto ;
}
#identity h3 {
    margin: 20px 0 0 0;
    padding: 0 0 0 24px;
	color: #58AFC0;
	font-weight: bold;
	font-size: 20px;
}
#identity .top_text {
	position:relative;
    margin: 20px 20px 0 20px;
    padding: 20px 30px 40px 290px;
	background: linear-gradient(to top, #FFE8F1, #fff);
}
#identity .top_text::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/identity/identity_nabbit.png");
    background-repeat: no-repeat;
    background-position: center left 30px;
	background-size: 230px;
}
#identity .top_text h4 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 26px;
    color: #FF0066;
}
#identity .top_text h4 span {
    display: block;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #333;
}
#identity .top_text p {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}
#identity .top_text p + p {
    margin-top: 18px;
}
#identity .summary {
    color: #333;
    font-size: 24px;
    letter-spacing: -2px;
    margin: 30px auto 20px auto;
    text-align: center;
}

#identity .summary strong {
    color: #FF0066;
    font-weight: normal;
    letter-spacing: 0;
}

#identity .bottom_text {
    margin: 20px 20px 20px;
}
#identity .bottom_text .property {
    border: solid 4px #fcd3e8;
    display: flex;
    width: 740px;
    justify-content: space-around;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    padding: 40px 20px 32px 20px;
    color: #ff378a;
}
#identity .bottom_text .property div {
    text-align: center;
}
#identity .bottom_text .property img {
     display: inline-block;
     max-width: 156px;
     height: 120px;
     margin-bottom: 20px;
     object-fit: contain;
}
#identity .bottom_text .property_point {
	font-size: 16px;
	font-weight: bold;
	margin: 40px 20px;
    line-height: 1.8;
    text-align: center;
}
#identity .bottom_text .property_point .marker {
	font-size: 20px;
	font-weight: bold;
	background: linear-gradient(transparent 40%, #ffff66 40%);
}
#identity .caution {
	font-size: 12px;
	line-height: 1.6;
}
#identity .caution p {
    padding-left: 16px;
}
#identity .caution p:before {
    content: "※";
    margin-left: -12px;
}