@charset "UTF-8";
/* CSS Document 

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
*/

h2.Bl_back{
	margin: 20px 0; 
	color: #004477; 
	background-color: #EAF1F5; 
	padding:15px 0; 
	text-align: center; 
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 5px;
}

h2.titBi{
	font-size: 2em;
	line-height: 1.5em;
}

h3.Bod_lin{
	border-bottom: 1px solid #AAAAAA;
	margin: 5px auto;
}


.Efont{
	font-family: "bowlby-one";	
}

.Jfont{
	font-family: 'Noto Sans JP';
	font-weight:lighter;
}

.Ann{
	font-size: 0.7em;
}

.point_com{
	font-size: 1em;
}

.p_comm{
	font-size: 0.7em;
}

.hedImg{
		width: 100%;
		height: auto;
	}

.idList{
	font-size: 0.8em;
	margin: 10px;
	margin-left: 20px;
	list-style: circle;
}

.idPart{
	font-size: 1em;
	list-style:none;
	font-weight:bold;
	text-align: center;
	color:#C2C2C2;
}

.idPart li{
	line-height: 1em;
	margin: 30px 0;
	
}

.floR{
	float:right;
}

.floL{
	float:left;
}

/*------------------------------------------------------------------color*/


.taTab{
	margin-bottom:30px; 
	font-size: 15px;
	letter-spacing: 1px;
}

td.firBor{
	border-top:1px solid #cccccc;
}

td.hed {
	padding: 10px;
	font-weight: 500;
	letter-spacing: 5px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#f5f5f5;
}

td.cont {
	padding: 10px;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 3px;
	border-right:none;
	border-bottom:1px solid #cccccc;
}
/*------------------------------------------------------------------button*/
.raised{
  display: inline-block;
  background-color:#8CA3C4;
  color: #fff;/*文字色*/
  font-size: 1em;/*文字サイズ*/
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 1em 1em;/*ボタン内の余白*/
  border-radius: 4px;/*角の丸み*/
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
	margin:8px 0;
}

.raised:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

.arrow{
position: relative;
display: inline-block;
padding: 0 0 0 16px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arrow:before,
.arrow:after{
position: absolute;
top: 5px;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.sample1-4::before{
left: 5px;
width: 3px;
height: 8px;
background: #001655;
}
.sample1-4::after{
left: 2px;
width: 6px;
height: 6px;
border-top: 3px solid #001655;
border-right: 3px solid #001655;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*---------------------------------------------------------------------------------icon*/
.pin.icon {
  color: #fff;
  position: absolute;
  margin-left: 4px;
  margin-top: 2px;
  width: 12px;
  height: 12px;
  border: solid 1px currentColor;
  border-radius: 7px 7px 7px 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pin.icon:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  width: 4px;
  height: 4px;
  border: solid 1px currentColor;
  border-radius: 3px;
}

/*---------------------------------------------------------------------------------heder*/




/*---------------------------------------------------------------------- 768より小さい*/
@media screen and (max-width : 768px) {
	
	h2.titBi{
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
	.hedImg {
    width: 100%;
    height: auto;
}


