@charset "UTF-8";

/*----------------------------------------
	- base
-----------------------------------------*/
:root {
	--main_color: #BB2929;
}
.noto_sans {
	font-family: "Noto Sans JP", serif;
}

/*=======================================
	base
=======================================*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
/*body {
	font-family: 'Jost', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","Hiragino Maru Gothic W4 JIS2004", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1em;
}*/


img,
figure,
picture {
	max-width: 100%;
	height: auto;
	/*vertical-align: top;*/
}
ul,
li {
	list-style: none;
}
a {
	text-decoration: none;
	opacity: 1;
	transition: all 0.3s ease;
}
@media (hover: hover) {
	a:hover {
		opacity: 0.8;
	}
}

/* wide */
.w980 {
	max-width: 980px;
	width: 90%;
}

/*============================
#mv_wrap
============================*/
section#mv_wrap div.contest {
	position: relative;
	background: url("../../../images/strengths/guarantee/bg_main.jpg") no-repeat center;
	width: 100%;
	background-size: cover;
	height: 53.9375vw;
}
section#mv_wrap div.contest div.title_area {
	padding-top: 75px;
	text-align: center;
	position: static;
	transform: none;
}
section#mv_wrap div.contest div.title_area h2 {
	margin-bottom: 16px;
	font-size: 45px;
	letter-spacing: 0.05em;
}
section#mv_wrap div.contest div.title_area p {
	font-weight: 500;
	color: #BB2929;
	font-size: 20px;
}
section#mv_wrap div.contest div.text_img {
	content: '';
	position: absolute;
	width: 42vw;
	top: 15.31vw;
	left: 7.06vw;
	max-width: 672px;
}
section#mv_wrap div.contest div.house {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 52.1875vw;
}
@media screen and (max-width: 1200px) {
	section#mv_wrap div.contest div.title_area {
		padding-top: 4.68vw;
	}
	section#mv_wrap div.contest div.title_area h2 {
		font-size: calc((45 / 1200) * 100vw);
		margin-bottom: 3px;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: calc((20 / 1200) * 100vw);
	}
}
@media screen and (max-width: 767px) {
	section#mv_wrap div.contest {
		background: url(../../../images/strengths/guarantee/bg_main_sp.jpg) no-repeat center;
		background-size: cover;
		height: 145.73333vw;
	}
	section#mv_wrap div.contest div.title_area {
		padding-top: 44px;
		/* margin-bottom: 17px; */
		margin-bottom: 0;
	}
	section#mv_wrap div.contest div.title_area h2 {
		font-size: 25px;
		margin-bottom: 10px;
		line-height: 1.0;
	}
	section#mv_wrap div.contest div.title_area p {
		font-size: 13px;
	}
	section#mv_wrap div.contest div.text_img {
		position: relative;
		width: 100%;
		left: auto;
		top: auto;
		max-width: inherit;
	}
	section#mv_wrap div.contest div.house {
		width: 63.7333vw;
	}
}



.bg_b {
	background: #F5F5F5;
}
.box_r {
	border: 3px solid #BB2929;
	background: #fff;
	color: #BB2929;
}


/*=======================================
　sec_kashi_about
=======================================*/
.sec_kashi_about  {
	padding: 110px 0 80px;
	position: relative;
}
.sec_kashi_about .balloon {
	position: relative;
	display: inline-block;
	font-size: 45px;
	background: #FFF;
	border: solid 1px #707070;
	box-sizing: border-box;
	border-radius: 13px;
	width: 100%;
	padding: 70px 7%;
	line-height: 1.666;
	letter-spacing: 0.1em;
	z-index: 1;
	margin-bottom: 90px;
}
.sec_kashi_about .balloon:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform : translateX(-50%);
	border: 10px solid transparent;
	border-top: 14px solid #FFF;
	z-index: 2;
}
.sec_kashi_about .balloon:after {
	content: "";
	position: absolute;
	bottom: -26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform : translateX(-50%);
	border: 11px solid transparent;
	border-top: 15px solid #333;
	z-index: 1;
}
.sec_kashi_about .balloon p {
	margin: 0;
	padding: 0;
	text-align: justify;
}
.sec_kashi_about .img {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 57.87%;
	max-width: 926px;
	z-index: 0;
}
.sec_kashi_about .txt_area {
	width: 50.58%;
	margin-left: calc(100% - 50.58%);
	z-index: 1;
	position: relative;
}
.sec_kashi_about .txt_area .hd_ttl {
	font-size: 34px;
	margin-bottom: 35px;
}
.sec_kashi_about .txt_area .hd_ttl .red01 {
	font-size: 48px;
}
.sec_kashi_about .txt_area .hd_ttl img {
	width: 16%;
	max-width: 95x;
	position: relative;
	margin-left: 10px;
	top: 0px;
}
.sec_kashi_about .txt_area .txt01 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.777;
	letter-spacing: 0.1em;
	margin-bottom: 45px;
}
.sec_kashi_about .balloon_line {
	width: 2px;
	height: 68px;
	background: #fff;
	position: absolute;
}
.sec_kashi_about .balloon_line01 {
	left: -1px;
	bottom: 30px;
}
.sec_kashi_about .balloon_line02 {
	right: -1px;
	top: 30px;
}
@media only screen and (max-width: 820px){
.sec_kashi_about  {
	padding: 64.5px 0 40vw;
}
.sec_kashi_about .balloon {
	font-size: 20px;
	border-radius: 6.5px;
	padding: 20px 5%;
	margin-bottom: 30px;
}
.sec_kashi_about .balloon:before {
	bottom: -28px;
	border: 12px solid transparent;
	border-top: 16px solid #FFF;
}
.sec_kashi_about .balloon:after {
	bottom: -29px;
	border: 12px solid transparent;
	border-top: 16px solid #333;
}
.sec_kashi_about .balloon p {
	margin: 0;
	padding: 0;
}
.sec_kashi_about .img {
	width: 75%;
}
.sec_kashi_about .txt_area {
	width: 100%;
	margin-left: 0;
}
.sec_kashi_about .txt_area .hd_ttl {
	font-size: 17px;
	width: fit-content;
	margin: 0 auto 17.5px;
	text-align: center;
}
.sec_kashi_about .txt_area .hd_ttl .red01 {
	font-size: 27px;
}
.sec_kashi_about .txt_area .hd_ttl img {
	width: 15%;
	top: 0;
	margin-left: 5px;
}
.sec_kashi_about .txt_area .txt01 {
	margin-bottom: 35px;
	font-size: 14px;
}
.sec_kashi_about .notes {
	text-align: left;
}
.sec_kashi_about .balloon_line {
	height: 34px;
}
.sec_kashi_about .balloon_line01 {
	bottom: 15px;
}
.sec_kashi_about .balloon_line02 {
	top: 15px;
}
}
@media only screen and (max-width: 767px){
.sec_kashi_about .notes {
	font-size: 11px;
}
}



/* 追加 */
.sec_kashi_about .check {
	background: #fff;
	border-radius: 15px;
	padding: 24px 3% 27px;
	border: 1px solid var(--main_color);
	position: relative;
}
.sec_kashi_about .check::before {
	background: #fff;
    content:  "";
	position: absolute;
	top: -1px;
	left: 4%;
    width:  118px;
    height:  2px;
    display:  inline-block;
}
.sec_kashi_about .check span {
	position: absolute;
	top: -23px;
	left: 5%;
	font-size: 26px;
	font-weight: 600;
}
.sec_kashi_about .check p {
	font-size: 24px;
}
@media only screen and (max-width: 767px){
.sec_kashi_about .check {
	border-radius: 7.5px;
	padding: 20px 3%;
}
.sec_kashi_about .check::before {
	left: 4%;
	width: 100px;
}
.sec_kashi_about .check span {
	top: -16px;
	font-size: 20px;
	left: 6.5%;
}
.sec_kashi_about .check p {
	font-size: 16px;
}
}




/*=======================================
　kashi_anshin
=======================================*/
.kashi_anshin .img {
	max-width: 900px;
	margin: 0 auto;
}
.kashi_anshin .img {
	margin-bottom: 130px;
}

@media only screen and (max-width: 767px){
.kashi_anshin .img {
	margin-bottom: 65px;
}
}



/*=======================================
　sec_kashi
=======================================*/

.sec_kashi {
	background: url("../../../images/strengths/guarantee/kashi_if_bg01.jpg") top center / 100% auto no-repeat;
	padding: 100px 0 0;
}
@media only screen and (max-width: 767px){
.sec_kashi {
	background: url("../../../images/strengths/guarantee/kashi_if_bg01_sp.jpg") top center / 100% auto no-repeat;
	padding: 43.5px 0 0;


}
}



/* kashi_intro */
.sec_kashi .kashi_intro {
	justify-content: space-between;
	margin-bottom: 177px;
}
.sec_kashi .kashi_intro .left {
	width: 22.25%;
	margin-left: 1.5%;
}
.sec_kashi .kashi_intro .right {
	width: 72.12%;
	right: -5.35%;
	position: relative;
}
.sec_kashi .kashi_intro .right .txt01 {
	margin-bottom: 50px;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1.666;
}
.sec_kashi .kashi_intro .box_r {
	font-size: 24px;
	padding: 20px 4.5%;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.66;
}
.sec_kashi .kashi_intro .notes {
	font-size: 13px;
}
.sec_kashi .kashi_intro .right .img {
	/* margin-bottom: 56px; */
}
@media only screen and (max-width: 767px){
/* kashi_intro */
.sec_kashi .kashi_intro {
	margin-bottom: 75px;
}
.sec_kashi .kashi_intro .left {
	width: 33.65%;
	margin: 0 auto 30px;
}
.sec_kashi .kashi_intro .right {
	width: 100%;
	margin-top: 0;
	right: 0;
}
.sec_kashi .kashi_intro .right .txt01 {
	margin-bottom: 20px;
	font-size: 12px;
}
.sec_kashi .kashi_intro .box_r {
	font-size: 19px;
	padding: 10px 5%;
	margin-bottom: 10px;
}
.sec_kashi .kashi_intro .notes {
	font-size: 11px;
	text-align: left;
}
.sec_kashi .kashi_intro .right .img {
	margin-bottom: 28px;
}
}



/* kashi_if */
.sec_kashi .kashi_if {
	margin-bottom: 88px;
}
.sec_kashi .kashi_if .flex_area {
	justify-content: space-between;
}
.sec_kashi .kashi_if .img_area {
	width: 52.83%;
}
.sec_kashi .kashi_if .txt_area {
	width: 40.5%;
}
.sec_kashi .kashi_if .txt_area .lead {
	font-size: 50px;
	line-height: 1.333;
	margin-bottom: 25px;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.sec_kashi .kashi_if .txt_area .big {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 25px;
}
@media only screen and (max-width: 820px){
.sec_kashi .kashi_if {
	margin-bottom: 70px;
}
.sec_kashi .kashi_if .flex_area {
	display: flex;
	flex-direction: column-reverse;
}
.sec_kashi .kashi_if .img_area {
	width: 100%;
}
.sec_kashi .kashi_if .txt_area {
	width: 100%;
	margin-bottom: 20px;
}
.sec_kashi .kashi_if .txt_area .lead {
	font-size: 24px;
	margin-bottom: 20px;
}
.sec_kashi .kashi_if .txt_area .big {
	font-size: 15px;
	margin-bottom: 15px;
}
}
/* 追加 */
.sec_kashi .kashi_if .txt_area .txt01 {
	/* font-size: 16px; */
	line-height: 1.875;
}




/* kashi_defect */
.kashi_defect .hd_ttl {
	margin-bottom: 40px;
	background: #F5F5F5;
	height: 60px;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.kashi_defect .hd_ttl p {
	display: inline-block;
	width: fit-content;
	position: relative;
	color: #333;
	font-size: calc(28/1600*100vw);
}
.kashi_defect .hd_ttl.amamori p {
	padding-left: 42px;
}
.kashi_defect .hd_ttl.hibiware p {
	padding-left: 50px;
}
.kashi_defect .hd_ttl p::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
	transform : translateY(-50%);
	left: 0;
}
.kashi_defect .hd_ttl.amamori p::before {
	background: url(../../../images/strengths/guarantee/icon_amamori.png) top center / 100% auto no-repeat;
	width: 22.86px;
	height: 32.25px;
	top: 50%;
}
.kashi_defect .hd_ttl.hibiware p::before {
	background: url(../../../images/strengths/guarantee/icon_hibiware.png) top center / 100% auto no-repeat;
	width: 36.84px;
	height: 32.25px;
}
.kashi_defect .flex_area {
	justify-content: space-between;
	margin-bottom: 20px;
}
.kashi_defect .item {
	width: 45.5%;
	position: relative;
}
.kashi_defect .item:not(:last-child) {
	width: calc(45.16% + 5%);
	border-right: 1px solid #707070;
	padding-right: 4.5%;
	margin-right: 4.5%;
}
.kashi_defect .img_box {
	width: 47.97%;
	text-align: center;
}
.kashi_defect .img_box .txt01 {
	text-align: center;
	font-size: 14px;
}
.kashi_defect .flex_area:first-of-type {
	margin-bottom: 40px;
}
.kashi_defect .txt02 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 27px;
	font-weight: 700;
}
.kashi_defect .item .arrow {
	width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 24px solid #333;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.kashi_defect .flex_area02 {
	margin-bottom: 10px;
}
.kashi_defect .flex_area02 .arrow02 {
	left: calc(50% - 5%);
}
.kashi_defect .flex_area02 .item {
	padding-top: 55px;
}
.kashi_defect .notes {
	font-size: 14px;
}
.kashi_defect .box_r {
	margin-bottom: 24px;
	color: #333;
	font-size: 40px;
	line-height: 1.5;
	padding: 15px 5% 23px;
}
.kashi_defect .box_r .num {
	font-size: 60px;
	font-family: 'Noto Sans', sans-serif;
}
@media only screen and (min-width: 1600px){
.kashi_defect .hd_ttl p {
	font-size: 28px;
}
}
@media only screen and (max-width: 767px){
.kashi_defect .hd_ttl {
	margin-bottom: 25px;
	height: 40px;
}
.kashi_defect .hd_ttl p {
	font-size: 18px;
	line-height: 40px;
}
.kashi_defect .item {
	width: 100%;
}
.kashi_defect .item:not(:last-child) {
	width: 100%;
	padding-right: 0;
	margin: 0 auto 30px;
	border-right: none;
}
.kashi_defect .img_box {
	width: 100%;
	margin-bottom: 20px;
}
.kashi_defect .flex_area:first-of-type {
	margin-bottom: 40px;
}
.kashi_defect .txt02 {
	font-size: 18px;
	margin-bottom: 13.5px;
}
.kashi_defect .item .arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #333;
}
.kashi_defect .flex_area02 {
	margin-bottom: 10px;
}
.kashi_defect .flex_area02 .arrow02 {
	left: 50%;
}
.kashi_defect .flex_area02 .item {
	padding-top: 27.5px;
	margin-bottom: 10px;
}
.kashi_defect .flex_area02 .item .hd_ttl {
	margin-bottom: 15px;
}
.kashi_defect .hd_ttl.amamori p {
	padding-left: 30px;
}
.kashi_defect .hd_ttl.hibiware p {
	padding-left: 30px;
}
.kashi_defect .hd_ttl p::before {
}
.kashi_defect .hd_ttl.amamori p::before {
	width: 18px;
	height: 26px;
}
.kashi_defect .hd_ttl.hibiware p::before {
	width: 25px;
	height: 23px;
}
.kashi_defect .notes {
	text-align: left;
	font-size: 11px;
}
.kashi_defect .box_r {
	margin-bottom: 12px;
	font-size: 20px;
	padding: 10px 5%;
}
.kashi_defect .box_r .num {
	font-size: 30px;
	line-height: 1;
}
}
/* 追加 */
.kashi_defect {
	margin-bottom: 180px;
}
.kashi_defect .img_box .img {
	margin-bottom: 10px;
}
.kashi_defect .flex_area .txt01 {
	line-height: 2;
}
.kashi_defect .item .img {
	margin-bottom: 10px;
}
.kashi_defect > .notes:nth-of-type(2) {
	margin-bottom: 50px;
}
.kashi_defect > .notes:nth-of-type(3) {
	line-height: 1.857;
}
@media only screen and (max-width: 767px){
.kashi_defect {
	margin-bottom: 90px;
}
.kashi_defect .img_box .img {
	margin-bottom: 5px;
}
.kashi_defect .flex_area .txt01 {
	font-size: 13px;
}
.kashi_defect .item .img {
	margin-bottom: 5px;
}
.kashi_defect .item .img img {
	width: 100%;
}
.kashi_defect > .notes:nth-of-type(2) {
	/* margin-bottom: 25px; */
}
.kashi_defect > .notes:nth-of-type(3) {

}
}



/*=======================================
　kashi_hosho
=======================================*/
.kashi_hosho .hd_ttl {
	position: relative;
	text-align: center;
	margin: 0 auto 106px;
	font-size: 40px;
	padding: 0 80px;
	width: fit-content;
}
.kashi_hosho .hd_ttl .str_ttl {
	font-size: 30px;
	border: 3px solid #C00000;
	border-radius: 100px;
	color: #BB2929;
	height: 63px;
	line-height: 63px;
	display: inline-block;
	width: 383px;
	margin-bottom: 10px;
}
.kashi_hosho .hd_ttl .str_ttl::before,
.kashi_hosho .hd_ttl .str_ttl::after {
    content:  "";
    width:  2px;
    height:  121px;
    display:  inline-block;
    background-color: #BB2929;
	position: absolute;
	bottom: 0;
}
.kashi_hosho .hd_ttl .str_ttl::before {
	left: 50px;
	transform: rotate(-30deg);
}
.kashi_hosho .hd_ttl .str_ttl::after {
	right: 50px;
	transform: rotate(30deg);
}
.kashi_hosho .flex_area {
	justify-content: space-between;
	/* margin-bottom: 36px; */
}
.kashi_hosho .flex_area .item:nth-child(1) {
	width: 51.68%;
}
.kashi_hosho .flex_area .item:nth-child(2) {
	width: 42.52%;
}
.kashi_hosho .flex_area .item p {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.8;
}
.kashi_hosho .txt01 {
	/* margin: 0 auto 134px; */
	/* max-width: 918px; */
}
@media only screen and (max-width: 767px){
.kashi_hosho .hd_ttl {
	margin-bottom: 53px;
	font-size: 16px;
	padding: 0 6%;
}
.kashi_hosho .hd_ttl .str_ttl {
	font-size: 18px;
	height: 35px;
	line-height: 31px;
	width: fit-content;
	margin-bottom: 5px;
	padding: 0 30px;
}
.kashi_hosho .hd_ttl .str_ttl::before,
.kashi_hosho .hd_ttl .str_ttl::after {
    height: 80px;
}
.kashi_hosho .hd_ttl .str_ttl::before {
	left: 2%;
}
.kashi_hosho .hd_ttl .str_ttl::after {
	right: 2%;
}
.kashi_hosho .flex_area {
	margin-bottom: 0;
}
.kashi_hosho .flex_area .item:nth-child(1) {
	width: 100%;
	margin-bottom: 50px;
}
.kashi_hosho .flex_area .item:nth-child(2) {
	width: 100%;
}
.kashi_hosho .flex_area .item p {
	font-size: 13px;
	margin-bottom: 15px;
}
.kashi_hosho .txt01 {
	margin: 0 auto 67px;
}
}


/* 追加 */
.kashi_hosho .inner {
	max-width: 1120px;
}
.kashi_hosho .sttl {
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.35;
	margin-bottom: 110px;
}
.kashi_hosho .sttl p {
	position: relative;
	/*padding-left: 1.8em;*/
}
.kashi_hosho .sttl p::before {
    content: "";
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1.8em;
}
.sttl p::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px;
  display: inline-block;
  width: 100px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--main_color);
}
.kashi_hosho .sttl p span {
	font-size: 30px;
}
.kashi_hosho .flex_area .item:nth-child(2) .img {
	width: 80.84%;
	max-width: 409.06px;
	margin: 0 auto;
}
.kashi_hosho .flex_area .item:nth-child(2) p {
	margin-bottom: 57px;
}
.kashi_hosho .inner > .notes {
	max-width: 1120px;
	margin: 0 auto 50px;
	font-size: 14px;
}
.kashi_hosho .inner > .img {
	/* max-width: 1120px; */
	/* margin: 0 auto 80px; */
}
.kashi_hosho .inner > .item {
	margin-bottom: 245px;
}
.kashi_hosho .inner > .item h4 {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.kashi_hosho .inner > .item  ul {
	margin-bottom: 10px!important;
}
.kashi_hosho .inner > .item  ul li {
	background: #F6DDD8;
	width: 22.85%;
	text-align: center;
	height: 119px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.kashi_hosho .inner > .item  ul li .hd_txt {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}
.kashi_hosho .inner > .item  ul li .txt {
	letter-spacing: 0.1em;
}
.kashi_hosho .inner > .item  .notes {
	font-size: 14px;
	text-align: right;
}
@media only screen and (max-width: 767px){
.kashi_hosho .inner {

}
.kashi_hosho .sttl {
	font-size: 22.5px;
	margin-bottom: 46px;
}
.kashi_hosho .sttl p {

}
.kashi_hosho .sttl p::before {
    top: 40%;
    left: -1.8em;
}
.sttl p::after {
  bottom: -15px;
  width: 50px;
}
.kashi_hosho .sttl p span {
	font-size: 15px;
}
.kashi_hosho .flex_area .item:nth-child(2) .img {
	width: 100%;
	max-width: inherit;
	text-align: center;
}
.kashi_hosho .flex_area .item:nth-child(2) p {
	margin-bottom: 15px;
}
.kashi_hosho .inner > .notes {
	margin-bottom: 40px;
	font-size: 11px;
}
.kashi_hosho .inner > .img {
	margin-bottom: 40px;
}
.kashi_hosho .inner > .item {
	margin-bottom: 122.5px;
}
.kashi_hosho .inner > .item h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
.kashi_hosho .inner > .item  ul {
	display: flex;
	flex-flow: wrap;
}
.kashi_hosho .inner > .item  ul li {
	width: 48%;
	height: auto;
	padding: 10px 0;
}
.kashi_hosho .inner > .item  ul li:nth-child(-n+2) {
	margin-bottom: 15px;
}
.kashi_hosho .inner > .item  ul li .hd_txt {
	font-size: 15px;
	margin-bottom: 5px;
}
.kashi_hosho .inner > .item  ul li .txt {
    font-size: 12px;
}
.kashi_hosho .inner > .item  .notes {
	font-size: 11px;
	text-align: left;
}
}



/* 2023/10/5追加
--------------------------------------------------------- */
div.kashi_hosho div.inner div.hd_txt {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #c11920;
	border-radius: 100px;
	border: 2px solid #c11920;
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
	padding: 0 27px;
	margin-bottom: 16px;
}
div.kashi_hosho2 div.inner > div.img {
	margin-bottom: 110px;
}
/* div.kashi_hosho div.inner div.section01 {
	margin-bottom: 151px;
} */
div.kashi_hosho div.inner div.section01 div.txt_box {
	margin-bottom: 70px;
}
div.kashi_hosho div.inner div.section01 div.txt_box p.txt01 {
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	margin-bottom: 6.8px;
	margin-top: 14px;
}
div.kashi_hosho div.inner div.section01 div.txt_box p.notes {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.625;
}
div.kashi_hosho div.inner div.section01 div.flex_area div.item p {
	text-align: center;
}
div.kashi_hosho div.inner div.section01 > p.notes {
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.8571;
	margin: 0 0 90px 3.66%;
}
div.kashi_hosho2 div.inner div.section02.flex_area:last-of-type {
	margin: 20px 0 60px;
}
div.kashi_hosho div.inner div.section02.flex_area:not(:last-of-type) {
	margin: 17px 0 60px;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area {
	width: 62.94%;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area div.copy {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.65;
	margin-bottom: 20px;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area div.copy strong {
	font-size: 30px;
	background: linear-gradient(transparent 70%, #FFF33F 70%);
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area div.copy span.red01 {
	background: linear-gradient(transparent 70%, #FFF33F 70%);
}
div.kashi_hosho div.inner div.section02.flex_area div.img_area {
	width: 33.57%;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area p.notes {
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.625;
}
@media only screen and (max-width: 767px){
div.kashi_hosho div.inner div.hd_txt {
	font-size: 16px;
	height: 35px;
	padding: 0 10px 2px;
	margin-bottom: 10px;
}
div.kashi_hosho div.inner > div.img {
	margin-bottom: 50px;
}
div.kashi_hosho div.inner div.section01 {
	margin-bottom: 50px;
}
div.kashi_hosho div.inner div.section01 div.txt_box {
	margin-bottom: 50px;
}
div.kashi_hosho div.inner div.section01 div.txt_box p.txt01 {
	font-size: 13px;
}
div.kashi_hosho div.inner div.section01 div.txt_box p.notes {
	font-size: 11px;
	margin: 0;
}
div.kashi_hosho div.inner div.section01 p.notes {
	font-size: 11px;
	margin: 0 0 40px;
}
div.kashi_hosho div.inner div.section02.flex_area:last-of-type {
	margin-bottom: 100px;
}
div.kashi_hosho div.inner div.section02.flex_area:not(:last-of-type) {
	margin-bottom: 40px;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area {
	width: 100%;
	margin-bottom: 20px;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area div.copy {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area div.copy strong {
	font-size: 18px;
}
div.kashi_hosho div.inner div.section02.flex_area div.img_area {
	width: 100%;
}
div.kashi_hosho div.inner div.section02.flex_area div.txt_area p.notes {
	font-size: 11px;
}
}


/*============
2024.1.9追加
============*/
.hosho_ttl_area {
    display: flex;
    justify-content: space-between;
}
.hosho_ttl_area .hosho {
    display: flex;
    width: 56.78571428571429%;
    gap: 16px;
		justify-content: flex-end;
}
.hosho_ttl_area .hosho li.col_01 {
	max-width: 296px;
}


@media only screen and (max-width: 900px){
.hosho_ttl_area {
    flex-direction: column;
}
.hosho_ttl_area .hosho {
    width: auto;
    gap: 10px;
    margin-bottom: 15px;
		justify-content: center;
}
.hosho_ttl_area .hosho li.col_01 {
	max-width: 51%;
}
}

@media only screen and (max-width: 767px){
}



.kashi_hosho2 .ttl {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.kashi_hosho2 .ttl span {
	font-size: 46px;
	font-weight: bold;
}
/* .kashi_hosho2 .ttl::before {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    width: 6px;
    height: 100%;
    background-color: rgb(189, 42, 42);
    transform: rotate(-25deg);
} */
/* .kashi_hosho2 .ttl::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0px;
    width: 6px;
    height: 100%;
    background-color: rgb(189, 42, 42);
    transform: rotate(25deg);
} */
@media only screen and (max-width: 767px){
.kashi_hosho2 .ttl {
	font-size: 30px;
	margin-bottom: 46px;
	line-height: 1.2;
}
.kashi_hosho2 .ttl span {
	font-size: 23px;
}
.kashi_hosho2 .ttl::before {
    width: 3px;
    left: 5%;
}
.kashi_hosho2 .ttl::after {
    width: 3px;
    right: 5%;
}
}


.kashi_hosho2 .box_r {
	margin-bottom: 140px;
	color: #333;
	font-size: 40px;
	line-height: 1.5;
	padding: 32px 5% 36px;
}
div.com_copy {
    font-size: 30px;
    color: #BB2929;
    font-weight: bold;
    margin-bottom: 31.9px;
    text-align: center;
}
div.kashi_hosho2 div.section03 {
    margin-bottom: 140.7px;
}
div.kashi_hosho2 div.section03 div.txt_area {
    margin-bottom: 67px;
}
div.kashi_hosho2 div.section03 div.arrow {
    max-width: 466px;
    margin: 0 auto 44px;
}
div.kashi_hosho2 div.section03 div.img {
    max-width: 896px;
    margin: 0 auto;
}
div.kashi_hosho2 div.section01 div.txt_box div.txt_area div.copy,
div.kashi_hosho2 div.section03 div.txt_area div.copy {
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.667;
	margin-bottom: 22.5px;
}
div.kashi_hosho2 div.section03 div.txt_area div.copy strong {
	font-size: 30px;
}
div.kashi_hosho2 div.section03 div.txt_area div.copy span.black01 {
	background: linear-gradient(transparent 70%, #FFF33F 70%);
}
@media only screen and (max-width: 767px){
.kashi_hosho2 .box_r {
	margin-bottom: 55px;
	font-size: 20px;
	padding: 10px 5%;
}

div.com_copy {
    font-size: 18px;
    margin-bottom: 16px;
}
div.kashi_hosho2 div.img {
    margin-bottom: 20px;
}
div.kashi_hosho2 div.section03 {
    margin-bottom: 70px;
}
div.kashi_hosho2 div.section03 div.txt_area {
    margin-bottom: 30px;
}
div.kashi_hosho2 div.section03 div.arrow {
    width: 60%;
    margin: 0 auto 30px;
}
div.kashi_hosho2 div.section03 div.img {
    max-width: 100%;
    margin-bottom: 0;
}

div.kashi_hosho2 div.section01 div.txt_box div.txt_area div.copy,
div.kashi_hosho2 div.section03 div.txt_area div.copy {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
}
div.kashi_hosho2 div.section03 div.txt_area div.copy strong {
	font-size: 18px;
}

}


/* 2024.02.08 追加 */
/* kashi_summary */
.kashi_summary{
	padding: 60px 0 120px;
}

.kashi_summary .pop_outline {
	position: relative;
	text-align: center;
	padding: 60px 80px;
	background-color: #fff;
	border: 3px solid #C00000;
	border-radius: 20px;
	margin-bottom: 120px;
}
/* .kashi_summary .pop_outline::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -44px;
  left: calc(50% - 13px);
  border-top: 44px solid #C00000;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
} */
/* .kashi_summary .pop_outline::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -38px;
  left: calc(50% - 13px);
  border-top: 44px solid #fff;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
} */
.kashi_summary .pop_outline span::before {
  content: "";
  position: absolute;
	background-color: #F6DDD8;
  width: 100%;
  height: 100%;
	left: 20px;
	top: 20px;
	border-radius: 10px;
	margin-bottom: 120px;
	z-index: -10;
}
/* .kashi_summary .pop_outline span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -53px;
  left: calc(50% - 8px);
  border-top: 44px solid #F6DDD8;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  z-index: -10;
} */
.kashi_summary .pop_outline h2 {
	display: inline-block;
	font-size: 45px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.2;
	margin-bottom: 40px;
	position: relative;
}
.kashi_summary .pop_outline h2::before{
	position: absolute;
  left: -50px;
  top: 0px;
  content: "";
  width: 4px;
  height: 100%;
  background-color: rgb(189, 42, 42);
  transform: rotate(-30deg);
}
.kashi_summary .pop_outline h2::after{
	position: absolute;
	content: "";
	right: -50px;
	top: 0px;
	width: 4px;
	height: 100%;
	background-color: rgb(189, 42, 42);
	transform: rotate(30deg);
}
.kashi_summary .pop_outline p {
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
}
.kashi_summary .pop_outline p span {
	color:#C11920 ;
}
.kashi_summary .clms {
	margin-bottom: 70px;
}
.kashi_summary .pop_outline .notes {
	text-align: right;
	font-size: 14px;
	padding: 7px 0 0 0;
}


.kashi_summary .illust{
	margin-bottom: 40px;
}

.kashi_summary .btn_area{
	display: flex;
	gap: 0 3.5%;
}

@media screen and (max-width: 1300px) {
	/* .kashi_summary .pop_outline {
		padding-top: 6.53vw;
		height: 37vw;
	}
	.kashi_summary .pop_outline::before {
		height: 37.5vw;
	} */
	.kashi_summary .pop_outline h2 {
		font-size: calc((45 / 1300) * 100vw);
		margin-bottom: 3.69vw;
	}
	.kashi_summary .pop_outline p {
		font-size: calc((16 / 1300) * 100vw);
	}
	.kashi_summary .pop_outline .notes {
		font-size: calc((14 / 1300) * 100vw);
	}
}

@media screen and (max-width: 768px) {
	.kashi_summary{
		padding: 25px 0 55px;
	}
	.kashi_summary .pop_outline{
		padding: 40px 10%;
		margin-bottom: 70px;
	}
	.kashi_summary .pop_outline::after {
		bottom: -38px;
		left: calc(50% - 13px);
	}
	.kashi_summary .pop_outline span::before {
		left: 10px;
		top: 12px;
	}
	.kashi_summary .pop_outline h2 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.kashi_summary .pop_outline h2::before{
		left: -15px;
		width: 3px;
		transform: rotate(-25deg);
	}
	.kashi_summary .pop_outline h2::after{
		right: -15px;
		width: 3px;
		transform: rotate(25deg);
	}
	.kashi_summary .pop_outline p {
		font-size: 14px;
		line-height: 1.6;
	}
	.kashi_summary .pop_outline .notes {
		font-size: 12px;
	}
	.kashi_summary .clms {
		margin-bottom: 30px;
	}
	.kashi_summary .illust{
		margin-bottom: 30px;
	}

	.kashi_summary .btn_area{
		display: block;
	}
}

@media screen and (max-width: 550px) {
	.kashi_summary .pop_outline p {
		font-size: 12px;
	}
}

/*  */
.kashi_hosho2 .txt_box{
	margin-bottom: 80px;
}
.kashi_hosho2 .txt_box .copy{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.65;
}

.bold{
	font-weight: bold;
}

.kashi_hosho .ttl{
	margin-bottom: 30px;
}

div.kashi_hosho div.inner div.section01 div.flex_area div.item .text_left {
	text-align: left;
}

div.kashi_hosho div.inner > div.img {
	margin-bottom: 90px;
}
div.kashi_hosho div.inner > div.img .notes {
	text-align: right;
	padding: 15px 0 0 0;
	font-size: 14px;
}
div.kashi_hosho div.inner div.section02.flex_area:last-of-type {
	margin-bottom: 140px;
}


.sec_kashi .kashi_relief{
	padding: 50px 40px 60px;
	border: 3px solid #BB2929;
	border-radius: 20px;
	margin-bottom: 180px;
}
.sec_kashi .kashi_relief .catch{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.55;
	text-align: center;
	margin-bottom: 30px;
}
.sec_kashi .kashi_relief .txt{
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.8;
	color: #2A2A2A;
	margin-bottom: 30px;
}

.kashi_defect .case{
	margin-top: 70px;
}
.kashi_defect .case .arrow{
	max-width: 466px;
	margin: 0 auto 40px;
}

.kashi_defect .case .img img{
	margin: 0 auto;
}

div.kashi_hosho2 div.inner div.section02.flex_area:last-of-type {
	margin-bottom: 60px;
}

div.kashi_hosho2 div.inner div.section02.flex_area:not(:last-of-type) {
	margin-bottom: 90px;
}

.sec_kashi_about .balloon {
	padding: 35px 60px 40px;
	margin-bottom: 75px;
}

.sec_kashi_about .balloon .sttl{
	text-align: center;
}
.sec_kashi_about .balloon h2 {
	font-size: 46px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.sec_kashi_about .balloon h2::before{
	position: absolute;
  left: -50px;
  top: 0px;
  content: "";
  width: 4px;
  height: 100%;
  background-color: rgb(189, 42, 42);
  transform: rotate(-30deg);
}
.sec_kashi_about .balloon h2::after{
	position: absolute;
	content: "";
	right: -50px;
	top: 0px;
	width: 4px;
	height: 100%;
	background-color: rgb(189, 42, 42);
	transform: rotate(30deg);
}
.sec_kashi_about .balloon ul li{
	margin-bottom: 20px;
}
.sec_kashi_about .balloon ul li p{
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	padding-left: 50px;
	position: relative;
}
.sec_kashi_about .balloon ul li p strong{
	font-size: 36px;
}

.sec_kashi_about .balloon ul li p::before{
	content: '';
	position: absolute;
	background-image: url(../../../../asset/images/strengths/guarantee/sec_about_icon.png) ;
	background-repeat: no-repeat;
	background-size: cover;
	width: 30px;
	height: 36px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
	.kashi_hosho2 .txt_box{
		margin-bottom: 50px;
	}
	.kashi_hosho2 .txt_box .copy{
		font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
	}
	div.kashi_hosho div.inner > div.img {
		margin-bottom: 45px;
	}
	div.kashi_hosho div.inner div.section02.flex_area:last-of-type {
		margin-bottom: 80px;
	}
	div.kashi_hosho2 div.inner div.section02.flex_area:not(:last-of-type) {
		margin-bottom: 50px;
	}

	.sec_kashi .kashi_relief{
		padding: 30px 10px 20px;
		border: 2px solid #BB2929;
		border-radius: 15px;
		margin-bottom: 80px;
	}
	.sec_kashi .kashi_relief .catch{
		font-size: 23px;
		margin-bottom: 20px;
	}
	.sec_kashi .kashi_relief .txt{
		font-size: 12px;
		line-height: 1.5;
		margin-bottom: 25px;
	}
	.kashi_defect .case{
		margin-top: 30px;
	}
	.kashi_defect .case .arrow{
		width: 60%;
    margin: 0 auto 30px;
	}

	.sec_kashi_about .balloon {
		padding: 25px 25px 20px;
		margin-bottom: 50px;
	}

	.sec_kashi_about .balloon h2 {
		font-size: 23px;
		margin-bottom: 20px;
	}
	.sec_kashi_about .balloon h2::before{
		left: -25px;
		top: 0px;
		width: 3px;
		transform: rotate(-30deg);
	}
	.sec_kashi_about .balloon h2::after{
		right: -25px;
		top: 0px;
		width: 3px;
		transform: rotate(30deg);
	}
	.sec_kashi_about .balloon ul li{
		margin-bottom: 10px;
	}
	.sec_kashi_about .balloon ul li p{
		font-size: 15px;
		padding-left: 25px;
	}
	.sec_kashi_about .balloon ul li p strong{
		font-size: 18px;
	}

	.sec_kashi_about .balloon ul li p::before{
		width: 15px;
		height: 18px;
		left: 0;
		top: 13px;
	}
	div.kashi_hosho div.inner > div.img .notes {
		font-size: 12px;
	}
}


/* 240322追加 */
/*============================
read_text
============================*/
.read_text{
	margin: 90px auto 120px;
	width: 90%;
}
.read_text p{
	text-align: center;
	font-size: calc((18 / 1300) * 100vw);
	line-height: 1.8;
}
.read_text p span{
	color: #C11920;
}
@media screen and (min-width: 1600px) {
	.read_text p{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.read_text{
		margin: 50px auto 50px;
	}
	.read_text p{
		font-size: 14px;
		text-align: left;
	}
}

/*============================
standard
============================*/
.standard{
	max-width: 1120px;
	margin: 0 auto 45px;
	position: relative;
	padding: 60px 3.5%;
	background-color: #fff;
	border: 3px solid #C00000;
	border-radius: 20px;
	width: 90%;
}
.standard h2{
	text-align: center;
	color:#C00000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -6%;
	font-size: 45px;
	letter-spacing: 0.1em;
}
.standard h2 span{
	background: #FFF;
	padding: 0 30px;
}

.standard .hd_txt {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #c11920;
	border-radius: 100px;
	border: 2px solid #c11920;
	height: 62px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: fit-content;
	padding: 0 27px;
	margin-bottom: 16px;
}
.standard .section02.flex_area{
	justify-content: space-between;
	padding-top: 2%;
}
.standard .section02.flex_area div.txt_area {
	width: 59.94%;
}
.standard .section02.flex_area div.txt_area div.copy {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.1em;
	line-height: 1.65;
	margin-bottom: 35px;
}
.standard .section02.flex_area div.txt_area div.copy strong {
	font-size: 30px;
	background: linear-gradient(transparent 70%, #FFF33F 70%);
}
.standard .section02.flex_area div.txt_area div.copy span.red01 {
	background: linear-gradient(transparent 70%, #FFF33F 70%);
}
.standard .section02.flex_area div.img_area {
	width: 34.2%;
}
.standard .check {
	background: #F5F5F5;
	padding: 4% 3% 4% 9%;
	margin: 55px 0 0 0;
}
.standard .check .flex_area {
	justify-content: space-between;
	align-items: end;
}
.standard .check .flex_area .txt {
	width: 74%;
}
.standard .check .flex_area .txt h3 {
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: 26px;
	margin: 0 0 15px 0;
	color: #BB2929;
}
.standard .check .flex_area .txt p {
	font-size: 16px;
	line-height: 1.95;
}
.standard .check .flex_area .txt p span {
	font-weight: bold;
}
.standard .check .flex_area .txt p strong {
	font-weight: bold;
	font-size: 22px;
	color: #C11920;
}
.standard .check .flex_area .img {
	width: 24%;
	margin-bottom: -5%;
}

.or {
	text-align: center;
	font-size: 57px;
	color: #C11920;
	font-weight: bold;
}
@media only screen and (max-width: 1260px){
	.standard .section02.flex_area div.txt_area div.copy {
		font-size: calc((30 / 1260) * 100vw);
	}
	.standard .section02.flex_area div.txt_area div.copy strong {
		font-size: calc((30 / 1260) * 100vw);
	}
	.standard .check .flex_area .txt h3 {
		font-size: calc((26 / 1260) * 100vw);
	}
	.standard .check .flex_area .txt p {
		font-size: calc((16 / 1260) * 100vw);
	}
	.standard .check .flex_area .txt p strong {
		font-size: calc((22 / 1260) * 100vw);
	}
}
@media only screen and (max-width: 1260px){
.standard .hosho_ttl_area .hosho {
	justify-content: start;
}
}
@media only screen and (max-width: 767px){
	.standard{
		max-width: 1120px;
		margin: 0 auto 25px;
		padding: 30px 5%;
	}
	.standard h2{
		text-align: center;
		color:#C00000;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -2%;
		font-size: 25px;
		letter-spacing: 0.1em;
	}
	.standard h2 span{
		background: #FFF;
		padding: 0 10px;
	}
	.standard .hd_txt {
	font-size: 16px;
	height: 35px;
	padding: 0 10px 2px;
	margin-bottom: 15px;
}
.standard > div.img {
	margin-bottom: 50px;
}
.standard .section02.flex_area:last-of-type {
	margin-bottom: 0px;
	padding-top: 4%;
}
.standard .section02.flex_area:not(:last-of-type) {
	margin-bottom: 40px;
}
.standard .section02.flex_area div.txt_area {
	width: 100%;
	margin-bottom: 0;
}
.standard .section02.flex_area div.txt_area div.copy {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.standard .section02.flex_area div.txt_area div.copy strong {
	font-size: 18px;
}
.standard .section02.flex_area div.img_area {
	width: 100%;
	margin: 15px 0 0px 0;
}
.standard .hosho_ttl_area .hosho {
	width: auto;
	gap: 10px;
	margin-bottom: 4px;
	justify-content: start;
}
.standard .check {
	background: #F5F5F5;
	padding: 7% 5% 6% 7%;
	margin: 35px 0 0 0;
	position: relative;
}
.standard .check .flex_area {
	justify-content: space-between;
	align-items: end;
}
.standard .check .flex_area .txt {
	width: auto;
}
.standard .check .flex_area .txt h3 {
	font-family: "Jost", sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin: 0px 0 8px 0;
	color: #BB2929;
}
.standard .check .flex_area .txt p {
	font-size: 13px;
	line-height: 1.95;
}
.standard .check .flex_area .txt p span {
	font-weight: bold;
}
.standard .check .flex_area .txt p strong {
	font-weight: bold;
	font-size: 15px;
	color: #C11920;
}
.standard .check .flex_area .img {
	width: 29%;
	margin-bottom: -5%;
	position: absolute;
	top: 23%;
	right: 5%;
}
.or {
	text-align: center;
	font-size: 34px;
	color: #C11920;
	font-weight: bold;
}
}