@charset "UTF-8";
/*レスポンシブサイズ設定*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1.6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--green {
  color: #fff;
  background-color: #00A647;
  border-bottom: 5px solid #087436;
  margin-right: 10px;
}
a.btn--green:hover {
  margin-top: 3px;
  color: #fff;
  background: #0874360;
  border-bottom: 2px solid #00A647;
}
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
  margin-right: 10px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

a.btn--blue {
  color: #fff;
  background-color: #0074D6;
  border-bottom: 5px solid #0C44A2;
}
a.btn--blue:hover {
  margin-top: 3px;
  color: #fff;
  background: #0074D6;
  border-bottom: 2px solid #0C44A2;
}

a.btn--green span,
a.btn--orange span,
a.btn--blue span{
 font-size: 2.4rem;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 736px) {

 a.btn--green {
  width: 90%;
  margin-right: 0px;
  margin: 0 auto 10px auto;
 }
 a.btn--orange {
  width: 90%;
  margin: 0 auto 10px auto;
 }
 a.btn--blue {
  width: 90%;
  margin: 0 auto 10px auto;
 }

}


#slider1 .sp-slide img {
  max-width: inherit;
  width: 100%;
  height: auto; }

.topnews a {
  display: block;
  width: 90%;
  font-size: 1.6rem;
  text-align: center;
  color: #CA7214;
  padding: 10px;
  border-top: dotted 1px #CA7214;
  border-bottom: dotted 1px #CA7214;
  margin: 30px auto;
  background-color: #FFF3E9;
  transition: background-color 1s; }

.topnews a:hover {
  color: #FFF;
  background-color: #E63639; }

.t_sec1 {
  background: #fff;
  margin-top: -5px;
  position: relative;
  -moz-box-shadow: 1px 2px 3px #999;
  -webkit-box-shadow: 1px 2px 3px #999;
  box-shadow: 1px 2px 3px #999; }
  @media print, screen and (min-width: 737px) {
    .t_sec1 {
      padding: 25px 20px;
      margin-bottom: 50px; } }
  @media only screen and (max-width: 736px) {
    .t_sec1 {
      padding: 10px 5px;
      width: 94%;
      margin: auto auto 30px; } }
  .t_sec1 .list {
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .t_sec1 .list li {
      background: #DBD6CD;
      /* box-shadow */
      border: 1px solid #ffffff;
      box-shadow: 1px 1px 0px 0px #ccc;
      -moz-box-shadow: 1px 1px 0px 0px #ccc;
      -webkit-box-shadow: 1px 1px 0px 0px #ccc;
      margin-bottom: 20px;
      display: block;
      position: relative;
      padding: 0 0 5px 0; }
      @media print, screen and (min-width: 737px) {
        .t_sec1 .list li {
          width: 32%; } }
      .t_sec1 .list li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 30px 0 0;
        border-color: #c2082d transparent transparent; }
      .t_sec1 .list li .tit {
        color: #483f10;
        font-weight: bold;
        line-height: 1.5em;
        padding: 20px; }
@media only screen and (min-width: 737px) and (max-width: 960px) {
  .t_sec1 .list li .tit {
    font-size: 14px; } }

      .t_sec1 .list li .pic {
        margin: auto 5px 0;
        line-height: 0; }
        @media only screen and (max-width: 736px) {
          .t_sec1 .list li .pic img {
            width: 100%;
            max-width: inherit;
            height: auto; } }
      .t_sec1 .list li .text {
        margin: -1px 5px 0;
        padding: 7px;
        background: #fff;
        line-height: 1.6em;
        color: #4d4d4d;
        font-size: 14px; }
@media only screen and (min-width: 737px) and (max-width: 960px) {
  .t_sec1 .list li .text {
    font-size: 13px; } }

.t_sec2 {
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 0px 0px #ccc;
  -moz-box-shadow: 1px 1px 0px 0px #ccc;
  -webkit-box-shadow: 1px 1px 0px 0px #ccc;
  background: url(../images/common/bg1.gif); }
  @media print, screen and (min-width: 961px) {
    .t_sec2 {
      position: relative;
      height: 260px;
      max-width: 1000px;
      margin: auto auto 50px; } }
  @media only screen and (max-width: 960px) {
    .t_sec2 {
      width: 97%;
      margin: 0 auto 30px; } }
  @media print, screen and (min-width: 961px) {
    .t_sec2 .sec_tit {
      float: left;
      width: 29%; }
    .t_sec2 .cap {
      width: 70%;
      float: right;
      margin: 15px 0px; }
    .t_sec2 .list {
      width: 79%;
      float: right;
      display: flex;
      position: absolute;
      right: 20px;
      bottom: 20px; } }
  @media only screen and (max-width: 960px) {
    .t_sec2 .cap {
      text-align: center;
      padding: 15px 0; }
    .t_sec2 .list {
      max-width: 420px;
      width: 98%;
      margin: 0 auto; }
      .t_sec2 .list li {
        margin-bottom: 20px;
        max-width: 400px; }
        .t_sec2 .list li:nth-child(2) {
          margin-left: auto; }
          .t_sec2 .list li:nth-child(2) img {
            margin-left: auto; }
            .t_sec2 .list li:nth-child(2) img .comment {
              margin-left: auto; } }
  .t_sec2 .list li {
    width: 100%;
    -js-display: flex;
    display: flex; }
    .t_sec2 .list li .comment {
      background: #fff;
      width: 55%;
      font-size: 14px;
      line-height: 1.5em;
      padding: 15px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    .t_sec2 .list li:first-child {
      align-items: flex-end; }
    .t_sec2 .list li:nth-child(2) {
      align-items: center; }
    .t_sec2 .list li:last-child {
      align-items: flex-end; }

.t_sec3 {
  background: #f1e3ce;
  border: 1px solid #ffffff;
  box-shadow: 1px 1px 0px 0px #ccc;
  -moz-box-shadow: 1px 1px 0px 0px #ccc;
  -webkit-box-shadow: 1px 1px 0px 0px #ccc; }
  @media print, screen and (min-width: 737px) {
    .t_sec3 {
      margin: auto auto 50px;
      padding: 15px;
      max-width: 970px; }
      .t_sec3 .inner {
        -js-display: flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end; }
        .t_sec3 .inner .left {
          width: 48%; }
          .t_sec3 .inner .left .sec_tit {
            margin-bottom: 10px; }
          .t_sec3 .inner .left .text {
            padding: 20px 10px; }
        .t_sec3 .inner .pic {
          width: 50%; } }
  @media only screen and (max-width: 736px) {
    .t_sec3 {
      margin: auto auto 30px;
      width: 97%;
      padding: 20px 0; }
      .t_sec3 .sec_tit {
        margin: 20px 5px; }
      .t_sec3 .text {
        padding: 15px 20px;
        margin: 0 5px 20px; }
      .t_sec3 .pic {
        text-align: center;
        margin: 0 5px; } }
  .t_sec3 .sec_tit {
    color: #ca007f;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.2em;
    -js-display: flex;
    display: flex; }
    .t_sec3 .sec_tit:before {
      content: "　";
      background: #ca007f none repeat scroll 0% 0%;
      width: 5px;
      margin-right: 10px; }
    .t_sec3 .sec_tit .small {
      font-size: 14px;
      margin-bottom: 5px; }
  .t_sec3 .text {
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.5em; }
  .t_sec3 .more {
    text-align: center;
    padding-top: 20px;
    width: 90%;
    max-width: 450px;
    margin: auto; }

.bn_list{
	display: block;
	max-width: 1000px;
	margin: 10px auto;
	justify-content: space-between;
}
.bn_list li{
	width: 100%;
	height: auto;
}

.head_wrap{width: 100%; height: auto;}


