@charset "utf-8";
/* CSS Document */

/* 初期設定 */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,200,300,400,500,600,700,800,900&display=swap');

.l-main {
  	background-color: #f5f5f5;
}

.l-main,
.l-main * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #403e3d;
    font-style: normal;
	line-height: 1.8em;
	box-sizing: border-box;
}

.wrap strong {
	font-weight: 700;
}

.wrap img {
    vertical-align: bottom;
}

.wrap table {
	border-collapse: collapse;
}

a:hover img {
	opacity: 0.7;
}

.wrap {
	width: 1280px;
	margin: 0 auto;
	background-color: #fff;
  padding-bottom: 70px;
}

.maintitle {
	position: relative;
  width: 1280px;
  margin: 0 auto;
}

.credit {
	text-align: right;
	font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 160px;
}

.head_pr {
	position: absolute;
	top: 10px;
	right: 10px;
}




.content {
	margin: 0px 20px 50px;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.h1_title {
	margin-bottom: 20px;
}

.head_sns {
	display: flex;
	flex-flow: wrap;
	justify-content: flex-end;
	margin: 0px auto;
  padding: 10px 0px;
	width: 960px;
  position: relative;
  z-index: 2;
}

.head_sns li:not(:first-child) {
	margin-left: 2px;
}

.title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 50px auto 0px;
}

.border_top {
  margin-bottom: 30px;
}

.title h1 {
  margin-bottom: 30px;
}

.disc {
  font-size: 16px;
  font-weight: 700;
  width: 960px;
  margin: 0 auto 30px;
}

.h2_title {
	color: #FF0000;
	font-size: 24px;
  letter-spacing: 0.1em;
	font-weight: 700;
  margin-bottom: 10px;
}

.h2_title:not(:first-child) {
	margin-top: 60px;
}



.content_center {
	width: 960px;
	margin: 0px auto;
  padding-top: 70px;
}

.content_center p {
	text-align: justify;
}

.content_center p a {
	font-weight: 700;
	color: #25633e;
	text-decoration: underline;
}





.name_dl {
	width: 960px;
	margin: 0px auto;
  padding-top: 30px;
}

.name_dl dt {
	font-size: 16px;
	font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}

.name_dl dt span {
	font-size: 24px;
	font-weight: 500;
  line-height: 1em;
}

.name_dl dd {
	font-size: 12px;
}



.btn_01 {
	display: block;
	width: 279px;
	margin: 70px auto;
}

.offer {
	font-size: 19px;
	width: 960px;
	margin: 10px auto 0px;
}

.img {
  position: relative;
}

.mainimg {
  width: 1280px;
}

.ribbon_01,
.ribbon_02,
.ribbon_03,
.ribbon_04 {
  position: absolute;
  display: block;
}

.img_01,
.img_02,
.img_03 {
  display: block;
  width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1281px) {
  .ribbon_01 {
    top: 60%;
    left: 0px;
    width: 100%;
  }
  .ribbon_02 {
    top: 60%;
    left: 0px;
    width: 100%;
  }
  .ribbon_03 {
    bottom: -5%;
    left: 0px;
    width: 100%;
  }
  .ribbon_04 {
    bottom: 5%;
    left: 0px;
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .img {
    width: 1280px;
  }
  .ribbon_01 {
    width: 1280px;
    top: 60%;
    left: 0px;
  }
  .ribbon_02 {
    width: 1280px;
    top: 60%;
    left: 0px;
  }
  .ribbon_03 {
    width: 1280px;
    bottom: -5%;
    left: 0px;
  }
  .ribbon_04 {
    width: 1280px;
    bottom: 5%;
    left: 0px;
  }
}