.main_content {
	color:#000000;
}

.main_content a {
	color:#000000;
}

.category_wrap {
	width: 80%;
	margin: 100px auto;
}

.cd_box_wrap{
	margin: 100px auto;
	text-align: center;
}

.category_wrap nav{
	width: 80%;
	margin: 0 auto;
	/* background-color: #000000; */
}


.category_wrap ul{
	display: flex;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:space-between;
}

.category_wrap ul li{
	width: 33%;
}

.category_wrap ul li a{
	width: 100%;
	display: block;
	border: solid 1px #c1b9b9;
	box-shadow: 3px 3px 2px 2px #eae7e7;
	padding: 5px 0;
	text-align: center;
}

.category_wrap ul li a:hover{
}

.lazyload{
 opacity: 0;
 transition: all 0.01s;
}

.lazyloaded{
  opacity: 1;
}


.line {
    width: 80%;
    margin: 35px auto 0;
    height: 1px;
    background-color: #ccc;
}

.cd_box_wrap ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: -webkit-space-between;


}

.cd_box_wrap ul li {
    width: 23%;
    margin: 0 0 25px 0;
}

.cd_box_wrap ul li img{
	width: 90%;
	cursor: pointer
	-webkit-transition: all 0.5s ease;
	 -moz-transition: all 0.5s ease;
		 -o-transition: all 0.5s ease;
		-ms-transition: all 0.5s ease;
				transition: all 0.5s ease;
				-webkit-box-shadow: 2px 3px 5px #ded5d5;
				box-shadow: 2px 3px 5px #ded5d5;
}

.cd_box_wrap ul li img:hover{
	width: 85%;
	cursor: pointer
}


/*PC*/
@media screen and (min-width: 768px) {

article{
	width: 100%;
	max-width: 1200px;
	margin: 100px auto 0;
	font-size: 1.3vw;
}

.main_content {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	font-size: 1.3vw;
}

section{
	margin: 45px 0;
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

section img{
	width: 100%;
}

section p{
	text-align: center;
	font-size: 18px;
	margin: 45px 0;
	line-height:40px;
}

h1{
	/* font-weight : normal; */
}

h2 {
	/* text-align: center;
	font-size: 35px;
	font-weight : normal;
	margin: 45px 0 0 0 ; */
}

h3 {
	/* text-align: center;
	font-size: 35px;
	font-weight : normal; */
}



}

	/*tablet*/
@media screen and (min-width: 415px) and (max-width: 768px) {

	.coord_modal_wrapper .close {
	    cursor: pointer;
	    position: absolute;
	    top: 0px;
	    left: 85%;
	    color: #5e5b5b;
	    padding: 15px 20px 15px 20px;
	    font-size: 50px;
	}

}

	/*sp*/
@media screen and (max-width: 455px) {

	.category_wrap {
		width: 100%;
	}
h1{
	/* font-weight: normal;
	line-height: normal;
	font-size: 23px; */
}

h2 {
	/* text-align: center;
	font-size: 23px;
	font-weight : normal;
	margin: 20px 0 0 0 ; */
}

h3 {
	/* text-align: center;
	font-size: 25px;
	font-weight : normal;
	margin: 20px 0 0 0 ; */
}

section{
	/* margin: 45px 0; */
}

section img{
	/* width: 100%; */
}

section p{
	/* text-align: center;
	font-size: 13px;
	margin: 20px 0;
	line-height:20px; */
}

.cd_box_wrap ul li {
	width: 33.3%;
	margin: 0 0 10px 0 ;
}


/* クリックできる要素 */
.ripple {
    /* エフェクトに直接関係はない */
    margin: 20px;
    background-color: #f7f7f7;
    height: 100px;
    width: 200px;
    text-align: center;
    line-height: 100px;
    cursor: pointer;

    /* 必須 */
    overflow: hidden;
    position: relative;
}

/* エフェクト要素 */
.ripple__effect {
    /* 値の変更はエフェクト形体・サイズ・スピードに影響する */
    width: 150px;
    height: 150px;

    /* 必須 */
    position: absolute;
    border-radius: 100%;
    pointer-events: none;
    transform: scale(0);
    opacity: 0;
}

/* エフェクト要素の色を指定 */
.ripple__effect.is-orange { background: #f1c40f;}
.ripple__effect.is-blue   { background: #4aa3df;}
.ripple__effect.is-black  { background: #999;}

/* classが付与されたらアニメーションを実行 */
.ripple__effect.is-show {
    animation: ripple 0.75s ease-out;
}

/* アニメーションの定義 */
@keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}

.category_wrap {
    width: 80%;
    margin: 50px auto;
}
.cd_box_wrap {
        margin: 50px auto;
    text-align: center;
}

article h1{
	font-size: 21px;
	text-align: center;
	font-weight: 400;
	margin: 50px auto;
}


}
