@charset "UTF-8";
img {
  max-width: 100%;
  height: auto;
}

body {
  background-image: url(../images/bg.svg);
  background-position: center center;
  margin: 0;
  font-family: Meiryo, メイリオ, sans-serif;
  line-height: 1.57143;
  font-size: 14px;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-header .header-left, .page-header .header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.page-header .header-left {
  background-image: url(../images/header-left@2x-100.jpg);
  background-position: 100% 0;
  background-size: auto 76.8%;
  background-repeat: no-repeat;
}

.page-header .header-right {
  background-image: url(../images/header-right@2x-100.jpg);
  background-position: 0 0;
  background-size: auto 76.8%;
  background-repeat: no-repeat;
}

.page-header .page-title {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 70%;
}

.page-header .page-title img {
  max-width: 100%;
  height: auto;
}

@media (max-width:767px) {
  .page-header {
		position: relative;
		/*padding-bottom: 80px;*/
  }
	 .page-header .icon_new {
		 position: absolute;
		 right: 10px;
		 top:5px;
		 width: 100px;
		 height: auto;
	}
}
@media (min-width:768px) and (max-width:992px) {
  .page-header {
		position: relative;
		/*padding-bottom: 100px;*/
  }
	 .page-header .icon_new {
		 position: absolute;
		 right: 6%;
		 top:10px;
		 width: 180px;
		 height: auto;
	}
}


@media (min-width:993px) {
  .page-header {
		position: relative;
  }
	 .page-header .icon_new {
		 position: absolute;
		 right: 2.5%;
		 top:calc(50% - 250px) ;
		 bottom:0;
		 margin: auto;
		 width: 200px;
		 height: auto;
	}
}
@media (min-width:1281px) {
  .page-header {
		position: relative;
  }
	 .page-header .icon_new {
		 position: absolute;
		 right: 30px;
		 top:calc(50% - 250px) ;
		 bottom:0;
		 margin: auto;
		 width: 300px;
		 height: auto;
	}
}
@media (min-width:1701px) {
  .page-header {
		position: relative;
  }
	 .page-header .icon_new {
		 position: absolute;
		 left:60%;
		 top:calc(50% - 250px) ;
		 bottom:0;
		 margin: auto;
		 width: 300px;
		 height: auto;
	}
}



.subtitle {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.unit02-subtitle {
  padding-right: 17%;
}

.unit03-subtitle {
  padding-left: 17%;
}

@media (min-width: 1290px) {
  .unit01-subtitle {
    padding-left: 12%;
  }
  .unit02-subtitle {
    padding-right: 23%;
  }
  .unit03-subtitle {
    padding-left: 18%;
  }
}

.col-md-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.border-round {
  border-width: 4px;
  border-style: solid;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 20px;
}

.border-round h3 {
  padding: 5px;
  text-align: center;
}

.green-border-round {
  border-color: #569a00;
}

.blue-border-round {
  border-color: #2270af;
}

.bg-green {
  background-color: #f8fdf2;
  font-size: 16px;
}

.bg-green h4 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}

.block-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.card {
  border-radius: 0;
  border-color: #dff2c9;
  margin-bottom: 12px;
}

.card-header {
  background-color: #fff;
  border-color: #dff2c9;
  position: relative;
  padding: 0;
  height: 86px;
}

.card-header .q-container {
  display: table;
  height: 86px;
  padding-left: 15px;
  padding-right: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: calc( 100% - 15px) center;
  background-size: 22px 13px;
}

.card-header .q-container[aria-expanded="true"] {
  background-image: url(../images/toggle-arrow-up.png);
}

.card-header .q-container[aria-expanded="false"] {
  background-image: url(../images/toggle-arrow-down.png);
}

.card-header .q-container:hover {
  text-decoration: none;
}

.card-header .q-container > div {
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}

.card-header .q-container > div > img:first-child {
  width: 57%;
}

.card-header .q-container > div > img:last-child {
  width: 33%;
}

.card-header .q-container > h5 {
  display: table-cell;
  vertical-align: middle;
  color: #ea6000;
  font-size: 14px;
}

.detail-box {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 15px;
  border: 1px solid #dff2c9;
}

.detail-box .detail-title {
  color: #569a00;
}

.detail-box p {
  word-break: break-all;
}

.card-body {
  background-color: #ffffea;
  border-top: 1px solid #dff2c9;
  padding: 20px 15px;
  display: table;
	width: 100%;
}

.card-body h6 {
  font-weight: bold;
  font-size: 14px;
}

.card-body > div {
  display: table-cell;
}

.card-body > div:first-child {
  max-width: 114px;
  width: 50px;
}

.card-body > div:first-child > img:first-child {
  width: 57%;
}

.card-body > div:first-child > img:last-child {
  width: 33%;
}

@media (min-width: 768px) {
  .card-header {
    height: 96px;
    position: relative;
  }
  .card-header .q-container {
    height: 96px;
    padding-left: 30px;
    padding-right: 90px;
    background-position: calc( 100% - 26px) center;
    background-size: auto;
  }
  .card-header .q-container > div {
    width: 10vw;
  }
  .card-header .q-container > h5 {
    font-size: 20px;
  }
  .card-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .card-body > div:first-child {
    width: 10vw;
  }
}

@media (min-width: 992px) {
  .card-header .q-container > div {
    width: 114px;
  }
  .card-header .q-container > h5 {
    font-size: 24px;
  }
  .card-body > div:first-child {
    width: 114px;
  }
}

.page-footer {
  margin-top: 40px;
  padding: 40px 20px 20px 20px;
  background-color: rgba(86, 154, 0, 0.2);
  text-align: center;
}

.page-footer ul {
  list-style: none;
  padding-left: 0;
}

.page-footer ul li {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .page-footer ul li {
    display: inline-block;
  }
}

.page-footer ul li a {
  color: #569a00;
  display: block;
  padding: .5em 1em;
}

.page-footer ul li a:hover {
  background-color: rgba(86, 154, 0, 0.5);
  text-decoration: none;
  color: #fff;
}
