@charset "utf-8";

/*color*/
.color-accent {
    color: #F53D7E;
}
.color-red {
    color: #dc143c;
}

.text-bold{
    font-weight: bold;
}


article a,
article a *{
	transition: 0.24s ease;
}
.header_content{
	background: #fff;
	overflow: hidden;
}
.header_content .upper h1{
	padding: 40px 0;
	font-size: 28px;
	letter-spacing: 0.05em;
	font-weight: normal;
}
.header_content .upper ul{
	background: #333333;
	max-width: 767px;
	margin: 0 auto;
}
.header_content .upper ul li{
	flex: auto;
	width: 50%;
}
.header_content .upper ul li:first-of-type{
	border-right: 1px solid #fff;
	width: calc(50% + 16px);
}
.header_content .upper ul li a{
	color: #fff;
	padding: 16px 8px 14px;
	display: block;
	text-align: center;
	line-height: 1;
	position: relative;
}
.header_content .upper ul li a:after{
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	transition: 0.24s ease;
}
.header_content .upper ul li a:hover{
	text-decoration: none;
}
.header_content .upper ul li a span:first-of-type{
	font-size: 13px;
	display: block;
	margin-bottom: 8px;
}
.header_content .upper ul li a span:last-of-type{
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.header_content .upper ul li a:hover:after{
	right: 4px;
}
.header_content .lower{
	position: relative;
	background: #FF94BA;
	color: #fff;
}
.lower .catch{
	order: 2;
	padding: 24px 0;
}
.lower .catch h2{
	font-weight: bold;
	font-size: 18px;
	position: relative;
	text-align: center;
	line-height: 1.6;
	left: -8px;
	top: -0.5em;
}
.lower .catch h2:before, .lower .catch h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	border-radius: 4px;
	top: 50%;
	height: 2em;
	background: #FFF;
}
.lower .catch h2:before {
	left: -0.4em;
	transform: translate(0%,-50%) rotate(-24deg);
}
.lower .catch h2:after {
	right: -0.4em;
	transform: translate(0%,-50%) rotate(24deg);
}
.lower .catch ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.lower .catch ul li{
	width: 100%;
	height: 40px;
	margin-bottom: 4px;
	text-align: center;
	background: #fff;
	color: #F53D7E;
	font-weight: bold;
	padding: 8px;
	border-radius: 24px;
}
.lower img{
	max-width: 120px;
	position: relative;
	left: -8px;
}

.content{
	background: #F0F0F0;
	padding: 56px 0;
	position: relative;
}
.w_underbar{
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	position: relative;
	display: table;
	margin: 0 auto 40px;
}
.w_underbar:after{
	content: '';
	width: 100%;
	height: 6px;
	position: absolute;
	left: 50%;
	bottom: -14px;
	transform: translateX(-50%);
	background-image: linear-gradient(to right, #333333 50%, #F53D7E 50%);
}

.howtochatbot:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 18px solid transparent;
	border-top-color: #FF94BA;
}
.howtochatbot .offset-md-1{
	position: relative;
}
.howtochatbot .offset-md-1:before{
	content: '';
	display: block;
	position: absolute;
	width: 17px;
	height: 45px;
	background: url(/static/img/contact/icon_arrow_tip.svg) 50% 50% no-repeat;
	background-size: contain;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
}
.howtochatbot .bg_white{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.3);
	padding: 24px;
	flex-direction: column;
}
.howtochatbot .bg_white ul{
	padding-left: 36px;
}
.howtochatbot .bg_white ul li{
	position: relative;
	padding-top: 6px;
	margin-bottom: 16px;
}
.howtochatbot .bg_white ul li:before{
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(/static/img/contact/icon_check.svg) 50% 50% no-repeat;
	background-size: contain;
	top: 0;
	left: -36px;
}
.howtochatbot .bg_white ul li h3{
	font-size: 18px;
	font-weight: bold;
}
.howtochatbot .bg_white ul li p{
	font-size: 16px;
}
.howtochatbot .bg_white ul li p span{
	font-weight: bold;
	color: #F53D7E;
}
.howtochatbot .robo_speaks{
	margin-top: 40px;
	justify-content: center;
}
.howtochatbot .robo_speaks span{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(/static/img/contact/fukidashi.svg) 50% 50% no-repeat;
	background-size: contain;
	width: 145px;
	height: 118px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	top: -24px;
	left: -16px;
}
.modal_opener{
	width: 100%;
	max-width: 360px;
	padding: 10px;
	text-align: center;
	color: #0389EF;
	border: 3px solid #0389EF;
	border-radius: 24px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	transition: 0.24s ease;
}
.modal_opener:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
}
.modal_opener:hover{
	background: #0389EF;
	color: #FFFFFF;
}
.to_faq .text_list{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: flex-start;
}
.to_faq .text_list li{
	margin-bottom: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #333333;
}
.to_faq .text_list li > span{
	font-weight: bold;
	color: #fff;
	background: #333333;
	padding: 5px 12px 3px;
	display: block;
	border-radius: 16px;
	margin-right: 4px;
	font-size: 15px;
	width: 75px;
	text-align: center;
}
.to_faq .text_list li p {
	font-size: 13px;
	width: calc(100% - 80px);
	margin-left: 5px;
}
.to_faq .text_list li p span{
	font-weight: bold;
	font-size: 15px;
}
.to_faq .icon_grid_list{
	margin-top: 32px;
	align-items: stretch;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
}
.to_faq .icon_grid_list div a{
	background: #fff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 24px 0;
	border-radius: 4px;
	box-shadow: 0px 0px 4px -2px rgba(0,0,0,0.3);
}
.to_faq .icon_grid_list div a:hover{
	text-decoration: none;
	box-shadow: 0px 3px 6px -2px rgba(0,0,0,0.6);
}
.to_faq .icon_grid_list div a span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 16px;
}
.to_faq .icon_grid_list div a:hover span{
	color: #F53D7E;
}
.faqs .card-header{
	background: #F2D8DD;
	color: #333333;
	padding: 0;
}
.faqs .card-header h3{
	font-size: 15px;
}
.faqs .card-header h3 span{
	background: #F2D8DD;
	color: #333333;
	width: 100%;
	padding: 16px;
	display: block;
	position: relative;
	cursor: pointer;
}
.faqs .card-header h3 span:after{
	content: '\f0d7';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 8px;
	font-size: 20px;
}
.faqs .card-header h3 span:not(.collapsed):after{
	content: '\f0d8';
}
.faqs .card-header h3 span:hover{
	text-decoration: none;
	background: #ffc1cd;
}
.faqs .card-body p{
	font-size: 14px;
	margin-bottom: 1em;
}
.faqs .card-body p:last-of-type{
	margin-bottom: 0;
}
.button_faq{
	background: #333333;
	color: #fff;
	padding: 24px 8px 24px;
	display: block;
	text-align: center;
	line-height: 1;
	position: relative;
	font-weight: bold;
	font-size: 18px;
    width: 100%;
    display: block;
	max-width: 320px;
	margin: 0 auto;
}
.button_faq.ver-line{
	background: #00b900;
}
.button_faq:after {
	content: '\f0da';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	transition: 0.24s ease;
}
.button_faq.ver-line:after {
	content: '\f24d';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
	transition: 0.24s ease;
	font-weight: normal;
}
.button_faq:hover{
	text-decoration: none;
	color: #ffffff;
	filter: brightness(1.05);
}
.button_faq:hover:after{
	right: 18px;
}
.madoguchi li{
	margin-bottom: 40px;
}
.madoguchi li h3{
	display: table;
	font-size: 20px;
	margin-bottom: 16px;
	padding: 0 2px 4px;
	border-bottom: 5px solid #F53D7E;
}
.madoguchi .tel_num_box{
	background: #ffffff;
	padding: 16px 16px 16px 64px;
	margin-bottom: 16px;
	font-weight: bold;
}
.madoguchi .tel_num_box .tel_link{
	font-size: 20px;
	position: relative;
	color: #333333;
}
.madoguchi .tel_num_box .tel_link:before{
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -40px;
	width: 33px;
	height: 33px;
	background: url(/static/img/contact/icon_telephone.svg) 50% 50% no-repeat;
	background-size: contain;
}

.madoguchi .tel_num_box .tel_link:hover{
	text-decoration: none;
	color: #F53D7E;
}
.madoguchi .tel_num_box span{
	display: block;
}

#mordal01 .modal-header{
	background: #333333;
	color: #ffffff;
}
#mordal01 .modal-header h3{
	font-size: 18px;
	font-weight: bold;
}
.close{
	color: #ffffff;
	text-shadow: 0 1px 0 #000;
	opacity: 1;
}
.modal_content{
	background: #F0F0F0;
}
.bots_header{
	background: #ffffff;
	padding: 40px 0 0;
}
.bots_header .container{
	background: #FF94BA;
	color: #ffffff;
}
.bots_header .container .row{
	flex-direction: column;
}
.bots_header .container img{
	width: 72px;
	position: relative;
	top: -14px;
}
.bots_header .container p{
	font-weight: bold;
	padding: 0 8px 24px;
}
.steps{
	position: relative;
	padding: 48px 0 0;
}
.steps:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border: 18px solid transparent;
	border-top-color: #FF94BA;
}
.steps .step,
.steps .example{
	background: #fff;
	padding: 48px 24px;
	max-width: 576px;
	margin: 0 auto 48px;
	position: relative;
}
.steps .step h4{
	color: #fff;
	background: #333333;
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	padding: 8px 16px;
	top: 0;
	left: 0;
	transform: translateY(-50%);
	height: 40px;
}
.steps .step h4:after{
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	border-left: 16px solid #333333;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	transform: translateY(-50%);
}
.steps .step img{
	display: block;
	margin: 0 auto 24px;
}
.steps .step ul{
	padding-top: 8px;
	padding-left: 1em;
}
.steps .step ul li{
	margin-bottom: 8px;
	position: relative;
}
.steps .step ul li:before{
	content: '・';
	position: absolute;
	left: -1em;
}
.steps .step ul li span{
	font-weight: bold;
	display: block;
}
.steps .example:before{
	content: '';
	position: absolute;
	width: 34px;
	height: 87px;
	background: url(/static/img/contact/icon_arrow_tip.svg) 50% 50% no-repeat;
	background-size: contain;
	top: -64px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}
.steps .example h4{
	font-size: 20px;
	font-weight: bold;
}
.steps .example img{
	display: block;
	margin: 0 auto 24px;
}
.example .rei{
	margin-top: 16px;
	padding-left: 1.5em;
	position: relative;
}
.example .rei span{
	position: absolute;
	left: 0;
}


/*-----------BOTs 上書きCSS-----------*/
.embeddedServiceHelpButton .helpButton{
	right: 56px!important;
}
.embeddedServiceHelpButton .uiButton {
	min-width: initial !important;
	max-width: initial !important;
}
.embeddedServiceHelpButton .helpButton .uiButton {
	background-color: #005290 !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
	outline: 1px solid #005290 !important;
}
.embeddedServiceLiveAgentStateChatInputFooter .footerMenuWrapper{
	display: none !important;
}
.embeddedServiceHelpButton .helpButton .uiButton {
	background-color: #005290 !important;
	font-family: "Arial", sans-serif !important;
}
.embeddedServiceHelpButton .helpButton .uiButton:focus {
	outline: 1px solid #005290 !important;
}
/*-----------BOTs 上書きCSS-----------*/




@media (max-width:370px) {
	.lower .catch h2{
		font-size: 15px;
	}
	.lower img{
		max-width: 104px;
	}
	.howtochatbot .robo_speaks{
		flex-direction: column;
		margin-top: 0px;
	}
	.howtochatbot .robo_speaks span{
		top: 16px;
		left: auto;
	}
	.howtochatbot .robo_speaks img{
		align-self: flex-end;
	}
	br.xs_inline{
		display: inline!important;
	}
	.madoguchi .tel_num_box span{
		font-size: 14px;
	}
}

@media (min-width:768px) {
	.header_content .upper h1{
		font-size: 36px;
	}
	.header_content .upper ul{
		background: transparent;
		justify-content: space-around!important;
		margin-bottom: 56px;
	}
	.header_content .upper ul li,
	.header_content .upper ul li:first-of-type{
		background: #333333;
		width: 45%;
		flex: none;
	}
	.lower .d-flex{
		align-items: center;
	}
	.lower img{
		max-width: 184px;
		left: -24px;
		top: -36px;
	}
	.lower .catch{
		width: calc(100% - 190px);
	}
	.lower .catch h2{
		display: table;
		margin: 0 auto 16px;
	}
	.lower .catch h2:before {
		left: -1.5em;
	}
	.lower .catch h2:after {
		right: -1.5em;
	}
	.lower .catch ul{
		flex-wrap: nowrap;
		justify-content: center;
	}
	.lower .catch ul li{
		width: 32%;
		margin: 0 1%;
	}
	.howtochatbot .offset-md-1:before{
		width: 80px;
		height: 70px;
		background: url(/static/img/contact/icon_arrow.svg) 50% 50% no-repeat;
		background-size: contain;
		transform: translate(-85%, -50%);
	}
	.howtochatbot .bg_white{
		flex-direction: row;
		justify-content: space-around;
	}
	.to_faq .text_list{
		flex-direction: row;
		justify-content: center;
	}
	.to_faq .text_list li{
		width: 50%;
	}
	.to_faq .icon_grid_list{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.faqs .card-header h3{
		font-size: 18px;
	}
	.faqs .card-body p{
		font-size: 16px;
	}
	.madoguchi ul{
		background: #f5f5f5;
		padding: 40px;
		width: 672px;
	}
	.madoguchi .tel_num_box{
		display: table;
	}
	.madoguchi .tel_num_box span{
		display: inline-block;
		margin-left: 32px;
	}
	.bots_header .container .row{
		flex-direction: row;
	}
	.bots_header .container img{
		width: 120px;
		top: -24px;
	}
	.bots_header .container p{
		padding: 0 16px;
	}

	/*-----------BOTs 上書きCSS-----------*/
	.embeddedServiceHelpButton .helpButton{
		right: 88px!important;
	}
	/*-----------BOTs 上書きCSS-----------*/
}
/* ----- Note(※) ----- */
.mark-note {
	margin: 1rem auto 0;
}
	.mark-note {
		text-indent: -0.9rem;
	}
	.mark-note:before {
		content: '※';
	}
.txt-pink {
	color: #F53D7E;
}


.embeddedServiceSidebarMinimizedDefaultUI .content,
.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:hover,
.embeddedServiceSidebarMinimizedDefaultUI.minimizedContainer:focus,
.embeddedServiceSidebarMinimizedDefaultUI{
	background-color: #005290 !important;
	border-color: #005290;
}
.embeddedServiceHelpButton .embeddedServiceIcon{
	display: inline-block !important;
}



.wrap-emergency{
	background: #fffdf6;
	padding: 20px 20px;
	width: 100%;
	max-width: 860px;
	margin:0 auto 40px;
	border:solid 2px #cc0000;
	border-radius: 3px;
}
.title-emergency{
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}
.wrap-emergency p{
	line-height: 1.6;
	font-size: 16px;
}
.wrap-emergency p + p{
	margin-top: 10px;
}
@media (min-width:768px) {
.wrap-emergency{
	padding: 20px 30px;
}
}


.wrap-contact-text{
	width: 100%;
	max-width: 640px;
	margin:50px auto 0;
}
.wrap-contact-text p + p{
	margin-top: 20px;
}

/* line-contact-modal
-------------------------------------- */
.line-contact-modal .modal-dialog {
    max-width: 600px;
}

.line-contact-modal .modal-header {
    padding: 10px 0 10px 20px;
    text-align: center;
    background-color: #333;
    color: #fff;
}

.line-contact-modal .modal-header h3 {
    margin: auto;
    font-weight: bold;
}

.line-contact-modal .modal-header .close {
    margin: 0;
}

.line-contact-modal .modal-body {
    position: relative;
    padding: 1rem 2rem;
}

.line-contact-modal .modal-body .lead-attention {
    padding: 10px 0;
    font-size: 20px;
    margin: 20px auto;
}

.line-contact-modal .modal-footer {
    flex-wrap: wrap;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    width: 100%;
    background: rgba(51,51,51,0.8);
    border-top: none;
}

.line-step-list li {
    border-bottom: 1px dotted #bbb;
    display: block;
    padding-bottom: 30px;
    margin-bottom: 40px;
}


.line-step-list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.line-step-text {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
}

.line-step-text span {
    width: fit-content;
    padding: 5px 15px;
    display: block;
    background: #333;
    color: #fff;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin: 0 auto 20px;
}

.line-step-list .line-step-img {
    margin: auto; 
}

.line-contact-modal .modal-footer .button_faq {
    max-width: 100%;
}

.line-contact-modal .btn-close {
    display: block;
    margin-top: 10px;
    padding: 3px 6px;
    font-weight: bold;
    font-size: 13px;
    border-radius: 3px;
    color: #333;
}


@media (max-width: 767px) {
    .line-contact-modal .modal-header {
        padding: 5px 0 5px 20px;
    }
    .line-contact-modal .modal-header h3 {
        font-size: 1.25rem;
    }
    
    .line-contact-modal .modal-body {
        padding: 1rem;
    }
    
    .line-contact-modal .modal-body .lead-attention {
        font-size: 18px;
        margin: 10px auto;
    }
    
    .line-step-text {
        font-size: 16px;
        text-align: left;
    }
    
    .line-step-text span {
        font-size: 18px;
    }
    
    .line-step-list li {
        margin-bottom: 30px;
    }
    
}

/*非活性ボタン 追加
---------------------------------------------------------*/
.btn-inactive {
    background: #bbb!important;
    pointer-events: none!important;
    color: #888!important;
}