@charset "UTF-8";
.color-01 {
  color: #248388; }

.bg-color-01 {
  background: #52bec3; }

.bg-color-02 {
  background: #248388; }

.bg-color-03 {
  background: #E2F6F7; }

.marker-green {
  background: linear-gradient(transparent 60%, #D8E8EA 60%); }

.bor-t_1white {
  border-top: 1px solid #fff; }

.btn-yellow {
  background-image: none;
  background-color: #e5ae1e;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #ba8d16;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.btn_green {
  background-image: none;
  background-color: #248388;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #195c60;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle; }

.scroll-content::before {
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 25px solid #fff;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  right: 0;
  position: absolute;
  width: 0; }

.ribbon-wrapper {
  background: #f1f1f1;
  box-sizing: border-box;
  display: block;
  margin: 15px auto;
  position: relative;
  padding: 10px 0; }
  .ribbon-wrapper .ora-ribbon {
    background: #fa6218;
    color: white;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2; }
  .ribbon-wrapper .yel-ribbon {
    background: #e5ae1e;
    color: white;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 2; }

.ora-ribbon::after {
  border-left: 20px solid #fa6218;
  border-right: 20px solid #fa6218;
  border-bottom: 10px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0; }

.yel-ribbon::after {
  border-left: 20px solid #e5ae1e;
  border-right: 20px solid #e5ae1e;
  border-bottom: 10px solid transparent;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0; }

.ribbon2-wrapper {
  background: #fff;
  border-radius: 4px;
  display: block;
  position: relative;
  margin: 16px 0;
  padding: 16px; }

.ribbon2 {
  background: #51BEC3;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 18px;
  margin: 0 -25px 10px;
  padding: 10px;
  position: relative;
  width: calc(100% + 50px); }

.ribbon2:before {
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #399DA2;
  position: absolute;
  content: '';
  left: 0;
  top: 100%; }

.ribbon2:after {
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #399DA2;
  content: '';
  position: absolute;
  right: 0;
  top: 100%; }

.grad-btn {
  background-color: #fff;
  bottom: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: .2s ease;
  margin: auto;
  padding: .5em 0;
  width: 148px;
  z-index: 2; }

.grad-btn::before {
  content: "続きを読む"; }

.grad-item {
  height: 80px;
  overflow: hidden;
  position: relative; }

.grad-item::before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 100%; }

.grad-trigger {
  display: none; }

.grad-trigger:checked ~ .grad-btn {
  bottom: 15px; }

.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる"; }

.grad-trigger:checked ~ .grad-item {
  height: auto; }

.grad-trigger:checked ~ .grad-item::before {
  display: none; }

.mar-l_56 {
  margin-left: 56px; }

.hei_80 {
  height: 80px; }
