@charset "utf-8";
/*
Theme Name: 岡崎市役所 経済振興部 農務課
*/

:root {
  --main-color: #603813;
  --text-color: #323232;
}
/* ========================================================
  RESET
========================================================= */
* {
	padding: 0px;
	margin: 0px;
	outline: none;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	border: 0px;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
}

body {
	color: var(--text-color);
	cursor: default;
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 17px;
	line-height: 1.8;
	word-wrap: break-word;
  letter-spacing: .07em;
  text-align: justify;
  width: 100%;
}

img {
	max-width:100%;
	height:auto;
	vertical-align: bottom;
	border: 0;
}

a {
	color: #1496de;
  text-decoration: underline;

}
a:hover,
a:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

a img {
  transition: all .3s;
}



/* ========================================================
  LAYOUT
========================================================= */
/*  header ------------------  */
.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.header__inner {
  width: 95%;
  margin: 0 auto;
  align-items: end;
  padding: 20px 0;
}
.header__logo {
  line-height: 1;
}
.header__logo a {
  color: var(--main-color);
  text-decoration: none;
  font-size: 35px;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
.header__inner {
  width: 100%;
  padding: 20px;
}
.header__logo a {
  font-size: 30px;
}
}

/*  Page Home ------------------------  */
.mainvisual {
  height: 800px;
  position: relative;
  background-image: url('images/common/main_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.mainvisual .mainvisual__inenr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  top: 45%;
  left: 50%;
  transform: translateY(-45%) translateX(-50%);
  -webkit-transform: translateY(-45%) translateX(-50%);
  position: absolute;
  z-index: 1;
  width: 95%;
  max-width: 1400px;
}
.mainvisual .mainvisual__catch-copy {
  color: var(--main-color);
  font-family: "Noto Serif JP", serif;
  margin: auto;
  padding: 1.2em 2em;
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-shadow: 0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff,
               0 0 10px #fff;
}
.mainvisual .mainvisual__catch-copy .catch-copy--main {
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 600;
  display: block;
  line-height: 1.3;
  letter-spacing: 6px;
}
.mainvisual .mainvisual__catch-copy .catch-copy--sub {
  font-size: clamp(1.125rem, 0.839rem + 0.71vw, 1.375rem);
  font-weight: 700;
  line-height: 2.1;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
.mainvisual {
  height: 600px;
}
.mainvisual .mainvisual__catch-copy .catch-copy--sub {
  line-height: 1.8;
}
}


.newsbox {
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.newsbox__list-item a {
  display: flex;
  border-bottom: 1px solid #af9b89;
  color: var(--text-color);
  text-decoration: none;
  padding: 15px 0;
  background-image: url(images/common/icon_arrow.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 18px;
  transition: all .3s;
}
.newsbox__list-item a:hover {
  background-image: url(images/common/icon_arrow.svg);
  background-position: 100% center;
}
.newsbox__list-item .newsbox__list-date {
  font-family: "Noto Sans JP";
  width: 12em;
}
.newsbox__list-item .newsbox__list-title {
  font-family: "Noto Sans JP";
  padding-right: 40px;
  width: calc(100% - 12em);
  line-height: 1.5;
}
@media screen and (max-width: 800px) {
.newsbox__list-item a {
  flex-direction: column;
}
.newsbox__list-item .newsbox__list-date {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
.newsbox__list-item .newsbox__list-title {
  padding-right: 40px;
  width: 100%;
}
}

.lead {
  font-size: 24px;
  color: var(--main-color);
  line-height: 2.8;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 1140px) {
.lead {
  font-size: 22px;
}
}
@media screen and (max-width: 1040px) {
.lead {
  font-size: 20px;
  line-height: 2.6;
}
}
@media screen and (max-width: 940px) {
.lead {
  font-size: 19px;
  line-height: 2.6;
}
}
@media screen and (max-width: 480px) {
.lead {
  font-size: 18px;
}
}

.main-support {
  color: var(--main-color);
}
.main-support .col__item img {
  width: 100px;
  margin: 0 auto;
  display: flex;
}
.main-support .main-support__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.main-support .col__item {
  background-color: #faf5e6;
  padding: 20px;
}
.main-support .col__item p {
  letter-spacing: -0.01em;
  font-weight: 600;
}
.main-support .col__item:first-of-type {
  background-color: #fff;
  border: 1px solid var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-support .col__item:first-of-type .main-support__title {
  font-size: 44px;
}
@media screen and (max-width: 1080px) {
.main-support .main-support__title {
  font-size: 25px;
}
}
@media screen and (max-width: 980px) {
.col-3.main-support .col__item {
  width: 48%;
}
}
@media screen and (max-width: 680px) {
.main-support .main-support__title {
  font-size: 24px;
}
.main-support .col__item:first-of-type .main-support__title {
  font-size: 34px;
}
.col-3.main-support .col__item {
  width: 100%;
  min-height: 240px;
}
.col-wrap.col-3.main-support {
  gap: 20px 0;
}
}


/*  Page common ------------------------  */
.table-dl {
  display: flex;
  gap: 0 5px;
  margin-top: -2px;
}
.table-dl dt {
  border-top: 2px solid #2e4f6f;
  border-bottom: 2px solid #2e4f6f;
  width: 14em;
  padding: 1em 0 1em 1em;
  font-weight: 600;
  text-align: left;
}
.table-dl dd {
  border-top: 2px solid #bec2c9;
  border-bottom: 2px solid #bec2c9;
  flex: 1;
  padding: 1em 0 1em 1em;
  text-align: left;
}
.table-dl.table-dl--3col dt {
  width: 20em;
}
.table-dl.table-dl--3col dd:last-of-type {
  width: 6em;
  flex: none;
  padding: 1em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .table-dl {
    flex-direction: column;
  }
  .table-dl dt {
    width: 100%;
    padding-bottom: 0;
    position: relative;
    border-top: none;
  }
  .table-dl dt::before {
    content: "";
    display: block;
    position: absolute;
    width: 65%;
    height: 2px;
    background-color: #bec2c9;
    top: 0;
    right: 0;
  }
  .table-dl dt::after {
    content: "";
    display: block;
    position: absolute;
    width: 35%;
    height: 2px;
    background-color: #2e4f6f;
    top: 0;
    left: 0;
  }
  .table-dl dd {
    padding-top: .5em;
  }
  .table-dl-wrap .table-dl dt {
    border-bottom: none;
  }
  .table-dl-wrap .table-dl dd {
    border-top: none;
  }
  .table-dl.table-dl--3col {
    flex-direction: initial;
    flex-wrap: wrap;
    border-bottom: 2px solid #bec2c9;
  }
  .table-dl.table-dl--3col dt {
    width: 100%;
  }
  .table-dl.table-dl--3col dd {
    border-bottom: none;
  }
}

/*  slider ------------------  */
.slider {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  list-style: none;
}
.slider li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider a {
  text-decoration: none;
  color: #000;
}
.slider-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
  cursor:pointer;
  transition: all .2s;
}
.prev-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  transform: translateX(-25%) rotate(225deg);
  left: -25px;
  filter: drop-shadow(0px 0px 2px #000);
}
.prev-arrow::before,
.prev-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.prev-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.prev-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.next-arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1.2em;
  height: 1.2em;
  transform: translateX(-25%) rotate(45deg);
  right: -30px;
  filter: drop-shadow(0px 0px 2px #000);
}
.next-arrow::before,
.next-arrow::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.next-arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.next-arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.prev-arrow:hover  {
  opacity: .7;
}
.next-arrow:hover {
  right: -32px;
}

/*  news-list ------------------  */
.news-list {
  border-top: 1px solid #9fa0a0;
  text-align: left;
  display: flex;
  padding: 1em;
}
.news-list dt {
  width: 8em;
  font-weight: 700;
}
.news-list dd {
  flex: 1;
}
.news-list:last-of-type {
  border-bottom: 1px solid #9fa0a0;
}
.news-list a {
  color: #000;
  display: block;
  text-decoration: none;
  transition: all .3s;
}
.news-list a:hover {
  color: #999;
}
.news-list__date {
  margin-bottom: .5em;
}
.news-list__ttl {
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
.news-list {
  padding: 1em 0;
}
}

/*  btnlink ------------------  */
.btnlink {
  background-color: var(--main-color);
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  margin: 5em auto;
  padding: .4em 2em .4em 3em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.btnlink::after {
  content: '';
  background-image: url(images/common/icon_arrow-w.svg);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 30px;
  transition: all .3s;
}
.btnlink:hover::after{
  transition: all .3s;
  background-position: 10px center;
}


/*  heading ------------------  */
.heading-lv2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  word-break: auto-phrase;
  color: var(--main-color);
}
.heading-lv3 {
  font-size: 27px;
  font-weight: 700;
  color: #007ecc;
  margin: .8em 0 .6em;
  padding-left: .5em;
  border-left: 10px solid #4abab3;
  line-height: 1.2;
}
.heading-lv4 {
  font-size: 20px;
  font-weight: 600;
  margin: 1em 0 .6em;
  line-height: 1.4;
}

.border-box {
  background-color: #fff;
  border: 2px solid #f3b53a;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1340px) {
.heading-lv2 span {
  font-size: 32px;
}
.heading-lv3 {
  font-size: 24px;
}
}
@media only screen and (max-width: 1080px) {
.heading-lv2 span {
  font-size: 30px;
}
.heading-lv3 {
  font-size: 21px;
}
}
@media only screen and (max-width: 768px) {
.heading-lv2 span {
  font-size: 20px;
  margin: .2em auto 2.4em;
}
.heading-lv3 {
  font-size: 19px;
}
.heading-lv4 {
  font-size: 16px;
}
}


/*  footer ------------------  */
.footer {
  padding: 4em 0;
  background-color: var(--main-color);
  color: #fff;
  position: relative;
}
.footer__inner {
  max-width: 1080px;
  width: 92%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-heading h2 {
  font-size: 34px;
}
.footer-address {
  font-family: "Noto Sans JP";
  text-align: left;
}
.footer-address h3 {
  font-size: 18px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer-address h4 {
  font-size: 18px;
}
.footer-address p a {
  font-size: 22px;
}
.footer-address p {
  font-size: 16px;
}
.footer-address a {
  color: #fff;
  text-decoration: none;
}
.copyright {
  font-size: 16px;
  margin-left: auto;
}
@media only screen and (max-width: 800px) {
.footer__inner {
  flex-direction: column;
  align-items: normal;
}
.footer-heading h2 {
  font-size: 28px;
}
.footer-address p {
  font-size: 14px;
}
}


.table-1 {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
  border-top: 1px solid #dadada;
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
}
.table-1 th,
.table-1 td {
  border-bottom: 1px solid #dadada;
  padding: 25px 5px 25px 1em;
  vertical-align: top;
}
.table-1 th {
  border-top: 1px solid #1e61b4;
  border-bottom: 1px solid #1e61b4;
  padding: 25px 5px;
  vertical-align: top;
}

.table-30 {
  width: 30%;
}
.table-35 {
  width: 35%;
}
.table-65 {
  width: 65%;
}
.table-70 {
  width: 70%;
}

/*  iframe ------------------  */
iframe#inlineframe { 
  width: 100%;
  border: none;
}


/*  common ------------------  */
.contents {
  margin: 0 auto;
  word-break: break-all;
}
.section {
  position: relative;
  padding: 4em 4%;
}
.section__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.section.section--gray {
  background-color: #f3f3f3;
}
.section.section--beige {
  background-color: #faf5e6;
}

.section p {
  margin-bottom: 1em;
}
.section p:last-of-type {
  margin-bottom: 0;
}

.col-wrap {
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
  gap: 30px 0;
}
/* 子要素 */
.col-2 .col__item { 
  width: 47%;
}
.col-3 .col__item { 
  width: 31.5%;
}
.col-wrap.col-3::after {
  content: "";
  display: block;
  width: 31%;
}
.col-align--center {
  align-items: center;
}

@media screen and (max-width: 768px) {
.col-wrap { 
  gap: 30px 0;
}
.col-2 .col__item,
.col-3 .col__item { 
  width: 100%;
}
.col-reverse {
  flex-direction: column-reverse;
}
}

ul {
  margin-left: 1em;
}
ol {
  margin-left: 1.5em;
}
ul li,
ol li {
  margin-bottom: 0;
}
ul ul {
  list-style: '-';
  margin-left: .5em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
}

.br-sp {
  display: none;
}

.text-s {
  font-size: 14px;
  line-height: 1.6;
}
.text-l {
  font-size: 18px;
  line-height: 1.6;
}
.text-l2 {
  font-size: 21px;
  line-height: 1.6;
}
.text-b {
  font-weight: 600;
}

.red {
  color: #ff0007;
}

.annotation {
  padding-left: 1em;
  text-indent: -1em;
}

.center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.m-t-0 {margin-top: 0!important;}
.m-t-10 {margin-top: 10px!important;}
.m-t-20 {margin-top: 20px!important;}
.m-t-30 {margin-top: 30px!important;}
.m-t-40 {margin-top: 40px!important;}
.m-t-50 {margin-top: 50px!important;}
.m-t-60 {margin-top: 60px!important;}
.m-t-70 {margin-top: 70px!important;}
.m-t-70 {margin-top: 80px!important;}
.m-b-0 {margin-bottom: 0!important;}
.m-b-10 {margin-bottom: 10px!important;}
.m-b-20 {margin-bottom: 20px!important;}
.m-b-30 {margin-bottom: 30px!important;}
.m-b-40 {margin-bottom: 40px!important;}
.m-b-50 {margin-bottom: 50px!important;}
.m-b-60 {margin-bottom: 60px!important;}
.m-b-70 {margin-bottom: 70px!important;}
.m-b-80 {margin-bottom: 80px!important;}

.img-mx1000 {
  max-width: 1000px;
  margin: 0 auto;
}

/*  animation ------------------  */
.fadeUpTrigger,
.fadeInTrigger {
  opacity: 0;
}
.fadeIn {
animation-name: fadeInAnime;
animation-duration: 1.5s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1.0s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(60px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.fadeLeft {
animation-name: fadeLeftAnime;
animation-duration: 1.0s;
animation-fill-mode: forwards;
opacity: 0;
}
@keyframes fadeLeftAnime{
  from {
  opacity: 0;
  transform: translateX(-60px);
  }

  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.fadeBlur {
	animation-name: blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}
.fadeBlur2 {
	animation-name: blurAnime;
	animation-duration:1.4s;
	animation-fill-mode:forwards;
  animation-delay: .3s;
  opacity: 0;
}
.fadeBlur3 {
	animation-name: blurAnime;
	animation-duration:1.8s;
  animation-delay: 1.2s;
  opacity: 0;
	animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
  }

  to {
	filter: blur(0);
	transform: scale(1);
  opacity: 1;
  }
}

/*  パンくず ------------------  */
.breadcrumbs {
  font-size: 12px;
  line-height: 1.4;
  margin: 1em auto 0;
  padding: .8em 2.5%;
  letter-spacing: .05em;
  text-align: left;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-family: "Noto Sans JP";
  max-width: 1200px;
}
.breadcrumbs ul {
  margin: 0 auto!important;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li {
  display: inline;
  margin: 0;
  vertical-align: bottom
}
.breadcrumbs li a {
  color: #000;
  text-decoration: none;
}
.breadcrumbs ul li a:after,.blogHeader-inner .breadcrumbs ul li a:after {
  content: '>';
  color: #000;
  margin: 0 7px
}

/* ========================================================
  BLOG
========================================================= */
/*  post ------------------  */
.wp-block-list {
  margin-top: 1em;
  margin-bottom: 1em;
}
.article-article p {
  margin-bottom: 1em;
}
blockquote.wp-block-quote-is-layout-flow {
	background-color: #eee;
	padding: 10px 20px;
  margin-bottom: 1em;
}
blockquote.wp-block-quote-is-layout-flow p:last-child {
  margin-bottom: 0;
}


.article-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  width: 92%;
  margin: 4em auto 4em;
  gap: 40px;
}
.article-article {
  width: 100%;
  font-family: "Noto Sans JP";
}

.article-date {
  font-size: 18px;
}
.article-heading {
  font-size: 32px;
  line-height: 1.3;
  text-align: left;
  color: var(--main-color);
  margin-top: .5em;
  margin-bottom: 1em;
}
.article-eyecatch {
  margin: 1em 0;
  text-align: center;
}
a .article-heading {
  color: #1496de;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
.article-wrap {
  flex-direction: column;
}
.article-article {
  width: 100%;
}
.article-date {
  font-size: 16px;
}
.article-heading { 
  font-size: 24px;
}
p.article-heading { 
  margin-bottom: 0!important;
}
}

/*  News list ------------------  */
.article-list {
  border-bottom: 1px solid #9fa0a0;
  margin: 5px 0 10px 0;
  padding: 10px 0;
  list-style: none;
}
.article-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 25px;
  border-top: 1px solid #9fa0a0;
  padding: 1.5em 0;
  width: 100%;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.article-thum {
  width: 48%;
}
.article-thum img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.article-head {
  width: 52%;
}
.article-head__item {
  display: flex;
}
.post-news__date {
  font-weight: 600;
  line-height: 1.3;
}
.post-news__category {
  background-color: #007ecb;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  line-height: 1.3;
  margin-left: .5em;
  padding: 0 5px;
}
@media only screen and (max-width: 600px) {
.article-list a {
  flex-direction: column;
  gap: 15px;
}
.article-thum {
  width: 100%;
  order: 2;
}
.article-head {
  width: 100%;
  order: 1;
}
}

.pagination{
  margin: 20px 0 30px;
  text-align: center;
}
.pagination a,
.pagination > span,
.pagination span.dots {
  color: #000;
  display: inline-table;
  margin: 5px 2px;
  padding: 5px 15px;
  text-decoration: none;
}
.pagination a:hover {
  opacity: .5;
}
.pagination span.dots {
  border: none;
  background-color: inherit;
}
.pagination .current {
  background: #525252;
  color: #fff;
}
.pagination h2.screen-reader-text {
  display: none;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  line-height: 1.2;
  text-align: center;
  margin: 2em auto;
  max-width: 980px;
  width: 95%;
  justify-content: space-between;
  align-items: center;
}
.navigation-left {
  display: inline-block;
  width: 50%;
  text-align: left;
  position: relative;
}
.navigation-right {
  display: inline-block;
  width: 50%;
  text-align: right;
  position: relative;
}
.navigation-left a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.navigation-right a::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.navigation a {
  display: block;
  padding: 25px 20px;
  text-decoration: none;
}
.navigation a:link,
.navigation a:visited {
  color: inherit;
}
@media only screen and (max-width: 768px) {
.navigation {
  flex-direction: column;
}
.navigation-left,
.navigation-right {
  width: 100%;
}
.navigation a {
  padding: 10px 25px;
}

.prev-arrow {
  left: -15px;
}
.next-arrow {
  right: -20px;
}
.prev-arrow:hover {
  left: -20px;
}
.next-arrow:hover {
  right: -20px;
}
}

@media only screen and (max-width: 1080px) {
body  {
  font-size: 18px;
}
}

@media only screen and (max-width: 768px) {
body  {
  font-size: 16px;
}

.content {
  width: 100%;
}

.br-sp {
  display: block;
}
}
