<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
a{color:#222;}
h2 {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .1em;
  text-align: center;
}
h2 span {
  display: inline-block;
  padding-top: 25px;
  background: url(../img/common/bg-tit-02.png) repeat-x left top;
  background-size: 170px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  h2 {
    margin: 0 0 30px;
    font-size: 32px;
  }
  h2 span {
    padding-top: 20px;
  }
}
/* ---------------------------------------------------
	mainvisual
------------------------------------------------------ */
#mainvisual {
  position: relative;
  margin-top: 40px;
}
#mainvisual .main-tit {
  position: absolute;
  right: 16.5%;
  top: 8%;
  width: 1.7em;
  margin-right: -.85em;
  font-size: 48px;
  line-height: 1.7;
  text-align: left;
  white-space: nowrap;
  z-index: 100;
}
#mainvisual .main-tit .tit-icon {
  position: absolute;
  right: -70px;
  top: -30px;
}
#mainvisual .main-img {
  position: relative;
  width: 67%;
  z-index: 1;
  overflow: hidden;
}
#mainvisual .main-img img {
  width: 100%;
  border-radius: 0 20px 20px 0;
}
#mainvisual .main-img02 {
  position: absolute;
  right: 0;
  top: 53%;
  width: 50%;
}
#mainvisual .main-img02 img {
  width: 100%;
  border-radius: 20px 0 0 20px;
}
#mainvisual .main-img03 {
  position: relative;
  clear: left;
  float: right;
  max-width: 21%;
  margin: -80px 6.4% 0 0;
  z-index: 1;
}
#mainvisual .main-img03 img {
  width: 100%;
  border-radius: 20px;
}
#mainvisual .main-lead {
  position: relative;
  max-width: 75%;
  margin-top: calc(5vw + 44px);
  font-size: 22px;
  line-height: 2.6;
  z-index: 1;
}

@media screen and (max-width: 1580px) {
  #mainvisual .main-tit {
    top: 6%;
    font-size: 3.125vw;
  }
  #mainvisual .main-img03 {
    margin-top: -50px;
  }
  #mainvisual .main-lead {
    max-width: 72%;
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #mainvisual .main-tit {
    font-size: 3.75vw;
  }
  #mainvisual .main-img img {
    width: 120%;
    max-width: 120%;
    margin-left: -20%;
  }
  #mainvisual .main-img02 img {
    width: 120%;
    max-width: 120%;
  }
  #mainvisual .main-lead {
    max-width: 70%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual {
    margin-top: 30px;
  }
  #mainvisual .main-tit {
    top: 8%;
    right: 17.5%;
    font-size: 8vw;
  }
  #mainvisual .main-tit .tit-icon {
    right: -30px;
    width: 36px;
  }
  #mainvisual .main-img {
    width: 62%;
  }
  #mainvisual .main-img img {
    width: 160%;
    max-width: 160%;
    margin-left: -60%;
  }
  #mainvisual .main-img02 {
    position: relative;
    float: right;
    width: 90%;
    margin-top: -8vw;
  }
  #mainvisual .main-img02 img {
    width: 100%;
    max-width: 100%;
  }
  #mainvisual .main-img03 {
    clear: both;
    max-width: 30%;
    margin: -26vw 31.4% 30px 0;
  }
  #mainvisual .main-lead {
    clear: both;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.8;
  }
}
/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {
  margin: 120px 0;
}
#sec01 h2 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: .05em;
  text-transform: uppercase;
}
#sec01 h2 &gt; span {
  padding-top: 10px;
  background: url(../img/common/bg-tit-01.png) repeat-x left top;
  background-size: 128px;
  font-weight: 400;
}
#sec01 .sec-bg {
  padding: 80px 60px 70px;
  background: #DCF1F3;
  border-radius: 40px;
}
#sec01 .sec-list {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#sec01 .sec-list .list-item {
  margin-bottom: 30px;
  line-height: 1.4;
  width:100%;
}
#sec01 .sec-list .list-item a {
  display: flex;
  width: 100%;
}
#sec01 .sec-list .list-item .item-pic {
  width: 90px;
}
#sec01 .sec-list .list-item .item-pic img {
  width: 100%;
  max-width: 100%;
}
#sec01 .sec-list .list-item .item-txt {
  width: calc(100% - 90px);
  padding-left: 10px;
}
#sec01 .sec-list .list-item .item-txt .date {
  display: inline-block;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  color:#222;
}
#sec01 .sec-list .list-item .item-txt .cat {
  display: inline-block;
  padding-left: 8px;
  font-size: 16px;
  line-height: 1;
  color:#222;
}
#sec01 .sec-list .list-item .item-txt .tit {
  display: block;
  margin-top: 5px;
  font-weight: bold;
  color: #222;
}
#sec01 .sec-btn {
  text-align: center;
}
#sec01 .sec-btn .btn {
  min-width: 200px;
}

@media screen and (max-width: 767px) {
  #sec01 {
    margin: 50px 0;
  }
  #sec01 h2 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  #sec01 .sec-bg {
    padding: 40px 20px 40px;
    border-radius: 20px;
  }
  #sec01 .sec-list .list-item {
    margin-bottom: 30px;
  }
  #sec01 .sec-list .list-item .item-pic {
    width: 90px;
  }
  #sec01 .sec-list .list-item .item-pic img {
    width: 100%;
    max-width: 100%;
  }
  #sec01 .sec-list .list-item .item-txt {
    width: calc(100% - 90px);
    padding-left: 10px;
  }
  #sec01 .sec-list .list-item .item-txt .date {
    display: inline-block;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
  }
  #sec01 .sec-list .list-item .item-txt .cat {
    display: inline-block;
    padding-left: 8px;
    font-size: 16px;
    line-height: 1;
  }
  #sec01 .sec-list .list-item .item-txt .tit {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
  }
  #sec01 .sec-btn {
    text-align: center;
  }
  #sec01 .sec-btn .btn {
    min-width: 200px;
  }
}
/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 .sec-col .col-item {
  width: 50%;
}
#sec02 .sec-col .col-item .item-pic {
  width: 100%;
  height: 440px;
  background: url(../img/home/bg-sec02-01.jpg) no-repeat center;
  background-size: cover;
}
#sec02 .sec-col .col-item .item-box {
  position: relative;
  display: block;
  width: 660px;
  max-width: 84%;
  margin: -150px auto 0;
  padding: 60px 30px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
  text-align: center;
}
#sec02 .sec-col .col-item .item-box:hover{opacity: 1; text-decoration: none;}
#sec02 .sec-col .col-item .item-box h2 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
  color:#222;
}
#sec02 .sec-col .col-item .item-box p{color:#222;}
#sec02 .sec-col .col-item .item-box .box-btn {
  margin-top: 30px;
  text-align: center;
}
#sec02 .sec-col .col-item:nth-of-type(2) .item-pic {
  background: url(../img/home/bg-sec02-02.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #sec02 .sec-col .col-item {
    width: 100%;
  }
  #sec02 .sec-col .col-item + .col-item {
    margin-top: 50px;
  }
  #sec02 .sec-col .col-item .item-pic {
    width: 100%;
    height: auto;
    background: none;
  }
  #sec02 .sec-col .col-item .item-box {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: -50px auto 0;
    padding: 30px 20px;
  }
  #sec02 .sec-col .col-item .item-box h2 {
    margin-bottom: 25px;
    font-size: 28px;
  }
  #sec02 .sec-col .col-item .item-box .box-btn {
    margin-top: 25px;
  }
  #sec02 .sec-col .col-item:nth-of-type(2) .item-pic {
    background: none;
  }
}
/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 {
  position: relative;
  margin: 80px 0 80px;
  padding: 60px 0;
  overflow: hidden;
}
#sec03 .sec-list {
  position: static;
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
  padding-bottom: 0;
}
#sec03 .sec-list .list-item a {
  display: block;
  text-decoration: none;
}
#sec03 .sec-list .list-item .item-pic {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#sec03 .sec-list .list-item .item-pic img {
  width: 100%;
}
#sec03 .sec-list .list-item .item-cat {
  margin-bottom: 10px;
  color: #59B9C6;
  font-size: 16px;
  line-height: 1.2;
}
#sec03 .sec-list .list-item .item-cat span {
  display: inline-block;
  text-align: center;
}
#sec03 .sec-list .list-item .item-cat span:after {
  content: "／";
  margin-left: 3px;
}
#sec03 .sec-list .list-item .item-tit {
  font-weight: bold;
  line-height: 1.4;
  color:#222;
}
#sec03 .sec-list .slick-slide {
  margin-right: 20px;
}
#sec03 .sec-list .slick-list {
  position: static;
  width: calc(100% + 20px);
  overflow: visible;
}
#sec03 .sec-list .slick-prev,
#sec03 .sec-list .slick-next {
  margin-top: -80px;
}
#sec03 .sec-list .slick-prev {
  left: 20px;
}
#sec03 .sec-list .slick-next {
  right: 20px;
}
#sec03 .sec-btn {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec03 {
    margin: 30px 0 0;
    padding: 50px 0;
  }
  #sec03 .sec-list .list-item .item-pic img {
    width: 100%;
  }
  #sec03 .sec-list .slick-slide {
    margin-right: 20px;
  }
  #sec03 .sec-list .slick-list {
    width: calc(100% + 20px);
  }
  #sec03 .sec-list .slick-prev,
  #sec03 .sec-list .slick-next {
    margin-top: -65px;
  }
  #sec03 .sec-list .slick-prev {
    left: 5px;
  }
  #sec03 .sec-list .slick-next {
    right: 5px;
  }
  #sec03 .sec-btn {
    margin-top: 30px;
  }
}
/* ---------------------------------------------------
	sec04
------------------------------------------------------ */
#sec04 .sec-bg {
  position: relative;
}
#sec04 .sec-bg:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #59B9C6;
}
#sec04 .sec-col {
  position: relative;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 0;
}
#sec04 .sec-col .col-pic {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 70%;
}
#sec04 .sec-col .col-pic img {
  border-radius: 20px 0 0 0;
}
#sec04 .sec-col .col-txt {
  position: relative;
  width: 700px;
  max-width: 60%;
  padding: 60px 40px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  z-index: 1;
}
#sec04 .sec-col .col-txt h2 {
  margin-bottom: 30px;
}
#sec04 .sec-col .col-txt .txt-txt {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 2;
}
#sec04 .sec-col .col-txt .txt-btn a{text-decoration: none; color: #FFF;}
#sec04 .sec-bg02 {
  margin-top: -140px;
  padding: 240px 0 100px;
  background: #59B9C6;
  color: #fff;
}
#sec04 .sec-list {
  position: relative;
}
#sec04 .sec-list .list-item {
  width: 25%;
  line-height: 1.5;
  text-align: center;
}
#sec04 .sec-list .list-item:hover img {
  opacity: 1;
}
#sec04 .sec-list .list-item:hover .item-icon {
  -webkit-animation: bounce .3s ease-in-out;
  animation: bounce .3s ease-in-out;
}
#sec04 .sec-list .list-item + .list-item {
  border-left: 1px solid #fff;
}
#sec04 .sec-list .list-item:hover {text-decoration: none; opacity: 1;}
#sec04 .sec-list .list-item .item-icon {
  width: 100px;
  margin: 0 auto 20px;
}
#sec04 .sec-list .list-item h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
#sec04 .sec-list .list-item .item-arrow {
  width: 18px;
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  65% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0px);
  }
  65% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1280px) {
  #sec04 .sec-col .col-txt .txt-txt {
    font-size: 20px;
  }
  #sec04 .sec-bg02 {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  #sec04 .sec-bg:before {
    top: 20px;
    width: 100%;
    height: calc(100% - 20px);
  }
  #sec04 .sec-col {
    width: 100%;
    padding: 0 0;
  }
  #sec04 .sec-col .col-pic {
    position: static;
    right: 0;
    top: 0;
    max-width: 100%;
  }
  #sec04 .sec-col .col-pic img {
    border-radius: 20px 20px 0 0;
  }
  #sec04 .sec-col .col-txt {
    width: 90%;
    max-width: 100%;
    margin: -60px auto 0;
    padding: 30px 20px;
  }
  #sec04 .sec-col .col-txt h2 {
    margin-bottom: 20px;
  }
  #sec04 .sec-col .col-txt .txt-txt {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #sec04 .sec-bg02 {
    margin-top: -140px;
    padding: 180px 0 50px;
  }
  #sec04 .sec-list .list-item {
    width: 50%;
    padding-bottom: 25px;
  }
  #sec04 .sec-list .list-item:hover img {
    opacity: 1;
  }
  #sec04 .sec-list .list-item:hover .item-icon {
    -webkit-animation: none;
    animation: none;
  }
  #sec04 .sec-list .list-item:nth-of-type(2n - 1) {
    border-left: none;
  }
  #sec04 .sec-list .list-item:nth-of-type(3), #sec04 .sec-list .list-item:nth-of-type(4) {
    padding-top: 25px;
    padding-bottom: 0;
    border-top: 1px solid #fff;
    padding-bottom: 0;
  }
  #sec04 .sec-list .list-item .item-icon {
    width: 100px;
    margin: 0 auto 20px;
  }
  #sec04 .sec-list .list-item h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
  }
  #sec04 .sec-list .list-item .item-arrow {
    width: 18px;
  }
}
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/





/* ------------------------------
　　ベース
------------------------------ */
body {
	color: #333;
	background: #FFF;
	/* font-size: 14px; */
}

/* リンクの設定 */
a {
	color: #006DD9;
	text-decoration: none;
	border: none;
}

a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

a:active {
	color: #006DD9;
	text-decoration: none;
}

a:hover {
	color: #006DD9;
	text-decoration: underline;
}

/* コンテナー */
.acms-container {
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}
.acms-container .acms-container {
	padding: 0;
}

.narrow-container {
	max-width: 960px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-right: calc(10px + constant(safe-area-inset-right));
	padding-left: calc(10px + constant(safe-area-inset-left));
}

/* ------------------------------
　　アニメーション
------------------------------ */
@keyframes fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	20% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

/* ------------------------------
　　バナー
------------------------------ */
.banner {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner a {
	display: block;
	transition: opacity .25s ease-out;
}
.banner a:hover {
	opacity: .75;
}

.banner-list-item {
	margin: 0 0 20px 0;
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
	background: #666;
	border: 0;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
}
.btn:hover,
.btn:visited {
	color: #FFF;
	text-decoration: none;
}
.btn:focus,
.btn:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn:hover {
	color: #FFF;
	background-color: #444;
	background-image: linear-gradient(to bottom, #666, #444);
}
.btn:active,
.btn:focus {
	background: #444;
}

/* ボタン　色付き */
.btn-attention {
	background: #C41134;
	border: 0;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
}
.btn-attention:hover,
.btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention:focus,
.btn-attention:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention:hover {
	color: #FFF;
	background-color: #910021;
	background-image: linear-gradient(to bottom, #C41134, #910021);
}
.btn-attention:active,
.btn-attention:focus {
	background: #910021;
}

/* ボタンサイズ大 */
.btn-large {
	background: #666;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-large:hover,
.btn-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-large:focus,
.btn-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-large:hover {
	background: #444;
}
.btn-large:active,
.btn-large:focus {
	background: #444;
}

/* ボタンサイズ大 色付き */
.btn-attention-large {
	background: #C41134;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-large:hover,
.btn-attention-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-large:focus,
.btn-attention-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-large:hover {
	background: #910021;
}
.btn-attention-large:active,
.btn-attention-large:focus {
	background: #910021;
}

/* デスクトップ：最大360pxボタン */
.btn-block-large {
	width: 100%;
	background: #666;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-block-large:hover,
.btn-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-block-large:focus,
.btn-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-block-large:hover {
	background: #444;
}
.btn-block-large:active,
.btn-block-large:focus {
	background: #444;
}

/* デスクトップ：最大360pxボタン 色付き */
.btn-attention-block-large {
	width: 100%;
	background: #C41134;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 15px 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	box-sizing: border-box;
	transition: background-color .25s linear;
}
.btn-attention-block-large:hover,
.btn-attention-block-large:visited {
	color: #FFF;
	text-decoration: none;
}
.btn-attention-block-large:focus,
.btn-attention-block-large:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.btn-attention-block-large:hover {
	background: #910021;
}
.btn-attention-block-large:active,
.btn-attention-block-large:focus {
	background: #910021;
}

@media (min-width: 768px) {
	.btn-block-large {
		max-width: 360px;
	}
	.btn-attention-block-large {
		max-width: 360px;
	}
}

@media (max-width: 767px) {
	.btn-search-block {
		display: block;
		width: 100%;
		max-width: 360px;
		margin: 0 auto;
		padding: 15px 20px;
		font-size: 20px;
	}
}

/* ボーダーボタン */
.home-btn {
	margin: 20px auto 10px;
}

.btn-border {
	display: inline-block;
	padding: 7px 10px;
	color: #333;
	border: 1px solid #CCC;
	border-radius: 4px;
	font-size: 16px;
}
.btn-border [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}
.btn-border:hover {
	text-decoration: none;
}

/* ------------------------------
　　カード
------------------------------ */
.card {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #E5E5E5;
}

.card-item {
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

.card-link {
	display: block;
	margin: 0 -10px;
	padding: 10px;
	color: #333;
}
.card-link:hover {
	text-decoration: none;
	background: #EEE;
	transition: background-color .25s linear;
}
.card-link:hover,
.card-link:visited,
.card-link:active,
.card-link:focus {
	color: #333;
}

.card-img {
	margin: 0 0 10px 0;
}

.card-title {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.card-detail {
	font-size: 13px;
}

/* ------------------------------
　　ヘッドライン
------------------------------ */
.headline-item {
	line-height: 1.5;
}

.headline-link {
	color: #333;
	transition: background-color .25s ease-out;
}
.headline-link:hover,
.headline-link:visited,
.headline-link:active,
.headline-link:focus {
	color: #333;
}
.headline-link:hover {
	padding: 10px;
	background: #F1F1F1;
}

.headline-title {
	margin: 0 10px;
}

@media screen and (max-width: 479px) {
	/* 画面幅が小さいとき */
	/* ヘッドライン */
	.headline-item {
		padding: 10px 0;
	}
	.headline-title {
		display: block;
		margin: 0;
	}
}

/* ------------------------------
　　リスト
------------------------------ */
@media screen and (min-width: 768px) {
	/* リスト */
	a.list-link.acms-list-group-item {
		padding: 10px 20px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.list-link.acms-list-group-item:hover {
		padding: 10px 10px 10px 20px;
		transition: padding .25s ease-out;
	}
	/* ラベルがあったとき */
	a.list-link.acms-list-group-label-parent {
		padding: 10px 30px 10px 10px;
		transition: padding .15s ease-out;
	}
	a.list-link.acms-list-group-label-parent:hover {
		padding: 10px 30px 10px 20px;
	}
}

/* 検索結果 */
.list-results-wrap {
	margin: 15px 0 15px 0;
	padding: 10px;
	border: 1px solid #CCC;
}

.list-results-heading {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #E5E5E5;
}

.list-results {
	position: relative;
	margin: 0;
}

.list-results-item {
	position: absolute;
	width: 100px;
}

.list-results-detail {
	margin: 0;
	padding: 0 0 0 100px;
	font-weight: bold;
}

/* ------------------------------
　　各モジュール
------------------------------ */
.module-section {
	margin: 0 0 30px 0;
}

/* タイトル */
.module-header {
	position: relative;
	margin: 0;
	padding: 5px 0;
	color: #333;
	border-bottom: 2px solid #333;
}
.module-header + .thumbnail,
.module-header + .summary-default,
.module-header + .entry-column,
.module-header + .card,
.module-header + .search-form,
.module-header + .banner {
	margin-top: 10px;
}

.module-heading {
	margin: 0;
	font-size: 18px;
}
.module-heading [class*="acms-icon-"] {
	margin: 0 10px 0 0;
	vertical-align: baseline;
}

a.module-index-link {
	position: absolute;
	right: 0;
	bottom: 5px;
	color: #333;
	font-size: 16px;
}
a.module-index-link [class*="acms-icon-"] {
	color: #CCC;
	font-size: 14px;
}

/* カスタムフィールドグループ */
.group-list {
	padding: 0 10px;
	list-style: none;
}

/* 行揃えの設定 */
/* 見出し */
.heading-align-left .group-heading {
	text-align: left;
}

.heading-align-center .group-heading {
	text-align: center;
}

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

/* 概要文 */
.detail-align-left .group-detail {
	text-align: left;
}

.detail-align-center .group-detail {
	text-align: center;
}

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

/* ボタン */
.btn-align-left .group-btn-wrap {
	text-align: left;
}

.btn-align-center .group-btn-wrap {
	text-align: center;
}

.btn-align-right .group-btn-wrap {
	text-align: right;
}

/* ------------------------------
　　ページタイトル
------------------------------ */
.page-title-wrapper {
	position: relative;
	display: table;
	width: 100%;
	height: 100px;
	color: #FFF;
	background: url(../../images/bg_other.jpg?v=2020012254501) #333 no-repeat center;
	background-size: cover;
}

.page-title-filter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

.page-title-inner {
	position: relative;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

.page-title {
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
}
.page-title a {
	color: #FFF;
}

.page-description {
	margin: 10px 0;
	font-size: 16px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.page-title-wrapper {
		height: 270px;
	}
}

/* ------------------------------
　　ページャー
------------------------------ */
.pager {
	margin: 0 -5px 50px -5px;
	padding: 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline-block;
	margin: 0 5px;
}
.pager li.cur {
	/* 現在いる位置 */
	padding: 5px 20px;
	color: #FFF;
	background: #767676;
	border-radius: 3px;
}

.pager-link {
	display: block;
	padding: 5px 20px;
	color: #333;
	background: #E5E5E5;
	border-radius: 3px;
}
.pager-link:visited,
.pager-link:focus,
.pager-link:active {
	color: #333;
}
.pager-link:hover {
	color: #FFF;
	text-decoration: none;
	background: #333;
}

.pager-link-forward {
	float: right;
}

.pager-link-prev {
	float: left;
}

@media screen and (min-width: 768px) {
	.pager-link {
		padding: 5px 10px;
	}
	.pager li.cur {
		/* 現在いる位置 */
		padding: 5px 10px;
	}
}

/* 前後リンク */
.serial-nav {
	margin: -25px 0 60px 0;
	padding: 0;
	list-style: none;
}
.serial-nav .serial-nav-item {
	display: block;
	float: none;
}
.serial-nav .serial-nav-item-prev {
	text-align: left;
}
.serial-nav .serial-nav-item-next {
	text-align: right;
}
.serial-nav a {
	display: block;
	padding: 25px 0;
	color: #333;
	border-bottom: 1px solid #E5E5E5;
}
.serial-nav a:hover,
.serial-nav a:visited,
.serial-nav a:focus,
.serial-nav a:active {
	color: inherit;
	text-decoration: none;
}
.serial-nav a:hover {
	background: #E5E5E5;
}

@media screen and (min-width: 768px) {
	.serial-nav {
		margin: 0 0 60px 0;
		border: 0;
	}
	.serial-nav .serial-nav-item-prev {
		float: left;
	}
	.serial-nav .serial-nav-item-next {
		float: right;
	}
	.serial-nav a {
		display: inline;
		border: 0;
	}
	.serial-nav a:hover {
		text-decoration: underline;
		background: 0;
	}
}

/* ------------------------------
　　検索フォーム
------------------------------ */
.search-form .btn-search {
	padding: 10px 20px;
	color: #FFF;
	background: #333;
	border: 1px solid #333;
	border-radius: 0 4px 4px 0;
	filter: none;
	/* IEでのグラデーションを上書き */
	font-size: 16px;
}
.search-form .btn-search:hover,
.search-form .btn-search:active,
.search-form .btn-search:focus {
	background: #666;
}

.search-form input[type="search"] {
	height: 40px;
	padding: 9px 10px;
	font-size: 16px;
	box-sizing: border-box;
}

input[type="search"].search-form-input {
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 20px;
	box-sizing: border-box;
}

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
	padding: 0 0 12px 0;
}
.slick-slider img {
	margin: 0 auto;
}

.fix-height {
	height: 300px;
	/* はじめのちらつき防止 */
	overflow: hidden;
	/* はじめのちらつき防止 */
}

.slick-slide:hover {
	cursor: pointer;
}

.slick-list:focus:focus {
	position: relative;
}
.slick-list:focus:focus:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 2px dotted #00C2FF;
	content: "";
}

.js-slider .slick-list:focus {
	position: relative;
}
.js-slider .slick-list:focus:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	border: 2px dotted #00C2FF;
	content: "";
}

.main-slider-image {
	height: 300px;
	background: no-repeat center #333;
	background-size: cover;
}
.main-slider-image a:hover {
	text-decoration: none;
}

.main-slider-text-outer {
	height: 100%;
}

.main-slider-text-wrap {
	display: table;
	width: 100%;
	height: 100%;
}

.main-slider-text-inner {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.main-slider-main-copy {
	margin: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
}

.main-slider-side-copy {
	margin: 0;
	color: #FFF;
	font-size: 16px;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
}

/* 矢印ナビゲーション */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 19px;
	height: 60px;
	margin-top: -29px;
	padding: 0;
	color: transparent;
	font-size: 0;
	line-height: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}
.slick-prev:focus,
.slick-next:focus {
	border: 1px dotted #FFF;
}

.slick-prev {
	left: 10px;
	background: url(../../images/marker/icon_white_arrow_left.png?v=2020012254501) no-repeat;
}

.slick-next {
	right: 10px;
	background: url(../../images/marker/icon_white_arrow_right.png?v=2020012254501) no-repeat;
}

/* ドットのナビゲーション */
.slick-dots {
	position: relative;
	clear: both;
	margin: -35px 0 0 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 8px;
	font-size: 0;
	background: #FFF;
	border: 1px solid transparent;
	border-radius: 7px;
	content: "";
}

.slick-dots li button:focus {
	border: 1px solid #C41134;
	outline: 0;
}

.slick-dots li:hover button {
	cursor: pointer;
}

.slick-dots li.slick-active button {
	background: #C41134;
}

.slick-dots button {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	border: 0;
	clip: rect(0 0 0 0);
}

#autoplay-btn {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	width: 50px;
	height: 50px;
	color: #FFF;
	background: rgba(0, 0, 0, .7);
	border: 0;
	border-radius: 50%;
	outline: 0;
	right: calc(10px + constant(safe-area-inset-right));
}
#autoplay-btn:hover {
	background: rgba(0, 0, 0, .9);
}
#autoplay-btn:active:before,
#autoplay-btn:focus:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border: 1px dotted #FFF;
	content: "";
}
#autoplay-btn:after {
	position: absolute;
	top: 15px;
	left: 17px;
	display: block;
	box-sizing: border-box;
	width: 16px;
	height: 20px;
	margin-left: 0;
	border-top: none;
	border-right: 5px solid #FFF;
	border-bottom: none;
	border-left: 5px solid #FFF;
	content: "";
}
#autoplay-btn.active:after {
	left: 15px;
	width: 0;
	height: 0;
	margin-left: 5px;
	border-color: transparent transparent transparent #FFF;
	border-style: solid;
	border-width: 10px 0 10px 15px;
}

@media screen and (min-width: 768px) {
	.slick-prev {
		left: 50px;
	}
	.slick-next {
		right: 50px;
	}
	.fix-height {
		height: 400px;
		/* はじめのちらつき防止 */
	}
	.main-slider-image {
		height: 400px;
	}
	.main-slider-main-copy {
		font-size: 40px;
	}
	.main-slider-side-copy {
		font-size: 24px;
	}
}

/* ------------------------------
　　サマリー
------------------------------ */
.summary-default {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}
.summary-default:before,
.summary-default:after {
	display: table;
	content: " ";
}
.summary-default:after {
	clear: both;
}
.summary-default.slick-initialized {
	margin-right: -20px;
	margin-left: -20px;
	overflow: hidden;
	border: 0;
}
.summary-default .slick-list {
	padding: 0 0 0 20px;
	overflow: inherit;
}
.summary-default .slick-dots {
	margin: 0;
}
.summary-default .slick-dots button {
	background: #E5E5E5;
}
.summary-default .slick-dots .slick-active button {
	background: #C41134;
}

.summary-default-item {
	display: block;
	padding: 0 10px;
	color: #333;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	box-sizing: border-box;
	transition: background-color .25s ease-out;
}
.acms-entry .summary-default-item {
	padding: 10px;
}
.slick-initialized .summary-default-item {
	width: 280px;
	margin: 2px 10px 2px 2px;
	border: 0;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .08), -1px -1px 1px 1px rgba(0, 0, 0, .08);
}

.summary-default-link {
	display: block;
	margin: 0 -10px;
	padding: 10px;
	color: #333;
	transition: background .2s;
}
.summary-default-link:hover,
.summary-default-link:visited,
.summary-default-link:active,
.summary-default-link:focus {
	color: #333;
}
.summary-default-link:hover {
	text-decoration: none;
	background: #F1F1F1;
}

.summary-title {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-weight: bold;
}

.summary-detail {
	margin: 0;
	line-height: 1.5;
	font-size: 13px;
}

@media screen and (min-width: 480px) {
	.summary-default {
		margin: 0 0 20px 0;
	}
}

/* ------------------------------
　　サムネイル
------------------------------ */
.thumbnail {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thumbnail-item {
	transition: opacity .2s;
}
.thumbnail-item:hover {
	opacity: .75;
}

.thumbnail-link {
	display: block;
	color: #333;
}
.thumbnail-link:hover {
	color: #333;
	text-decoration: none;
}
.thumbnail-link:visited {
	color: #333;
}

.thumbnail-img {
	display: block;
	transition: opacity .25s ease-out;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.thumbnail-title {
	margin: 5px 0 10px;
	font-weight: bold;
	font-size: 15px;
}

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
	margin-bottom: 30px;
	padding: 10px 0;
	background: #F5F5F5;
}

.topicpath-list {
	margin: 0 auto;
	list-style: none;
}

.topicpath-item {
	float: left;
	padding: 0 10px 0 23px;
	background: url(../../images/marker/icon_arrow.png?v=2020012254501) no-repeat left center;
}
.topicpath-item:first-child {
	padding: 0 10px 0 0;
	background: 0;
}

.topicpath-link {
	color: #666;
	font-size: 14px;
}
.topicpath-link:visited,
.topicpath-link:focus,
.topicpath-link:active {
	color: #666;
}

/* ------------------------------
　　エントリー
------------------------------ */
.entry {
	margin: 0 0 25px 0;
	border-bottom: 1px solid #E5E5E5;
}

.page-header {
	margin: 0 0 20px 0;
}

.entry-info {
	margin-top: 0;
	font-size: 14px;
}

/* カテゴリーと新着ラベル */
.entry-category,
.entry-new {
	font-size: 14px;
}

/* タイトル */
.entry-title {
	margin: 10px 0;
}
.entry-title a {
	color: #333;
}
.acms-entry h2 .entry-title {
	padding: 0;
}

/* エントリーのスタイル */
.entry-column {
	color: #333;
	word-wrap: break-word;
}
.entry-column h2 {
	margin: 0 10px 25px 10px;
	padding: 5px 10px;
	font-size: 20px;
	color: #666;
	border-left: 4px solid #666;
}
.entry-column h2.module-heading {
	margin: 0;
	padding: 0;
	border: 0;
}
.entry-column h3 {
	margin: 0 10px 20px 10px;
	padding: 5px 10px;
	font-size: 18px;
	color: #333;
	background: #E5E5E5;
}
.entry-column h4 {
	margin: 0 10px 20px 10px;
	font-size: 18px;
	color: #333;
}
.entry-column a:link {
	text-decoration: none;
}
.entry-column a:hover,
.entry-column a:focus,
.entry-column a:active {
	text-decoration: underline;
}
.entry-column a:visited {
	color: #7F5AD7;
	text-decoration: none;
}

/* 本文 */
.entry-column p {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.7;
}
.entry-column p.entry-danger-text {
	color: #C41134;
	font-weight: bold;
}
.entry-column p.summary-title {
	margin: 0 0 10px 0;
}
.entry-column p.summary-detail {
	margin: 0 0 10px 0;
	font-size: 14px;
}

/* エントリー内コンテナー */
.entry-container {
	margin: 0 5px;
}

[class^=column-table] .entry-container {
	margin-bottom: 30px;
	overflow-x: auto;
}

[class^=column-table] table {
	margin-bottom: 0;
}

/* テーブル */
.entry-column table {
	width: 100%;
	border-collapse: collapse;
}

.entry-column th,
.entry-column td {
	display: block;
	padding: 5px 10px;
	color: #333;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #DFDFDF;
	font-size: 16px;
}

.entry-column .acms-table-responsive {
	border-top: 0;
	border-bottom: 0;
}
.entry-column .acms-table-responsive th,
.entry-column .acms-table-responsive td {
	display: table-cell;
	white-space: nowrap;
}
.entry-column .acms-table-responsive table {
	margin: 0;
}

.entry-column th {
	background: #F5F5F5;
}

.entry-column .entry-custom-table {
	margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
	.entry-column th,
	.entry-column td {
		display: table-cell;
		padding: 15px 20px;
		text-align: left;
		font-size: 16px;
		border-top: 1px solid #DFDFDF;
	}
	.entry-column th {
		background: inherit;
	}
	.entry-column tr:nth-child(odd) {
		background: #F5F5F5;
	}
}

/* リスト */
.entry-column ul {
	margin: 0 0 25px 0;
	padding: 0 0 0 2em;
}
.entry-column ul li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}
.entry-column ul.summary-default {
	padding: 0;
}
.entry-column ul.summary-default li {
	margin: 0;
}

/* 番号付きリスト */
.entry-column ol {
	margin: 0 0 25px 0;
	padding: 0 0 0 2.5em;
}
.entry-column ol li {
	margin: 0 0 5px 0;
	font-size: 16px;
	line-height: 1.5;
}

/* 定義リスト */
.entry-column dl {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}

.entry-column dt {
	margin: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
}

.entry-column dd {
	margin-bottom: 10px;
	margin-left: 0;
	line-height: 1.5;
	font-size: 16px;
}

/* 引用 */
.entry-column blockquote {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 30px;
	padding: 20px 10px 20px 20px;
	line-height: 1.8;
	background: #F5F5F5;
	border-left: 5px solid #DEDEDE;
	font-size: 16px;
}

.entry-column .column-quote-auto blockquote {
	padding: 10px;
	border: 1px solid #D0D0D0;
}

.entry-column .column-quote-auto .quoteTitleLink {
	color: #333;
}

@media screen and (min-width: 480px) {
	/* 引用 */
	.entry-column blockquote {
		padding: 20px 20px 20px 30px;
	}
	.entry-column .column-quote-auto blockquote {
		padding: 15px;
	}
}

/* ソースコード */
.entry-column pre {
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 30px 0;
	font-family: Menlo, Monaco, "Courier New", monospace;
	white-space: pre-wrap;
}
.entry-column pre ol {
	margin: 0;
	padding: 0 0 0 2.5em;
}
.entry-column pre ol li {
	line-height: 1.5;
}

/* 区切り線 */
.entry-column hr {
	border: 0;
	border-bottom: 1px solid #E5E5E5;
}

/* ユニット */
.entry-column .caption {
	margin: 0 0 20px 0;
	font-size: 13px;
}

.column-file-auto + .caption {
	margin-left: 10px;
}

.column-module {
	margin: 0 10px;
}

/* ユニットグループ */
.ug-bg-color {
	margin: 0 10px 25px 10px;
	padding: 20px 10px;
	background: #F5F5F5;
}
.ug-bg-color *:last-child {
	margin-bottom: 0;
}
.ug-bg-color h2 {
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
.ug-bg-color h3,
.ug-bg-color h4 {
	margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
	.ug-bg-color {
		padding: 25px 15px;
	}
}

/* スタッフ紹介 */
.entry-column .staff-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 10px 30px;
	padding: 0;
	list-style: none;
	border-top: 1px solid #EEE;
}

.entry-column .staff-item {
	width: 50%;
	margin: 0;
}

.entry-column .staff-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	box-sizing: border-box;
	padding: 20px 10px;
	border-bottom: 1px solid #EEE;
}

.entry-column .staff-body {
	-ms-flex-order: 2;
	order: 2;
	margin: 0 0 20px 0;
}

.entry-column .staff-name {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.3;
	text-align: center;
	background: 0;
	font-size: 20px;
}

.entry-column .staff-job {
	margin: 15px 0 5px 0;
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
}

.entry-column .staff-profile {
	margin: 0;
	font-size: 14px;
}

.entry-column .staff-img-wrap {
	-ms-flex-order: 1;
	order: 1;
}

.entry-column .staff-img {
	display: block;
	margin: 0 auto;
	border-radius: 100%;
}

@media screen and (min-width: 768px) {
	.entry-column .staff-item {
		width: 25%;
	}
	.entry-column .staff-body {
		margin: 0;
	}
}

/* エントリーフッター */
.entry-footer {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F5F5F5;
}

/* タグ */
.entry-tag {
	margin: 0 0 5px 0;
}

.entry-tag-icon {
	float: left;
	color: #707070;
}

.entry-tag-item {
	float: left;
	margin: 0 0 0 10px;
}

/* SNSシェア */
.share-wrapper {
	float: right;
}

.share-text {
	display: inline;
	float: left;
	margin: 0;
}

/* SNSシェアボタン */
.share-list {
	display: -ms-inline-flexbox;
	display: inline-flex;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.share-item {
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: top;
}
.share-item a {
	color: #999;
	text-decoration: none;
}
.share-item [class*="acms-icon"] {
	font-size: 22px;
	vertical-align: middle;
}
.share-item .share-item-facebook {
	/* Facebook */
	position: relative;
	color: #1877F2;
	line-height: 1.2;
}
.share-item .share-item-facebook:before {
	vertical-align: middle;
}
.share-item .share-item-facebook:focus:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
	content: "";
}
.share-item .share-item-twitter {
	/* Twitter */
	position: relative;
	color: #55ACEE;
	line-height: 1.2;
}
.share-item .share-item-twitter:before {
	vertical-align: middle;
}
.share-item .share-item-twitter:focus:before {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	border: 1px dotted #333;
	content: "";
}

/* 続きを読むボタン */
.continue-link {
	margin: 0;
	font-size: 16px;
}

.continue-link a {
	display: inline-block;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	line-height: 1.5;
	background: #767676;
	border-radius: 3px;
}
.continue-link a [class*="acms-icon"] {
	margin: 0 10px 0 0;
}
.continue-link a:link,
.continue-link a:visited {
	color: #FFF;
}
.continue-link a:hover,
.continue-link a:focus,
.continue-link a:active {
	color: #FFF;
	text-decoration: none;
	background: #AAA;
}

@media screen and (min-width: 768px) {
	/* タグ */
	.entry-tag {
		margin: 0;
	}
	/* 続きを読むボタン */
	.continue-link a {
		padding: 5px 10px;
		font-weight: normal;
	}
}

/* ------------------------------
　　テキストユニットのエディターの設定
------------------------------ */
/* エントリー内ボタン */
.entry-column,
.entryFormLiteEditor {
	/* 色付きボタン */
}
.entry-column .entry-btn-default,
.entryFormLiteEditor .entry-btn-default {
	background: #666;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
}
.entry-column .entry-btn-default:hover,
.entry-column .entry-btn-default:visited,
.entryFormLiteEditor .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column .entry-btn-default:focus,
.entry-column .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column .entry-btn-default:hover,
.entryFormLiteEditor .entry-btn-default:hover {
	color: #FFF;
	background-color: #444;
	background-image: linear-gradient(to bottom, #666, #444);
}
.entry-column .entry-btn-default:active,
.entry-column .entry-btn-default:focus,
.entryFormLiteEditor .entry-btn-default:active,
.entryFormLiteEditor .entry-btn-default:focus {
	background: #444;
}
.entry-column .entry-btn-attention,
.entryFormLiteEditor .entry-btn-attention {
	background: #C41134;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3;
	border: 0;
	display: inline-block;
	padding: 6px 15px;
	border-radius: 3px;
}
.entry-column .entry-btn-attention:hover,
.entry-column .entry-btn-attention:visited,
.entryFormLiteEditor .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:visited {
	color: #FFF;
	text-decoration: none;
}
.entry-column .entry-btn-attention:focus,
.entry-column .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active {
	color: #FFF;
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .5);
}
.entry-column .entry-btn-attention:hover,
.entryFormLiteEditor .entry-btn-attention:hover {
	color: #FFF;
	background-color: #910021;
	background-image: linear-gradient(to bottom, #C41134, #910021);
}
.entry-column .entry-btn-attention:active,
.entry-column .entry-btn-attention:focus,
.entryFormLiteEditor .entry-btn-attention:active,
.entryFormLiteEditor .entry-btn-attention:focus {
	background: #910021;
}

/* ------------------------------
　　編集ページ
------------------------------ */
.field-title {
	padding: 0 10px;
}

.field-title:first-child {
	margin: 0 0 10px 0;
}

.field-table-inner {
	width: 100%;
}
.field-table-inner th,
.field-table-inner td {
	border: 0;
}

/* ------------------------------
　　レイアウトモジュール
------------------------------ */
/* 背景色 */
.layout-bg {
	padding: 20px 0;
	background: #F6F6F6;
}

.layout-space {
	padding: 20px 0;
}

/* カラムの中央寄せ */
.center-col {
	float: none;
	margin: 0 auto;
}

/* 見出し */
.section-heading {
	margin: 20px 0 40px 0;
	font-size: 28px;
}
.section-heading a {
	color: #333;
}

/* ------------------------------
　　各モジュール
------------------------------ */
/* フィールドグループ */
.group-heading {
	margin: 0 0 20px 0;
	font-size: 18px;
	line-height: 1.2;
}

.group-detail {
	margin: 0 0 30px 0;
	font-size: 16px;
	line-height: 1.7;
}

/* ヘッドライン */
.lp-headline {
	font-size: 16px;
}

/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.lp-suggest-box {
	padding: 50px 0;
}

.lp-suggest-text {
	margin: 30px 0 10px 0;
}

.lp-suggest-tel {
	margin: 0;
	color: #C38A00;
	font-weight: bold;
	font-size: 34px;
}
.lp-suggest-tel a {
	color: #C38A00;
}

.btn-shadow {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}

/* ------------------------------
　　メインカラム
------------------------------ */
.main:before,
.main:after {
	display: table;
	content: " ";
}

.main:after {
	clear: both;
}

.main-inner {
	width: 100%;
	max-width: 820px;
}
.main-inner.is-space-left {
	float: right;
}
.main-inner.is-space-right {
	float: left;
}
.main-inner.is-space-center {
	margin: 0 auto;
}

/* ------------------------------
　　サイドカラム
------------------------------ */
.side-title {
	margin-top: 0;
	font-size: 18px;
}

/* ------------------------------
　　物件情報
------------------------------ */
/* 地図 */
.realestate-map {
	overflow: hidden;
}

.realestate-map .js-s2d-ready,
.realestate-map [class*="column-map-"] {
	width: auto !important;
	max-width: 100%;
}

.realestate-map img[class*="column-map-"] {
	width: auto !important;
	max-width: 100%;
	height: auto;
}

.realestate-map-entry {
	margin: 0 10px;
}

.entry-column table.realestate-search {
	margin: 20px 0 30px 0;
}

@media screen and (min-width: 1024px) {
	.table-nowrap {
		white-space: nowrap;
	}
}

/* 物件情報 */
.realestate-search {
	border-collapse: collapse;
}
.realestate-search input {
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.realestate-search th,
	.realestate-search td {
		display: block;
		box-sizing: border-box;
	}
	.realestate-search input {
		box-sizing: border-box;
	}
}

/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-box .message-group {
	margin: 0 0 35px 0;
}

.contact-box .message-text {
	color: #C41134;
	font-weight: bold;
}

.contact-box .contact-no {
	margin: 0;
	color: #333;
	font-weight: bold;
	font-size: 30px;
}
.contact-box .contact-no a {
	color: inherit;
}

.contact-box .error-text {
	/* エラー文 */
	margin: 5px 0 0 0;
	color: #C41134;
}

.contact-form {
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
	background: #E5E5E5;
}

.contact-form-group {
	background: #E5E5E5;
}

.contact-form-label {
	display: block;
	margin: 0;
	padding: 10px 10px 0 10px;
	text-align: left;
}

.contact-form-control {
	display: block;
	padding: 10px;
	border-bottom: 1px solid #FFF;
}

.contact-form-label {
	font-weight: bold;
}

.contact-form-grid {
	margin: 0 -5px;
}

.contact-form-col,
.acms-entry .contact-form-col {
	margin: 0 0 10px 0;
	padding: 0 5px;
}
.contact-form-col:last-child,
.acms-entry .contact-form-col:last-child {
	margin: 0;
}

@media screen and (min-width: 768px) {
	.contact-form {
		display: table;
		width: 100%;
	}
	.contact-form-group {
		display: table-row;
	}
	.contact-form-label,
	.contact-form-control {
		display: table-cell;
	}
	.contact-form-label {
		width: 33.33333%;
		padding: 15px;
		vertical-align: top;
		border-bottom: 1px solid #FFF;
	}
	.contact-form-control {
		width: 66.66667%;
		padding: 15px;
	}
	.contact-form-col {
		margin: 0;
	}
}

/* ステップ
------------------------------ */
.contact-box .mail-step {
	margin: 0 0 35px 0;
	padding: 0 10px;
	background: #E5E5E5;
	/* カウンターの設定 */
	counter-reset: mailStep;
}

.contact-box .mail-step-item {
	float: left;
	margin: 0 10px;
	padding: 18px 0 14px;
	color: #999;
	font-weight: bold;
	list-style: none;
	border-bottom: 4px solid transparent;
	font-size: 16px;
}
.contact-box .mail-step-item:before {
	content: counter(mailStep) ".";
	/* カウンターの設定 */
	counter-increment: mailStep;
}

.contact-box .mail-step-item-current {
	color: #333;
	border-bottom: 4px solid #333;
}

@media screen and (min-width: 768px) {
	.contact-box .mail-step {
		height: 60px;
	}
}

/* 送信ボタン
------------------------------ */
.form-btn-box {
	margin: 0 10px 50px 10px;
	text-align: center;
}

.form-btn {
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.form-btn-send {
		width: 100%;
		max-width: 360px;
	}
}

/* ラベル
------------------------------ */
.label-required {
	margin: 0 5px;
	padding: 2px 8px;
	color: #FFF;
	background: #C41134;
	border-radius: 3px;
	font-size: 12px;
}

@media screen and (min-width: 768px) {
	.label-required {
		float: right;
	}
}

/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
	border: 1px solid #C49511;
}

.contact-box select.focused:invalid {
	border: 1px solid #C41134;
}

.contact-box select[required]:valid {
	border: 1px solid #A7A7AA;
}

.contact-box input[required]:required,
.contact-box textarea[required]:required {
	background: #FFFDEB;
}

.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
	background: #FFEBEE;
}

.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
	background: #FFF;
}

.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 5px;
}

.contact-box textarea {
	font-size: 16px;
	padding: 5px 5px 4px;
}

.contact-box select {
	min-height: 32px;
	padding-top: 6px;
	padding-bottom: 5px;
	font-size: 16px;
	vertical-align: top;
}

/* バリデーター
------------------------------ */
.valid-mark {
	display: none;
}

.valid-mark.valid {
	display: inline;
	float: right;
	color: #5CB85C;
}

.invalid {
	background: #FFEBEE !important;
}

/* -----------------</pre></body></html>