header.masthead2 {
    text-align: center;
    color: #dc3545;
    background-color: #343a40;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
	height: 100px;
	margin-bottom: 30px;
}

.row {
	margin: 40px 0;
}
.bg-g {
	background-color: #F5F3F2;
}

.fh5co-page-heading {
	padding: 20px 0 60px 0;
}
ul.fh5co-list-check {
	list-style: none;
	margin-left: -10px;
}

.list-blocktype {
	width: 100%;
	margin: 0 atuo;
	text-align: center;
	padding: 0;
	list-style: none;
}
.list-blocktype li {
	float: left;
	/*width: 210px;*/
	width: 19%;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #EFEFEF;
}
.list-blocktype span {
	padding: 8px 8px 8px 30px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	display: block;
	background-position: 8px 8px;
	background-repeat: no-repeat;
}


/******************/
/* --- --- */
div.heading {
	width: 920px; /*  */
	margin-left: 10px;
	margin-bottom: 1em;
	padding: 6px 7px; /*  */
	background: #f9f9f9 url(image/heading_back1.gif) repeat-x; /*  */
	border: 1px #c0c0c0 solid; /*  */
}
div.main {
	margin: 10px;
}
div.heading h3 {
	margin: 0;
	padding: 3px 0 0 5px; /*  */
	border-left: 5px #ff8000 solid; /*  */
	font-size: 100%; /*  */
	line-height: 100%;
}

/* ---  --- */
div.section {
	float: left;
	width: 148px; /*  */
	background-color: #ffffff; /* */
	border: 1px #c0c0c0 solid; /*  */
	font-size: 80%; /*  */
	margin: 3px;
}
/* ---  --- */
div.section h3 {
	margin: 0; /*  */
	padding: 6px 10px; /*  */
	background: #f9f9f9 url(image/head1.gif) repeat-x top; /*  */
	border-bottom: 1px #c0c0c0 solid; /*  */
	font-size: 100%; /*  */
}

/* --- --- */
div.section p {
	padding: 5px 14px;
}
div.section div.memo {
	padding: 5px 14px;
}


section {
	padding: 30px 0 20px;
}

section h3.section-subheading {
	margin-bottom: 0;
}

div.section5 {
	float: left;
	width: 19%; /*  */
	background-color: #ffffff; /*  */
	border: 1px #c0c0c0 solid; /*  */
	font-size: 80%; /* */
	margin: 3px;
	
	height: 520px;
}
div.section3 {
	float: left;
	width: 32%; /*  */
	background-color: #ffffff; /*  */
	border: 1px #c0c0c0 solid; /*  */
	font-size: 80%; /*  */
	margin: 3px;
	
	height: 520px;
}
div.section2 {
	float: left;
	width: 48%; /* */
	background-color: #ffffff; /*  */
	border: 1px #c0c0c0 solid; /*  */
	font-size: 80%; /*  */
	margin: 3px;
	
	height: 580px;
}

.detail {
	word-wrap:break-word;
	white-space: normal;
	height: 160px;
	overflow-y:scroll;
}


.jumbotron {
    padding: 0;
}
.jumbotron {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.jumbotron .carousel, .jumbotron .carousel-inner, .jumbotron .carousel-inner > .item.active img {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}
.jumbotron {
    padding: 0;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.jumbotron {
    padding: 48px 0;
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .jumbotron-contents {
    padding: 20px;
    color: #434a54;
}
.jumbotron .h1, .jumbotron h1 {
    font-size: 26px;
}
.jumbotron .h1, .jumbotron .h2, .jumbotron h1, .jumbotron h2 {
    font-weight: 400;
}
.jumbotron .h1, .jumbotron h1 {
    color: inherit;
}
.jumbotron .h2, .jumbotron h2 {
    font-size: 24px;
}
.jumbotron .h1, .jumbotron .h2, .jumbotron h1, .jumbotron h2 {
    font-weight: 400;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.jumbotron .carousel-inner > .item > a > img, .jumbotron .carousel-inner > .item > img {
    width: 100%;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    line-height: 1;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.jumbotron .carousel-control.left {
    border-radius: 4px 0 0;
    -webkit-border-radius: 4px 0 0;
    -moz-border-radius: 4px 0 0;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5)0,rgba(0,0,0,.0001)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.glyphicon-chevron-left::before {
    content: "\e079";
}
.glyphicon-chevron-right::before {
    content: "\e080";
}
*, ::after, ::before {
    box-sizing: border-box;
}
.glyphicon {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.jumbotron .carousel-control.right {
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001)0,rgba(0,0,0,.5)100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.pull-left {
    float: left !important;
}
.events-object {
    margin-right: 10px;
}
.img-rounded {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}



.thumbnail {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail a > img, .thumbnail > img {
    width: 100%;
}
.thumbnail a > img, .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    max-height: 180px;
}
.thumbnail .caption {
    font-size: 14px;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.thumbnail .caption h1, .thumbnail .caption h2, .thumbnail .caption h3, .thumbnail .caption h4, .thumbnail .caption h5, .thumbnail .caption h6 {
    margin: 5px 0 10px;
    font-size: 16px;
}


a, a:hover {
    color: #044cf5;
}




/*  DIVでテーブルっぽく表示    */
.table-type1 {
    width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }
  
  .table-type1 .tr {
    display: table;
    width: 100%;
  }
  
  .table-type1 .tr .th,
  .table-type1 .tr .td {
    display: table-cell;
    font-size: 14px;
    padding: 8px 15px;
    background: #ffffff;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  
  .table-type1 .tr .th {
    width: 180px;
    background: #f5f5f5;
  }
  
  .table-type1 .tr .td {
    width: calc(100% - 180px);
  }

@media only screen and (max-width: 767px) {
    .table-type1 .tr {
      display: block;
    }
    .table-type1 .tr .th {
      display: block;
      width: 100%;
    }
    .table-type1 .tr .th2 {
		display: block;
        width: 100%;
		border: 1px solid #ddd;
	}
	.table-type1 .tr .td {
		display: block;
        width: 100%;
    }
	  .table-type1 .tr .td2 {
      display: block;
      width: 100%;
	  border: 1px solid #ddd;
    }
	.table-type1 .tr .th::after ,.th2::after{
		content: none;
    }
    .card {
        width: 90%;
        margin: 10px 0;
    }

}


.container {
	margin: 0 auto;
	width: 98%;
}
.lr {
	margin: 0 10px;
	padding: 0 4px;
}
p {
    line-height: 1.7em;
    font-size: 18px;
    padding: 6px;
}
.fh5co-sidebox {
    padding: 10px;
}

.container {
	max-width: 100%;
}
.mg-side-20 {
	margin: 0 20px;
}
.popover {
	width: 100%;
	max-width: 98%;
}
.box5 {
	width: 20%;
}
.box5 a:hover {
	text-decoration: none;
	color: red;
}
h3.popover-title {
	margin-top: 18px;
}
h4.popover-title {
	margin-top: 18px;
    font-size: 1.4em;
}
h5 {
    font-size: 1em;
}
p.box5list {
    font-size: 1em;
}

.ad {
	padding: 30px 100px;
}
/*スマートフォン */
@media
only screen and (min-device-width: 320px) and (max-device-width: 480px),
only screen and (min-width: 320px) and (max-width: 480px) {
	.box {
		margin: 10px;
	}
	.box-hidden {
		display: none;
	}
    div.af8 {
        margin: 0 auto;
        padding: 6px;
        width: 100%;
        text-align : center;
    }
    img {
        margin: 0 auto;
        max-width: 100%;
    }
    h2 {
        padding: 6px;
    }
    img.fh5co-align-left {
        padding: 6px;
    }
}

.fh5co-cards {
    background: whitesmoke;
  /*  padding: 7em 0;*/
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
  </style>
  <div class="fh5co-cards">
  <div class="container-fluid">
  
  <style>
  #box-1-4 {
      max-width: 630px;
      margin: 0 auto;
  }
  #box-1-4 .headline1 {
      border-left: 5px solid #538B6E;
      line-height: 36px;
      font-size: 15px;
      margin: 0;
      padding: 0 15px;
      height: 36px;
      line-height: 36px;
      border: 1px solid #ccc;
          border-left-color: rgb(204, 204, 204);
          border-left-style: solid;
          border-left-width: 1px;
      border-left-color: rgb(204, 204, 204);
      border-left-style: solid;
      border-left-width: 1px;
      border-left: 5px solid #adb8bf;
      font-size: 15px;
  }
  #box-1-4 .headline1 a, a:visited {
      outline: none;
      color: #333;
  }
  #box-1-4 .headline1 a {
      float: right;
      font-size: 11px;
      text-decoration: none;
      color: #999;
      padding: 0 0 0 12px;
  }
  .index_category_post {
      /*width: 630px;*/
      width: 100%;
      margin: 0 0 20px 0;
      border: 1px solid #ccc;
          border-top-color: rgb(204, 204, 204);
          border-top-style: solid;
          border-top-width: 1px;
      border-top-color: rgb(204, 204, 204);
      border-top-style: solid;
      border-top-width: 1px;
      border-top: none;
      height: 377px;
      overflow: hidden;
      background: #f9f9f9;
      position: relative;
  }
  .index_category_post .post1 {
      float: left;
      width: 312px;
  }
  .index_category_post .post1 .image {
      background: #000;
      display: block;
      width: 280px;
      height: 210px;
      margin: 11px 0 15px 16px;
  }
  .index_category_post a, a:visited {
      outline: none;
      color: #333;
  }
  #box-1-4 .headline1 a, a:visited {
      outline: none;
      color: #333;
  }
  img {
      vertical-align: middle;
      border-style: none;
  }
  .index_category_post a, a:visited {
      color: #333;
  }
  #box-1-4 .headline1 a, a:visited {
      color: #333;
  }
  
  .index_category_post .post1 .date {
      margin: 0 0 5px 16px;
      padding: 0;
      line-height: 100%;
      font-size: 12px;
  }
  .agreement p.date, .agreement p.top {
      text-align: right;
      margin-bottom: 0.5em;
  }
  .index_category_post .post1 .title {
      margin: 0 16px 12px;
      padding: 0;
      font-size: 15px;
      line-height: 160%;
      max-height: 50px;
      overflow: hidden;
  }
  .index_category_post a, a:visited {
      outline: none;
      color: #333;
  }
  .index_category_post .post1 .excerpt {
      margin: 0 16px;
      padding: 0;
      line-height: 200%;
      font-size: 12px;
      max-height: 50px;
      overflow: hidden;
  }
  
  .index_category_post ul.post2 {
      list-style-type: none;
      line-height: 0%;
  }
  .index_category_post ul.post2 {
      list-style-type: none;
      margin: 0 0 2em 0;
      padding: 0;
      line-height: 0%;
  }
  .index_category_post .post2 {
      float: right;
      /*width: 315px;*/
      width: 315px;
      border-left: 1px solid #ccc;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      right: 0px;
  }
  .index_category_post ul.post2 li {
      margin: 0;
      padding: 0;
      line-height: normal;
      zoom: 1;
      list-style-type: none;
  }
  .index_category_post .post2 li {
      border-bottom: 1px solid #ccc;
      height: 94px;
  }
  li {
      list-style: none;
          list-style-type: none;
  }
  .index_category_post .post2 .image {
      width: 100px;
      height: 75px;
      display: block;
      float: left;
      margin: 10px 10px 0 10px;
      background: #000;
  }
  .index_category_post .post2 .image img {
      width: 100px;
      height: 75px;
      display: block;
      opacity: 1;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      transform: rotate(0);
  }
  .index_category_post .post2 img {
      vertical-align: middle;
      border-style: none;
  }
  .index_category_post a, a:visited {
      color: #333;
  }
  .index_category_post ul.post2 li {
      line-height: normal;
      list-style-type: none;
  }
  .index_category_post .post2 .info {
      float: left;
      width: 180px;
      margin: 10px 0 0 0;
  }
  .index_category_post .post2 .info {
      float: left;
      width: 180px;
      margin: 10px 0 0 0;
  }
  .index_category_post .post2 .date {
      margin: 0 0 5px 0;
      padding: 0;
      line-height: 100%;
      font-size: 12px;
  }
  .index_category_post .post2 .title {
      margin: 0;
      padding: 0;
      font-size: 13px;
      line-height: 150%;
      height: 58px;
      overflow: hidden;
  }


.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}

