/*--------------------*
 *  common
 *--------------------*/
.fs_08 {
  font-size: 0.8em;
}

.fs_11 {
  font-size: 11px;
  font-weight: 400;
}

.fs_12 {
  font-size: 12px;
  font-weight: 400;
}

.fs_13, .gototop a, .box6 p, .box5 .item .text p, .box5_2 .item .text p, .box2 .item .contents_title {
  font-size: 13px;
  font-weight: 400;
}

.fs_14, .box4 .item_list .item .text p, .box4 .item_list a, .box2 .title, .articles_list li, .bar1, time {
  font-size: 14px;
  font-weight: 400;
}

.fs_15, .box4 p, .box3 p, .box3_2 p, .box2 p, .box1 p {
  font-size: 15px;
  font-weight: 400;
}

.fs_16, .box1 h2, .btn_wrapper, .btn_1 {
  font-size: 16px;
  font-weight: 400;
}

.fs_18, .sub_title_wrapper, .sub_title1_2, .sub_title1 {
  font-size: 18px;
  font-weight: 400;
}

.fs_20, header h1 {
  font-size: 20px;
  font-weight: 400;
}

.line {
  border-bottom: 4px dotted #B4B4B4;
  width: 90%;
  margin: 0 auto;
}

.disp_sp .fs_20, .disp_sp header h1, header .disp_sp h1 {
  font-size: 18px;
  font-weight: 400;
}

.f_marumaru {
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

time {
  color: #908E87;
  display: block;
  padding-top: 8px;
}

main {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  background-color: #fff;
  padding-bottom: 3%;
  color: #1F2121;
}

#container {
  background-color: rgb(242, 245, 245);
}

.bar1 {
  padding: 3% 5%;
  background-image: linear-gradient(90deg, rgb(147, 112, 219), rgb(238, 130, 238));
  color: #fff;
}
.bar1 small {
  display: block;
  line-height: 1.3em;
}

.box_wrapper, .box6, .box5, .box5_2, .box4, .box3, .box3_2, .box2, .box1, .articles_list {
  width: 90%;
  margin: 7% auto;
}

.btn_wrapper, .btn_1 {
  width: 75%;
  max-width: 400px;
  margin: 5% auto 7%;
  border-radius: 50px;
  text-align: center;
  padding: 3% 5%;
}

.sub_title_wrapper, .sub_title1_2, .sub_title1 {
  width: 80%;
  max-width: 400px;
  margin: 3% auto 7%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_title_wrapper::before, .sub_title1_2::before, .sub_title1::before {
  content: "";
  background: url(../img/points/left_1.svg) no-repeat scroll center left/9px 24px;
  width: 24px;
  height: 24px;
}
.sub_title_wrapper::after, .sub_title1_2::after, .sub_title1::after {
  content: "";
  background: url(../img/points/right_1.svg) no-repeat scroll center right/9px 24px;
  width: 24px;
  height: 24px;
}

/*--------------------*
 *  logoPortal
 *--------------------*/
#logoPortal .logo_bdy {
  background: #fff;
  border: none;
}
#logoPortal .logo_left {
  padding: 12px 0 0 16px;
  width: 267px;
}

.disp_sp #logoPortal .logo_bdy {
  width: 100%;
}
.disp_sp #logoPortal .logo_bdy img {
  width: 118px;
  height: auto;
  padding: 7%;
}
.disp_sp #logoPortal .logo_left {
  width: 130px;
  float: left;
  padding: 0;
}
.disp_sp #logoPortal .favorites a {
  padding: 0;
}
.disp_sp #logoPortal .favorites img {
  width: 70px;
  padding: 5px;
}

/*--------------------*
 *  header
 *--------------------*/
header h1 {
  line-height: 1.6em;
  text-align: center;
  margin: 18px 0;
}
header h1 small {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 400;
}

/*--------------------*
 *  articles_list
 *--------------------*/
.articles_list {
  background: rgb(242, 245, 245);
  width: 70%;
  margin: 0 auto;
  padding: 4% 10%;
}
.articles_list .title {
  text-align: center;
  margin-bottom: 16px;
}
.articles_list li {
  line-height: 28px;
  position: relative;
}
.articles_list a {
  color: #1F2121;
}
.articles_list li.sub {
  padding-left: 23px;
}
.articles_list li.sub::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  width: 10px;
  height: 8px;
  border-top: solid 1px #1F2121;
  border-right: solid 1px #1F2121;
  transform: rotate(180deg);
}

/*--------------------*
 *  box
 *--------------------*/
.box1 h2 {
  margin-bottom: 4%;
}
.box1 p {
  line-height: 1.5em;
  text-align: justify;
}
.box1 p span {
  color: darkviolet;
  font-weight: 700;
  font-size: 1.1em;
}
.box1 .midashi {
  border-bottom: 1px solid #1F2121;
  padding-bottom: 4px;
}

.box2 {
  margin: 7% auto 9%;
}
.box2 .item {
  width: 85%;
  margin: 0 auto 5%;
  border-radius: 6px;
  border: 1px solid #AFAFAF;
  padding: 2% 3% 2% 6%;
  position: relative;
}
.box2 .item a {
  color: #1F2121;
}
.box2 .item .contents_title {
  margin-top: 4px;
}
.box2 .item img {
  width: 60px;
  height: 60px;
  float: left;
  margin: 3px 8px 0 0;
}
.box2 .item p:after {
  content: "";
  clear: both;
  display: block;
}
.box2 .title {
  font-weight: 700;
  font-size: 1.1em;
  color: #1F2121;
  margin-bottom: 5%;
}
.box2 p {
  line-height: 1.5em;
}

.number {
  display: inline-block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  line-height: 36px;
  text-align: center;
  background: #F8DADA;
  font-size: 16px;
  position: absolute;
  top: -13px;
  left: -18px;
}

#ranking_30 .number {
  background: #EBDCEF;
}

#ranking_40 .number {
  background: #CFEDE2;
}

#ranking_50 .number {
  background: #F8F1B2;
}

#ranking_60 .number {
  background: #EEE4BA;
}

.box3, .box3_2 {
  background-color: rgb(242, 245, 245);
  border-radius: 8px;
}
.box3 .item, .box3_2 .item {
  padding: 5%;
}
.box3 p, .box3_2 p {
  line-height: 1.7em;
}
.box3 p span, .box3_2 p span {
  font-size: 1.1em;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #ffffff 0%);
}

.box3_2 {
  background-color: #B1E0D5;
}

.box4 p {
  line-height: 1.7em;
  padding-bottom: 7%;
}
.box4 .item_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.box4 .item_list a {
  color: #1F2121;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.box4 .item_list a:nth-child(2n) {
  margin-right: auto;
}
.box4 .item_list .item {
  padding: 2% 3%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 6px;
  border: 1px solid #AFAFAF;
}
.box4 .item_list .item .img {
  width: 27%;
}
.box4 .item_list .item .text {
  width: 70%;
}
.box4 .item_list .item .text .title {
  line-height: 1.6em;
  background: linear-gradient(transparent 50%, #ffffff 0%);
}
.disp_sp .box4 .item_list a {
  width: 100%;
  margin-right: auto;
  margin-bottom: 3%;
}
.disp_sp .box4 .item_list a .img {
  width: 20%;
}
.disp_sp .box4 .item_list a .text {
  width: 74%;
}

.box5 .item, .box5_2 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box5 .item .img, .box5_2 .item .img {
  width: 15%;
  height: auto;
}
.box5 .item .text, .box5_2 .item .text {
  width: 65%;
  padding: 5%;
  background-color: #EEE4BA;
  border-radius: 7px;
  position: relative;
}
.box5 .item .text p, .box5_2 .item .text p {
  line-height: 1.7em;
}
.box5 .item .text p span, .box5_2 .item .text p span {
  font-size: 1.1em;
  font-weight: 700;
  background: linear-gradient(transparent 50%, #ffffff 0%);
}
.box5 .item .text::after, .box5_2 .item .text::after {
  content: "";
  position: absolute;
  top: 35px;
  left: -26px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 20px solid #EEE4BA;
}

.box5_2 .item .text {
  background-color: #fbd3e1;
}
.box5_2 .item .text::after {
  top: 35px;
  left: 99%;
  margin-top: -15px;
  border-left: 20px solid #fbd3e1;
  border-right: none;
}

.box6 p {
  line-height: 1.7em;
}

/*--------------------*
 *  button
 *--------------------*/
.btn_1 {
  border: 1px solid #1F2121;
  color: #1F2121;
}

/*--------------------*
 *  title
 *--------------------*/
.sub_title1_2 {
  margin-top: 7%;
}

/*--------------------*
 *  footer
 *--------------------*/
footer {
  padding: 5%;
  background-color: #fff;
}
footer p {
  text-align: center;
  font-size: 12px;
  color: #72787A;
}

/*--------------------*
 *  .pagetop
 *--------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 2%;
  z-index: 1001;
  width: 2.25em;
  height: 2.25em;
  cursor: pointer;
}

.gototop {
  width: 90%;
  margin: 5% auto 0;
}
.gototop a {
  color: #1F2121;
}/*# sourceMappingURL=style.css.map */