@charset "utf-8";
@media (max-width: 700px) {
#reasons {
    padding-top: 13.84%;
    padding-bottom: 0;
}
#reasons ul {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
}
#reasons ul li {
            padding-top: 24px;
        padding-right: 24px;
        padding-left: 24px;
        padding-bottom: 28px;
    border-radius: 8px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 56px;
    position: relative;
	box-shadow: 2px 2px 4px #F0E3E3;
}
	#reasons ul li:last-child{
		margin-bottom: 44px;
	}
.deco_dog {
    position: absolute;
    top: -24px;
    left: -4px;
    width: 56px;
}

.reason_txt {
    width: 100%;
    z-index: 999;
	margin-bottom: 24px;
}
.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: 34px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .096em;
    margin-right: 10px;
	text-align: center;
}
.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: 21px;
    font-weight: 800;
    line-height: 1.4em;
    letter-spacing: 0.064em;
    padding-bottom: 8px;
}
.reason_txt_head h2 span {
	background: linear-gradient(transparent 70%,#ffff00 70%);
}
.reason_txtbox {
    margin-top: 16px;
}
.reason_txtbox p {
    font-size: 16px;
    line-height: 1.6em;
}
.reason_img {
    width: 100%;
}
.reason_img img {
}
.reason_explain{
	margin-top: 28px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.reas_ex{
    width: 100%;
    margin-right: 0;
    /* [disabled]background-color: #61c000; */
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 2px solid #61c000;
	margin-bottom: 10px;
}
.reas_ex:last-of-type{
	margin-right: 0;
}
.reas_ex h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.032em;
    margin-bottom: 10px;
    color: #c21303;
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #c21303;
    padding-bottom: 10px;
}

.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;
}
}