@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 ;
	margin:0 auto 20px;
	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: 23px;
	text-align: center;
	margin: 3% auto 8%;
    padding: 0;
}
.st_wrap h2 span {
    font-size: 17px;
}

.st_wrap h3 {
    font-weight: 600;
	font-size: 25px;
	text-align: center;
	margin: 5% auto;
    padding: 0;
}
.st_wrap h3 span {
	font-size: 20px;
}

.st_wrap h4 {
	font-family: "Lato", sans-serif;
	font-size: 36px;
    font-weight: 700;
	text-align: center;
	margin: 13% auto 6%;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 0 auto 5%;
	padding: 1% 0;
	background-color: #000;
	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: #006ab8;
}

.st_wrap p {
	padding:10px 0;
	margin:5px 10px;
    text-align: left;
    font-size: 15px;    
    line-height: 1.8em;
}

.logo {
	width: 60%;
	max-width: 400px;
	margin: 10% auto;
}

.Main {
	width: 100%;
    /*max-width: 600px;*/
	margin:0 auto 8%;
	position:relative;
    display: flex;
}

.Main_s {
	width: 80%;
	margin: 5% auto;
	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: #009ce6;*/
	margin: 0 0 10%;
	padding: 0;
	color: #000;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 15px;
	padding:0 ;
	margin: 5% auto 8%;
	line-height: 2em;
}


.name_item {
	font-size: 13px;
	line-height: 1.7em;
	margin: 2% 0 5%;
	text-align: center;
}
.name_item span {
	font-size: 1.2em;
	color: #c20000;
}

.cate{
    margin:  0;
    font-size:  24px;
    position:  relative; 
    font-weight:  normal;
    display:  inline-block;
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 20px;
	margin: 8% auto!important;
	z-index: 0;
}
.cate:before {
    content:  '';   
    background-color: #d7d4cc;
    display:  block;
    position:  absolute; 
    left:  -25px;     
    height: 50px;    
    width: 50px;          
    border-radius:  50%;        
    top: -7px;                   
    z-index:  -1;        
}

.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: 0 auto 10%;
    padding: 10px;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.item_box{
	width: 80%;
	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;
}

.st_wrap .lead_copy{
	display: block;
	line-height: 0;
	width: 70%;
	margin: 5% auto;
}

.st_wrap .lead_text{
	display: block;
	line-height: 0;
	width: 60%;
	margin: 5% auto 10%;
}
.mb_8{
	margin-bottom: 8%;
}
.mb_10{
	margin-bottom: 10%;
}
.ce_itembox{
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	justify-content: center;
}
.ce_itembox img{
	margin-bottom: 2%;
}
.ce_item{
	width: 30%;
	margin-bottom: 3%;
	line-height: 1.2;
}
.ce_item a{
	color: #000000;
	font-size: 11px;
    margin: 2% 0 5%;
    text-align: center;
}
.ce_item a span{
	font-size: 1.2em;
	color: #c20000;
}

@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 1%;
	}

    .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: 18px;
		margin: 6% auto;
    }

    .st_wrap h4 {
        font-size: 20px;
        margin: 18% auto 8%;
    }
	
	.st_wrap h5 {
		font-size: 16px;
	}
	
	.Main_s {
		margin: 5% auto;
	}
    
	.Lead {
		font-size:13px;
		margin: 4% auto 6%;
	}
	
	.date {
		font-size: 12px;
	}
	
	.name_item {
		font-size: 12px;
	}
	
    .cate:before {
        content:  '';   
        background-color: #d7d4cc;
        display:  block;
        position:  absolute; 
        left:  -20px;     
        height: 40px;    
        width: 40px;          
        border-radius:  50%;        
        top: -9px;                   
        z-index:  -1;        
    }	
	
	.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%;
    }
	
	.st_wrap .lead_copy{
		width: 75%;
	}

	.st_wrap .lead_text{
		width: 65%;
	}
    .ce_item{
        line-height: .9;
    }	
	.ce_item a{
        font-size: 8px;
	}
    .ce_item a span{
		display: block;
    }

}

.bg_gray {
    width: 100%;
    background: #F5F5F5;
    display: inline-block;
    padding-bottom: 3%;
}

.item-border .Main_s{
	margin: 0 auto 5%;
}

.item-border .btn-1{
	margin: 5% auto 7%;
}

.mgb{
	margin-bottom: 15%;
}

.mgb5{
	margin-bottom: 5%;
}

.border-bule{
	box-sizing: border-box;
	border:solid 1px #71b7d0;
}

.open-mgt{
	margin-bottom: 3%;
}
.Lead.open-mgt {
	margin-top: 0;
}
.open-mgt span{
	font-size: 1.1rem;
	font-weight: 600;
}
.open-mgt span .co_red{
	color: red;
}

.br_s{
	display: none;
}
@media(max-width:750px){
.open-mgt{
	margin-top: 0;
}
.st_wrap .open-mgb{
	margin-bottom: 4%;
}
.mgb5{
	margin-bottom: 10%;
}
.br_s{
	display: inline;
}
.item_box_2{
	width: 96%;
}
.open-mgt span{
	font-size: 14px;
	}		       
}
