@charset "UTF-8";

/*
/* common設定
/* -------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 { margin-top: initial; margin-bottom: initial; font-size: initial; font-weight: initial; }

/*
/* section_item
/* -------------------------------------------------- */

@media screen and (min-width: 700px) {
.section_item ._flex_pc img { max-width: 550px; }
.section_item ._flex_pc > div { margin-bottom: 1em; width: 550px; }
}

/*
/* section_copy
/* -------------------------------------------------- */

.section_copy ._button { border: 1px solid #000000; }
.section_copy ._button a::after { content: "\EA2A"; margin-left: 0.5em; font-family: icons; }
.section_copy a:hover img,
.section_copy a:focus img { opacity: 1; transition: opacity .3s; }