@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/


@import url("https://fonts.googleapis.com/css?family=Karla&display=swap");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

h4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #E60012;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

figure {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0;
  outline: none;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

main {
  display: block;
}

a:hover {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}


/* 共通css */


html {
  font-size: 62.5%;
  font-family: "YoGo-Medium","游ゴシック体", "Yu Gothic", YuGothic, Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
  color: #0f0f3d;
  line-height: 1.8;
  height: 100%;
}

body {
  font-size: 1.6rem;
  opacity: 1;
  transition: .2s .1s;
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 0;
  margin: 0;

}

img{
  max-width:100%;
  vertical-align: bottom;
  height: auto;
}

.overlink{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}




a{
  color: #62c9c7;
  text-decoration: none;
}

/* 共通レイアウト */


.container{
  padding: 0 15px;
  margin: 0 auto 100px;
}

@media only screen and (min-width: 769px) {
  .container{
    max-width: 980px;
    width: 100%;
    padding: 0 30px;
    margin: 50px auto 70px;
  }
}

.header{
  background-color: #000000;
}

.breadcrumbs {
  padding:0px 5px 0px 5px;;
  vertical-align: middle; 
}


.footer{
  color: #fff;
  background-color: #000000;
  padding:15px;
  margin-top: -200px;
  width: 100%;
  bottom: 0; /*下に固定*/
}

/*
.footer{
    color: #ffff;
	background-color: #000000;
    padding: 30px 0;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/

}
*/


/* 見出し */
.h_1{
  font-size: 2rem;
  font-weight: 600;
  padding: 1em 15px;
}
.h_2{
  font-size: 1.8rem;
  font-weight: 600;
  margin: 50px 0 30px;

  padding: .5em .3em;
  border-top: 2px solid #62c9c7;
  border-bottom: 2px solid #62c9c7;
}

/* 位置・余白 */
.center{
  text-align: center;
}

.mt_S{
  margin-top: 20px;
}
.mt_M{
  margin-top: 50px;
}
.mt_L{
  margin-top: 100px;
}

.mb_S{
  margin-bottom: 20px;
}
.mb_M{
  margin-bottom: 50px;
}
.mb_L{
  margin-bottom: 100px;
}

/* 「トップページに戻る」 テキスト */
.linkTop{
  color: #62c9c7;
  margin-top: 30px;
}

/* グリッド */
@media only screen and (max-width: 768px) {
  .grid {
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-right: -30px;
  }
  .grid_item {
    margin: 0 30px 30px 0;
  }
  .grid_item.x1 {
    width: calc(8.33333% - 30px);
  }
  .grid_item.x2 {
    width: calc(16.66666% - 30px);
  }
  .grid_item.x3 {
    width: calc(24.99999% - 30px);
  }
  .grid_item.x4 {
    width: calc(33.33332% - 30px);
  }
  .grid_item.x5 {
    width: calc(41.66665% - 30px);
  }
  .grid_item.x6 {
    width: calc(49.99998% - 30px);
  }
  .grid_item.x7 {
    width: calc(58.33331% - 30px);
  }
  .grid_item.x8 {
    width: calc(66.66664% - 30px);
  }
  .grid_item.x9 {
    width: calc(74.99997% - 30px);
  }
  .grid_item.x10 {
    width: calc(83.3333% - 30px);
  }
  .grid_item.x11 {
    width: calc(91.66663% - 30px);
  }
}

/* カード */
.card{
  border: 1px solid #ccc;
}
.card_contents{
  padding: 15px;
}
.card_contents{
  color: #333;
}
