@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     疾病別障害別サポート事例
 Notes:          
--------------------------------------------------------------- */
/* ===== アーカイブ ===== */
.archive {
  margin: 0 auto 5%;
  /**padding: 0 0 10%;**/
  display: flex;
  justify-content: space-between;
  /**border-bottom: 1px dotted #ef7f99; **/
}
.archive .box01 {
  width: 40%;
}
.archive .box02 {
  width: 55%;
  position: relative;
  padding: 0 0 5%;
}
.archive .title {
  margin: 0 auto 2%;
  font-size: 1.5em;
  line-height: 1.5;
  border-bottom: 1px solid #7B7B7B;
  /*
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  */
}
.archive .title a {
  font-weight: 500;
}
.archive .button {
  margin: 5% 0 0;
  position: absolute;
  right: 0;
  font-size: 1.3em;
}
.archive .button a {
  width: 7em;
  padding: 2% 5%;
  display: block;
  text-align: center;
  color: #FFF;
  border: 2px solid #EE8099;
  border-radius: 10em;
  background: #EE8099;
}
.archive .button a:hover {
  color: #EE8099;
  background: #FFF;
}
h2.headline {
  font-size: 1.3em;
}
.category_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7%;
}

.category_list li {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2%;
}

.category_list li:nth-child(3n) {
  margin-right: 0;
}

.category_list li a {
  display: block;
  text-align: center;
  background: #eb758e;
  color: #fff;
  font-size: 1.38em;
  padding: 0.25em;
  border-radius: 50px;
}

/* ===== シングル ===== */
section.sec01 {
  padding: 5% 0;
}
section.sec02 {
  padding: 0 0 5%;
  background: #FFFCE7;
}
section.sec02 h1.title {
  background: linear-gradient( to right, #55C0CC00, #55C0CC, #55C0CC, #55C0CC00) !important;
}
.single .title {
  font-size: 1.3em;
  font-weight: bold;
}
.single .wrap {
  margin: 0 auto 7%;
  display: flex;
  justify-content: space-between;
}
.single .box01 {
  width: 50%;
}
.single .box02 {
  width: 40%;
}
h3.headline {
  margin: 0 auto 3%;
  box-sizing: border-box;
  font-size: 1.3em;
}
.article-wrap {
  margin: 0 auto 5%;
}
.content {
  margin: 5% auto 0 !important;
}
.contact_box .content {
    margin: 0 auto!important;
}
.prev-area {
  border: 0;
  margin-bottom: 10%;
}
.bnr_area a {
  display: block;
  width: 90%;
  margin: 0 auto;
}
/* ===== メイン画像トリミング ===== */
.main-image {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.main-image {
  width: 100%;
	max-width: 100%;
  height: 16vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.main-image img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
.main-image img {
  position: static;
  height: 100%;
  width: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  ransform: none;
}
}

/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
/* ===== アーカイブ ===== */
.archive {
  margin: 0 auto 15%;
  display: block;
}
.archive .box01 {
  width: 100%;
}
.archive .box02 {
  width: 100%;
}
.archive .title {
  font-size: 1.3em;
}
.main-image {
  height: 55vw;
}
.archive .button {
  position: unset;
  right: 0;
  font-size: 1em;
}
.archive .button a {
  width: 10em;
  margin: 0 0 0 auto;
}
.category_list {
  justify-content: space-between;
}
.category_list li {
  width: 49%;
  margin: 0 0 10px;
}
.category_list li a {
  font-size: 1em;
}
/* ===== シングル ===== */
.single .wrap {
  display: block;
}
.single .box01 {
  width: 100%;
}
.single .box02 {
  width: 100%;
}
.single div.title {
  font-size: 1.2em;
}
h3.headline {
  font-size: 1.2em;
}
.prev-area {
  width: 100%;
}
}