@charset "UTF-8";
/* ==========================================================================

		minji

========================================================================== */

.text-link{
	text-decoration: underline;
}
.pb0{
	padding-bottom:0;
}

/* CTA */
.cta .inner {
	padding: 20px 15px;
    margin: 0 auto;
}
.cta .ctaTx {
    font-size: 1.3rem;
    line-height: 1.3;
	text-align: center;
	padding-bottom: 0.4em;
	font-weight: 700;
}
.ctaTx-wrap .ctaImg {
    max-width: 100px;
    min-height: 100px;
    max-height: 2.5vh;
}
.ctaTx-wrap .tel-number{
	font-size: 1.5em;
	padding-top: 10px;
	display: inline-block;
}
.ctaTx-wrap .tel-number rt{
	font-size: 0.4em;
}
.ctaTx-wrap .text-xs{
	display: inline-block;
    text-align: left;
	margin-top: 10px;
}
.tel-wrap .btn-primary-ol,
.web-wrap .btn-primary{
	padding: 1rem 2rem 1rem 1rem;
}

@media only screen and (min-width: 641px) {
	/* CTA */
	.cta .inner{
		padding: 40px;
		margin: 0 auto;
		width: 738px;
	}
	.cta .ctaTx {
		padding: 0 20px 2rem 20px;
		font-size: 1.8rem;
		text-align: center;
	}
	.ctaNotes {
		display: block;
	}
	.tel-wrap .ctaTel-pc {
		position: relative;
		background: #f6f6f6;
		border-radius: 5px;
		border: 5px solid #b21f31;
		padding: 25px 40px 15px;
		margin-bottom: 20px;
	}
	.ctaTel-pc .ctaTel-h3 {
		margin-top: -80px;
	}
	.tel-wrap .ctaTel-num {
		font-size: 3.57rem;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		padding-top: 10px;
		margin-top: -30px;
	}
	.tel-wrap .ctaTel-num::before {
		position: absolute;
		content: "";
		left: 10%;
		background: url(../img/icon-cta-tel.svg) no-repeat;
		background-size: cover;
		width: 57px;
		height: 46px;
	}
	.tel-wrap .ctaTel-num rt {
		font-size: 0.3em;
	}
	.ctaBtn-web .ctaWeb-tx {
		font-size: 2.29rem;
		position: relative;
		display: inline-block;
		padding-left: 50px;
	}
	.ctaBtn-web .ctaWeb-tx::before {
		position: absolute;
		content: "";
		left: -20px;
		background: url(../img/icon-cta-web.svg) no-repeat;
		background-size: contain;
		width: 50px;
		height: 39px;
	}
}

/* voice-wrap */
.flex-basic, .flex-center {
    display: flex;
    flex-wrap: wrap;
}
.flex-column-sb {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.pd-l05 {
    padding-left: 0.5rem;
}
.voice-wrap{
    border-radius: 5px;
}
.voice-wrap .voice-contents {
    border-bottom: 1px solid #fff;
    padding: 15px 1em;
}
.voice-contents .voiceHead {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.voice-contents .voiceImg {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.voice-contents .voiceImg img{
    width: 100%;
}
.voice-label {
	margin-top: 5px;
}
.voice-label li {
    display: inline-block;
	margin: 5px 1px 0 0;
    padding: 0.2em 0.3em;
    background: #67b1d8;
    border-radius: 0.25rem;
    color: #fff;
    font-size: .9rem;
}
@media only screen and (min-width: 641px) {
    .voice-wrap .voice-contents {
        border-bottom: none;
        border-right: 1px solid #fff;
    }
	.voice-wrap .voice-contents:nth-child(3) {
        border-right: none;
    }
}

/* panel-nav-02 */
.panel-nav-02{
	margin: 0 0 0 -30px;
	display: flex;
	flex-wrap: wrap;
}
.panel-nav-02>div {
    margin: 0 0 20px 30px;
	padding: 0;
	box-shadow: 0 3px #ddd;
	border-radius: 5px;
	bottom: 0;
	display: flex;
    align-items: center;
	width: calc(50% - 30px);
}
.panel-nav-02>div a{
	width: 100%;
}
.panel-nav-02>div:hover {
box-shadow: 0 1px #ddd;
bottom: -3px;
}
.panel-nav-02 a{
color: #2a2a2a;
overflow: hidden;
vertical-align: middle;
}
.panel-nav-02 a:hover{
	text-decoration: none;
	box-shadow: none;
}
.panel-nav-02 a::before{
content: "ï";
font-family: FontAwesome;
color: #67b1d8;
position: absolute;
top: 50%;
right: 5px;
width: 1rem;
height: 1rem;
font-size: 1rem;
margin-top: -0.5em;
line-height: 1em;
}
.panel-nav-02 a i{
	color: #67b1d8;
}
.panel-nav-02 .panel-heading{
padding: 1em 1em 0.5em 1em;
}
@media only screen and (max-width:640px) {
	.panel-nav-02{
		display: block;
		margin: 0;
	}
	.panel-nav-02>div {
		margin: 0 0 20px 0;
		width: 100%;
	}
}

/* äºä¾ */
.minji-case-wrap{
	margin: 2em 0;
}
.minji-case-wrap .panel--minji{
	border-color: #67b1d8;
}
.minji-case-wrap .panel--minji .panel-heading{
	background-color: #67b1d8;
    background-image: url(../../img/common/pattern-stripe34.png);
    color: #fff;
}
.minji-case-wrap .panel--minji .panel-body-minji{
	padding: 1.5em 1em;
    background-color: #e1eff7;
}
.minji-case-wrap .panel--minji .case-inner{
	padding: 1em 1em 0.5em;
	background: #fff;
}
.minji-case-num-md{
	font-size: 1.8rem;
}
.minji-case-wrap .panel-foot {
    line-height: 1.5;
    font-weight: 700;
    border-top: 2px solid #67b1d8;
}

.minji-case-wrap .panel-foot {
    line-height: 1.5;
    font-weight: 700;
    border-top: 2px solid #67b1d8;
}

.panel-foot .btn-link-minji.bordertop-0 {
	border-top: none;
}

@media only screen and (min-width: 641px) {
	.minjin-case-num-md{
		font-size: 3rem;
	}
}
/* -----------------------
 btn
----------------------- */
.btn-head .btn-list-minji-ol li a{
	padding: 1.1em 0.6em;
    font-size: 1.1em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 641px){
	.btn-head .btn-list-minji-ol li a{
		padding: 2em 0.6em;
	}
	.btn-head .btn-list-minji-ol li a:before{
		display: none;
	}
	.btn-head .btn-list-minji-ol li a:after{
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		border-bottom: solid 2px #67b1d8;
		border-right: solid 2px #67b1d8;
		transform: rotate(45deg);
		position: absolute;
		bottom: 16px;
		left: 50%;
	}
}

@media only screen and (max-width: 640px) {
	.btn-head .btn-list-minji-ol li a{
		padding: 1em 0.6em 1.5em;
	}
	.btn-head .btn-list-minji-ol li a:before{
		display: none;
	}
	.btn-head .btn-list-minji-ol li a:after{
		display: block;
		content: "";
		width: 8px;
		height: 8px;
		border-bottom: solid 2px #67b1d8;
		border-right: solid 2px #67b1d8;
		transform: rotate(45deg);
		position: absolute;
		bottom: 10px;
		left: 50%;
	}
}
@media (min-width: 640px) {
	.panel--minji .text-abridgement {
		min-height: 153px;
	}
}