@charset "utf-8";
#reasons {
    padding-top: 6.15%;
    padding-bottom: 2.3%;
}
#reasons ul {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
}
#reasons ul li {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 32px;
    padding-bottom: 24px;
    border-radius: 8px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 6.15%;
    position: relative;
    -webkit-box-shadow: 1px 1px 2px #F0E3E3;
    box-shadow: 1px 1px 2px #F0E3E3;
}
.deco_dog {
    position: absolute;
    top: -20px;
    left: -16px;
    width: 64px;
}

.reason_txt {
    width: 52.3%;
    z-index: 999;
}
.reason_txt_head {
    display: flex;
    align-items: center;
}
.reason_num {
    text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF,-3px 3px 0 #FFF, 3px -3px 0 #FFF,0px 3px 0 #FFF,  0 -3px 0 #FFF,-3px 0 0 #FFF, 3px 0 0 #FFF;
    font-family: "Anton", sans-serif;
    color: #dd0001;
    font-size: 48px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .096em;
    margin-right: 16px;
}
.reason_num_eng {
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,-1px 1px 0 #FFF, 1px -1px 0 #FFF,0px 1px 0 #FFF,  0 -1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
    display: block;
    font-size: 15px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}
.reason_txt_head h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.4em;
    letter-spacing: 0.08em;
    padding-bottom: 8px;
}
.reason_txt_head h2 span {
	background: linear-gradient(transparent 70%,#ffff00 70%);
}
.reason_txtbox {
    margin-top: 24px;
}
.reason_txtbox p {
    font-size: 16px;
    line-height: 1.7em;
}
.reason_img {
    width: 42.3%;
}
.reason_img img {
}
.reason_explain{
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.reas_ex{
    width: 32.3%;
    margin-right: 1.55%;
    /* [disabled]background-color: #61c000; */
    border-radius: 8px;
    padding: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 2px solid #61c000;
}
.reas_ex:last-of-type{
	margin-right: 0;
}
.reas_ex h3{
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.032em;
    margin-bottom: 12px;
    color: #c21303;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #c21303;
    padding-bottom: 12px;
}
/*
.reas_ex h3::after{
    position: absolute;
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    bottom: -12px;
    left: 0;
    background-color: #c21303;
}
*/
.reas_ex_txt{
    flex-grow: 1;
    background-color: #FFFFFF;
    border-radius: 6px;
    height: 100%;
    box-sizing: border-box;
}
.reas_ex_txt p{
	    font-size: 16px;
    line-height: 1.6em;
	box-sizing: border-box;
}
