@charset "utf-8";

body{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
letter-spacing: 0.1em;
background: #fff;
color: #222;
line-height: 1.5;
-webkit-text-size-adjust: 100%;
}
/* heading
-------------------------------------------------------*/
h1,h2,h3,h4,h5,h6{font-weight: normal!important;}
.h1{padding: 2px 0 13px;}
.h2{margin-bottom: 24px; padding-bottom: 3px; border-bottom: 1px solid #ccc; font-weight: normal;}
.h3{margin-bottom: 24px;}
.h4{margin: 24px 0 20px;}
/*.h4:before{
  content: "\f0da";
  font-family: fontAwesome;
  margin-right: 5px;
  color: #26B283;
}*/
.h5{margin: 30px 0 20px;}
.h6{margin: 30px 0 20px;}


/* footer
-------------------------------------*/
footer{
width: 100%;
margin-top: 100px;
text-align: center;
}
footer nav{
width: 100%;
margin: 0 auto;
}
footer nav ul li{
display: inline-block;
font-weight: normal;
font-size:13px;
}
footer nav ul:nth-of-type(2) li{
padding-bottom:1em;
}
footer nav ul li a{
text-decoration: none;
}
footer nav ul li a:hover{
text-decoration: underline;
color: #014FA2;
}
footer nav ul li:nth-of-type(even){
margin: 0 20px;
}
footer div{
background: #014fa2;
}
footer p.copyright{
color: #fff;
padding: 0.5em 0;
font-weight: normal;
}

.dark-tooltip{ display:none; position:absolute; z-index:99; text-decoration:none; font-weight:normal; height:auto; top:0; left:0;}

.dark-tooltip.small{ padding:4px; font-size:12px; max-width:150px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
.dark-tooltip.medium{ padding:10px; font-size:14px; max-width:200px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.dark-tooltip.large{ padding:16px; font-size:16px; max-width:250px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

/* Tips */
.dark-tooltip .tip{ transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); content: ""; position: absolute; width:0; height:0; border-style: solid; line-height: 0px; }

.dark-tooltip.south .tip{ left:50%; top:100%;}
.dark-tooltip.west .tip{ left:0; top:50%;}
.dark-tooltip.north .tip{ left:50%; top:0; }
.dark-tooltip.east .tip{ left:100%; top:50%;}

.dark-tooltip.south.small .tip{ border-width: 7px 5px 0 5px; margin-left:-5px;}
.dark-tooltip.south.medium .tip{ border-width: 8px 6px 0 6px; margin-left:-6px;}
.dark-tooltip.south.large .tip{ border-width: 14px 12px 0 12px; margin-left:-12px;}

.dark-tooltip.west.small .tip{ border-width: 5px 7px 5px 0; margin-left:-7px; margin-top:-5px;}
.dark-tooltip.west.medium .tip{ border-width: 6px 8px 6px 0; margin-left:-8px; margin-top:-6px;}
.dark-tooltip.west.large .tip{ border-width: 12px 14px 12px 0; margin-left:-14px; margin-top:-12px;}

.dark-tooltip.north.small .tip{ border-width: 0 5px 7px 5px; margin-left:-5px; margin-top:-7px;}
.dark-tooltip.north.medium .tip{ border-width: 0 6px 8px 6px; margin-left:-6px; margin-top:-8px;}
.dark-tooltip.north.large .tip{ border-width: 0 12px 14px 12px; margin-left:-12px; margin-top:-14px;}

.dark-tooltip.east.small .tip{ border-width: 5px 0 5px 7px; margin-top:-5px;}
.dark-tooltip.east.medium .tip{ border-width: 6px 0 6px 8px; margin-top:-6px;}
.dark-tooltip.east.large .tip{ border-width: 12px 0 12px 14px; margin-top:-12px;}

/* confirm */
.dark-tooltip ul.confirm{ list-style-type:none;margin-top:5px;display:inline-block;margin:0 auto; }
.dark-tooltip ul.confirm li{ padding:10px;float:left;margin:5px;min-width:25px;-webkit-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;}

/* themes */
.dark-tooltip.dark{ background-color:#1B1E24; color:#fff; border-radius: 5px;}
.dark-tooltip.light{ background-color:#ebedf3; color:#1B1E24; }

.dark-tooltip.dark.south .tip{ border-color: #1B1E24 transparent transparent transparent; _border-color: #1B1E24 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.west .tip{ border-color: transparent #1B1E24 transparent transparent; _border-color: #000000 #1B1E24 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.north .tip{ border-color: transparent transparent #1B1E24 transparent; _border-color: #000000 #000000 #1B1E24 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.dark.east .tip{ border-color: transparent transparent transparent #1B1E24; _border-color: #000000 #000000 #000000 #1B1E24; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.dark-tooltip.light.south .tip{ border-color: #ebedf3 transparent transparent transparent; _border-color: #ebedf3 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.west .tip{ border-color: transparent #ebedf3 transparent transparent; _border-color: #000000 #ebedf3 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.north .tip{ border-color: transparent transparent #ebedf3 transparent; _border-color: #000000 #000000 #ebedf3 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
.dark-tooltip.light.east .tip{ border-color: transparent transparent transparent #ebedf3; _border-color:#000000 #000000 #000000 #ebedf3 ; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }
/* Animations */
.animated{
	-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;
	-webkit-animation-duration:.5s;-moz-animation-duration:.5s;-ms-animation-duration:.5s;-o-animation-duration:.5s;animation-duration:.5s;
}

.fadeIn{-webkit-animation-name: fadeIn; -moz-animation-name: fadeIn; -o-animation-name: fadeIn; animation-name: fadeIn;}

/* Modal */
.box{
	float: left;
	background-color: #eee;
	width:100%;
	text-align:center;
	margin:2.5px 0;
}
.box.fixed-box{
	position:fixed;
	right:50%;
	top:25%;
}

div.campaign p{
	color:#fff !important;
}
@charset "utf-8";

/* button
-------------------------------------------------------*/
.button-Block{
  position: relative;
  width: 200px;
  text-align: center;
}
.button-column{
  margin: 0 auto;
  width: 100%;
}
.button-column.col-2{ width: 424px;}
.button-column.col-3{ width: 648px;}
.button-column.col-4{ width: 872px;}

.button-column .button-Block{
  float: left;
  margin-right: 24px;
}
.button-column.col-2 .button-Block,
.button-column.col-3 .button-Block,
.button-column.col-4 .button-Block{
  width: 200px;
}
.button-column.spcol-2 .button-Block{
  width: 49%;
  margin-right: 2%;
}
.button-column .button-Block:last-of-type,
.button-column.spcol-2 .button-Block:last-of-type{
  margin-right:0 !important;
}
.button-Block:hover{
  opacity: 0.8;
}
.button-Block a{
padding: 0.5em 1.5em;
border-radius: 5px;
display: block;
color: #fff;
text-decoration: none;
box-shadow: 0 1px 2px #ccc;
}
.button-Block a.button-blue{
background: linear-gradient(#5185BD, #0650A1);
border: 1px solid #0650A1;
}

