﻿@charset "utf-8";

/* CSS Document */
#container *,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mv .tl {
  text-align: center;
  padding: 20px 0;
}

.bg {
  background-color: #05C153;
  padding: 0 0 55px;
}
.bg_gray{
  background-color: #FAFAFA;
}
#container {
  width: 960px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Sans",  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  color: #1A1A1A;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.header-text {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .bg {
    padding: 0 0 65px;
  }

  .mv .tl {
    margin: 0 auto;
  }

  #container {
    width: 100%;
    font-family: "Noto Sans JP", "Hiragino Sans",  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
    color: #222222;
    margin: 0;
  }

  #entry_outline {
    font-family: "Noto Sans JP", "Hiragino Sans",  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  }
}

.c-f:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.c-f {
  min-height: 1%;
  display: block;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.sp-head {
  display: none;
}

.lead {
  font-size: 14px;
  line-height: 1.7;
}

.lead a {
  text-decoration: underline;
}

.img_rwd {
  max-width: 100%;
}

.notelist li {
  position: relative;
  padding-left: 15px;
}

.notelist li span {
  position: absolute;
  top: 0;
  left: 0;
}

h2.rs_h2_title_bar {
  padding: 10px 15px;
  background-color: #0071BE;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
}

h3.rs_h3_title_bar {
  padding: 5px 15px !important;
  background-color: #666666;
  color: #fff;
  font-size: 16px;
  font-weight: normal !important;
  border-left: none !important;
  margin-top: 20px !important;
}

h4.rs_h4_title_bar {
  border-left: 5px solid #898989;
  padding: 0 15px;
  color: #434343;
  font-size: 16px !important;
  font-weight: normal !important;
  margin-top: 20px !important;
}

.bold {
  font-weight: bold;
}

.txt-red {
  color: #eb4055;
}

.txt-gray {
  color: #434343;
}

.txt-bg-yellow {
  background-color: #FFDF29;
}

.campaigntxt em {
  font-size: 32px;
  font-weight: 700;
}

.txt-kome {
  font-size: 14px;
}

.sp-area {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-head {
    display: none;
  }

  .sp-head {
    display: block;
  }

  .lead {
    padding: 0 10px;
    max-height: 999999px;
  }

  h2.rs_h2_title_bar {
    margin: 15px 10px 0 !important;
    max-height: 999999px;
    font-weight: normal !important;
    padding: 7px 10px !important;
  }

  h3.rs_h3_title_bar {
    margin: 15px 10px 0 !important;
    padding: 5px 10px !important;
    max-height: 999999px;
  }

  h4.rs_h4_title_bar {
    border-left: 5px solid #898989;
    margin: 15px 10px 0 !important;
    padding: 0 10px;
    max-height: 999999px;
  }

  .txt-kome {
    font-size: 12px;
  }

  .bottom_btn {
    margin: 0 10px;
    max-height: 999999px;
  }

  .pc-area {
    display: none;
  }

  .sp-area {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .lead {
    padding: 0 5px;
    font-size: 16px;
    line-height: normal;
  }

  h2.rs_h2_title_bar,
  h3.rs_h3_title_bar,
  h4.rs_h4_title_bar {
    margin: 30px 10px 0 !important;
  }
}

@media screen and (max-width: 340px) {
  .lead {
    font-size: 14px;
  }

  h2.rs_h2_title_bar,
  h3.rs_h3_title_bar,
  h4.rs_h4_title_bar {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 769px) {
  .notelist li+li {
    margin-top: 5px;
  }
}

/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 3.995px 13.982px 0px #E4DED6;
  text-align: center;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }

}

@media screen and (max-width: 768px) {
  .contents-area {
    font-size: 12px;
    padding: 0 16px;
    margin: 0 16px;
    box-shadow: 0px 4px 14px 0px #E4DED6;
  }

  .sp-none {
    display: none !important;
  }

  .contentswrap {
    padding: 0 15px;
  }

}

/*---------------------------------
  　about
-----------------------------------*/


.about {
  background: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #FFF800;
}

.about .tl {
  border-radius: 10px 10px 0 0;
  background: #FFF800;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 1.12px;
  padding: 18px 0 13px 0;
}
  .about_inner {
    padding: 14px 70px;
  }

.about p {
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}

.about .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.about .bottom {
  text-align: center;
}

.about .txt {
  text-align: center;
  color: #1B356D;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
}

.about .txt span {
  font-weight: 700;
}

.about .link {
  text-align: center;
  margin-bottom: 12px;
}

.about .link a {
  color: #0071BE;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  text-decoration: underline;
}

.about .link a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0071BE;
  border-right: 1px solid #0071BE;
  transform: rotate(45deg);
}

.about .img {
  margin: 0 auto;
  width: 287px;
  height: auto;
}

.about .img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .about {
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #FFF800;
  }

  .about .tl {
    border-radius: 6px 6px 0 0;
    background: #FFF800;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 1.12px;
    padding: 18px 0 13px 0;
  }

  .about_inner {
    padding: 20px 14px 26px;
  }

  .about p {
    text-align: center;
    font-size: 18px;
    padding: 0 0 26px;
  }
  .about dl {
    display: block;
    color: #1B356D;
  }

  .about dl dt {
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
  }

  .about dl dd {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
  }

  .about .flexbox {
    display: block;
  }


  .about .bottom {
    display: flex;
    justify-content: space-between;
  }

  .about .txt {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6px;
  }

  .about .txt span {
    font-weight: 700;
  }

  .about .link {
    text-align: left;
  }

  .about .link a {
    font-size: 14px;
    font-weight: 300;
    position: relative;
  }

  .about .link a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #0071BE;
    border-right: 1px solid #0071BE;
    transform: rotate(45deg);
  }

  .about .img {
    max-width: 261px;
	height: auto;
  }

  .about .img img {
    width: 100%;
  }
}




/*---------------------------------
  　point
-----------------------------------*/
.point{
  margin-top: 50px;
}
.point .tl {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
}
.point .tl span{
	font-size: 40px;
  color: #FFF800;
}
.point .point_wrap{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 16px 14px 0 20px;
}
.point .point_wrap figure{
  text-align: center;
}
.point .point_wrap_lead{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.point .point_wrap_lead p{
	font-size: 24px;
	font-weight: 600;
}
.point .point_wrap_lead .img{
  width: 98px;
  height: auto;
}
.point .point_wrap_text .explain{
  margin-top: 12px;
	font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.point .point_wrap_text .explain .small-txt{
	font-size: 14px;
	font-weight: 300;
  margin-top: 12px;
  line-height: 1.7;
  display: inline-block;
}


@media screen and (min-width: 769px) {
  .point .flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .point .point_wrap{
    width: 468px;
    height: 410px; 
    position: relative;
  }
  .point .point_wrap figure{
    position: absolute;
    bottom: 50px;
    left: 60px;
  }
  .point .point_inner{
    margin-top: 20px;
  }

}
@media screen and (max-width: 768px) {
  .point .tl {
    text-align: left;
    font-size: 24px;
  }
  .point .tl span{
    font-size: 34px;
  }
  .point .point_wrap_text .explain{
    margin: 12px auto 30px;
  }
  .point .point_wrap{
    margin-top: 24px;
    padding-bottom: 40px;
  }

}


/*---------------------------------
  　faq
-----------------------------------*/
.faq{
  padding: 60px 0 50px;
}
.faq__title{
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}
.faq-item{
  border-bottom: 1px solid #DEDEDF;
  padding: 28px 0;
}
.faq-q p{
  font-size: 16px;
  font-weight: 600;
}
.faq-q,.faq-a{
  display: flex;
}
.faq-a {
  margin-top: 10px;
}
.faq_text{
  padding-left: 10px;
}

.faq .detaillink {
  text-align: right;
  margin-top: 30px;
}

.faq .detaillink a {
  color: #222;
  position: relative;
  padding-right: 14px;
}

.faq .detaillink a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(45deg);
}

.faq .detaillink a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .faq{
    padding: 50px 0 10px;
  }
  .faq__title{
    font-size: 33px;
    text-align: left;
  }
  .faq-item{
    padding: 24px 0;
  }
  .faq-item p{
    line-height: 1.4;
  }
  .faq .detaillink {
    margin-top: 20px;
  }
  .faq_img{
    width: 28px;
  }
  .faq_text{
    width: 90%;
  }
}
/*---------------------------------
  　searchbtn
-----------------------------------*/
.searchbtn{
  border-radius: 400px;
  border: 2px solid #1A1A1A;
  background: #FFF800;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 30px auto 0;
  width: 390px;
  height: 70px;
  position: relative;
  box-shadow: 0px 6px 4px 0px rgba(0, 0, 0, 0.2);
}
.searchbtn a{
  color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.searchbtn a:hover{
  color: #1A1A1A;
  opacity: 0.7;
  transition: .2s ease-out;
}
.searchbtn a::after{
  display: inline-block;
  content: "";
  font-weight: 700;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: #1A1A1A;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 28px;
  font-size: 14px;
}
.searchbtn a::before{
  position: absolute;
  top: 32px;
  right: 27px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(45deg);
  background-position: center;
  border: 2px solid #FFFFFF;
  border-left: 0;
  border-bottom: 0;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .searchbtn{
    font-size: 16px;
    width: 100%;
    max-width: 350px;
    height: 64px;
  }
  .searchbtn a::after{
    top: 22px;
  }
  .searchbtn a::before{
    top: 30px;
  }

}

/*---------------------------------
  　plan
-----------------------------------*/
.plan{
  padding: 50px 0 40px;
}
.plan .tl{
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center
}
.plan .tl span{
  font-size: 24px;
  font-weight: bold;
}
.plan .tl .green_text{
  color: #05C153;
  font-size: 40px;
}
.plan_wrap {
  margin-top: 30px;
}
.plan_wrap li{
  background-color: #FFF;
  padding: 14px 24px 30px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
}
.plan_wrap li .img{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.plan_wrap_lead{
  font-size: 24px;
  font-weight: 600;
}
.plan_wrap_lead span{
  font-size: 18px;
}
.benefit{
  font-size: 18px;
}
.benefit .underline{
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(transparent 70%, #FFF800 70%);
}
.benefit .underline .red{
  font-size: 30px;
  color: #D7373D;
}
.plan_wrap .icon{
  width: 33px;
  height: auto;
  margin: 10px auto 4px;
}

@media screen and (max-width: 768px) {
 .plan .tl{
    font-size: 34px;
    text-align: left;
   margin-left: 25px;
   
  }
  .plan .tl .green_text{
    font-size: 34px;
    font-weight: bold;
  }
  .plan_wrap li{
  padding: 16px 14px 30px;
  }
  .plan_wrap li+li{
  margin-top: 30px;
  }
  .plan_wrap li .img{
    max-width: 375px;
    margin: 14px auto 0;
  }
  .plan_wrap li .img p+p{
    margin-left: 10px;
  }
  .plan_wrap .icon{
    width: 26px;
    height: auto;
  }

}

@media screen and (min-width: 769px) {
  .plan_wrap{
    display: flex;
    justify-content: space-between;
  }
  .plan_wrap li{
  width: 470px;
}

}



/*---------------------------------
  　ページTOP
-----------------------------------*/
#pagetop {
  bottom: 20px;
  display: block;
  position: fixed;
  margin-left: 980px;
  width: 960px;
}

#pagetop img {
  width: 50px;
  height: 50px;
}

.pageTop__wrap {
  bottom: 67px;
}

@media screen and (max-width: 768px) {

  /*通常ページ*/
  #pagetop {
    right: 20px;
    width: auto;
    margin-left: 0;
    z-index: 5;
  }

  .pageTop__wrap {
    bottom: 61px;
  }
}

@media screen and (max-width: 640px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

  ::i-block-chrome,
  #container {
    font-family: "Noto Sans JP", "Hiragino Sans",  "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  }
}

/* ==========================================================================
 追従ボタン
=========================================================================== */
#bottom-tab-navigation {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
  width: 100%;
}

#bottom-tab-navigation.fixed {
  opacity: 1;
  z-index: 9;
}

.bottom-tab-navigation {
  max-width: initial;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 0 1em;
  background-color: rgba(26, 26, 26, .7058823529);
  padding: 20px 1em;
  transition: all 500ms 0s ease;
}

.bottom-tab-navigation.is-disabled {
  position: relative;
  border: none;
}

.bottom-tab-navigation.is-disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}

.bottom-tab-navigation a {
  flex-grow: 1;
  max-width: 40rem;
  width: 25.6rem;
  padding: 15px 1em;
  border-radius: 4px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #d7373d;
  color: #fff;
}

.bottom-tab-navigation a:hover {
  background-color: #e37377;
  color: #fff;
}

/* ==========================================================================
 キャンペーン概要
=========================================================================== */
#entry_outline {
  margin: 0 auto;
  font-size: 15px;
  width: 960px;
}

#outline_box {
  margin: 0 0 15px;
  border: 2px solid #0071BE;
  font-size: 1.2em;
}

#outline_box dl {
  margin: 5px 0;
}

#outline_box dt {
  padding: 10px 0 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: #0071BE;
  float: left;
}

#outline_box dd {
  padding: 10px 10px 10px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
  font-size: 15px;
}

#outline_box dd.last {
  border: 0;
}

@media screen and (max-width: 768px) {
  #entry_outline {
    max-width: 100%;
  }

  #outline_box {
    margin: 0 10px;
    padding-top: 5px;
    font-size: 15px;
  }

  #outline_box dl {
    margin: 0;
    padding: 3px;
  }

  #outline_box dt {
    float: none;
    padding: 0 0 0 5px;
    max-height: 999999px;
    font-size: 15px;
  }

  dl.outline dt {
    padding: 5px;
  }

  #outline_box dd {
    padding: 0 0 10px 5px;
    max-height: 999999px;
    font-size: 15px;
  }
}

/*-------------------------
202506キャンペーン終了対応
-------------------------*/
.button--disabled {
  cursor: default;
  pointer-events: none;
  position: relative;
}

.button--disabled a {
  background-color: #75202a;
  border: 1px solid #75202a !important;
  color: #7f7f7f;
}

.campaign-button-ended-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.mv.campaign-ended-mask p.tl {
  position: relative;
  padding: 20px 0 ;
}

.mv.campaign-ended-mask p.tl .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 115px 0 15px;
  background-color: rgba(0, 0, 0, 0.6);
  /* 好きな色と透明度に調整 */
  z-index: 10;
  /* 画像より前面 */
  pointer-events: none;
  /* クリックを透過 */
}

.campaign-ended-mask__text {
  position: absolute;
  width: 100%;
  font-size: 54px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  top: 100px;
  left: 0;
}

/*pc*/
@media screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

/*sp*/
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }

  /**ボタンのマスク*/
  .campaign-ended-mask__text {
    font-size: clamp(26px, 9vw, 50px);
    white-space: normal;
    word-break: break-word;
  }

  .mv.campaign-ended-mask p.tl .overlay {
    padding-top: 40%;
  }
}


.course_list .tl {
  border-radius: 20px 20px 0 0;
  border: 4px solid #FFF;
  background: #193165;
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.9px;
  padding: 18px 0;
}

.course_list_body {
  border-radius: 0 0 20px 20px;
  border: 4px solid #FFF;
  background: #FFF;
  padding: 38px 0 60px 0;
}

.course_list .inner {
  width: 770px;
  margin: 0 auto;
  border-radius: 4px;
  border: 1px solid #DEDEDF;
}




details {
  border-bottom: 1px solid #dfdfdf;

}


details summary {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 23px 20px 23px;
  position: relative;
  cursor: pointer;
}

details[open]>summary {
  padding-bottom: 0;
}

summary::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 4%;
  display: inline-block;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  border-right: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(45deg);
  transition: transform .18s ease;
}

/* 開くと向きを変える */
details[open]>summary::after {
  transform: rotate(-136deg);
}

details:last-child {
  border-bottom: none;
}

details .content {
  font-size: 16px;
  padding: 0 0 0 40px;
  margin-bottom: 20px;
}

details .content .pref {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 8px;
}

details .content p {
  position: relative;
  line-height: 1.5;
}

details .content p::after {
  content: "";
  position: absolute;
  top: 30%;
  right: 4%;
  display: inline-block;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  transition: transform .18s ease;
}

details .content p a {
  color: #000;
  display: block;
}

details .content p a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .course_list .tl {
    font-size: 26px;
    padding: 14px 0 11px;
  }

  .course_list_body {
    padding: 0 0 0 0;
  }

  .course_list .inner {
    width: 100%;
    border: none;
  }




  details {
    border-bottom: 1px solid #dfdfdf;

  }


  details summary {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 23px 20px 20px;
    position: relative;
    cursor: pointer;
  }

  details[open]>summary {
    padding-bottom: 0;
  }

  summary::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 4%;
    display: inline-block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border-right: 3px solid #333;
    border-bottom: 3px solid #333;
    transform: rotate(45deg);
    transition: transform .18s ease;
  }

  /* 開くと向きを変える */
  details[open]>summary::after {
    transform: rotate(-136deg);
  }

  details:last-child {
    border-bottom: none;
  }

  details .content {
    font-size: 16px;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
  }

  details .content .pref {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  details .content p {
    position: relative;
    line-height: 1.5;
    padding-right: 21px;
  }

  details .content p::after {
    content: "";
    position: absolute;
    top: 24%;
    right: 4%;
    display: inline-block;
    width: 6px;
    height: 6px;
    box-sizing: border-box;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    transition: transform .18s ease;
  }

  details .content p a {
    color: #000;
    display: block;
  }

  details .content p a:hover {
    text-decoration: underline;
  }
}