@charset "UTF-8";

/* HTML5 display definitions
----------------------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
    behavior: url("boxsizing.htc");
}

/* Text-level semantics
----------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}
/*
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}*/

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------------------- */
figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}
.formbox{
	width:80%;
	max-width:690px;
}
.send{
	background:#0b2491;
	padding:10px 20px;
	font-size:1.4em;
	color:#fff;
	letter-spacing:0.1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom:50px;
}


/* Tables
----------------------------------------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* reset
----------------------------------------------------------------------------- */
a:focus,
embed:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  border: none;
  outline: none;
  -ms-interpolation-mode: bicubic;
	/*width:100%;*/
max-width: 100%;
height: auto;
}

/* default setting
----------------------------------------------------------------------------- */
.clear, header.global .bg .links .sitesearch, footer.global .footnav ul, footer.global .sitemap, footer.grand .footnav ul, footer.grand .sitemap {
  zoom: 1;
}
.clear:after, header.global .bg .links .sitesearch:after, footer.global .footnav ul:after, footer.global .sitemap:after, footer.grand .footnav ul:after, footer.grand .sitemap:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  clear: both;
}

/* common
----------------------------------------------------------------------------- */
.disNon {
  display: none;
}
.invisible {
  visibility: hidden;
}
.forsp {
  display: none;
}
.posfix {
  position: fixed;
}

/* 余白
----------------------------------------------------------------------------- */
.mNone {
  margin: 0 !important;
}
.mT0 {
  margin-top: 0px !important;
}
.mT10 {
  margin-top: 10px !important;
}
.mT20 {
  margin-top: 20px !important;
}
.mT30 {
  margin-top: 30px !important;
}
.mT40 {
  margin-top: 40px !important;
}
.mT50 {
  margin-top: 50px !important;
}
.mB0 {
  margin-bottom: 0px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB20 {
  margin-bottom: 20px !important;
}
.mB30 {
  margin-bottom: 30px !important;
}
.mB40 {
  margin-bottom: 40px !important;
}
.mB50 {
  margin-bottom: 50px !important;
}
.mL0 {
  margin-left: 0px !important;
}
.mL10 {
  margin-left: 10px !important;
}
.mL20 {
  margin-left: 20px !important;
}
.mL30 {
  margin-left: 30px !important;
}
.mL40 {
  margin-left: 40px !important;
}
.mL50 {
  margin-left: 50px !important;
}
.mR0 {
  margin-right: 0px !important;
}
.mR10 {
  margin-right: 10px !important;
}
.mR20 {
  margin-right: 20px !important;
}
.mR30 {
  margin-right: 30px !important;
}
.mR40 {
  margin-right: 40px !important;
}
.mR50 {
  margin-right: 50px !important;
}
.pNone {
  padding: 0 !important;
}
.blt{
	border-top:1px solid #dfdfdf;
	}


/* テキスト
----------------------------------------------------------------------------- */
.tCenter {
  text-align: center !important;
	margin-bottom: 20px;
}
.tRight {
  text-align: right !important;
}
.tLeft {
  text-align: left !important;
}
.fNormal {
  font-weight: normal !important;
}
.fBold {
  font-weight: bold !important;
}
.fCol_red {
  color: #a71427!important;
}
.fNarrow {
  letter-spacing: -1px !important;
}

.tS{
	font-size: 80%;
}
/* インデント
----------------------------------------------------------------------------- */
small.indent,
p.indent,
ul.indent li,
ol.indent li,
dl.indent dd {
  overflow: visible !important;
  text-indent: -1em !important;
  margin-left: 1em !important;
}
small.indent2,
p.indent2,
ul.indent2 li,
ol.indent2 li,
dl.indent2 dd {
  overflow: visible !important;
  text-indent: -2em !important;
  margin-left: 2em !important;
}
dl.normal {
  margin-bottom: 30px;
}
dl.normal:last-child {
  margin-bottom: 0;
}
dl.normal dt {
  font-weight: bold;
}


/* フォント
----------------------------------------------------------------------------- */

.tL{
	font-size:120%;
}
.tS{
	font-size:80%;
}

/* フロート
----------------------------------------------------------------------------- */
.fL {
  float: left !important;
  margin: 0;
}
.fR {
  float: right !important;
  margin: 0;
}
img.fL {
  float: left;
  margin: 0 20px 20px 0;
}
img.fR {
  float: right;
  margin: 0 0 20px 30px;
}
@media screen and (max-width: 520px){

img.fL {
  float: none !important;
  margin: 0 auto 10px auto;
  text-align:center;
  display:block;
}
img.fR {  
	float: none !important;
  margin: 0 auto 10px auto;
  text-align:center;
  display:block;

}
}

/* リスト
----------------------------------------------------------------------------- */
.ten li {
  list-style-type: disc;
  margin-left: 1.2em;
}

/* common style setting
----------------------------------------------------------------------------- */
.clear {
  zoom: 1;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
} 

.Flexbox{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:flex;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	flex-wrap:wrap;
}
.Flexboxcenter{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	justify-content:center;
	-ms-flex-align:center;/*--- IE10 ---*/
	align-items: center;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	flex-wrap:wrap;
}
.Flexboxst{
	display:-ms-flexbox;/*--- IE10 ---*/
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	justify-content:center;
	-ms-flex-align:stretch;/*--- IE10 ---*/
	align-items:stretch;
	-ms-flex-wrap:wrap;/*--- IE10 ---*/
	flex-wrap:wrap;
}

.Flexboxcenter .wid50{
	width: 50%;
}

@media print, screen and (max-width: 760px) {

.Flexboxcenter .wid50{
	width: 100%;
}
}



.Flexbox .w50{
	width: 50%;
}

.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;
bottom: 3px;
left: 0;
	right: 0;
margin: auto;
content: "";
vertical-align: middle;
}



/* マーカーアニメーション
-------------------------------------------------- */

.marker-animation.active {
    background-position: -100% .5em;
}

.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .8em;
    transition: all 2s ease;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffe653 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffe653 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ffe653 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ffe653 50%);
    background-image: linear-gradient(left, transparent 50%, #ffe653 50%);
}
/*
a:hover .marker-animation {
    background-image: -webkit-linear-gradient(left, #ffe653 50%, #efefef 50%);
	background-image: linear-gradient(to right, #ffe653 50%, #efefef 50%);
 
}*/
