@charset "UTF-8";
/* 相談するメリットベスト３*/
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
	.flex-section{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 20px auto 0;
	background: #ffffff;
	text-align: center;
	margin-bottom: 1em;
	}

	/*dlタグの設定*/
	.flex-container{
	display: flex;
	justify-content: space-around;
	}
	.flex-item{
	background: #ffffff;
	border: 1px solid rgb(122, 122, 122);
	padding: 1em;
	margin: 10px;
	flex-basis: 30%;
	}
	.flex-item dt{
	background: #f08300;
    padding: 5px;
	margin:  10px;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;

	}
	.flex-item dd{
		margin-bottom: 10px;
		font-size: 22px;
		color: #4f4f4f;
        	font-weight: bold;
		}

/* 相談の流れ */
.flex-section2{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 20px auto 0;
	background: #ffffff;
	text-align: left;
	margin-bottom: 1em;
    padding: 30px 15px;
}
.flex-section2 p {
    font-size: 1.1em;
}
	.flex2-container{
	justify-content: space-around;
	}
	.flex2-item{
	padding: 1em;
	margin: 10px;
	flex-basis: 30%;
	}
	.flex2-item dd{
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		color: #000000;
	}
	.flex2-h2 {
		position: relative;
		overflow: hidden;
		padding: 1rem 2rem 1rem 130px;
		border-top: 1px solid #ff6347;
		border-bottom: 1px solid #ff6347;
		font-size: 2.2rem;
		color: #f08300;
		font-weight: bold;
		background: #FDF2E5;
	  }
	  
	  .flex2-h2:before {
		position: absolute;
		top: -150%;
		left: -100px;
		width: 200px;
		height: 300%;
		content: '';
		-webkit-transform: rotate(25deg);
		transform: rotate(25deg);
		background: #f08300;
	  }
	  
	  .flex2-h2 span {
		font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
		font-size: 3.2rem;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		padding-top: 3px;
		padding-left: 16px;
		color: #FDF2E5;
		font-style: italic;
	  }
	  .card-container{
		display:flex;
		padding: 1em;
		margin: 10px;
	}
	.card-img{
		display:flex;
		margin: 0 0 0 20px;
	}
	span.supText {
		font-size: 75.5%;
		vertical-align: top;
		position: relative;
		top: -0.1em;
		}
		span.subText {
		font-size: 75.5%;
		vertical-align: bottom;
		position: relative;
		top: 0.1em;
		}
/* CTA */
		.cta{
			background-image: url("../image/royal-kaigo/AdobeStock_194313063.jpg");
			padding:20px 0;}
		.c-inner{
			width:70%;background:#fff;margin:0 auto;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-moz-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
			-webkit-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
			-ms-box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
			box-shadow: 0px 0px 40px -3px rgba(66, 69, 65, 0.13);
		}
		.c-inner h5{background:#48A636;color:#fff; padding:10px 0; font-size:28px; font-weight: bold;
		-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
		}

	*,
	*:before,
	*:after {
	  -webkit-box-sizing: inherit;
	  box-sizing: inherit;
	}
	
	html {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	  font-size: 62.5%;
	}
	
	.btn,
	a.btn,
	button.btn {
	  font-size: 1.6rem;
	  font-weight: 700;
	  line-height: 1.5;
	  position: relative;
	  display: inline-block;
	  padding: 1rem 4rem;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  -webkit-transition: all 0.3s;
	  transition: all 0.3s;
	  text-align: center;
	  vertical-align: middle;
	  text-decoration: none;
	  letter-spacing: 0.1em;
	  color: #212529;
	  border-radius: 0.5rem;
	}
	
	.btn-wrap {
      margin-top: 10px;
	}
	
	a.btn-c {
	  font-size: 2.2rem;
	  position: relative;
	  padding: 2.5rem 2rem 1rem 2rem;
	  margin-top:15px;
	  margin-left:10px;
	  color: #fff;
	  background: #f60;
	  -webkit-box-shadow: 0 5px 0 #d44114;
	  box-shadow: 0 5px 0 #d44114;
        width: 300px;
	}
	
	a.btn-c span {
	  font-size: 1.5rem;
	
	  position: absolute;
	  top: -1.25rem;
	  left: calc(50% - 150px);
	
	  display: block;
	
	  width: 300px;
	  padding: 0.2rem 0;
	
	  color: #f60;
	  border: 2px solid #f60;
	  border-radius: 100vh;
	  background: #fff;
	  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	
	a.btn-c span:before,
	a.btn-c span:after {
	  position: absolute;
	  left: calc(50% - 10px);
	
	  content: "";
	}
	
	a.btn-c span:before {
	  bottom: -10px;
	
	  border-width: 10px 10px 0 10px;
	  border-style: solid;
	  border-color: #b34700 transparent transparent transparent;
	}
	
	a.btn-c span:after {
	  bottom: -7px;
	
	  border-width: 10px 10px 0 10px;
	  border-style: solid;
	  border-color: #fff transparent transparent transparent;
	}
	
	a.btn-c i {
	  margin-right: 1rem;
	}
	
	a.btn-c:hover {
	  -webkit-transform: translate(0, 3px);
	  transform: translate(0, 3px);
	
	  color: #fff;
	  background: #eb5b30;
	  -webkit-box-shadow: 0 2px 0 #d44114;
	  box-shadow: 0 2px 0 #d44114;
	}
		.c-tel{
            width: 310px;
            display: inline-block;
            padding: 12px 0;
            vertical-align: top;
		}
		.c-cv{
            width: 310px;
            display: inline-block;
            vertical-align: top;
		}
		.c-tel p{
			font-weight:600;
			color:#48A636;

		}
		.c-tel .num{
			font-size:36px;
			font-weight: bold;
			color:#f60;
		}
		.c-dec{
			padding-bottom:20px;
		}
.ui-title--center {
    font-size: 34px;
}
