/*********************************************
a_qa.css
*********************************************/

.o-title-h3{
    font-size: 19px;
    line-height: 31px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-top: 65px;
    margin-bottom: 30px;
}

.o-pt1{
	padding-top: 55px;
}

.o-common-txt{
	line-height: 23px;
	font-weight: 500;
	text-align: justify;
	font-weight: 300;
	margin-bottom: 0;
	color: #000;
}

.o-paint-h3{
	font-size: 24px;
	line-height: 25px;
	text-align: left;
	font-weight: 500;
	color: #000;
	margin: 0;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
}


/*original css*/
.webp .o-main-bk{
	background: url(../img/q&a-main-img.webp) no-repeat;
	background-size: cover;
	background-position: center;
}

.no-webp .o-main-bk{
	background: url(../img/q&a-main-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.o-main-bk-pc{
	background: transparent;
}

.o-main-bk{
	display: flex;
	align-items: center;
	height: 270px;
}

.o-h1-sub{
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	margin-bottom: 9px;
}

.o-h1-small{
	font-size: 17px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin: 0;
}

.o-dotted{
	position: relative;
	height: 1px;
	width: 100%;
	border-top: dashed 1px #64b8b8;
	background: transparent;
	margin: 25px 0;
}

.o-qa-ob{
	width: 100%;
}

.o-qa-b{
	width: 100%;
	box-sizing: border-box;
	padding: 25px 20px;
	border-radius: 5px;
	border: solid 1px #64b8b8;
	margin-bottom: 35px;
}

.o-q-b{
	margin: 0;
	/*align-items: center;*/
	justify-content: space-between;
}

.o-qa-maru{
	position: relative;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	font-weight: 700;
	/* margin: 0 0 15px 0; */
	align-items: center;
}

.o-qc1{
	background: #64b8b8;
	padding-top: 0px;
}

.o-qc1:before{
  content: "";
  position: absolute;
  bottom: -18px;
  left: 64%;
  margin-left: -15px;
  /* border: 8px solid transparent; */
  border-top: 16px solid #64b8b8;
  z-index: 0;
}

.o-qc2{
	background: #e50011;
	/* padding-top: 2px; */
}

.o-qc2:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 64%;
  margin-left: -15px;
  /* border: 8px solid transparent; */
  border-top: 16px solid #e50011;
  z-index: 0;
}

.o-qa-h4{
	font-size: 16px;
	line-height: 23px;
	text-align: left;
	color: #000;
	font-weight: 700;
	margin: 0;
}

.o-q-b p,.o-qa-h4{
    width: 88%;
}

.o-bk-cl1 .o-title-h3:nth-of-type(1){
	margin-top: 30px;
}

.o-cl1-pb{
	padding-bottom: 80px;
}





@media (min-width: 576px){
.o-h1-sub{
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 20px;
}

.o-h1-small{
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    margin: 0;
}

.o-main-bk{
    display: flex;
    align-items: center;
    height: 348px;
}

.o-qa-b{
    padding: 25px 20px;
}

.o-q-b p, .o-qa-h4{
    width: 92%;
}
}



@media (min-width: 768px){
.o-q-b{
	flex-wrap: wrap;
}

.o-q-b p,.o-qa-h4{
    width: 88%;
}

.o-title-h3{
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	font-weight: 700;
	color: #000;
	margin-top: 65px;
	margin-bottom: 30px;
}

.o-qa-b{
    padding: 25px 23px;
    margin-bottom: 35px;
}

.o-q-b{
    margin: 0;
    align-items: center;
	justify-content: flex-start;
}

.o-qa-maru{
	font-size: 27px;
	line-height: 28px;
	height: 50px;
	width: 50px;
	margin: 0;
	margin-right: 20px;
	align-items: flex-start;
}

.o-qc1:before{
  top: 50%;
  bottom: auto;
  left: auto;
  right: -17px;
  margin-top: -6px;
  border: 7px solid transparent;
  border-left: 15px solid #64b8b8;
}

.o-qc2:before{
  top: 50%;
  bottom: auto;
  right: -17px;
  left: auto;
  margin-top: -6px;
  border: 7px solid transparent;
  border-left: 15px solid #e50011;
}

.o-qc1{
    background: #64b8b8;
    padding-top: 9px;
}

.o-qc2{
    background: #e50011;
    padding-top: 9px;
}

.o-cl1-pb{
	padding-bottom: 150px;
}
}



@media (min-width: 992px){

.o-main-title-b{
	box-sizing: border-box;
	padding-left: 50px;
}

.o-pt1{
	padding-top: 55px;
}

.o-common-txt{
	line-height: 26px;
}

.o-q-b p,.o-qa-h4{
    width: 91%;
}
}



@media (min-width: 1025px){
/*original css*/
.webp .o-main-bk-pc{
	background: url(../img/q&a-main-img.webp) no-repeat;
	background-size: cover;
	background-position: center;
	height: 348px;
}

.no-webp .o-main-bk-pc{
	background: url(../img/q&a-main-img.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	height: 348px;
}

.o-main-bk-pc{
	display: flex;
	align-items: center;
}

.o-main-bk{
	background: transparent!important;
}

.o-q-b p,.o-qa-h4{
    width: 89%;
}
}



@media (min-width: 1100px){
}

