@charset "UTF-8";
/* ****************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
 * *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
  margin: 0;
  padding: 0;
  border: 0;
}

tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 1px solid #bababa;
}

/* Typography
 * *********************************** */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited {
  text-decoration: none !important;
}

/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

/* Elements
 * *********************************** */
ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

/* Attributes & states
 * *********************************** */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes
 * *********************************** */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/*# sourceMappingURL=base.css.map */
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
a,
li,
div,
span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "メイリオ", sans-serif;
}

b,
strong,
.bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.font-bold,
.agent_title_content .agent_title,
.tab_content__body .body_content__title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "メイリオ", sans-serif;
  font-weight: 700;
}

.font-awesome-free,
.tab_content__body .body_content__title:before {
  font-family: "Font Awesome 5 Free";
}

.font-awesome-brand {
  font-family: "Font Awesome 5 Brands";
}

.font-awesome-free,
.tab_content__body .body_content__title:before {
  font-family: "Font Awesome 5 Free";
}

.font-awesome-solid {
  font-family: "Font Awesome 5 Solid";
}

.font-awesome-regular {
  font-family: "Font Awesome 5 Regular";
}

.rotate45:before {
  transform: rotate(135deg) !important;
  top: 50% !important;
}

.header {
  width: 100%;
  height: 75px;
}

/*----スマホで勝手に文字が大きくなる対策----*/

body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /*Chrome,Safari*/
  -ms-text-size-adjust: 100%;
  /*EgdeMobile*/
  -moz-text-size-adjust: 100%;
  /*firefox*/
}

/*Android／Chromeのバグ*/

/*pのテキストが大きい場合*/
p {
  max-height: 100%;
}

/*h1～h5のテキストが大きい場合*/
h1,
h2,
h3,
h4,
h5 {
  max-height: 100%;
}

/*----スマホで勝手に文字が大きくなる対策 end----*/


/*----全体----*/
.wrapper {
  width: 680px;
  margin: 0 auto;
  position: relative;
}
.main p{
  font-size: 24px;
  line-height: 1.8;
  color:#4a260a;
  margin-bottom: 20px;
}
.bold{
  font-weight: bold;
}
/*----ヘッダー画像下テキスト---*/
.head-txt{
  margin:15px 10px;
}
.head-txt p{
  font-size: 18px;
  line-height: 1.5;
}

/*---------------------
   align
-----------------------*/
.intro img.alignright {
  float: right;
  margin: 0 10px;
  width:280px;
  height:auto;
}

.intro img.alignleft {
  float: left;
  margin: 0 10px 0 0;
  width:280px;
  height:auto;
}

/*タイトル部分*/
.ttl_pinkribbon{
  background-image: url(/ppc/webdesign_school/img/ttl_.png);
  background-repeat: no-repeat; 
  height: 130px;
  margin-bottom: 30px;
  position: relative;
}
.ttl_pinkribbon p{
 position: absolute;
 font-size: 33px!important;
 color:#D1487C;
 font-weight: bold;
 top:13%;
 left:18%;
 margin:0 0 20px 10px;
 font-family: "Noto Sans JP", sans-serif;
 line-height: 1.2!important;
}
.ttl_pinkribbon p span{
  color:#4A260A;
  font-size: 22px;
}
/*ランキングタイトル*/
.ribbon_ttl{
  background-image: url(/ppc/webdesign_school/img/ribbon.png);
  background-repeat: no-repeat;
  height: 181px;
  text-align: center;
  position: relative;
}
.ribbon_ttl p{
  position: absolute;
  font-size: 26px;
  top:15%;
  left: 22%;
  line-height: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight:600;
}
.ribbon_ttl p span{
  font-size: 46px;
  font-weight: bold;
  color:#5AC2D8;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
}
.ribbon_ttl .txt_pr{
  position: absolute;
  font-size: 28px;
  left:82%;
  top:10%;
  font-weight: normal;
}

/*--------------------------
   リストアイコン　check
----------------------------*/
ul.list_check {
	margin: 0 0 10px 15px;
	padding: 0 0 0 5px;
}

ul.list_check li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
}

ul.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;
    font-weight: 900;
    margin-right: 8px;
}


/*------------------------------------
   リストアイコン　check 背景色有
--------------------------------------*/
ul.list_check_bg {
	margin: 0 5px 20px;
    padding: 8px 0 8px 25px;
    background: #f1ebea;
    border-radius: 10px;
}

ul.list_check_bg li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
    list-style-type: none;
}

ul.list_check_bg li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    /* color: #4cd6dd; */
    font-weight: 900;
    margin-right: 8px;
}

/*------------------------------------
   リストアイコン　check 背景色有
--------------------------------------*/
ul.list_check_bg2 {
	margin: 0 5px 20px;
    padding: 8px 0 8px 25px;
    /* background: #f1ebea; */
    border:solid 1px #4cd6dd;
    border-radius: 10px;
    color:#4a260a;
}

ul.list_check_bg2 li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
    list-style-type: none;
}

ul.list_check_bg2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f304";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;
    font-weight: 900;
    margin-right: 8px;
}



/*----------------------------------
   リストアイコン　clipbord check
------------------------------------*/
ul.list_check2 {
	margin: 0 0 10px 25px;
	padding: 0 0 0 5px;
}

ul.list_check2 li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
}

ul.list_check2 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f46c";
    content: "\f0c6";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;		/* blue */
    color: #f3a148;		/* yellow */
    color: #FB6B70;		/* pink */
    font-weight: 900;
    margin-right: 8px;
}


/*----------------------------------------------
   リストアイコン　clipbord check　背景色あり
------------------------------------------------*/
ul.list_check2_bg {
	background: #fffdea;
    margin: 0 15px 20px;
    padding: 8px 0 8px 25px;
    border-radius: 10px;
}

ul.list_check2_bg li {
	padding: 5px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
}

ul.list_check2_bg li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f46c";
    content: "\f0c6";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;		/* blue */
    color: #f3a148;		/* yellow */
    color: #FB6B70;		/* pink */
    font-weight: 900;
    margin-right: 8px;
}


/*----ソート機能付き比較表----*/
.fv_hikaku table thead th {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.fv_hikaku table thead th a, .fv_hikaku table thead th span {
  background-color: #f1f1f1;
  display: block;
  color: #4A260A;
  padding: 10px 1px;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.fv_hikaku table thead th a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv_hikaku table thead th a:before {
  content: "▼";
  width: 16px;
  display: inline-block;
  color: #4a260a;
  padding-bottom: 3px;
  margin-right: 5px;
  text-align: center;
  line-height: 13px;
  font-size: 1.5rem;
  vertical-align: middle;
}
.fv_hikaku table thead th.active a {
  background-color: #ffef99;
  font-weight: 700;
  font-size: 17px;
}
.js-wrapper p{
  font-size: 17px;
  color:#4a260a;
  margin-top: 30px;
}
#sort-default{
  width:405px;
}
.fv_hikaku table thead tr th:first-child img{
  width:170px;
}
.graph{
  margin-top:3px
}
#sort-age{
  width:75px;
}
#sort-gender{
  width:70px;
}
.f21{
  font-size: 21px;
}

/* アイコン 共通 */
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li{
  padding-bottom: 40px !important;
  background-position:center 35px!important;
  background-repeat: no-repeat!important;
  background-size: auto 36px!important;
}
.fv_hikaku table tbody tr td:nth-child(2) {
  padding: 20px 4px 12px;
}
.fv_hikaku table tbody tr:first-child td:nth-child(2) ul li.active {
  padding: 10px 0 0;
  line-height: 1.1;
}
.fv_hikaku table tbody tr td:nth-child(4) img{
  width: 55px;
  padding:0 5px;
}
.fv_hikaku table tbody tr td p{
  margin-top: 60px!important;
}

/* 各アイコン */
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.type-1 {
  background-image: url("/ppc/webdesign_school/img/hikaku_staff_g.png");
}
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.type-2 {
  background-image: url("/ppc/webdesign_school/img/hikaku_doc_g.png");
}
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.type-3 {
  background-image: url("/ppc/webdesign_school/img/hikaku_wallet_g.png");
}
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.type-4 {
  background-image: url("/ppc/webdesign_school/img/hikaku_clover_g.png");
}
/* 各アイコン／アクティブの時 */
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.active.type-1 {
  background-image: url("/ppc/webdesign_school/img/hikaku_staff.png");
}
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.active.type-2 {
  background-image: url("/ppc/webdesign_school/img/hikaku_doc.png");
}
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.active.type-3 {
  background-image: url("/ppc/webdesign_school/img/hikaku_wallet.png");
}
.fv_hikaku table tbody tr:nth-child(1) td:nth-child(2) ul li.active.type-4 {
  background-image: url("/ppc/webdesign_school/img/hikaku_clover.png");
}


/* 比較一覧 */
.fv_hikaku table {
  width: 670px;
  margin: 0 auto;
  margin-top: 30px;
}

.fv_hikaku table tr, .fv_hikaku table td, .fv_hikaku table th {
  border: none;
}

.fv_hikaku table tr td {
  text-align: center;
}

.fv_hikaku table tr td:nth-child(1) {
  width: 27.7%;
}

.fv_hikaku table tr td:nth-child(2) {
  width: 34.3%;
}

.fv_hikaku table tr td:nth-child(3) {
  width: 8%;
}

.fv_hikaku table tr td:nth-child(4) {
  width: 12%;
}

.fv_hikaku table tr td:nth-child(5) {
  width: 15%;
}

.fv_hikaku table tr td img {
  width: 150px;
  height: auto;
}

.fv_hikaku thead td {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background-color: #f1f1f1;
}

.fv_hikaku thead td:nth-child(2) {
  font-size: 18px;
  background-color: #ffef99;
  font-weight: bold;
  color: #4a260a;
}

.fv_hikaku tbody tr td:nth-child(3) {
  font-size: 15px;
  color: #4a260a;
}

.fv_hikaku table tbody tr td:nth-child(3) img {
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
}

.fv_hikaku thead td span, .fv_hikaku thead td a {
  display: block;
  padding: 8px;
}

.fv_hikaku thead td a {
  color: #4A260A;
}


.fv_hikaku tbody tr {
  border-left: 2px solid #ccc;
  border-right: 2px solid #ccc;
}

.fv_hikaku tbody tr td {
  padding: 20px 0 12px;
  line-height: 1.2;
  border-left: 1px dotted #bababa;
  min-height: 86px;
  box-sizing: content-box;
  font-size: 16px;
  white-space: nowrap;
}

/* .fv_hikaku tbody tr td:first-child {
  color:#4a260a;
} */
.table-text {
  color:#4a260a;
  text-align: left!important;
  padding:10px 0 20px 15px!important;
  font-size: 21px!important;
  line-height: 1.35!important;
}
.js-wrapper tr:nth-child(even){
  border-top:1px dotted #bababa!important;
  border-bottom: 2px solid #ccc!important;
}
.fv_hikaku tbody tr:nth-child(odd) td:first-child {
  position: relative;
  padding:70px 8px 0px;
}

/*下線マーカー*/
.marker {
  background: -webkit-linear-gradient(transparent 55%, #f0dfac 0%);
  background: -o-linear-gradient(transparent 55%, #f0dfac 0%);
  background: linear-gradient(transparent 75%, #ffef99 0%);
}


@media screen and (max-width: 768px), print {
  .fv_hikaku tbody tr:nth-child(even) td:first-child:before {
    left: 0;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  .fv_hikaku tbody tr:nth-child(odd) td:first-child {
    border-bottom: 2px solid #ccc!important;
  }
}

/*ランキングトップの王冠*/
.fv_hikaku tbody tr:first-child td:first-child {
  border-left: 4px solid #ffd700;
  border-top:4px solid #ffd700;
  border-bottom: 4px solid #ffd700!important;
}
.fv_hikaku tbody tr:first-child td:nth-child(2) {
  border-top: 4px solid #ffd700;
}
.fv_hikaku tbody tr:first-child td:nth-child(3) {
  border-top: 4px solid #ffd700;
}
.fv_hikaku tbody tr:first-child td:nth-child(4) {
  border-top: 4px solid #ffd700;
  color:#4a260a;
}
.fv_hikaku tbody tr:first-child td:nth-child(5) {
  border-top: 4px solid #ffd700;
  border-right: 4px solid#ffd700;
}
.fv_hikaku tbody tr:nth-child(2) td {
  border-bottom: 4px solid #ffd700;
  border-right: 4px solid #ffd700;
}
.fv_hikaku tbody tr:first-child td:first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffa500;
  content: '\f521';
  font-size: 7rem !important;
  position: absolute;
  /* left: -20px;
  top: -26px;
  transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -webkit-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg); */
  top: -50px;
  text-shadow: 0 0 5px #fff;
}


.fv_hikaku tbody .ni-maru {
  font-size: 58px;
  font-weight:600;
  /* color: #fb444a; */
  /* color: #FB6B70; */
  /* color: #fa4156; */
  color:#DC006E;
  text-align: center;
}

.fv_hikaku tbody .maru {
  font-size: 50px;
  font-weight:600;
  /* color: #fb444a;
  color: #FB6B70; */
  color:#DC006E;
  text-align: center;
}

.fv_hikaku tbody .sankaku {
  font-size: 52px;
  /* font-weight:600; */
  /* color: #fb444a;
  color: #FB6B70; */
  color:#DC006E;
  text-align: center;
}

.fv_hikaku tbody .batsu {
  font-size: 52px;
  font-weight:600;
  color: #fb444a;
  /* color: #FB6B70; */
  text-align: center;
}

.fv_hikaku table tbody tr td:nth-child(2) ul {
	  display: flex;
	  flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

.fv_hikaku table tbody tr td:nth-child(2) ul li {
  display: inline-block;
  font-size: 19px;
  width: 100px;
  margin: 0 0 8px;
  padding: 10px 0;
  line-height: 19px;
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 7px;
}

.fv_hikaku table tbody tr td:nth-child(2) ul li:nth-child(2) {
    font-size: 18px;
}

.fv_hikaku table tbody tr td:nth-child(2) ul li.active {
	border: 2px solid #DC006E;
  color: #DC006E;
  font-weight: bold;
  padding: 10px 0;
  background: #faf0f6;
}

/* .fv_hikaku table tbody tr td ul li:nth-child(4) {
   letter-spacing: -.1em;  
} */
.fv_hikaku table tbody tr td a:hover{
  opacity: 0.8;
}

/* 公式ボタン(小) */
.btn_official_small  {
}

.btn_official_small span {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
}

.btn_official_small a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  width: 92px;
  height: 60px;
  /* letter-spacing: 3px; */
  /* background: #fa4156;
  border: 4px solid #fa939f;
  border-right: 4px solid #e55761;
  border-bottom: 4px solid #df313e; */
  background: #ff8600;
  border: 4px solid #ffc966;
  border-right: 4px solid #ea9000;
  border-bottom: 4px solid #d18100;
  margin: 0 auto;
  padding-left: 3px;
}

/* 公式ボタン first_orange */
.first_orange .fv_hikaku tbody tr:first-child .btn_official_small a {
  background: #CC0000;
  border: 4px solid #fa939f;
  border-right: 4px solid #e55761;
  border-bottom: 4px solid #df313e;
  /* background: #ffa500;
  border: 4px solid #ffc966;
  border-right: 4px solid #ea9000;
  border-bottom: 4px solid #d18100; */
}

/* 公式ボタン first_orange2 */
.first_orange2 .fv_hikaku tbody tr:first-child .btn_official_small a {
  background: #FF6200;
  border: 4px solid #FF914D;
  border-right: 4px solid #E65800;
  border-bottom: 4px solid #CC4E00;
}

.btn_official_small a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 5px;
  position: relative;
  left: 8px;
  /* top: 5px; */
  color: #fff;
  font-size: 24px;
}

.btn_official_small a:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
  opacity: inherit;
}

/*光るボタン*/
.shiny-btn {
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.2s;
}

.shiny-btn:hover {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
  opacity: inherit;
}

.shiny-btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.8; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*光るボタン end*/

/*----記事----*/
.intro{
  margin:120px 1.5rem 3rem;
}
.intro img{
  width:660px;
  height:auto;
  margin-bottom: 10px;
  border-style: none;
}
.intro p{
  font-size: 23px;
  margin:0 10px 20px;
  line-height: 1.55;
  text-align: justify;
}
.intro h3{
  margin: 40px 0 20px;
  font-size: 2.65rem;
  line-height: 1.2;
  background: #f9e5ea;
  border:none;
  padding: 22px 10px 12px;
  border-bottom: 6px solid #f9aabe;
  color: #4a260a;
}
.intro h4 {
  border-left: 8px solid #ffd9da;
  margin: 30px 15px 10px;
  font-size: 2.6rem;
  padding: 7px 0 7px 10px;
  line-height: 1.1;
  border-bottom: 1px dashed #ccb681;
  color: #4a260a;
}

ul.list_check_bg {
	margin: 5px;
    padding: 8px 0 8px 25px;
    border-radius: 10px;
}

ul.list_check_bg li {
	padding: 1px 0;
    font-size: 2.4rem;
    text-indent: -2.8rem;
    padding-left: 2rem;
    /* list-style-type:disc; */
    list-style-position: inside;
    color:#4a260a;
}
.finger{
  font-weight: bold;
}
.finger:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    font-size: 2.3rem;
    position: relative;
    left: 0;
    top: 0;
    line-height: .5;
    color: #4cd6dd;
    font-weight: 900;
    margin-right: 8px;
}

.marker{
  background: -webkit-linear-gradient(transparent 65%, #ffef99 0%);
  background: -o-linear-gradient(transparent 65%, #ffef99 0%);
  background: linear-gradient(transparent 65%, #ffef99 0%);
  padding: 0 0;
}

/*----------------------------
   topページ　ranking box
------------------------------*/
#top3{
  margin-top: 120px!important;
  text-align: center;
}

.box_ranking {
  border: solid 2px #dfd6cd;
  border-radius: 3px;
  width: 95%;
  margin: 20px auto 120px;
}

.ribbon {
  position: relative;
  margin: -5px 0 0 8px;
  padding: 20px 0 10px;
  font-weight: bold;
  display: inline-block;
  line-height: 22px;
  /* background: #5AC2D8; */
  background:linear-gradient(133deg, #15d7d5, #6600cd 165%);
}

.ribbon::after {
  content: "";
  top: 2px;
  left: 0px;
  width: 0;
  height: 0;
  z-index: 2;
  border-width: 11px 35px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #fff;
  position: relative;
  padding: 0;
}

.ribbon .number {
  padding: 5px 0 0 25px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: inherit!important;
  margin-bottom:0!important;
}

.ribbon .number_double {
  padding: 5px 0 0 15px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
}

.box_ranking .box_inner {
  margin: -60px 0 0 15px;
  padding: 0;
}

.box_ranking .box_inner .intro {
  margin: 0 0 0 80px;
  padding: 0;
  font-size: 1.9rem;
}

.box_ranking .box_inner .service_name {
font-weight: bold;
  font-size: 4rem;
  margin: 0 0 15px 80px;
  padding: 0;
}

.box_ranking .box_inner .service_name span {
background: -webkit-linear-gradient(transparent 65%, #ffd9da 0%);
  background: -o-linear-gradient(transparent 65%, #ffd9da 0%);
  background: linear-gradient(transparent 65%, #ffd9da 0%);
  padding: 0 0;
}

.box_ranking .box_inner img {
border: 1px dotted #d3f8fa;
width: 610px;
  margin: 0 auto;
  height: 320px;
  object-fit: cover;
  object-position: 0 0;
}

.box_ranking .copy {
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0;
  margin: 15px 10px 5px;
  color: #4A260A;
  /* width: 85%; */
}

.box_ranking .copy span {
  padding: 0 0 3px 0;
  background: -webkit-linear-gradient(transparent 55%, #feefb2 0%);
  background: -o-linear-gradient(transparent 55%, #feefb2 0%);
  background: linear-gradient(transparent 55%, #feefb2 0%);
  /* letter-spacing: -0.15rem; */
}

.box_ranking .text {
  font-size: 1.9rem;
  line-height: 1.4;
  margin: 10px;
  color: #857769 !important;
}

.box_ranking .url {
  font-size: 2.3rem;
margin: 18px 15px 5px;
text-decoration: underline;
color: #0000EE;
}

.box_ranking .url a {
text-decoration: underline;
}

.box_ranking .url span {
  padding: 3px 15px;
  border-radius: 60px;
  width:125px;
  margin: 0 12px 0 0 !important;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, #7600f5 -170%, #00adab);
  color: #fff;
}

.btn_official {
margin: 20px 0 20px;
}

.btn_official span {
display: block;
text-align: center;
font-size: 23px;
font-weight: bold;
margin-bottom: 10px;
padding-top: 10px;
}
.btn_official:hover{
  opacity: 0.8;
}

.btn_official a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  width: 580px;
  height: 80px;
  letter-spacing: 3px;
  background: #E63946;
  border-bottom: 6px solid #9d004e;
  margin: 0 auto;
}

.btn_official a:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  left: 10px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
}
.btn-txt{
  color:#fff!important;
  font-size: 36px!important;
  position: absolute;
  top:12px;
}


/*--------------------------------
 PRボックス
----------------------------------*/

.pr_box{
  background-color: #FFFBE8;
  margin:-50px 10px 200px 10px;
}

.pr_box .ttl{
  margin-top: -150px;
  background-color: #D5F5F8;
  display: inline-block;
  padding:5px 20px 5px 10px;
}

.pr_box .ttl p{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 3px!important;
}

.pr_box .ttl p::before{
  content: "\f521";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 15px;
  position: relative;
  left: 5px;
  color: #E3AB00;
  font-size: 3.3rem;
}
.crown_box{
  background-image: url(/ppc/marriage/img/point_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  text-align: center;
  background-position: center;
}
.crown_box p{
  color:#DD2A47;
}
.pr_1 p:nth-of-type(1){
  font-size: 32px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 0!important;
}
.pr_1 p:nth-of-type(2){
  font-size: 50px;
  font-weight: bold;
  margin-top: -19px;
}
.pr_2 p:nth-of-type(1){
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 0!important;
}
.pr_2 p:nth-of-type(2){
  font-size: 40px;
  font-weight: bold;
  margin-top: -7px;
  line-height: 1.0;
}
.pr_3 p:nth-of-type(1){
  font-size: 38px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 5px!important;
  margin-top: 75px;
}
.pr_3 p:nth-of-type(2){
  font-size: 24px;
  font-weight: bold;
}
.point_2{
  display: flex;
  height: 210px;
}
.point_1{
  display: flex;
  justify-content: center;
  height: 210px;
  margin-top: -50px;
}
.pr_box .txt{
  padding:40px 35px 20px;
}
.pr_box .txt p{
  line-height: 1.5;
  margin-bottom: 5px!important;
}
.pr_box .txt p:nth-of-type(1){
  font-weight: bold;
  font-size: 28px;
}
.pr_box .txt p:nth-of-type(1) span{
  font-size: 38px;
}
.pr_box .txt p:nth-of-type(2){
  font-size: 20px;
}

.btn_taiken{
  margin: 0 0 30px;
}

.btn_taiken span {
display: block;
text-align: center;
font-size: 20px;
/* font-weight: bold; */
/* margin-bottom: 10px; */
padding-top: 10px;
}
.btn_taiken:hover{
  opacity: 0.8;
}

.btn_taiken a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  width: 580px;
  height: 80px;
  letter-spacing: 3px;
  background: #12B309;
  /* border-bottom: 6px solid #910000; */
  margin: 0 auto;
}

.btn_taiken a:after {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin-right: 10px;
  position: relative;
  left: 10px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 900;
}
.taiken p{
  font-size: 22px;
  margin-bottom: 0px!important;
  display: inline-block;
  transform:rotate(-8deg);
}
.taiken ul{
  background-color: #fff;
  display: inline-block;
  padding:15px;
  margin:-20px 0 60px 42px;
}
.taiken ul li{
  font-size: 22px;
  font-weight: bold;
  color:#4a260A;
  line-height: 1.5;
}
.taiken ul li::before{
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  position:relative;
  font-size: 2rem;
  margin-right: 5px;
  color:#12B309;
}
/*--------------------------------
 topページ　ranking box内table
----------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.service_table {
  width: 97%;
  margin: 20px auto 10px;
  font-size: 2.3rem;
  text-align: center;
}
/* table.service_table tbody tr:nth-child(3) td ul li:nth-child(3),
table.service_table tbody tr:nth-child(3) td ul li:nth-child(6){
  font-size: 1.8rem;
} */
table.service_table tbody tr:nth-child(2)  td ul li:nth-child(3),
table.service_table tbody tr:nth-child(2)  td ul li:nth-child(7),
table.service_table tbody tr:nth-child(2)  td ul li:nth-child(9){
  letter-spacing: -1.8px;
} 
table.service_table tr,
table.service_table td,
table.service_table th {
  border:1px solid #4fb8ea;
}

table.service_table th {
width: 130px;
  padding: 10px 2px;
  /* background: #f1ebea; */
  background:#d2f7fa;
  font-weight: normal;
}

table.service_table td {
/* width: 30%; */
  padding: 10px 5px;
}

.table-top {
  /* width:80%; */
  font-size: 30px;
  font-weight: bold;
  color:#4A260A;
}
.icomaru{
  font-size: 50px;
  color:#dd2a47;
  padding:10px 15px!important;
}
.table-top span{
  font-size: 25px;
}

/* エリア・求人数の項目非表示に ここまで */

table.service_table ul {
display: flex;
flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

table.service_table ul li {
display: inline-block;
  font-size: 2.15rem;
  width: 32.5%;
  margin: 0 0 8px;
  padding: 12px 1px;
  line-height: 1;
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 7px;
}

table.service_table ul li.active {
border: 2px solid #DC006E;
  color: #DC006E;
  font-weight: bold;
  padding: 12px 0;
  background: #faf0f6;
}
table.service_table ul li.blank {
  border: none;
}

table.service_table .none {
visibility:hidden
}

table.service_table .text {
font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #4A260A !important;
}


/*--------------------------------
 topページ　ranking box内table
 2列用
----------------------------------*/
table.service_table2 {
width: 97%;
  margin: 20px auto 10px;
  font-size: 2.3rem;
  text-align: center;
  table-layout: fixed;
}

table.service_table2 tr,
table.service_table2 td,
table.service_table2 th {
  border: 1px solid #77cacf;
}

table.service_table2 th {
width: 130px;
  padding: 10px 2px;
  background: #d2f7fa;
  font-weight: normal;
}

table.service_table2 td {
width: calc(100% - 130px);
  padding: 10px 5px;
}

table.service_table2 ul {
display: flex;
flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

table.service_table2 ul li {
display: inline-block;
  font-size: 2.15rem;
  width: 32.5%;
  margin: 0 0 8px;
  padding: 12px 1px;
  line-height: 1;
  border: 1px solid #ddd;
  color: #aaa;
  border-radius: 7px;
}

table.service_table2 ul li.active {
border: 2px solid #FB6B70;
  color: #FB6B70;
  font-weight: bold;
  padding: 12px 0;
  background: #fff2f3;
}

table.service_table2 .none {
visibility:hidden
}

table.service_table2 .text {
font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #4A260A !important;
}

/*----TOPへ戻るボタン----*/
.to_top {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 108px;
  width: 80px;
  z-index: 1000;
  opacity: 0.85;
}
.to_top:hover {
  opacity: 1;
}


/*----フッター----*/
.footer {
  text-align: center;
  margin: 10px auto 0;
  width: 1024px;
  padding: 20px 0px;
  min-width: 160px;
}
.footer ,
.copyright_container {
  width: 680px; 
  /* display: flex;  */
  background: #5AC2D8;
  /* flex-wrap: wrap; */
} 

.footer .copyright_inner {
  padding: 20px;
  text-align: center;
} 
  
.footer ul {
  color: #fff;
  /* text-align: left; */
  display: inline-flex;
  margin-bottom: 5px;
} 
  
.footer ul li::after {
  content: "|";
  color: #fff;
}
  
.footer ul li:last-child::after {
  content: "|";
  display: none;
}
  
.footer ul li a {
  color: #fff;
  font-size: 19px;
  padding: 0 10px;
  text-align: center;
}
  
.footer .copyright_container p {
  margin-bottom: 10px;
  color: #fff;
  /* text-align: left;  */
  text-align: center;
}
  
.footer .copyright_container p.small {
  margin-bottom: 30px;
  font-size: 14px;
} 


@media screen and (max-width: 768px) {
  .wrapper {
    width: 100%;
    display: block;
  }
  .main {
    margin: auto;
  }
  .footer {
    width: 680px;
    max-width: 680px;
  }
  .footer_container {
    width: 680px;
  }
  .footer_right {
    width: 680px;
  }
  .footer .copyright_container {
    width: 680px;
    /* display: flex; */
  }
}

/*---　下部fixedページ内リンクナビ(スマホのみ表示)　---*/
nav.bottom_fix, .to_top {
  display: none;
  position: absolute;
  z-index: -9999;
  bottom: -150px;
}

/*
　下部fixedページ内リンクナビ(スマホのみ表示)
* *********************************** */

@media screen and (min-width: 769px) {
nav.bottom_fix {
    display: none !important;
}
}


@media screen and (max-width: 768px) {
nav.bottom_fix {
  width: 100%;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

nav.bottom_fix ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #4A260A;
}

nav.bottom_fix ul li {
  width: 37.5%;
  height: 100px;
  text-align: center;
  font-size: 24px;
  border-right: 1px solid #4A260A;
}

nav.bottom_fix ul li:first-child {
  width: 28%;
}

nav.bottom_fix ul li:last-child {
  border-right: none;
}

nav.bottom_fix ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #4A260A;
  font-weight: bold;
}

nav.bottom_fix ul li:first-child a {
  background: #ffe8e9;
}

  nav.bottom_fix ul li a:hover {
      opacity: 1;
      background: #dfa3aa;
      color: #fff;
  }

nav.bottom_fix ul li a .f20{
  font-size: 16px;
  margin-top: 8px;
}

nav.bottom_fix ul li a img {
  height: 30px;
  margin-right: 5px;
}

.to_top {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 108px;
  width: 80px;
  z-index: 1000;
  opacity: 0.85;
}

.to_top:hover {
  opacity: 1;
}
  

  nav.bottom_fix ul.kyujin_nav li:first-child {
      width: 37.5%;
  }
  
  nav.bottom_fix ul.kyujin_nav li:last-child a {
      background: #ffe8e9;
  }
  
  nav.bottom_fix ul.kyujin_nav li:last-child a:hover {
      opacity: 1;
      background: #dfa3aa;
      color: #fff;
  }

}
