@charset "utf-8";
/*===========================
add
===========================*/





.catch2 {
	color:var(--basic-color);
}

.catch3 {
	color:var(--basic-color);
}

.txtIcon {
	padding:0.1em 2.5em 0.1em 2.5em;
	background-color:var(--basic-color);
}

.txtIconBlock {
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:var(--basic-color);
}

.boxFrame {
	border:3px solid var(--basic-color);
	background: rgba(255,255,255,.8);
}

.boxSimple {
	border-radius: 10px;
	padding:1.5em;
	background: rgba(255,255,255,.9);
	border-color: rgba(220, 135, 185,.15);
}

ul.liCheck li:before , ul.liCheckInline li:before , ul.liCheck2Div li:before , ul.liCheck3Div li:before , ul.liCheck4Div li:before {
	color:var(--basic-color);
}

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background-color:var(--basic-color);
}

.answer-text:before {
	background:var(--basic-color);
}

.question-title:before {
	background:#666365;
}

.lineWrap{
    width: 100%;
	background-color:var(--basic-color);
    text-align: center;
    margin: 0 auto; 
    padding: 50px 0;   
}
.lineWrap .lineWrap_inner{
    max-width: 500px;
    margin: 0 auto;
    width: 80%;
}
.lineWrap .lineWrap_inner .toptxt{
    display: flex;
    justify-content: center;
    align-items: center;
}
.lineWrap .lineWrap_inner .toptxt p{
    font-size: 18px;
    font-weight: 600;
    padding: 0 7px 0 10px;
}
.lineWrap .lineWrap_inner .toptxt p span{
    color: rgb(197, 19, 19);
    font-size: 170%;
    padding: 0 3px;
}
.lineWrap .lineWrap_inner a{
    display: block;
    border-radius: 30px;
    padding: 20px 10px;
    background-color: #01ca53;
    box-shadow: 0px 6px #12a24d;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    transition: .2s ease-in-out;
}
.lineWrap .lineWrap_inner a:hover{
    box-shadow: 0px 0px #12a24d;
      transform: translateY(6px);
}
.lineWrap .lineWrap_inner a p{
    margin-right: 10px;
}
.lineWrap .lineWrap_inner a i{
    padding-top: 3px;
}









/*===========================
box01
===========================*/
.box01 .in01{
	display: flex;
	border-bottom: #eeeeee solid 2px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
	.box01 .in01{
		display: block !important;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
}


.box01 .in01:last-child{
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}


.box01 .st{
	background-color: var(--basic-color);
	width: 130px;
	height: 130px !important;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
@media screen and (max-width: 600px) {
	.box01 .st{
		width: 100px;
		height: 100px !important;
		margin: 0 auto 30px;
	}
}


.box01 .st .st-box{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.box01 .st .st-box p{
	font-size: 3.5em;
	color: #fff;
	font-weight: bold;
}
@media screen and (max-width: 600px) {
	.box01 .st .st-box p{
		font-size: 2.5em;
	}
}


.box01 .st .title{
	font-size: 1.5em !important;
	margin-bottom: 15px;
	margin-top: -20%;
}
@media screen and (max-width: 600px) {
	.box01 .st .title{
		margin-bottom: 0;
		margin-top: -25%;
		font-size: 1.0em !important;
	}
}


.box01 .de01{
	padding: 0 10px 0;
	margin-left: 50px;
	box-sizing: border-box;
    width: 85%;
    width: calc(100% - 180px); 
}
@media screen and (max-width: 768px) {
	.box01 .de01{
		width: 75%;
        width: calc(100% - 160px);
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 600px) {
	.box01 .de01{
		width: 100%;
		margin: 0 !important;
	}
}


@media screen and (max-width: 600px) {
	.box01 .de01 .catch2{
		text-align: center;
		font-size: 1.5em;
	}
}


.box01 .contactBtnWrap{
	text-align: left;
}
@media screen and (max-width: 600px) {
	.box01 .contactBtnWrap{
		text-align: center;
	}
}


.box01 .contactBtnWrap .contactBtn{
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.box01 .contactBtnWrap .contactBtn{
		margin-bottom: 10px;
	}
	.box01 .contactBtnWrap .contactBtn:nth-child(n+3){
		padding-bottom: 0;
	}
}
.bnrContact.mail a{
	font-size: 111%;

}


.btn-gradient-radius {
  display: inline-block;
  padding: 21px 60px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #37da4f 0%, #149c28 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #37da4f 0%, #149c28 100%);
}
