@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-weight: 600;
	font-size: 23px;
	line-height: 1.8em;
	text-align: center;
	margin: 5% auto 2%;
    padding: 0;
}

.st_wrap h2 {
    font-weight: 600;
	font-size: 18px;
	line-height: 1.6em;
	text-align: center;
	margin: 3% auto 5%;
    padding: 0;
}

.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; /* 文字の左隣 */
}

.st_wrap a {
	color: #000;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}


.st_wrap p {
	margin: 10px auto;
    font-size: 14px;    
    line-height: 1.8em;
}

.inner {
	width: 90%;
	max-width: 550px;
	margin: 5% auto;
}

.box_info {
	width: 80%;
	margin: 5% auto;
	text-align: left;
	font-size: 14px;
	line-height: 1.9em;
	padding: 0;
}

ul.box_info {
	list-style: disc;
}

ul.box_info li:first-child{
	list-style: none;
}

.Sml {
	font-size: 12px;
	line-height: 1.8em;
	text-align: center;
	margin: 3% auto;
}

.Main {
	width: 100%;
	margin: 0 auto;
	position:relative;
    display: flex;
}

.MT5 {
	margin-top: 5%;
}

.sp {
	display:none;
}

.col_box {
	margin: 5% 0 0;
	padding: 2% 0;
	background-color: #eee;
}

.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 14px;
	padding:0 ;
	margin: 4% auto;
	line-height: 2em;
}

.icon {
	width: 15%;
	margin: 10px auto;
}

.link_box {
	width: 90%;
	margin: 6% auto 10%;
	display: flex;
	border: solid 1px #333;
	box-sizing: border-box;
}

.link_box_thumb {
	width: 50%;
}

.link_box_thumb .txt {
	font-family: "Momo Trust Sans", sans-serif;
	/*font-family: "Roboto", sans-serif;*/
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 500;
	margin: 10px 0;
}

.link_box_thumb:nth-child(1) {
	border-right: solid 1px #333;
}

.link_box_thumb a {
	color: #000;
}


.cate_box{
	width: 80%;
	margin: 5% auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
	gap: 2%;
}

.cate_item {
	width: 40%;
	margin: 1% 3%;
}

.cate {
	width: 100%;
	margin: 0 0 2%;
}

.cate img{
	width: 100%;
	border-radius: 50%;
	padding: 5%;
}

.cate_txt {
	font-size: 12px;
	text-align: center;
	line-height: 1.3em;
}


.Red {
	color: #FF0004;
}

.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 70%;
    max-width: 300px;
    font-size: 14px;
    margin: 7% auto 15%;
    padding: 10px;
    color: #fff;
    background-color: #000;
}

a.btn-1 {
    text-decoration: none;
	color: #fff;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.item_box{
	width: 90%;
	margin: 5% auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.item1{
	width: 80%;
	margin: 0 auto 10%;
}

.item2{
	width: 49%;
	margin: 0 0 2%;
}

.item1 img, .item2 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%;
}

@media only screen and (max-width: 750px) {

	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 12px;
        margin: 7px 0;
    }
    
	.st_wrap h1 {
		font-size: 16px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 14px;
		margin: 4% auto 6%;
    }
    
	.Lead {
		font-size: 13px;
		line-height: 1.8em;
		margin: 4% auto 6%;
	}
	
	.box_info {
		width: 90%;
		font-size: 13px;
	}
	
	.link_box_thumb .txt {
		font-size: 13px;
	}
	
	.icon {
		width: 20%;
	}
	
	/*.cate_item {
		width: 30%;
		margin: 1%;
	}*/
	
	.cate_txt {
		font-size: 11px;
		line-height: 1.2em;
		margin: 3% auto;
	}
	
    .btn-1 {
        font-size: 13px;
        margin: 8% auto 15%;
    }
	
}


