@charset "UTF-8";
/*mainimage
----------------------------------------------------*/
#mainimage {
  background-image: url("../images/top/mainimage_bg01.png"), url("../images/top/mainimage_bg02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: cover;
}

#mainimage_pc {
  width: 100%;
  max-width: 1020px;
  position: relative;
  margin: 0 auto;
}

.mainimage_mainconts, .mainimage_subconts {
  width: 100%;
  max-width: 1020px;
  height: 56vw;
  max-height: 574px;
  margin: 0 auto;
  position: relative;
}

.mainimage_mainconts-conts {
  position: absolute;
}
.mainimage_mainconts-conts img {
  width: auto;
  max-width: 662px;
  height: auto;
}

.mainimage_mainconts-btn {
  z-index: 2;
  left: 0;
  bottom: 0;
}
.mainimage_mainconts-btn img {
  width: 37vw;
  max-width: 363px;
}

.mainimage_mainconts-img {
  z-index: 1;
  top: 37px;
  left: 50%;
  margin-left: -331px;
}

.mainimage_subconts {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.mainimage_subconts01,
.mainimage_subconts02,
.mainimage_subconts03,
.mainimage_subconts04,
.mainimage_subconts05 {
  position: absolute;
}

.mainimage_subconts01 img,
.mainimage_subconts02 img,
.mainimage_subconts03 img,
.mainimage_subconts04 img,
.mainimage_subconts05 img {
  position: absolute;
  z-index: -1;
}

.mainimage_subconts01 {
  width: 246px;
  height: 226px;
  left: -117px;
  top: 26px;
  z-index: 3;
  animation: subconts01 6s ease-in-out 0s infinite normal;
}
.mainimage_subconts01 img {
  width: 246px;
  height: 226px;
}

@keyframes subconts01 {
  25% {
    margin-top: -6px;
  }
  75% {
    margin-top: 6px;
  }
}
.mainimage_subconts02 {
  width: 317px;
  height: 282px;
  left: -105px;
  bottom: 26px;
  /*animation: subconts02 8s ease-in-out 0.25s infinite alternate;*/
}
.mainimage_subconts02 img {
  width: 317px;
  height: 282px;
}

@keyframes subconts02 {
  25% {
    margin-bottom: -6px;
  }
  75% {
    margin-bottom: 6px;
  }
}
.mainimage_subconts03 {
  width: 491px;
  height: 513px;
  right: -173px;
  top: 25px;
  animation: subconts03 7.5s ease-in-out 0.3s infinite normal;
}
.mainimage_subconts03 img {
  width: 491px;
  height: 513px;
}

@keyframes subconts03 {
  25% {
    margin-top: -6px;
  }
  75% {
    margin-top: 6px;
  }
}
.mainimage_subconts04 {
  width: 133px;
  height: 122px;
  left: 90px;
  top: 16px;
  z-index: 4;
  animation: subconts04 8.5s ease-in-out 0.3s infinite normal;
}
.mainimage_subconts04 img {
  width: 133px;
  height: 122px;
}

@keyframes subconts04 {
  25% {
    margin-top: -4px;
  }
  75% {
    margin-top: 4px;
  }
}

.mainimage_subconts05 {
  width: 133px;
  height: 122px;
  left: 64px;
  top: 190px;
  animation: subconts05 10.5s ease-in-out 0.5s infinite normal;
  z-index: 2;
}
.mainimage_subconts05 img {
  width: 133px;
  height: 122px;
}

@keyframes subconts05 {
  25% {
    margin-top: 6px;
  }
  75% {
    margin-top: -6px;
  }
}

#mainimage_sp {
  display: none;
}

/*コロナ対策
----------------------------------------------------*/
.corona {
  background: url("../images/common/bg_dot01.png") no-repeat right bottom;
  border: 10px solid #f2d5ac;
  padding: 45px;
  position: relative;
}
.corona .inner {
  display: flex;
}
.corona .text {
  font-size: 19px;
  margin-left: 30px;
}

.corona_btn {
  position: absolute;
  right: 24px;
  bottom: 26px;
}
.corona_btn img {
  margin-right: 10px;
}
.corona_btn a {
  border: 1px solid #edaa4e;
  border-radius: 100px;
  background: #fff4e6;
  color: #cc9952;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  padding: 10px 32px;
}

/*キャンペーン
----------------------------------------------------*/
.campaign01 {
  border: 1px solid #3d2d15;
  background: #fffbf6;
  margin-top: 84px;
  background-image: url("../images/common/frame_top.png"), url("../images/common/frame_bottom.png");
  background-position: top 7px center, bottom 7px center;
  background-repeat: no-repeat;
  padding: 35px 35px 80px 35px;
}
.campaign01 .ttl {
  margin-top: -56px;
}
.campaign01 .ttl img {
  margin-left: -17.5px;
  max-width: inherit;
}

.campaign01_text01 span {
  font-weight: bold;
  font-size: 32px;
  background: linear-gradient(transparent 60%, #fdef52 60%);
  line-height: 1;
}

.campaign01_price {
  margin-top: -30px;
  margin-bottom: 40px;
}

.campaign01_msg {
  border-left: 1px solid #3e2e16;
  border-right: 1px solid #3e2e16;
  border-bottom: 1px solid #3e2e16;
  background: #fff;
  margin-bottom: 35px;
}

.campaign01_msg_ttl {
  background: #ff838a;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-family: "hannari", serif;
  text-shadow: 1px 1px 3px #7f7f7f;
  margin-left: -1px;
  margin-right: -1px;
  padding-bottom: 5px;
}

.campaign01_msg .inner {
  padding: 20px 35px;
}
.campaign01_msg .inner .img {
  float: right;
}
.campaign01_msg .inner p {
  font-size: 16px;
  line-height: 2.25;
}
.campaign01_msg .inner p .strong01 {
  font-size: 18px;
}

.campaign_coupon {
  background: url("../images/common/bg01.png");
  padding: 40px;
  margin-bottom: 45px;
}

.campaign_coupon_ttl {
  text-align: center;
  font-size: 28px;
  font-family: "hannari", serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}

.campaign_coupon .inner {
  border-radius: 10px;
  background: #fff;
  padding: 5px 30px;
}
.campaign_coupon ol {
  padding: 0;
}
.campaign_coupon li {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px dotted #d9b465;
  padding: 25px 0 30px 47px;
  counter-increment: num;
}
.campaign_coupon li:last-child {
  border-bottom: none;
}
.campaign_coupon li:before {
  content: counter(num);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #64af35;
  color: #fff;
  font-size: 22px;
  font-family: inherit;
  width: 47px;
  height: 47px;
  border-radius: 100px;
  margin-left: -35px;
  margin-right: 10px;
  position: relative;
  top: -3px;
  left: -10px;
  float: left;
}

.fukidashi {
  position: relative;
  display: inline-block;
  margin: 0 0 0 30px;
  padding: 7px 35px;
  min-width: 120px;
  max-width: 100%;
  background: #fdef52;
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -23px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #fdef52;
}

/*このようなお悩みはありませんか？
----------------------------------------------------*/
.onayami {
  background: #fcecef;
}
.onayami .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 40px;
}
.onayami .list01 {
  margin-bottom: 3em;
}

.list01 li {
  background: url(../images/common/icon_check01.png) no-repeat left 3px;
  font-size: 17px;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 1em;
}

/*不妊治療実績
----------------------------------------------------*/
.result {
  background: #fcecef;
  padding: 40px 25px 25px;
}

.result_text01 {
  font-size: 20px;
  font-weight: bold;
  margin: 1em 0;
}

.result_tbl_ttl {
  background: #ff838a;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #7f7f7f;
  line-height: 1.5;
  padding: 20px;
}

.result .tbl01 {
  margin-bottom: 30px;
}

.tbl01 {
  font-size: 18px;
  border-collapse: collapse;
}
.tbl01 tr:nth-child(odd) {
  background: #fff;
}
.tbl01 tr:nth-child(even) {
  background: #dbd5d6;
}
.tbl01 th, .tbl01 td {
  padding: 10px 20px;
  border-bottom: 3px solid #fcecef;
}
.tbl01 th {
  text-align: left;
  border-right: 3px solid #fcecef;
}
.tbl01 td {
  text-align: center;
  font-weight: bold;
}
.tbl01 tr:nth-child(odd) td {
  color: #ff838a;
}

.result_rate {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
}
.result_rate .year {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
}
.result_rate .rate {
  background: url(../images/common/icon_check02.png) no-repeat left 9px;
  font-size: 18px;
  padding-left: 40px;
  line-height: 1.6;
  margin-bottom: 1em;
}
.result_rate .rate:last-child {
  margin-bottom: 0;
}
.result_rate .rate span:nth-of-type(1) {
  background: -webkit-linear-gradient(transparent 60%, #fdef52 60%);
  font-weight: bold;
  margin-right: 1em;
}
.result_rate .rate span:nth-of-type(2) {
  font-size: 20px;
}
.result_rate .rate span:nth-of-type(3) {
  font-size: 27px;
  font-weight: bold;
  color: #ff838a;
}

.result_topic {
  background: #fff;
  padding: 30px 19px;
  margin-bottom: 30px;
}
.result_topic p {
  margin-bottom: 1em;
}

.topic_ttl {
  margin-bottom: 20px;
}

.result_detail {
  background: #fff;
  padding: 30px 19px;
}
.result_detail .year {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.result_detail .year_wrap {
  margin-bottom: 30px;
}
.result_detail .year_wrap:last-child {
  margin-bottom: 0;
}

.tbl02 td {
  background: #f7dade;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}
.tbl02 .method01, .tbl02 .method02, .tbl02 .method03 {
  color: #fff;
}
.tbl02 .method01 {
  background: #ff838a;
}
.tbl02 .method02 {
  background: #edaf57;
}
.tbl02 .method03 {
  background: #7baf5b;
}

/*お知らせ
----------------------------------------------------*/
.news01 .conts {
  box-shadow: 0px 0px 9px -1px rgba(0, 0, 0, 0.2);
  border-top: 9px solid #ff838a;
  margin-bottom: 30px;
  padding: 40px;
}
.news01 .conts .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.news01 .conts .inner .img {
  float: left;
  margin-right: 40px;
  width: 163px;
}
.news01 .conts .inner .img img {
  margin-bottom: 15px;
}
.news01 .conts .inner p {
  margin-bottom: 1em;
}
.news01 .conts .movie {
  margin-bottom: 30px;
}
.news01 .conts *:last-child, .news01 .conts .inner:last-child p:last-child {
  margin-bottom: 0;
}

/*4つの安心
----------------------------------------------------*/
.point .ttl {
  margin-bottom: 30px;
}

.point_conts {
  margin-bottom: 30px;
}
.point_conts .point_ttl {
  background: #fcecef;
  border-radius: 100px;
  font-family: "hannari", serif;
  font-size: 24px;
  font-weight: bold;
  padding-right: 20px;
  margin-bottom: 1em;
}
.point_conts .point_ttl span {
  background: #f1a4a9;
  border-radius: 100px 0 0 100px;
  display: inline-block;
  font-size: 21px;
  font-weight: normal;
  color: #fff;
  padding: 10px 24px 15px 30px;
  margin-right: 24px;
}
.point_conts p {
  margin-bottom: 1em;
}
.point_conts p:last-child {
  margin-bottom: 0;
}
.point_conts figure {
  width: 220px;
}
.point_conts figure img {
  margin-bottom: 15px;
}

/*メリット
----------------------------------------------------*/
.merit {
  border: 10px solid #f7dade;
  padding: 30px;
}
.merit .ttl {
  font-size: 32px;
  font-weight: bold;
  font-family: "hannari", serif;
  line-height: 1.3;
  border-bottom: 3px dotted #f7dade;
  padding: 15px 0;
  margin-bottom: 1em;
}
.merit li {
  font-size: 17px;
  margin-bottom: 1em;
}
.merit li:first-letter {
  color: #f1a4a9;
}
.merit .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.merit .inner .img {
  margin-left: 30px;
}

/*喜びの声
----------------------------------------------------*/
.voice .ttl03 span.ttl03_wrap:before {
  left: -1.5em;
}
.voice .ttl03 span.ttl03_wrap:after {
  right: -1.3em;
}
.voice .ttl {
  margin-bottom: 50px;
}

/*エキテン
----------------------------------------------------*/
.ekiten .ttl {
  font-size: 32px;
  font-family: "hannari", serif;
  background: #eda43e;
  color: #fff;
  text-shadow: 1px 1px 3px #7f7f7f;
  position: relative;
  display: inline-block;
  padding: 7px 10px 14px;
  min-width: 100%;
  max-width: 100%;
  border: solid 3px #eda43e;
  box-sizing: border-box;
  box-shadow: 6px 6px 6px -4px rgba(0, 0, 0, 0.2);
}
.ekiten .ttl:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #eda43e;
  z-index: 2;
}
.ekiten .ttl:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #eda43e;
  z-index: 1;
}

/*1度の施術で効果を感じられる理由
----------------------------------------------------*/
.reason {
  border: 1px solid #ff838a;
  background: #fffafb;
  padding: 40px;
}
.reason > .ttl {
  font-size: 32px;
  font-weight: bold;
  font-family: "hannari", serif;
  line-height: 1.3;
  padding: 15px;
  margin: 0 -15px 1em;
  background: url("../images/common/bg_4dot01.png") no-repeat center center/contain;
}
.reason .conts {
  margin-bottom: 30px;
}
.reason .conts:last-child {
  margin-bottom: 0;
}
.reason .conts .ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px dotted #f1a4a9;
  margin-bottom: 10px;
  position: relative;
  padding-left: 1em;
}
.reason .conts .ttl:before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 0;
  color: #f1a4a9;
}

/*他院との6つの違い
----------------------------------------------------*/
.difference > .ttl {
  font-size: 36px;
  font-weight: bold;
  font-family: "hannari", serif;
  line-height: 1.3;
  background: url("../images/top/difference_ttl_bg.png") no-repeat center center/contain;
  min-height: 170px;
}

.difference_conts_wrap .ttl {
  border-bottom: 3px dotted #fb9ca8;
  font-size: 26px;
  font-weight: bold;
  font-family: "hannari", serif;
  display: flex;
  align-items: center;
  min-height: 109px;
  padding-left: 105px;
  margin-bottom: 20px;
}
.difference_conts_wrap .ttl > span {
  margin: -8px 0 0 20px;
  line-height: 1.3;
}
.difference_conts_wrap .difference_ttl01, .difference_conts_wrap .difference_ttl02 {
  background: url("../images/top/difference01_ttl_bg.png") no-repeat left bottom/contain;
  min-height: 109px;
}
.difference_conts_wrap .difference_ttl03 {
  background: url("../images/top/difference03_ttl_bg.png") no-repeat left bottom/contain;
  min-height: 109px;
}
.difference_conts_wrap .difference_ttl04 {
  background: url("../images/top/difference04_ttl_bg.png") no-repeat left bottom/contain;
  min-height: 109px;
}
.difference_conts_wrap .difference_ttl05 {
  background: url("../images/top/difference05_ttl_bg.png") no-repeat left bottom/contain;
  min-height: 109px;
}
.difference_conts_wrap .difference_ttl06 {
  background: url("../images/top/difference06_ttl_bg.png") no-repeat left bottom/contain;
  min-height: 109px;
}

/*.difference_conts_wrap .ttl .inner {
    margin-top: -10px;
}*/
.difference_conts {
  margin-bottom: 30px;
}
.difference_conts p {
  margin-bottom: 1em;
}
.difference_conts p:last-child {
  margin-bottom: 0;
}

/*院長プロフィール
----------------------------------------------------*/
.profile > .ttl {
  font-size: 36px;
  font-weight: bold;
  font-family: "hannari", serif;
  line-height: 1.3;
  background: url("../images/common/bg_5dot01.png") no-repeat center center/contain;
  min-height: 206px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile > .ttl > span span:nth-of-type(1) {
  font-size: 48px;
}

.profile_conts {
  border: 10px solid #f7dade;
  padding: 30px;
  margin-top: 30px;
}
.profile_conts figure {
  width: 229px;
  text-align: center;
  margin-bottom: 30px;
}
.profile_conts figure .name {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 25px;
}
.profile_conts p {
  margin-bottom: 1em;
}

.profile .license {
  margin-top: 30px;
}
.profile .license .ttl {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  border-top: 2px solid #583c1b;
  border-bottom: 1px solid #583c1b;
  position: relative;
  padding: 15px 0;
  margin-bottom: 30px;
}
.profile .license .ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #583c1b;
  position: absolute;
  left: 0;
  top: 3px;
}

/*料金
----------------------------------------------------*/
.price .tbl03 {
  margin-bottom: 40px;
}
.price .tbl03 th {
  width: 30%;
}

/*当院は全力を尽くします
----------------------------------------------------*/
.message02 {
  border: 10px solid #f7dade;
  padding: 30px;
}
.message02 p {
  font-size: 17px;
  margin-bottom: 1em;
}
.message02 p:last-child {
  margin-bottom: 0;
}
.message02 .large {
  font-size: 28px;
  font-weight: bold;
  font-family: "hannari", serif;
  line-height: 1.5;
}
.message02 .large .pink {
  font-size: 32px;
}
.message02 .large span {
  background: -webkit-linear-gradient(transparent 60%, #fdef52 60%);
}

/*不妊鍼灸たまご堂高槻院ってどんなとこ？
----------------------------------------------------*/
.top_about-ttl01 {
  position: relative;
}
.top_about-ttl01:before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  max-width: 78px;
  max-height: 75px;
  background: url("../images/top/about_ttl01.png") no-repeat left top;
  position: absolute;
  left: -82px;
  top: -50px;
}

.top_aboutconts-img {
  position: relative;
  z-index: 1;
}
.top_aboutconts-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.top_aboutconts-text {
  width: calc(100% - 60px);
  margin: -40px auto 0;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.82);
  box-sizing: border-box;
  padding: 32px;
}
.top_aboutconts-text p {
  font-size: 21px;
  font-family: "hannari", serif;
  line-height: 1.7;
}

.top_about-ttl02 {
  font-size: 44px;
  font-family: "hannari", serif;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 24px;
}

/*不妊鍼灸たまご堂高槻院ってどんなとこ？
----------------------------------------------------*/
.top_profile-img {
  float: right;
  padding-left: 32px;
  background: #fff8f6;
}
.top_profile-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.top_profile-ttl01 {
  font-size: 18px;
  font-family: "hannari", serif;
  font-weight: bold;
  border-bottom: 1px solid #e2949e;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
.top_profile-ttl01 ruby {
  font-size: 25px;
  margin-left: 8px;
}

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

/*不妊鍼灸たまご堂高槻院の特徴
----------------------------------------------------*/
.feature {
  counter-reset: num;
}

.top_feature-ttl01 {
  position: relative;
}
.top_feature-ttl01:before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  max-width: 152px;
  max-height: 152px;
  background: url("../images/top/feature_ttl.png") no-repeat left top;
  position: absolute;
  right: -30px;
  bottom: -12px;
}

.top_featureconts {
  margin-top: 32px;
}
.top_featureconts:first-of-type {
  margin-top: 0;
}

.feature_ttl {
  font-size: 24px;
  font-weight: bold;
  padding-left: 52px;
  position: relative;
  margin-bottom: 16px;
}
.feature_ttl:before {
  content: counter(num);
  counter-increment: num;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #d57580;
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.feature_img {
  margin-bottom: 12px;
}
.feature_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*不妊鍼灸たまご堂高槻院の実績
----------------------------------------------------*/
.top_reason-ttl01 {
  position: relative;
}
.top_reason-ttl01:before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  max-width: 167px;
  max-height: 205px;
  background: url("../images/top/reason_ttl.png") no-repeat left top;
  position: absolute;
  right: -30px;
  bottom: -50px;
}

.top_reason-text01 {
  text-align: center;
}
.top_reason-text01 span {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fff58c 60%);
}

.reason_ttl {
  background: no-repeat left top;
  position: relative;
  padding-left: 96px;
  font-size: 24px;
  font-weight: bold;
  padding-top: 16px;
  min-height: 56px;
  margin-bottom: 16px;
}

.reason_ttl01 {
  background-image: url("../images/top/reason_ttl01.png");
}

.reason_ttl02 {
  background-image: url("../images/top/reason_ttl02.png");
}

.reason_ttl03 {
  background-image: url("../images/top/reason_ttl03.png");
}

.reason_ttl04 {
  background-image: url("../images/top/reason_ttl04.png");
}

.reason_ttl05 {
  background-image: url("../images/top/reason_ttl05.png");
}

.reason_ttl06 {
  background-image: url("../images/top/reason_ttl06.png");
}

.reason_ttl07 {
  background-image: url("../images/top/reason_ttl07.png");
}

.reason_conts {
  margin-top: 32px;
}
.reason_conts:first-of-type {
  margin-top: 0;
}

/*スタッフからみなさまへ
----------------------------------------------------*/
.top_message p {
  margin-bottom: 1em;
  line-height: 2;
}
.top_message p:last-of-type {
  margin-bottom: 0;
}

/*メニューリスト
----------------------------------------------------*/
.top_menulist {
  display: flex;
  justify-content: space-between;
}
.top_menulist li {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.top_menulist li:last-of-type {
  margin-right: 0;
}
.top_menulist li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*ニュース＆ブログ
----------------------------------------------------*/
.top_newsblog {
  display: flex;
  justify-content: space-between;
}

.top_newsblog-conts {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.top_newsblog-conts:last-of-type {
  margin-right: 0;
}

.top_newsblog-singleconts dl {
  display: flex;
  flex-direction: row;
  border-bottom: 1px dashed;
  padding-bottom: 4px;
  margin-bottom: 12px;
}
.top_newsblog-singleconts dl dt {
  width: 5em;
  margin-right: 4px;
}
.top_newsblog-singleconts dl dd {
  width: calc(100% - 5em - 4px);
}
.top_newsblog-singleconts dl dd a {
  text-decoration: none;
}

.top_newsblog-link {
  margin-top: 12px;
}
.top_newsblog-link a {
  display: block;
  position: relative;
  text-align: right;
  font-size: 13px;
  position: relative;
  padding-right: 16px;
}
.top_newsblog-link a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #d57580;
  position: absolute;
  right: 0;
  top: 8px;
}