@charset "utf-8";
/********************************************************

チャット風コメント

*********************************************************/


/*チャット風コメント　左右共通*/
.iconimg p{
	font-weight: bold;
	color:#555;
}

/*チャット風コメント　左*/
.balloon1-left{
	max-width:100% !important;
	display: table !important;
	margin:10px 50px 10px 0 !important;
}

.balloon1-left .iconimg{
	width:20% !important;
	display:  table-cell !important;
	vertical-align: middle;
	text-align: center;
	padding-right:10px;

}

.balloon1-left .iconimg img{
	width:80% !important;
	border-radius: 50% !important;
	border:3px solid #ddd;
}

.balloon1-left .fukidashi{
	display:  table-cell !important;
	vertical-align: middle;
 	position: relative;
 	margin: 1.5em 30px 2em 15px;
	padding: 10px 15px;
 	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 10px;
	word-break : break-all;
}

.balloon1-left .fukidashi p{
	line-height: 1.1em !important;
	font-size:1.5em;
}

.balloon1-left .fukidashi:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
}


/*チャット風コメント　右*/
.balloon1-right{
	max-width:100% !important;
	display: table !important;
	margin:10px 0 10px 50px !important;
}

.balloon1-right .iconimg{
	width:20% !important;
	display:  table-cell !important;
	vertical-align: middle;
	text-align: center;
	padding-left:10px;
	
}

.balloon1-right .iconimg img{
	width:80% !important;
	border-radius: 50% !important;
	border:3px solid #ddd;
}

.balloon1-right .fukidashi{
	width:80% !important;
	display:  table-cell !important;
	vertical-align: middle;
 	position: relative;
 	margin: 1.5em 0 2em 15px;
	padding: 10px 15px;
 	color: #555;
	font-size: 16px;
	background: #E0FFE2;
	border-radius: 10px;
	word-break : break-all;
}

.balloon1-right .fukidashi p{
	line-height: 1.1em !important;
	font-size:1.5em;
}


.balloon1-right .fukidashi:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #E0FFE2;
}



/********************************************************

タイトル（見出し）

*********************************************************/
.mk_el_title_st01{
	border-left:5px solid #888;
	border-bottom:1px dotted #888;
	padding:2px 10px;
	font-size:1.6em;
	font-weight: bold;
	margin:5px 0;
}

.mk_el_title_st02{
	
	color: #6594e0;
	border-bottom: dashed 2px #6594e0;
	padding:2px 10px;
	font-size:1.6em;
	font-weight: bold;
	margin:5px 0;
}

.mk_el_title_st03{
	
	color: #494949;
	border-left: solid 5px #7db4e6;
	padding:2px 10px;
	font-size:1.6em;
	font-weight: bold;
	margin:5px 0;
}

.mk_el_title_st04{
	position: relative;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding:2px 10px;
	color: #454545;
	margin:7px;
}

.mk_el_title_st04:after{
	position: absolute;
	content: '';
	left: -7px;
	top: -7px;
	border-width: 0 0 15px 15px;
	border-style: solid;
	border-color: #fff #fff #a8d4ff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.mk_el_title_st05{
	
	position: relative;
	padding: 0.6em;
	background: #e0edff;
	margin-bottom:15px;
}

.mk_el_title_st05:after{

	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
	width: 0;
	height: 0;
}

.mk_el_title_st05 p{
	line-height: 1.3em;	
}

.mk_el_title_st06 {
	border-bottom: solid 3px #ccc !important;
	position: relative;
}


.mk_el_title_st06:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5472cd;
	bottom: -3px;
	width: 20%;
}


.mk_el_title_st07 {
	position: relative;
	padding-left: 25px;
}

.mk_el_title_st07:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}
.mk_el_title_st07:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 10px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}


.mk_el_title_st08 {
	color: #010079;
	text-shadow: 0 0 5px white;
	border-left: solid 7px #010079;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	padding-left:5px;
}

.mk_el_title_st09{
	position: relative;
	padding-left: 40px;
}
.mk_el_title_st09:before{
	position: absolute;
	font-family: FontAwesome;
	content: "\f0eb";
	background: #ffca2c;
	color: white;
	font-weight: normal;
	font-size: 15px;
	border-radius: 50%;
	left: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mk_el_title_st09:after {/*吹き出しのちょこんと出た部分*/
	content: '';
	display: block;
	position: absolute;
	left: 25px;
	height: 0;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 12px solid #ffca2c;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.mk_el_title_st10{
	position: relative;
	color: black;
	background: #d0ecff;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;
}

.mk_el_title_st10:after {/*タブ*/
	position: absolute;
	font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
	content: '\f00c Check';
	background: #2196F3;
	color: #fff;
	left: 0px;

	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 3px 7px 1px;
 	font-size: 0.7em;
 	line-height: 1;
 	letter-spacing: 0.05em
}

.mk_el_title_st11{
	position: relative;
	border-top: solid 2px #80c8d1;
	border-bottom: solid 2px #80c8d1;
	background: #f4f4f4;
	line-height: 1.4;
	padding: 0.4em 0.5em;
	margin: 2em 0 0.5em;
}

.mk_el_title_st11:after {/*タブ*/
	position: absolute;
	font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
	content: '\f0a7\ POINT';
	background: #80c8d1;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}

.mk_el_title_st12 {
	position: relative;
	background: #ffd98a;
	padding: 2px 5px 2px 25px;
	font-size: 20px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	margin-left:28px;
	word-break : break-all;
}

.mk_el_title_st12:before {
	font-family: FontAwesome;
	content: "\f135";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ffa337;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 40px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}


.mk_el_title_st13 {
  position: relative;
  padding: .45em 1em .45em 1.5em;
  border: 1px solid #ccc;
}
.mk_el_title_st13::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

.mk_el_title_st13 p{
	line-height: 1.3em;	
}


.mk_el_title_st14 {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #ccc;
}
.mk_el_title_st14::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #3498db;
}
.mk_el_title_st14::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.mk_el_title_st14 p{
	line-height: 1.3em;	
}

.mk_el_title_st15 {
  position: relative;
  padding: .5em .75em;
  background-color: #f0f0f0;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
  margin:10px 0 20px;
}
.mk_el_title_st15::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}

.mk_el_title_st15 p{
	line-height: 1.3em;	
}



.mk_el_title_st16 {
  padding: .5em .75em;
  background: #f4f4f4;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  box-shadow: 0 7px 10px -5px rgba(0, 0, 0, .1) inset;
	margin:15px 0;
}

.mk_el_title_st16 p{
	line-height: 1.3em;	
}

.mk_el_title_st16::after {
  position: absolute;
  font-family: FontAwesome;
  bottom: -9px;
  right: 10%;
  content: '\f0c4';
  color: #626262;
  font-size: 22px;
  line-height: 1;
	font-weight:normal;
}


.mk_el_title_st17 {
	margin:5px 0;
  padding: .5em .2em;
  border: 1px solid #ccc;
  border-top: 3px solid #3498db;
  background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
  background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}

.mk_el_title_st17 p{
	line-height: 1.3em;	
}



.mk_el_title_st18 {
  position: relative;
  padding: 0 .5em .5em 2em;
  border-bottom: 1px solid #ccc;
}
.mk_el_title_st18::before,
.mk_el_title_st18::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.mk_el_title_st18::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(0,188,127,0.50);
}
.mk_el_title_st18::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(170,170,170,0.50);
}

.mk_el_title_st18 p{
	line-height: 1.3em;	
}


/*

.mk_el_title_st19_1{
	position: relative;
	padding: 10px;
	padding-left:2em;
}
.mk_el_title_st19_1::before{
	font-family:'FontAwesome';
	content: "\f004";
	color: #F30B86;
	font-size:1.5em;
	position: absolute;
	left: 0;
	top: 0.28em;
}

.mk_el_title_st19_1 p{
	margin:0;
	line-height: normal;
}











.mk_el_title_st19_2{
 position: relative;
 padding: 10px;
 padding-left:2em;
 }

.mk_el_title_st19_2::before{
	font-family:'FontAwesome';
	content: "\f004";
	color: #F30B86;
	font-size:1.5em;
	position: absolute;
	left: 0;
	animation: anime3_anime 3s reverse infinite;
}
@keyframes anime3_anime{
	100% {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	}
}

.mk_el_title_st19_2 p{
	margin:0;
	line-height: normal;
}



.mk_el_title_st19_3{
	 position: relative;
	 padding: 10px;
	 padding-left:2em;
}
.mk_el_title_st19_3::before{
	font-family:'FontAwesome';
	content: "\f004";
	color: #F30B86;
	font-size:1.5em;
	position: absolute;
	left: 0;
	animation: anime2_anime 3s reverse infinite;
}
@keyframes anime2_anime{
	80% { transform: scale(1); }
	90% { transform: scale(1.3); }
	100% { transform: scale(1); }
}

.mk_el_title_st19_3 p{
	margin:0;
	line-height: normal;
}



.mk_el_title_st20_1{
	position: relative;
	padding: 10px;
	padding-left:2em;
}
.mk_el_title_st20_1::before{
	font-family:'FontAwesome';
	content: "\f005";
	color: #FFD238;
	font-size:1.5em;
	position: absolute;
	left: 0;

}

.mk_el_title_st20_1 p{
	margin:0;
	line-height: normal;
}

.mk_el_title_st20_2{
 position: relative;
 padding: 10px;
 padding-left:2em;
 }

.mk_el_title_st20_2::before{
	font-family:'FontAwesome';
	content: "\f005";
	color: #FFD238;
	font-size:1.5em;
	position: absolute;
	left: 0;

	animation: anime3_anime 3s reverse infinite;
}

.mk_el_title_st20_2 p{
	margin:0;
	line-height: normal;
}



.mk_el_title_st20_3{
	 position: relative;
	 padding: 10px;
	 padding-left:2em;
}
.mk_el_title_st20_3::before{
	font-family:'FontAwesome';
	content: "\f005";
	color: #FFD238;
	font-size:1.5em;
	position: absolute;
	left: 0;

	animation: anime2_anime 3s reverse infinite;
}

.mk_el_title_st20_3 p{
	margin:0;
	line-height: normal;
}






.mk_el_title_st21_1{
	position: relative;
	padding: 10px;
	padding-left:2em;
}
.mk_el_title_st21_1::before{
	font-family:'FontAwesome';
	content: "\f075";
	color: #00D09F;
	font-size:1.3em;
	position: absolute;
	left: 0;

}

.mk_el_title_st21_1 p{
	margin:0;
	line-height: normal;
}


.mk_el_title_st21_2{
	 position: relative;
	 padding: 10px;
	 padding-left:2em;
}
.mk_el_title_st21_2::before{
	font-family:'FontAwesome';
	content: "\f075";
	color: #00D09F;
	font-size:1.3em;
	position: absolute;
	left: 0;

	animation: tada 3s reverse infinite;
}

.mk_el_title_st21_2 p{
	margin:0;
	line-height: normal;
}


.mk_el_title_st21_3{
	 position: relative;
	 padding: 10px;
	 padding-left:2em;
}
.mk_el_title_st21_3::before{
	font-family:'FontAwesome';
	content: "\f075";
	color: #00D09F;
	font-size:1.3em;
	position: absolute;
	left: 0;

	animation: anime2_anime 3s reverse infinite;
}

.mk_el_title_st21_3 p{
	margin:0;
	line-height: normal;
}

.mk_el_title_st21_4{
	 position: relative;
	 padding: 10px;
	 padding-left:2em;
}
.mk_el_title_st21_4::before{
	font-family:'FontAwesome';
	content: "\f075";
	color: #00D09F;
	font-size:1.3em;
	position: absolute;
	left: 0;

	animation: flash 3s reverse infinite;
}

.mk_el_title_st21_4 p{
	margin:0;
	line-height: normal;
}

*/





/********************************************************

チェックリスト

*********************************************************/
.el_checklist{
	
	
}

.el_checklist ul{
	list-style-type: none;
	padding:0;
	display: table;
	width: 100%;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 0 8px;  /* 左右 上下で記述 */
}

.el_checklist ul > li{
	display: table-row;
	width: 100%;
}
.el_checklist ul > li > label{
	display: table-cell;
	width:100%;
	position:relative;
	padding-left:40px;
	cursor: pointer;
}

.el_checklist ul > li > input{
	display: none;
}

.el_checklist ul > li > input[type="checkbox"]:checked + label > .iconbefore{
	max-width: 1px;
	opacity: 0;
}

.el_checklist ul > li > input[type="checkbox"]:checked + label > .iconafter{
	max-width: 40px;
	opacity: 1;
}

.el_checklist ul > li > label > .fa-square-o:before{
	font-size:40px;
	display: inline;
	vertical-align: middle;
}

.el_checklist ul > li > label > .fa-check-square-o:before{
	font-size:40px;
	display: inline;
	vertical-align: middle;

}










.el_checklist ul > li > label > .fa-square:before{
	font-size:40px;
	display: inline;
	vertical-align: middle;

}

.el_checklist ul > li > label > .fa-check-square:before{
	font-size:40px;
	display: inline;
	vertical-align: middle;

}


.el_checklist ul > li > label > .fa-hand-o-right:before{
	font-size:40px;
	display: inline;
	vertical-align: middle;
	top:-2px;
}

.el_checklist ul > li > label > .fa-thumbs-o-up:before{
	font-size:40px;
	display: inline;
	vertical-align: middle;
	top:-2px;
}


.el_checklist ul > li > label > .iconbefore{
	position: absolute;
	top:0;
	left:0;
	
}

.el_checklist ul > li > label > .iconafter{
	max-width: 0px;
	overflow: hidden;
	opacity: 0.5;
	transition: all 0.35s;
	position: absolute;
	top:0;
	left:0;
	display: inline;
}


.el_checklist ul > li > label p{
	display: inline;
	vertical-align: middle;
	font-size:1.2em;
}


/********************************************************

チャット002ウィジェット用

*********************************************************/

.chat_wrap{

	width:100%;
	position: relative;
	word-break : break-all;
	text-align: center;
	padding:20px 0;
	
}

.chat_body{
	
	padding:40px 20px;
	background:#fff;
	border:3px solid #ECD9C1;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	z-index:20;
	box-shadow:8px 8px 10px 3px rgba(0,0,0,0.2);
}

.smp01{
	position: absolute;
	background:#ECD9C1;
	top:-6px;
	right:40px;
	height:6px;
	border-radius: 5px 5px 0 0;
	width:50px;
	padding:0 !important;
}

.smp02{
	position: absolute;
	background:#ECD9C1;
	top:200px;
	right:-7px;
	height:20px;
	border-radius: 0 2px 2px 0;
	width:7px;
	
	padding:0 !important;
}

.smp03{
	position: absolute;
	background:#ECD9C1;
	top:250px;
	right:-7px;
	height:60px;
	border-radius: 0 2px 2px 0;
	width:7px;
	
	padding:0 !important;
}

.smp04{
	position: absolute;
	background:#8C8C8C;
	top:23px;
	right:0;
	left:0;
	margin:0 auto;
	height:10px;
	border-radius: 8px;
	width:70px;
	
	box-shadow:0px 0px 8px 0px #4F4F4F inset;
}

.smp05{
	position: absolute;
	background:#444;
	top:23px;
	right:30px;
	height:10px;
	border-radius: 50%;
	width:10px;
	box-shadow:0px 0px 8px 0px #8F8B8B inset;
}

.smp06{
	position: absolute;
	background:#8C8C8C;
	bottom:15px;
	right:0;
	left:0;
	margin:0 auto;
	height:10px;
	border-radius: 8px;
	width:50px;
	box-shadow:0px 0px 8px 0px #4F4F4F inset;
}

.chat_inbox{
	background:#7ea7b7;
	width:280px;
	min-height:498px;
	border:1px solid #555;
	margin:0 auto;
	border-radius: 3px;
}

.chat_body > div{
	padding:5px;
}


.chat_body > div > div{
	width: 100%;
}

.chat_icon{
	width:50px;
	border-radius: 50%;
	overflow: hidden;
	margin-top:10px;
}

.chat_icon > img{
	width:100%;
}

.chat_text{
	
	width:200px;
	z-index:5;
	
}

.chat_name{
	font-size:0.8em;
	color:#fff;
}


.chat_left:after,.chat_right:after{
    content: "" !important;
    clear: both !important;
    height: 0 !important;
    display: block !important;
    visibility: hidden !important;	
}

.chat_left > div{
	float:left;
	text-align: left;
}

.chat_left > .chat_text{
	margin:10px 0 10px 5px;
}

.chat_message{
	line-height: 1.4;
	text-align: left;
}

.chat_left .chat_message{
	background:#fff;
	position: relative;
	padding:5px 8px;
	border-radius: 12px;
	margin-left:8px;
	display: inline-block;
	min-height:30px;
}


.chat_left .chat_message:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px; 
    left: -18px;
    border: 7px solid transparent;
    border-right: 18px solid #fff;
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}



.chat_right > div{
	float:right;
}

.chat_right > .chat_text{
	margin:10px 5px 10px 0;
	text-align:right;
}

.chat_right .chat_icon{
	text-align: right;
}

.chat_right .chat_name{
	text-align: right;
}

.chat_right .chat_message{
	background:#F7FFCD;
	position: relative;
	padding:5px 8px;
	border-radius: 12px;
	margin-right:8px;
	display: inline-block;
	min-height:30px;
}

.chat_right .chat_message:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px; 
    right: -18px;
    border: 7px solid transparent;
    border-right: 18px solid #F7FFCD;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(145deg);
}











/********************************************************

矢印+リンクボタン

*********************************************************/
/* iphoneで左右に動かないようにする */
.elementor-widget-mk_adv_btnlink_01{
	overflow: hidden;
}


.arrow_btn{
	width:80%;
	max-width:80%;
	display: table;
	margin:0 auto;
}

.arrow_btn .a-arrow{
	width:15%;
	display:  table-cell;
	vertical-align: middle;
	left:0%;
	top:0%;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate2;
	-moz-animation-name: animate2;
	-o-animation-name: animate2;
	animation-name: animate2;
	z-index: 10;
}

.arrow_btn .a-arrow img{
	width:70%;
	display: block;
}

.arrow_btn .anime_btn{
	width:85% !important;
	max-width:85% !important;
	display:  table-cell;
	vertical-align: middle;
	background: #008800;
	border-radius: 10px;
	font-size:1.5em;
	color:#fff;
	padding:10px 5px;
	text-align: center;
	line-height: 1.6;
}
@-moz-keyframes animate1 {
	0% { -moz-transform: skewX(9deg);}
	10% { -moz-transform: skewX(-8deg); }
	20% { -moz-transform: skewX(7deg); }
	30% { -moz-transform: skewX(-6deg); }
	40% { -moz-transform: skewX(5deg); }
	50% { -moz-transform: skewX(-4deg); }
	60% { -moz-transform: skewX(3deg); }
	70% { -moz-transform: skewX(-2deg); }
	80% { -moz-transform: skewX(1deg); }
	90% { -moz-transform: skewX(0deg); }
	100% { -moz-transform: skewX(0deg); }
	
}

@-o-keyframes animate1 {
	0% { -o-transform: skewX(9deg); }
	10% { -o-transform: skewX(-8deg); }
	20% { -o-transform: skewX(7deg); }
	30% { -o-transform: skewX(-6deg); }
	40% { -o-transform: skewX(5deg); }
	50% { -o-transform: skewX(-4deg); }
	60% { -o-transform: skewX(3deg); }
	70% { -o-transform: skewX(-2deg); }
	80% { -o-transform: skewX(1deg); }
	90% { -o-transform: skewX(0deg); }
	100% { -o-transform: skewX(0deg); }
}

@-webkit-keyframes animate1 {

	0% { -webkit-transform: skewX(9deg);}
	10% { -webkit-transform: skewX(-8deg);}
	20% { -webkit-transform: skewX(7deg);}
	30% { -webkit-transform: skewX(-6deg);}
	40% { -webkit-transform: skewX(5deg);}
	50% { -webkit-transform: skewX(-4deg);}
	60% { -webkit-transform: skewX(3deg);}
	70% { -webkit-transform: skewX(-2deg);}
	80% { -webkit-transform: skewX(1deg);}
	90% { -webkit-transform: skewX(0deg);}
	100% { -webkit-transform: skewX(0deg);}

}

@-moz-keyframes animate2 {
	0% { -moz-transform: translateX(0px);}
	45% { -moz-transform: translateX(20px); }
	50% { -moz-transform: translateX(25px); }
	55% { -moz-transform: translateX(20px); }
	95% { -moz-transform: translateX(0px); }
	100% { -moz-transform: translateX(0px); }
}

@-o-keyframes animate2 {
	0% { -o-transform: translateX(0px); }
	45% { -o-transform: translateX(20px); }
	50% { -o-transform: translateX(25px); }
	55% { -o-transform: translateX(20px); }
	95% { -o-transform: translateX(0px); }
	100% { -o-transform: translateX(0px); }
}

@-webkit-keyframes animate2 {
	0% { -webkit-transform: translateX(0px); }
	45% { -webkit-transform: translateX(20px); }
	50% { -webkit-transform: translateX(25px); }
	55% { -webkit-transform: translateX(20px); }
	95% { -webkit-transform: translateX(0px); }
	100% { -webkit-transform: translateX(0px); }
}
.animate{

	
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-ms-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;

	margin-left:auto;
	margin-right:auto;
	
	-webkit-transform: translate3d(0,0,0);

	-webkit-animation-name: animate1;
	-moz-animation-name: animate1;
	-o-animation-name: animate1;
	animation-name: animate1;

	width:90%;
	z-index:1;

}




/* 2019.9.5 add */
.mk_el_title_st16::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
		bottom: 4px;
}
.mk_el_title_st09:before,
.mk_el_title_st10:after,
.mk_el_title_st11:after,
.mk_el_title_st12:before
{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
/* ／ 2019.9.5 add */









/**********************************************************

スマホ用

**********************************************************/
@media screen and (max-width:767px) {
	/*チャット風コメント　左右共通*/
	.iconimg p{
		font-size:2.5vw;
	}	
	
	/*チャット風コメント　左*/
	.balloon1-left{
		margin:10px 10px 10px 0 !important;
	}
	
	.balloon1-left .iconimg{
		vertical-align: top;
	}

	.balloon1-left .fukidashi p{
		line-height: 1.6em !important;
		font-size:1.1em;
	}
	.balloon1-left .fukidashi:before{
		top: 30px;
		left: -25px;
		margin-top: -15px;
		border: 15px solid transparent;
		border-right: 15px solid #e0edff;
	}
	
	/*チャット風コメント　右*/
	.balloon1-right{
		margin:10px 10px 10px 0 !important;
	}
	
	.balloon1-right .iconimg{
		vertical-align: top;
	}

	.balloon1-right .fukidashi p{
		line-height: 1.6em !important;
		font-size:1.1em;
	}
	.balloon1-right .fukidashi:before{
		top: 30px;
		left: 99%;
		margin-top: -15px;
		border: 15px solid transparent;
		border-left: 15px solid #E0FFE2;
	}
	
	/* 矢印+リンクボタン */
	.arrow_btn{
		width:100% !important;
		max-width:100% !important;
	}
	

	
	
	
	
	.chat_wrap{
	
		
	}

	.chat_body{

		max-width: 500px;
		width:100%;
		min-height:498px;
	
	}
    .chat_inbox{
    	
		background:#7BA2B5;
		width:100%;
		min-height:498px;
		border:1px solid #555;
		margin:0 auto;
		min-width:100px !important;
		
    }


    .sptext{
        display: inline;
        color:#222;
    }
	
	
	.chat_icon{
		max-width: 50px;
		width:20%;
	}
	
	.chat_right > .chat_text{
		width:80% !important;
		margin: 10px 0;
		padding-right:5px;
		
	}
	.chat_left > .chat_text{
		width:80% !important;
		margin: 10px 0;
		padding-left:5px;
		
	}

	
}

/********************************************************

フローチャート

*********************************************************/
.flow_list_hd {
	position: relative;
	display: table;
	padding-left:29px;
	line-height: 1.5;
	font-size:1.2em;
}
	
.flow_list_hd::after {

	z-index: 2;
	content: '';
	width: 13px;
	height: 13px;
	border: 3px solid #3498db;
	border-radius: 100%;	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	margin: auto;
	
}
	
	
.flow_list_hd > span{

	display: table-cell;
	vertical-align: middle;
}
	
.flow_list_block{

	border-left:3px solid #D9D9D9;
	margin-left:15px;	
	padding:7px 10px;
}	

.flow_list_block img{
	margin:10px 0;
}
	
.flow_chart_list > li:last-child > .flow_list_block{
	border-left:none !important;
}




/**********************************************************

スマホ用（350px以下用)

**********************************************************/
@media screen and (max-width:350px) {
    

	
}



