@charset "utf-8";
/* CSS Document */
.cf {
	zoom: 1;}
.cf:after{
		content:"";
		display:block;
		clear:both;
		height:0;
		visibility:hedden;
		overflow:hizzen;}
li{
	list-style-type:none;}
img{
	padding:0;
	margin:0;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;}
article, section, div {
	display:block;}
article{
	max-width:960px;
	width:100%;
	height:auto;
	display:block;}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;}
section{
	max-width:960px;
	width:100%;
	height:auto;}
.center{
	margin:0 auto !important;
	text-align:center;
	display:block;}
.center1{
	text-align: center;}
.mt80{
	margin-top:80px;
	display:block;}
.mt30{
	margin-top:30px;}
.mt50{
	margin-top:50px;}
.mb50{
	margin-bottom:50px;}

/**************************************************************************/




.con {
	padding:0;
	display:block;
	overflow:hidden;
	line-height: 110%;
	color: #FFF;
	float:left;
}
.yotex {
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
	background: url(../img/yotex.jpg) 0 0 no-repeat;
}
.kk {
	overflow: hidden;
	color: #fff;
	float:left;
	padding-top: 5px;
}
.kk2 {
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
	color: #fff;
	float:left;
}
.bb {
	width: 600px;
	float:left;
	display:block;
	overflow: hidden;
	margin-left:10px;
	margin-right:10px;
}
.bb ul {
	display:block;
	overflow:hidden;
}

.bb ul li {
	display:block;
	overflow:hidden;
	float:left;
	margin-right: 10px;
}
.pad1 {
	overflow: hidden;
	margin-top: 5px;
}

.dis {
	display:none;
}
.yoyaku {
	overflow: hidden;
	
}
.tel-wp {
	width: 196px;
	overflow: hidden;
	float: right;
	margin-top: 10px;
}
.tel-wp p {
	margin-bottom: 8px;
}
.yoyaku_wrap{
	width:715px;
	
	float:right;
	
	padding-top: 10px;
}
.yoyaku02_01,
.yoyaku02_02{
	height:14px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:15px;
}
.yoyaku02_01{
	background:url(../common/header/yoyaku02_01.jpg) no-repeat;
	width:133px;
}
.yoyaku02_02{
	background:url(../common/header/yoyaku02_02.jpg) no-repeat;
	width:110px;
}
.yoyaku02 {
	overflow: hidden;
	padding-top: 15px;
}
.yoyaku02_010,
.yoyaku02_020{
	height:14px;
	text-indent:-9999px;
	display:block;
	float:left;
	margin-right:15px;
}
.yoyaku02_010{
	background:url(../common/header/yoyaku02_01.png) no-repeat;
	width:122px;
}
.yoyaku02_020{
	background:url(../common/header/yoyaku02_02.png) no-repeat;
	width:135px;
}
.yoyaku020 {
	padding-top: 15px;
}

/************************************ここから追加***********************/
.bgbox_blue{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.bgbox_blue p {
    margin: 0; 
    padding: 0;
}
.h2 {
  position: relative;
  padding: 0.5em;
  background: #a6d3c8;
  color: white;
}

.h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

/******************************0705 ***************************/
.bold{
	color: #3F73AB;
	font-weight: bold;
}
.tag-wrapper {  
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
	background: #d6ebff;
}
.tag {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 0 0 -20px;
	width: calc(100% + 20px);
	font-size: 22px;
	color: white;
	background: #70c7ff;
}
.tag:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #6eb3e0;
}

/******テーブル*****/
table{
	width: 90%;
	border-collapse: collapse;
	margin: 1em auto;
}
table tr{
  border-bottom: solid 2px white;
}
table tr:last-child{
  border-bottom: none;
}
table th{
	position: relative;
	width: 15%;
	/*background-color: #52c2d0;*/
	background-color:#3F73AB;
	font-weight:bold;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #3F73AB;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td.first{
	text-align: left;
	width: 60%;
	height: 0px;
	padding-left: 2em !important;
	/*background-color: #eee;*/
	background-color:#FEFCC9;
	padding: 10px 0;
	overflow: hidden;
	vertical-align: middle;
}
table td.last02{
	 width: 25%;
	background-color:#FEFCC9;
	border-left: solid 1px #FEFCC9;
}
.pphoto{
	max-width:200px;
	width: 100%;
	height: auto;
	display: block;
}
.ppp{
	width: 150px;
	height: 90px;
}
td{
	border: none;
}
.detail{
		font-size: 0.9em;
		max-width: 500px;
		display: block;
	}
/************???????*****************/
.last2{
	background: #ffffff;
	border: solid 5px #3F73AB;
	padding: 20px;
	max-width: 860px;
	width: 100%;
	margin: 2em auto 6em;
	height: auto;
	font-weight:bold;
	font-size:1em;
	background:#F8F9DE;
 	/*box-shadow: inset 0 0 30px rgba(230,220,228,0.8);*/
	box-shadow: 0 0 10px rgba(63,115,115,0.8);
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	/******************************0705 ***************************/
	.tag-wrapper {  
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 20px 0;
		width: 700px;
		background: #d6ebff;
	}
}

@media screen and (max-width: 550px){
	.tag-wrapper {  
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 10px 0;
		width: 470px;
		background: #d6ebff;
	}
	.detail{
		font-size: 0.9em;
		max-width: 500px;
		display: block;
	}
	/******テーブル*****/
table{
	width: 95%;
	border-collapse: collapse;
	margin: 1em auto;
	}
}

@media screen and (max-width: 430px){
	.tag-wrapper {  
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 10px 0;
		width: 360px;
		background: #d6ebff;
	}
	.detail{
		font-size: 0.9em;
		max-width: 500px;
		display: block;
	}
	/******テーブル*****/
table{
	width: 98%;
	border-collapse: collapse;
	margin: 1em auto;
	}
	table th{
		position: relative;
		width: 15%;
		background-color:#3F73AB;
		font-weight:bold;
		color: #fff;
		text-align: center;
		padding: 10px 0;
	}
	table td.first{
		text-align: left;
		width: 50%;
		height: 0px;
		padding-left: 2em !important;
		background-color:#FEFCC9;
		padding: 10px 0;
		overflow: hidden;
		vertical-align: middle;
	}
	table td.last02{
		 width: 15%;
		background-color:#FEFCC9;
		border-left: solid 1px #FEFCC9;
	}
	.ppp{
		width: 100px !important;
		height: 60px !important;
	}
}

@media screen and (max-width: 350px){
	.tag-wrapper {  
		display: block;
		position: relative;
		margin: 0 auto;
		padding: 5px 0 !important;
		width: 310px;
		background: #d6ebff;
	}
	.detail{
		font-size: 0.9em;
		max-width: 270px !important;
		display: block;
	}
	/******テーブル*****/
table{
	width: 100%;
	/*border-collapse: collapse;
	margin: 1em auto;*/
	max-width: 270px;
	/*border-collapse: collapse;*/
	}
	table tr {
		display: block;
		float: left;
		max-width: 270px;
		width: 100%;
	}
	table th{
		position:static;
		max-width: 270px !important;
		width: 100%;
		/*height: 0px;*/
		float: left;
		background-color:#3F73AB;
		font-weight:bold;
		color: #fff;
		text-align: center;
		padding: 0;
		display: block;
		height: auto;
		overflow: hidden;
		padding-left: 0;
		padding-right: 0;
	}
	table th:after{
	  display: none;
	}
	table td.first{
		/*text-align: left;*/
		max-width: 248px !important;
		width: 100%;
		height: auto;
		/*height: 0px;*/
		/*padding-left: 0em !important;*/
		background-color:#FEFCC9;
		overflow: hidden;
		vertical-align: middle;
		display: block;
		text-align: center;
		padding: 10px !important
	}
	table td.last02{
		max-width: 270px !important;
		width:100%;
		display:block;
		padding-left: 0;
		padding-right: 0;
	}
	td{
		border: none;
	}	
	.ppp{
		width: 150px !important;
		height: 90px !important;
		margin: 0 auto;
	}
}
	
	
	
	
	
	
	






/*================================================
 *  吹き出し
 ================================================*/

.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 50px auto;
  padding: 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 20px;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: -20px;
  left: auto;
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  width: 63%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #f2f3f7;
  font-size: 18px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 22px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox .fukidasi::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  top: 40px;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -15px;
  border-left: 25px solid #f2f3f7;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::after {
  left: -25px;
  border-left: 25px solid #ffffff;
  border-top: 25px solid transparent;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  background-color: #fde5e5;
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  left: auto;
  right: -15px;
  border-left: 25px solid transparent;
  border-top: 25px solid #fde5e5;
}
.oneArea .onebox:nth-child(even) .fukidasi::after {
  left: auto;
  right: -25px;
  border-left: 25px solid transparent;
  border-top: 25px solid #ffffff;
}
@media screen and (max-width: 1024px) {
  .oneArea .onebox:nth-child(odd) .imgArea img {
    max-width: 70%;
    top: 0;
  }
  .oneArea .onebox:nth-child(even) .imgArea img {
    max-width: 70%;
    top: 0;
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
  .oneArea .onebox .fukidasi::after {
    top: 20px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
  }
  .oneArea .onebox:nth-child(even) {
    margin-top: 15px;
  }
  .oneArea .onebox .imgArea {
    width: 20%;
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 12px;
  }
}

/*------------------------------------------------------------
fadein
------------------------------------------------------------*/

.RightToLeft {
  opacity: 0;
  transform: translateX(50px);
  transition: .6s;
}
.RightToLeft.is-show {
  opacity: 1;
  transform: translateY(0);
}
.LeftToRight {
  opacity: 0;
  transform: translateX(-50px);
  transition: .6s;
}
.LeftToRight.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fadein {
  opacity: 0;
  transform: translateY(100%);
  transition: .6s;
}
.fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
.delay_a {
  transition-delay: .2s;
}
.delay_b {
  transition-delay: .4s;
}
.delay_c {
  transition-delay: .6s;
}
.delay_d {
  transition-delay: .8s;
}
.delay_e {
  transition-delay: 1.0s;
}

/*====================================================================
以下は不要です。
====================================================================*/
body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  margin: 0;
}
.section {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
}
.section p._a .link {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  margin: 0;
  color: #607D8B;
}
.section p._a .link:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #607D8B;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}





/***********************　会話　**********************/

/*会話******/
.merit{
	background:#FFFD6F;
	margin-bottom:5em;}
/*　コンテナ　*/
#container {
	min-width: 260px;
	max-width: 900px;
	margin: auto; 
	padding: 3em 4em;}
/*　box-sizingの設定　*/
div,
p,
img {
	box-sizing: border-box;}

/*　会話ベーススタイル　*/
.message {
	overflow: hidden; 
	margin: 0 0 1em 0;
	padding: 0;}
.message span {
	display: block;
	margin: 0;
	padding: 0;}
.message .speaker-name {
	display: none;}
.message .speaker-icon {
	float: left; 
	width: 64px;}

/*　吹き出しベーススタイル　*/
.message .message-content {
	position: relative;
	box-sizing: border-box;
	width: auto;
	min-height: 64px;
	margin: 0 160px 0 80px;
	padding: 1em;
	color: #333; 
	border-radius: 10px;
	background: #e4f2f9;}

/*　会話詳細スタイル　*/
.message .speaker-icon img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border: 2px solid white;
	border-radius: 50%;}

/*　吹き出しのしっぽ　*/
.message .message-content:before {
	position: absolute;
	top: 20px; 
	left: -20px;
	display: block;
	width: 0;
	height: 0;
	content: '';
	border: 10px solid transparent;
	border-right-color: #e4f2f9;}

/*　逆方向の上書きスタイル　*/
.message.myself .speaker-icon {
	float: right;}
.message.myself .message-content {
	margin: 0 80px 0 160px; 
	color: #000;
	background: #fff;}
.message.myself .message-content:before {
	right: -20px;
	left: auto;
	border-color: transparent;
	border-left-color: #fff;}

/*　その他　*/
#chat-title {
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
	color: white;
	border-radius: 0; 
	background: #4472aa;}
.message.myself + .message.myself {
	margin-top: -0.5em;}
.boxs{
	max-width:800px;
	width:89.5%;
	box-shadow:1px 1px 2px #333;}
