@charset "utf-8";
/* CSS Document */

body {
    background: #fff;
}
#contents {
    border-bottom: 10px solid #f0f0f0;
    padding-top: 0;
    width: 100%;
}
.sms_wrap {
    margin: 0 auto;
    /*max-width: 960px;*/
    width: 100%;
}
.titlebox {
    height: 130px;
    background-color: #f9eeee;
    text-align: center;
    padding-top: 100px;
    position: relative;
}
.product_box {
    text-align: center;
}
.product_box h1 {
    font-size: 2.1rem;
    margin: 0 0 10px;
    font-weight: bold;
}
.ribbon {
    position: relative;
    margin: 1em 80px 1em;
    /* padding: 0 1rem; */
    text-align: center;
    color: #fff;
    background: #bc0603;
    margin: 1em auto;
    max-width: 960px;
    width: 100%;
}
.ribbon:before, .ribbon:after {
    position: absolute;
    top: 0;
    display: block;
    /* height: 48px; */
    content: '';
    border: 19.8px solid #bc0603;
}
.ribbon:before {
    left: -14px;
    border-left-width: 14px;
    border-left-color: transparent;
}
.ribbon:after {
    right: -14px;
    border-right-width: 14px;
    border-right-color: transparent;
}
.ribbon p {
    padding: 1% 2%;
}
.sms_wrap section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    padding: 15px;
    text-align: left;
}

.sms_wrap h5, .sms_wrap  p {
    font-size: 13px;
    line-height: 1.5;
}
.sms_wrap img {
    max-width: 100%;
}
.teikititle {
    margin-bottom: 1.5em;
    text-align: center;
}
.flow_wrap li {
    background-color: #f3f3f3;
    padding: 1em;
    font-size: 13px;
    margin-bottom: 28px;
    position: relative;
	list-style:none;
}
.flow_wrap li:last-child {
    text-align: center;
    color: #ffffff;
    background-color: #bc0603;
    padding: 1em;
    font-size: 15px;
    font-weight: 900;
}
.flow_wrap li::after {
    content: "";
    display: block;
    width: 1.2em;
    font-size: 12px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    color: f9eded;
    bottom: -1.12em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 7.5px 0 7.5px;
    border-color: #434343 transparent transparent transparent;
}
.flow_wrap li:last-child:after {
    display: none;
}
.circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px!important;
    border-radius: 50%;
    border: solid 1px #434343;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0 1rem;
}
.bgpink {
    background: #f9eeee;
}

.textbox p{
	font-size:0.9rem;
	padding : 0.5rem 1.2rem; }


.tokutenbox, .pro_img {
    padding: 1rem;
    border: solid 1px #C0C0C0;
    margin: 1rem 0;
    background: #fff;
}
.tokutenbox {
    margin-bottom: 0;
}
.tokutenboxtext {
    margin: 0 0 4rem;
    text-align: left;
}

/*
.tokutenboxtext:after {
    content: "";
    left: 0;
    right: 0;
    display: block;
    width: 1em;
    text-align: center;
    margin: 5px auto 0;
    color: gray;
    font-size: 20px;  */
    /*transform: scale(1.5,1);*/
   /* position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #808080 transparent transparent transparent;
}*/
.tokutentitle {
    display: flex;
    text-align: center;
    background-color: #eca7ab;
	color: #FFF;
    width: 100%;
    padding: 1rem 0;
    margin: 2em 0 1em;
}

.tokutentitle h3 {
	margin: 0 auto;
    border: 0;
    font-size: 1rem;
}


.tokutentitle2 {
    text-align: center;
    background-color: #bc0603;
    width: 100%;
    padding: 1rem 0;
    margin: 0 0 1rem;
    color: #fff;
}
.tokutentitle2 h2 {
    font-size: 15px;
    font-weight: 900;
}
.caption {
    font-size: 0.8em!important;
    line-height: 1.3!important;
	color: #424242;
}
.strong {
    font-weight: bolder;
}
.formbtn2 {
    font-size: 12px!important;
    text-align: center;
    width: 260px;
    line-height: 2rem!important;
    margin: 3rem auto 0;
    background-color: #3FA124;
    color: #fff;
}
.time {
    font-size: 8px!important;
    padding: 0 0 3rem;
}


.box-012 {
    max-width: 500px;
    /* margin: 0 auto; */
	margin-left: 20px;
    border: 2px solid #2589d0;
    border-radius: 3px;
    overflow: hidden;
}

.box-012 span {
	font-size: 1.1em;
    padding: .4em .8em;
    background-color: #2589d0;
    color: #fff;
}

.box-012 p {
    margin: 0;
    padding: 1.5em 1.5em;
    color: #333;
}

a { color: #b81620; text-decoration: none; }

@media screen and (max-width: 1200px) {
    .ribbon {
        margin: 0.8em 2.5em 1em;
        width: auto;
    }
    .ribbon p {
        padding: 2%;
    }
}