<link rel="canonical" href="https://www.infirmiere.co.jp/shop/secure/merit.aspx">
<style type="text/css">

*{
	box-sizing: border-box;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#main {
	width:740px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#main .bbg {
	border: 1px dashed #967218;
	margin-bottom: 3%;
	}

#main .tm20 {
	margin-bottom:20px;
}

#main .tm10 {
	margin-bottom:10px;
}

#main h4 {
	border-bottom:2px solid #000000;
	padding:5px ;
	font-size:16px;
	font-weight:bold;
	margin-top:20px;
}

#main .link{
	font-size: 16px;
	font-weight: bold;
	/* text-align: right; */
	justify-content: end;
	margin-bottom: 3%;
}

.link a{
	color: #2e73ba;
}


/* ======================
          title
========================= */

.title{
	position: relative;
	margin-bottom: 50px;
}

.title h1 {
    font-size: 64px;
    font-weight: 900;
	-webkit-text-stroke: 1px #000000;
    text-stroke: 2px #000000;
}

.title h1 span {
    -webkit-text-stroke: 1px #de437d;
	text-stroke: 1px #de437d;
}

.title p {
    font-size: 30px;
	line-height: 1.7;
}

.title_inner{
	position: absolute;
	top: 0;
	left: 15%;
	text-align: center;
}

.title_inner span {
    font-size: 45px;
	font-weight: bold;
    color: #de437d;
}


/* ======================
        merit共通
========================= */

.merit{
	display: flex;
	align-items: end;
	margin: 0 10px;
}

.merit h2 {
    font-size: 48px;
	font-weight: bold;
	text-align: left;
    line-height: 1.3;
    margin-left: 20px;
}

.gray_color{
	color: #4d4d4d;
	font-size: 26px;
}

.pink_color{
	color: #de437d;
}

.bg_pink{
	display: flex;
	align-items: baseline;
	justify-content: center;
	background-color: #de437d;
	padding: 5px;	
	color: #fff;
	width: 115px;
    height: 110px;
}

.bg_pink p{
    font-size: 55px;
}

ruby{
    font-size: 25px;
}

rt{
	margin-bottom: 0.1px;
}

/* ======================
          merit1
========================= */

#merit1{
	margin-bottom: 25px;
}

#merit1 .merit{
	align-items: start;
}

#merit1 h2 {
    font-size: 40px;
}

#merit1 h2:after{
	content: "";
    display: inline-block;
    width: 90px;
    height: 90px;
    background-image: url(https://www.infirmiere.co.jp/stg/img/usr/feature/merit/present.png);
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 20px;
	right: -100px;
}

#merit1 h4{
	line-height: 1.5;
	font-size: 24px;
	color: #4d4d4d;
	border-bottom: none;
	margin-bottom: 20px;
}

.shopping{
	color: #de437d;
	font-size: 35px;
	font-weight: bold;
	display: flex;
    align-items: center;
    justify-content: center;
}

.shopping img:nth-child(2){
	margin: 0px 8px;
    padding-right: 4px;
}

.tax{
	font-size: 19px;
}

.present{
	position: relative;
	margin-bottom: 50px;
}

.annotation{
	margin-left: 30px;
}

.annotation p{
	line-height: 1.8;
	letter-spacing: 0.05em;
    font-size: 14px;
}

.annotation :last-child{
	line-height: 1.2;
}


/* ======================
          merit2
========================= */

#merit2{
	margin-top: 75px;
}

.postage{
	margin-left: 20%;
	margin-bottom: 10px;
    font-size: 13px;
    color: #4d4d4d;
	font-weight: bold;
	letter-spacing: 0.05em;
}

#merit2 h2{
	position: relative;
}

#merit2 h2:after{
	content: "";
    display: inline-block;
    width: 120px;
    height: 120px;
    background-image: url(https://www.infirmiere.co.jp/stg/img/usr/feature/merit/track.png);
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -17px;
    right: -135px;
}


/* ======================
          merit3
========================= */

.merit3_annotation{
	margin-left: 146px;
    font-size: 12px;
    color: #de437d;
    line-height: 1.3;
	margin-bottom: 10px;
	letter-spacing: 0.01em;
	}

.merit3_annotation:last-child{
	margin-bottom: 10px;
}

.merit3_inner{
	margin-left: 50px;
}

.return .bg_pink{
	height: auto;
    align-items: center;
    text-align: center;
    line-height: 1.4;
	letter-spacing: 0.03em;
}

.return .bg_pink, .address .bg_pink{
	font-weight: bold;
}

.return, .address {
	border-bottom: 1px solid #CCC;
}

.return_inner, .address_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.return_inner div,p{
	display: flex;
	align-items: center;
}

.return_inner div p:last-of-type{
	margin-left: 10px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.return_inner p img{
	width: 60px;
}

.return_inner p span{
	font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.01em;
	margin-left: 10px;
	margin-right: 20px;
}

.return .merit3_annotation {
    margin-left: 125px;
}

.address{
	margin-top: 10px;
}

.address_inner{
	justify-content: start;
}

.address_inner .bg_pink{
	height: auto;
}

.address_inner div{
	margin-left: 10px;
	line-height: 1.3;
}

.address_inner div p{
	font-weight: bold;
}

.address_inner div :last-child{
	font-size: 20px;
    letter-spacing: 0.01em;
}

.address .merit3_annotation{
	margin-left: 125px;
}

.mail{
	font-size: 25px;
	color: #4d4d4d;
	position: relative;
}

.mail:after{
	content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(https://www.infirmiere.co.jp/stg/img/usr/feature/merit/mail.png);
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: -50px;
}

.merit3_inner h3{
	font-size: 32px;
	font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
}

.email_delivery{
	margin-left: 20px;
}

.email_delivery :nth-child(2){
	padding-left: 50px;
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 10px;
}

/* ======================
          merit4
========================= */

.merit4_desc {
	margin: 5px 0 25px 20%;
    font-size: 15px;
	line-height: 1.3;
    color: #4d4d4d;
    font-weight: bold;
    letter-spacing: 0.05em;
}

#merit4 .pink_color {
    margin-left: 50px;
    font-size: 11.5px;
    color: #de437d;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
	text-indent: -1em;
	padding-left: 1em;
}

#merit4 .bbg{
	margin-bottom: 4%;
}


/* ======================
        corporation
========================= */

#corporation{
	border: 2px solid #CCC;
	border-radius: 1%;
	text-align: center;
	padding: 3%;
	margin: 1% 1% 50px 1%;
}

#corporation h2{
	font-size: 40px;
	background-color: #de437d;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
	height: 60px;
	line-height: 67px;
}

#corporation .column p{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.column{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

#corporation .column img{
	margin-right: -3%;
}

.corporation_desc p{
	display: block;
	font-size: 18px;
    line-height: 1.5;
	margin-bottom: 20px;
}

button{
	background-color: #FFBF77;
	border: 1px solid #000;
	border-radius: 7px;
	box-shadow: inset -2px -2px 4px rgba(0, 0, 0, .5);
	width: 100%;
    font-size: 35px;
    font-weight: bold;
}

#corporation button a{
	text-decoration: none;
}

.triangle{
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #000;
	line-height: 1;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent;
	border-width: 0.45em 0.6em;
	border-left-color: currentColor;
	border-right: 0;
	margin-right: 10px;
	margin-bottom: 5px;
}


/* ======================
        matome
========================= */

.matome{
	border: 2px solid #CCC;
	border-radius: 5px;
	text-align: center;
	padding: 3%;
	margin: 1% 1% 35px 1%;
}

.matome h2{
	font-size: 32px;
	background-color: #de437d;
	color: #fff;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 0.01em;
	height: 60px;
	line-height: 67px;
}

.matome p {
    display: block;
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.matome :nth-child(4){
	font-size: 13px;
	letter-spacing: 0.01em;
    text-align: left;
    margin: 0 3%;
}

.matome .column{
	justify-content: space-around;
}

.phone, .mailform{
	display: flex;
	align-items: center;
}

.inquiry img{
	width: 50px;
}

.inquiry p{
	margin-left: 15px;
	margin-bottom: 0;
}

.phone p{
	font-size: 35px;
	font-weight: bold;
}

.phone{
	margin-bottom: 15px;
}

.mailform p a{
	color: #2e73ba;
}

.reception{
	border: 2px solid #737373;
	border-radius: 5px;
    padding: 2% 1% 1% 1%;
}

.reception p{
	font-weight: bold;
	margin-bottom: 0;
}


/* ======================
          merit6
========================= */

#merit6 .annotation{
	margin-top: 20px;
    font-size: 25px;
    margin-left: 20px;
}

</style>