@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 ;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
}

.st_wrap h1 {
	font-family: "Lato", sans-serif;
    font-weight: 600;
	font-size: 35px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 24px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 23px;
	text-align: center;
	margin: 3% auto 2%;
    padding: 0;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 30px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #867C7D;
	color: #fff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.co01 {
    color: #867C7D;
}

.st_wrap p {
	padding:10px 0;
	margin:5px 10px;
    text-align: left;
    font-size: 15px;    
    line-height: 1.8em;
}

.logo {
	width: 40%;
	margin: 6% auto 4%;
}

.Main {
	width: 100%;
	margin:5% auto 0;
	position:relative;
    display: flex;
}

.Main_s {
	width: 80%;
	margin: 10% auto 3%;
	position: relative;
}

.ribbon20 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -15px;
  box-sizing: border-box;
  padding: 10px 12px;
  margin: 0;
  height: 45px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.1em;
  color: white;
  background: #000;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.ribbon20:before {
  position: absolute;
  content: '';
  top: 0;
  left: -7px;
  border: none;
  height: 53px;
  width: 7px;
  background: #000;
  border-radius: 5px 0 0 5px;
}
.ribbon20:after {
  position: absolute;
  content: '';
  bottom: -7px;
  left: -5px;
  border: none;
  height: 7px;
  width: 5px;
  background: #888;
  border-radius: 5px 0 0 5px;
}

.ribbon20 span {
	font-size: 70%;
	padding-right: 5px;
}

.mgt{
	margin-top: 2%;
}

.sp {
	display:none;
}

.date {
	text-align:center;
	font-size: 20px;
	font-weight: 600;
	margin: 2% auto 2%;
}

.col_box {
	background-color: #867C7D;
	margin: 0 0 10%;
	padding: 3% 0;
	color: #fff;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 5% auto 8%;
	line-height: 2em;
}


.name_item {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7em;
	margin: 2% 0 0;
	text-align: center;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}


.Red {
	color: #FF0004;
}

.st_wrap section {
	max-width: 1200px;
	margin: 0 auto 1%;
	padding-bottom: 1%;
}

.Icon  {
    margin: 2% auto 1%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.0em;
}

.Icon img {
    width: 100%;
	max-width: 80px;
}

.Logo  { width: 15%; max-width: 200px; margin: 10% auto 5%;}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 14px;
    margin: 2% auto 5%;
    padding: 10px;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.item_box{
	width: 70%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.item1{
	/*width: 48%;*/
	width: 100%;
	margin: 0 0 10%;
	box-sizing: border-box;
}

.item2{
	width: 32%;
	margin: 0 0 10%;
}

.item1 img{border: 1px solid #B7B7B7;}

.item_box_2{
	width: 84%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}

.item_box_2 .item1 {
	width: 47%;
}

.item1 .Red {
	font-weight: 500;
}

@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 14px;
        margin: 0;
    }
    
	.st_wrap h1 {
		font-size: 23px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 18px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 16px;
		margin: 4% auto 4%;
    }
    
    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
	.logo {
		width: 60%;
	}
	
	.Main_s {
		margin: 15% auto 3%;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.date {
		font-size: 14px;
	}
	
	.name_item {
		font-size: 12px;
	}
	
	.ribbon20 {
		font-size: 20px;
		line-height: 20px;
		height: 30px;
		padding: 3px 5px;
	}
	
	.ribbon20:before {
		height: 40px;
	}
    .btn-1 {
        font-size: 13px;
        margin: 4% auto 8%;
    }
	
}


