@charset "UTF-8";

/* 01 */
.head01{
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3em;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;
  border-radius: 25px 25px 25px 25px;/*左側の角を丸く*/
  margin-bottom: 0.5em;
}	  
.head01:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.head01:after {
	content: '●';
	color: white;
	margin-left: 8px;
  }
/* 02 */
.head02{
	position: relative;
	padding: 0.6em;
	background: #e0edff;
	margin-bottom: 1.5em;
  }  
.head02:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
  }
/* 03 */
.head03{
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 0.5em;
}
/* 04 */
.head04{
	position: relative;
	background: #dfefff;
	display: inline-block;/*おまじない*/
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.5em 1em 0.3em;
	color: #454545;
	margin-bottom: 0.5em;
  }
.head04: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);
  }
/* 05 */
.head05{
	position: relative;
	padding: 0.5em 0.5em 0.3em 1em;
	background: #a6d3c8;
	color: white;
	margin-left:-20px;
	margin-bottom: 20px;
  }
  .head05:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(149, 158, 155);
  }
/* 06 */
.head06{
	color: #010079;
	text-shadow: 0 0 5px white;
	padding: 0.5em 0.5em 0.3em;
	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);
	margin-bottom: 0.5em;
  }
/* 07 */
.head07{
	position: relative;
	color: white;
	background: #81d0cb;
	line-height: 1.4em;
	padding: 0.5em 0.5em 0.5em 1.8em;
	margin-bottom: 0.5em;
  }
  .head07:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
  }
/* 078*/
.head08{
	position: relative;
	background: #ffd98a;
	padding: 0.5em 5px 0.3em 30px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	margin-bottom: 0.5em;
  }
  .head08:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ffa337;
	font-weight: normal;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
  }

  .head09 {
	color: #6cb4e4;
	text-align: center;
	padding: 0.25em;
	border-top: solid 2px #6cb4e4;
	border-bottom: solid 2px #6cb4e4;
	background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	margin-bottom: 0.5em;
  }

.head10 {
	position: relative;
	padding: 0.6em;
	background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
	border-radius: 7px;
	margin-bottom: 20px;
  }
  
.head10:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #ffebbe;
	width: 0;
	height: 0;
  }

.head11 {
	position: relative;
	display: inline-block;
	padding: 0 55px;
	margin-bottom: 0.5em;
  }
.head11:before,.head11:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
  }
.head11:before {
	left:0;
  }
.head11:after {
	right:0;
  }

.head12 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	margin-bottom: 0.5em;
  }
  
.head12:before, .head12:after { 
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 100%;
	display: inline-block;
  }
.head12:before {
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
	left: 0;
  }
.head12:after {
	content: '';
	border-top: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	right: 0;
  }

.head13 {
  font-size:25px;
  line-height: 1.6em;
	position: relative;
	background: #f1f8ff;
	padding: 0.25em 0.5em;
	border-left: solid 2em #5c9ee7;
	margin-bottom: 0.5em;
  }
  
.head13:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	position: absolute;
	padding: 0em;
	color: white;
	left: -1.5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }

.head14 {
	position: relative;
	background: #f4f4f4;
	padding: 2px 5px 2px 20px;
	font-size: 20px;
	color: #474747;
	border-radius: 0 10px 10px 0;
	margin-bottom: 0.5em;
  }
  
.head14:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	display: inline-block;
	line-height: 40px;
	position: absolute;
	padding: 0em;
	color: white;
	background: #ff6363;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
  }

.head15 {
	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;
  }
  
.head15:after {
	/*タブ*/
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f1b2\ 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;
  }

/* timeline */
	.timeline > li {
		overflow: hidden;
		margin: 0;
		position: relative;
	  }
	  .timeline-date {
		width: 110px;
		float: left;
		margin-top: 20px;
	  }
	  .timeline-content {
		width: calc(100% - 145px);
		float: left;
		border-left: 3px #e5e5d1 solid;
		padding-left: 30px;
		padding-top: 12px;
	  }
	  .timeline-content:before {
		content: '';
		width: 12px;
		height: 12px;
		background: #63b3fd;
		position: absolute;
		left: 106px;
		top: 24px;
		border-radius: 100%;
	  }
/* timeline */
.w-image-bg01 {
  background-image: url(images/yamamoto.png),url(images/test01.jpg);
  background-repeat:no-repeat,no-repeat;
  background-position: right top,center center;
  background-size: contain,cover;
}
/*///-ボタンのうしろに矢印---///*/
.support-list-btn-outer {
  padding: 10px;
}
a.support-list-btn {
  box-sizing: border-box;
  position:relative;
  display: table-cell;/*テキストを上下中央にする改行してもＯＫ*/
  width:800px;/*幅ははみ出すくらいの数字でＯＫ*/
  vertical-align: middle;
  padding:10px;
  font-size:20px;
  color:#fff;
  text-decoration: none;
  background-color: #81D8D0;/*ティファニーグリーン*/
  height:80px;
  line-height: 1.2em;
}
a.support-list-btn:hover {
  color:#fff;
  text-decoration: none;
  background-color: #aff5ee;
}
a.support-list-btn::after {
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 15px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*///---ボタンのうしろに矢印-///*/


/*////////////////////////////////////////////////////////////////////////////////////////////////////////980*/
@media screen and (max-width: 980px) {


}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////640*/
@media screen and (max-width: 640px) {

/* timeline */
.timeline {
	list-style: none;
  }
  .timeline-date {
	width: 110px;
	float: left;
	margin-top: 10px;
	margin-left:10px;
  }
  .timeline-content {
	width: calc(100% - 10px);
	float: left;
	border-left: none;
	padding-left: 10px;
	padding-top: 0px;
  }
  .timeline > li {
	margin-bottom: 10px;
  }
  .timeline-content:before {
	content: '';
	width: 50px;
	height: 1px;
	background: #63b3fd;
	position: absolute;
	left: 106px;
	top: 15px;
	border-radius: 0%;
  }
/* timeline */

}

