/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  background-color: #005BAC;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.9rem;
}
header > nav {
	background-color: #005BAC;
}
main{
	background-color:#FFF;
  font-size:1.2em;
  font-feature-settings:palt;
}
footer, footer a, footer a:hover {
	color:#FFF;
}

p, ul, ol {
  margin-bottom: 0;
}

.row {
	margin-bottom:40px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

img{
  max-width:100%;
  height:auto;
}

/* Add
------------------------- */

a, onclick { outline: none; }
:focus {
    outline: none;
}

a.pagelink {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.movie-container {
    position: relative;
    max-width: 100%;
    height: auto;
    overflow: hidden;
}
.movie-inner {
    position: relative;
    padding-bottom: 56.25%; /* 動画のaspect比がこれで決まります。*/
}
.movie-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal .large .modal-body{
min-height:900px;/* - height - 100*/
}

.badge {
	font-size:1.0em;
	margin-bottom:20px;
}

header .badge {
  margin-bottom: 0;
  height: 1.5em;
}

.btn-light, .btn-light a:hover{
  color: #0B419A;
}


.pagetop{
		position:fixed;
		bottom:5px;
		right:5px;
}
.pagetop a{
		display:block;
		padding:15px;
}
.pagetop a:hover{
}

.pepleLeft{
  float: left;
  margin: 0 15px 15px 0;
  width:20%;
}

/* Add font Color
------------------------- */
.fontYellow {color: #FFD900;}
.fontBlue {color: #0B419A;}
.fontGlay {color: #7F7F7F;}
.fontRed {color: #E61F19;}
.fontWhite {color: #FFF;}

/* Add Back Ground Color
------------------------- */
.bgYellow { background: #FFD900;}
.bgBlue { background: #0B419A;}
.bgGlay { background: #7F7F7F;}
.bgtRed { background: #E61F19;}
.bgWhite { background: #FFF;}

.bgYellowDark { background: #FFC000;}
.bgBlueLight { background: #4472C4;}
.bgPink { background: #FF99CC;}
.bgPurple { background: #7030A0;}
.bgGreen { background: #70AD47;}

/* Add title Design
------------------------- */
h1.title-pre {
  margin-top: 30px;
}
h1.title-post{
  font-weight: 700;
  color: #005BAC;
  margin-top: 30px;
}

h2.osusume{
  font-size: 1.3rem;
  font-weight: bold;
}

h3.maker{
font-size: 1.5rem;
font-weight: bold;
background:linear-gradient(transparent 90%, #A3E2FF 60%);
}

h3.makerSoon{
background:linear-gradient(transparent 90%, #ffff66 60%);/*緑 #b2ffb2*/
}

h3.maker > b, h3.maker > span {
  font-size: 1.2rem;
}
.badge-success{
  background: #FF861D;
}

/**/

.area-title{
    padding: 40px 0;
    background:rgba(255,255,255,0.3);
}

.cat-header {
    height: 500px;
    padding-top: 55px;
}
.cat-header {
    background-image: url(../../../img/main1_bg.jpg);
    border: none;
    text-align: center;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.cat-header .ct {
    animation: 5s bounce ease infinite;
    font-size: 40px;
}
.bl {
    display: block;
}
.ct {
    text-align: center;
}
.catchcopy {
    background: #A9D18E;
    padding: 2em 1em;
    max-width: 1110px;
    margin: 0 0 0px 0;
}
.catchcopy p {
    font-size: 1.3rem;
    font-weight: bold;
    color: white;
    text-align: justify !important;
    text-justify: inter-ideograph !important;
}

.updatemark {
    color: white;
    font-size: 0.7em;
    font-weight: normal;
    background: #005BAC;
    padding: 4px 20px;
}

.boxshadow {
    box-shadow: 0px 2px 7px rgba(0,0,0,.15),0 5px 6px rgba(0,0,0,.15);
}

.btnshadow{
  filter: drop-shadow(5px 5px 2px rgb(153, 150, 150));
}
/*ホバー時*/
.btnshadow:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/*クリック時*/
.btnshadow:active {
  /*影をけす*/
  filter: drop-shadow(0px 0px 0px rgb(255, 255, 255));
  /*ボタンを下に移動させる＝ボタンがクリックされたように見える*/
  position: relative;
  top: 5px;
}


/* Add Number icon画像
------------------------- */
div.icon { margin-left: 2.0em;	text-indent: -2.0em; font-size:1.6em; margin-bottom:40px; }
div.icon img { margin-right: 7px;	height: 50px;	vertical-align: top;}


/* Add アイコンを入れた時の2行目以降をインデント
------------------------- */
a.iconPDF{
  display: block;
  position: relative;
  padding: 3px 0 0 20px;
  text-indent: 0em;
  padding-left: 1.2em;
}

a.iconPDF:before{
    position: absolute;
    top: 5px;
    left: 3px;
    font-family: FontAwesome;
    content: '\f1c1';
      color: #E61F19;
}



/* Add 画像を横に並べる
------------------------- */
.inline-area {
  margin: 30px 0;
}

.inline-area p, .inline-area img {
  margin: 5px 0;
  display: inline-block;
}
.inline-area img {
  border:1px solid rgba(0, 0, 0, 0.1);
}

/* Add 枠線付きteble
------------------------- */
.tableline {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom:20px;
  width:100%;
}

.tableline th,
.tableline td {
  border:1px solid rgba(0, 0, 0, 0.1);
  padding:10px;
  vertical-align:top;
  /*display: table-cell;縦中央揃え*/
  /*vertical-align: middle;縦中央揃え*/
}

.tableline th {
  background-color: #EEEEEE;
  font-weight:bold;
  text-align: center;
  font-size: 80%;
  padding: 5px;
}


/**/
.tabelDesign1 {
  font-size: 1.2rem;
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tabelDesign1 tr{
  border-bottom: solid 2px white;
}

.tabelDesign1 tr:last-child{
  border-bottom: none;
}

.tabelDesign1 th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #ffd42d;
  text-align: center;
  padding: 20px 0;
}

.tabelDesign1 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ffd42d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.tabelDesign1 td{
  text-align: left;
  width: 60%;
  text-align: left;
  background-color: #FFEB9C;
  padding: 20px 0;
}


/* RESPONSIVE CSS
-------------------------------------------------- */


@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media screen and (max-width: 769px) {
  .pepleLeft{
  width:100%;
}
	div.d-sm-none > div.icon { margin-left: 2.0em;	text-indent: -2.0em; font-size:1em; margin-bottom:20px; }
  div.d-sm-none > div.icon img { margin-right: 10px;	height: 25px;	vertical-align: top;}
  body {
    width: 100%;
}
}

@media screen and (max-width:576px) { /*　画面サイズが480pxからはここを読み込む　*/
  h1, span.updatemark{
    font-size: 0.8rem;}
  h1{
    font-size: 1.4rem;}
}

@media all and (-ms-high-contrast: none) {
  h2, h3, h4, h5 {font-family: "メイリオ", Meiryo, sans-serif; }
}
