@charset "UTF-8";

section article ul {
    font-size: 1.6rem;
    list-style: none;
}
section article ul li {
    background: #c5dced;
    margin-bottom: 15px;
}
section article ul li a {
    color: #276da3;
    text-decoration: none;
    display: block;
    padding: 1em 0.5em;
    position: relative;
}
section article ul li a:before {
    content: '● ';
    color: #fff;
}
section article ul li a:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 0.6em;
    border: solid 1px #276da3;
    border-width: 0 1px 1px 0;
	-webkit-transform: skew(45deg);
	-ms-transform: skew(45deg);
	transform: skew(45deg);
    position: absolute;
    right: 15px;
    bottom: 47%;
}

@media (min-width: 375px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
section article ul {
    font-size: 1.8rem;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
section article ul li {
    width: 48.5%;
    margin-bottom: 25px;
}
section article ul li a {
}
section article ul li a:before {
}
section article ul li a:after {
    width: 1em;
	widht: -webkit-calc(1em + 50vw - 392px);/*Chrome19~25対応*/
	width: -moz-calc(1em + 50vw - 392px);/*Firefox4~15対応*/
	width: calc(1em + 50vw - 392px);
    max-width: 90px;
    height: 0.6em;
    border-width: 0 1.5px 1px 0;
    right: 15px;
    bottom: 45%;
}
}


@media (min-width: 1120px) {
}


@media (min-width: 1200px) {
section article ul {
    font-size: 2rem;
}
section article ul li {
    margin-bottom: 35px;
}
section article ul li a {
    padding: 1em;
}
section article ul li a:before {
    margin-right: 0.5em;
}
section article ul li a:after {
    right: 25px;
}
}


@media (min-width: 1400px) {
}



