@charset "UTF-8";

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  margin: 0; }

a {
  color: #0068b7; }

a:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; }

button, input, textarea {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; }

.hide{
	display: none!important;
}

.lead{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
}
.lead > p{
	margin: 0 0 1em;
}
.link{
	list-style: none;
	padding-left: 0;
}
.link > li{
	margin-bottom: 0.5em;
}
.link > li::before{
	content: "";
    width: 1em;
    height: 1em;
    padding-right: 1em;
    background: url(/support/share/images/arrow_black.png) no-repeat center;
}


/***********************************************************
	ローディング画像
************************************************************/
#loading_img_ai {
  position: fixed;
  top: 30vh;
  left: calc(50vw - 120px);
  z-index: 99999;
  margin: 0 auto;
  padding: 0;
  width: 200px;
  height: 200px;
  background-color: #fff;
  border-radius: 10px;
  border: solid 20px #fff;
}
#loading_img_ai > img {
  width: inherit;
}
#cover_ai {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}


/***********************************************************
	#chat_leadText
	#mail_leadText
************************************************************/
#chat_leadText {
  background-color: #e7e7e7;
  padding: 1rem;
  margin: 0 auto;
}

#mail_leadText {
  margin: 0 auto;
}
#mail_leadText h2,
#mail_leadText h3 {
  margin-bottom: 0;
}
#mail_leadText ul li {
  list-style-type: none;
}
#mail_leadText ul.step {
  margin: 1rem 0 0;
}

#mail_leadText ul.step li {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 0 0 3.5rem;
  position: relative;
}

#mail_leadText ul.step li:last-child {
  margin: 1rem 0;
}

#mail_leadText ul.step li:not(:last-child)::after {
  content: "";
  border: 35px solid transparent;
  border-top: 30px solid #999;
  position: absolute;
  left: calc(50% - 35px);
  top: calc(100% + 1rem);
}

#mail_leadText ul.step li h3 {
  background-color: #F2F2F2;
  padding: 0.5rem;
  border-radius: 20px 20px 0 0;
  font-size: 1.3rem;
}

#mail_leadText ul.step li .flex {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
#mail_leadText ul.step li .flex p {
}
#mail_leadText ul.step li .flex img {
  max-width: calc(50% + 0.3rem);
  margin-left: 0.3rem;
  height: fit-content;
}


/***********************************************************
	sp : お問い合わせを開始する ボタン
************************************************************/
#sp_toggle_chat{
	/* background-color: #2C76BA; */
	background-color: #2D75C7;
	border: none;
	border-radius: 8px;
	font-size: 1.5em;
	color: #FFF;
	width: 100%;
	padding: 0.5rem 1rem;
	margin: 1rem auto 2rem;
}
#sp_toggle_chat:hover,
#sp_toggle_chat:focus{
	/* opacity: 0.8; */
	background-color: #34568E;
}


/***********************************************************
	チャット枠 全体
************************************************************/
#chatArea{
	margin: 30px 0 45px;
	max-width: 950px;
}
#chatClosed{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
#chatClosed .btn{
	display: inline-block;
	border: none;
	border-radius: 8px;
	background-color: #2C76BA;
	color: #FFF;
	padding: 0.5em 1em;
	margin: 0 1em 1em 0;
}
#chatClosed .btn:hover,
#chatClosed .btn:focus{
	opacity: 0.8;
	text-decoration: none;
}
#aiChat{
	position: relative;
}


#konnect-container {
	left: 0!important;
	right: 0!important;
}


/***********************************************************
	メール入力
************************************************************/
#mailForm_cover{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background-color: rgb(255,255,255,0.3);
}
#mailForm{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	padding: 1em 0.8em;
	z-index: 99999;
	border: 1px solid #CCCCCC;
	box-shadow: 0px 3px 16px -11px #000;
	background-color: white;
}
#mailForm p{
	margin-bottom: 1em;
}
#mailForm .input_btn_area{
	text-align: center;
}
#mailForm lable,
#mailForm input{
	display: block;
	margin-bottom: 0.5;
}
#mailForm input{
	margin-bottom: 1em;
	width: 100%;
	box-sizing: border-box;
}
#mailForm button{
	display: inline-block;
	border: none;
	border-radius: 8px;
	background-color: #2C76BA;
	color: #FFF;
	padding: 0.5em 1em;
	margin: 0 1em 1em 0;
}
#input_email_error{
	color: red;
}


/* 20220412 */
.wakuRed {
    border: 1px solid #f00;
    margin: 0 auto;
    padding: 1.5em;
    margin-top: 2em;
}

.wakuRed p + p{
    margin-top: 10px;
}

@media (max-width: 640px){
    .wakuRed {
        width: 90%;
        padding: 15px;
        word-break: break-all;
    }
}
