/*
Theme Name: SOLARIS Child - PEKO
Theme URI: https://peko.co.jp/
Description: PEKO用 SOLARIS 子テーマ
Author: 株式会社peko
Template: solaris_tcd088_old
Version: 1.0.0
Text Domain: solaris-child-peko
*/

/*
 * TCDのスクロール表示アニメーション（.inview）のみ無効化。
 * スライダー、メニュー、FAQ等のその他のJSアニメーションには触れない。
 */
.inview {
  opacity: 1 !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.cb_tab_content .inview,
.cb_service_list .inview,
.cb_news_list .inview,
.cb_project_list .inview,
.cb_free_space .inview,
#project_archive.inview,
#service_archive.inview,
#company_archive.inview,
#news_archive.inview,
#blog_archive.inview {
  top: 0 !important;
}

/* SOLARISのモバイル用アーカイブ見出しは、animate後の位置を初期状態にする */
@media screen and (max-width: 750px) {
  #company_archive_top .square_headline.inview,
  #project_archive .square_headline.inview,
  #service_archive .square_headline.inview,
  #news_archive .square_headline.inview,
  #blog_archive .square_headline.inview {
    top: -60px !important;
  }
}




.biz-table{
  width:100%;
  border-collapse:separate !important;
  border-spacing:0 !important;
  border:1px solid #e6edf5 !important;
  border-radius:8px !important;
  overflow:hidden !important;
  background:#fff;
  font-size:14px;
  line-height:1.7;
}
.biz-table tr{
  border:none !important;
}

.biz-table th,
.biz-table td{
  border-top:none !important;
  border-left:none !important;
  border-right:none !important;
}
.biz-table th,
.biz-table td{
  padding:14px 16px;
  border-bottom:1px solid #e6edf5;
  vertical-align:top;
}

.biz-table th{
  width:30%;
  background:#009DC6;
  color:#fff;
  text-align:left;
  font-weight:600;
	text-align:center
}

.biz-table td{
  width:70%;
  color:#333;
  background:#fff;
}

.biz-table tr:last-child th,
.biz-table tr:last-child td{
  border-bottom:none;
}

/* 角丸をセルに直接 */
.biz-table tr:first-child th:first-child{
  border-top-left-radius:8px;
}

.biz-table tr:first-child td:last-child{
  border-top-right-radius:8px;
}

.biz-table tr:last-child th:first-child{
  border-bottom-left-radius:8px;
}

.biz-table tr:last-child td:last-child{
  border-bottom-right-radius:8px;
}

@media screen and (max-width:768px){
  .biz-table,
  .biz-table tbody,
  .biz-table tr,
  .biz-table th,
  .biz-table td{
    display:block;
    width:100%;
  }

  .biz-table th,
  .biz-table td{
    box-sizing:border-box;
  }

  .biz-table th{
    padding-bottom:6px;
  }

  .biz-table td{
    padding-top:0;
  }

  /* スマホ時は角丸を付け直す */
  .biz-table tr:first-child th{
    border-top-left-radius:8px;
    border-top-right-radius:8px;
  }

  .biz-table tr:first-child td{
    border-top-right-radius:0;
  }

  .biz-table tr:last-child td{
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;
  }

  .biz-table tr:last-child th{
    border-bottom-left-radius:0;
  }
}



/* WP Columns 復元（基本） */
.wp-block-columns{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 24px !important;            /* 旧来の余白感。必要なら調整 */
  margin: 0 0 1.5em !important;
  box-sizing: border-box;
}

.wp-block-column{
  flex: 1 1 0 !important;          /* 均等カラム */
  min-width: 0;                    /* はみ出し防止 */
  box-sizing: border-box;
}

/* 2カラムっぽくしたい場合（必要なら） */
.wp-block-columns.is-layout-flex > .wp-block-column{
  flex-basis: calc(50% - 12px) !important;  /* gapの半分 */
}

/* スマホで1列に落とす */
@media (max-width: 768px){
  .wp-block-columns{
    gap: 16px !important;
  }
  .wp-block-columns > .wp-block-column{
    flex-basis: 100% !important;
  }
}





/* ★peko採用 */
.kangoshi-saiyou {
  border: 2px solid #f4a7b9;
  padding:10px 15px 0px 15px;
  border-radius: 7px;
  background-color: #fff5f8;
}
.kangoshi-saiyou p{
	margin:10px 0px 0px 0px;
	font-size:15px;
}
.kangoshi-saiyou ul{
	font-size:15px;
}

.saiyou-title {
	background:#634e4e;
  font-weight: bold;
  padding:10px 15px 10px 15px;
  text-align: center;
	color:#fff;
	font-size:18px;
	border-radius: 50px;
}


.custom-apply-button-wrapper {
  text-align: center;
  margin: 2em 0;
}

.custom-apply-button {
  display: inline-block;
  background-color:#c91f2f;
  color: #fff!important;
  text-decoration: none;
  font-size: 1rem;
  padding: 1.6em 3.2em;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}


.custom-apply-button:hover {
  background-color: #c91f2f;
}



/* ★評価のscriptCSS */
.custom-list-005 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column; 
    gap: 6px; 
}

.custom-list-005 li {
    display: flex;
    align-items: center;
}

.star-rating-container005 {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    vertical-align: middle;
}

.star-rating005 {
    font-size: 20px;
    display: flex;
    color: #ccc;
    line-height: 1;
    vertical-align: middle;
}

.filled005 {
    color: #FFD700;
}

.star-wrapper005 {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 1;
    vertical-align: middle;
}

.partial-star005 {
    font-size: 20px;
    color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.partial-fill005 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #FFD700;
    clip-path: inset(0 50% 0 0);
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.rating-value005 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    line-height: 1;
    vertical-align: middle;
}

.rating-label005 {
    line-height: 1;
    vertical-align: middle;
	font-size:14.4px;
	
}

/* ★評価のscriptCSS */
.pikkkuappu-waku {
	position: relative;
	margin:50px 0px 40px 0px;
	padding: 30px 20px 0px 20px;
	border: solid 2px #009DC6;
	font-size:14px!important;
	background: #FFF;
	border-radius: 3px;
}
.pikkkuappu-taxt{
	line-height: 1.8em;
}
.pikkkuappu-waku .pikkkuappu-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #009DC6;
    font-weight: bold;
}
.pikkkuappu-waku p {
	margin: 0; 
	padding: 0;
}
.pikkuappu-buttons-container {
  display: flex;
	margin:0px 10px 20px 10px;
  width: 100%;
	gap: 10px;
}

.pikkuappu-button {
  flex: 1; 
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none; 
  transition: background-color 0.3s ease, color 0.3s ease;
}

.pikkuappu-button-pink {
  background-color: #f46f72!important;
  color: #ffffff!important;
}


.pikkuappu-button-pink:hover {
  background-color: #d8565d!important;
}

.pikkuappu-button-white {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #cccccc;
}

.pikkuappu-button-white:hover {
  background-color: #f8f8f8; /* ホバー時の白ボタンの背景色 */
  border-color: #aaaaaa; /* ホバー時のボーダー色 */
}



/* PR画像ロールオーバー */
.gazou-roruoba:hover img {
  opacity: 0.7; /* マウスオーバー時の透明度 */
}

/* PRアコーディオン調整 */
.tyousei-pr{
	margin:-30px 0px 10px 0px;
}
/* PRアコーディオン */
.accordion-004 {
    max-width: 100%;
    margin-bottom: 7px;
    border: 2px solid #e8edf2;
    border-radius: 5px;
	background-color:#fff
}

.accordion-004 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.8em 2em;
    cursor: pointer;
		font-size:95%;
}

.accordion-004 summary::-webkit-details-marker {
    display: none;
}

.accordion-004 summary::before,
.accordion-004 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #757575b3;
    content: '';
}

.accordion-004 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-004 summary::after {
    transition: rotate .3s;
}

.accordion-004[open] summary::after {
    rotate: 90deg;
}

.accordion-004 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;

    transition: transform .5s, opacity .5s;
	font-size:95%;
}

.accordion-004[open] p {
    transform: none;
    opacity: 1;
}
/* PRアコーディオンEND */
.strong-css01{
	color:#FF4280;
	font-size:130%;
	font-weight: 800;
}
.fukkubunn-tensyoku{
	font-weight: 800;
	margin:10px 0px 5px 0px!important;
	font-size:13px;
	color: #634e4e;
}

.haiiro-style-title{
	text-align: center;
	font-size:120%;
	font-weight: 800;
	margin:0px 0px 0px 0px!important;
}
.haiiro-style {
   clear: both;
  margin: 0 0 28px;
  padding: 20px;
  position: relative;
  border: 1px #cccccc solid;
background-color: #f3f3f3;
}
.haiiro-style *:last-child {
  margin-bottom: 0;
}
.styled_h4{
	background-color:#f8f8f8;
	padding:15px 20px 10px 20px!important;
	color:#634e4e;
}
.styled_h4::before {
    content: "✓ ";
    color: #634e4e; /* レ点の色をテキストと揃える */
    font-weight: bold;
}
/* 例文 */
.title-reibunwaku-h4 {
    background-color: #9AC841;
	display: inline-block;
    font-style: normal;
    border-radius: 4px 4px 0 0;
    color: #fff;
	margin:30px 0px 30px 0px !important;
	padding:10px 20px 10px 20px!important;
	font-size:18px!important;
}
.wboard-w1{
	padding:0px 20px 20px 20px;
	border: solid 1px #dddddd;
	background-color:#fff;
}
.wboard-w1 h4{
	margin:20px 0px 20px 0px!important;
	padding:10px!important;
	background-color:#FFF4F8;
}
/* タグ */
.tags-css{
	padding: 0.5em 1.5em;
	margin:0px 10px 0px 0px;
	background: #FFF;
	border: solid 1px #1e73be;
	border-radius: 100px;
}
.tags-css a:before{
	content: "# ";
}
/* タグEND */
.plofu-title{
	font-weight: 800;
}
.kotei-h2-moji{
	font-weight: 800!important;
	font-size:90%!important;
	margin:10px 0px 0px 0px;
}
.kategori-botan{
	margin-top:50px;
}
/* 会社ページ */
.kaisya-h3{
    background: #f8f8f8;
    border-left: 6px solid #009DC6;
    padding: 15px 0px 15px 10px !important;
    margin: 80px 0px 20px !important;
}
.box-style-peko ul li {
	color:#333;
	list-style:  none;
}
.box-style-peko ol {
  counter-reset:num;
  padding:0;
  margin:0;
}
.box-style-peko ol {
  counter-reset:num;
  padding:0;
  margin:0;
}
.box-style-peko ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
	margin:0px 10px 0px 10px;
	list-style-type: none!important;
}
.box-style-peko ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #009DC6;
  color: #FFF;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}
.box-style-peko {
  clear: both;
  margin: 0 0 28px;
  position: relative;
	padding:10px 10px 10px 0px;
	background-color:#f8f8f8;
}
.box-style-peko ul li::before {
   content:  "";
    width:  15px;
    height:  15px;
    display:  inline-block;
    background-color: #009DC6;
    border-radius:  50%;
	position:  relative;
	top: 1px;
	margin-right: 5px; 
}
/* 新　表レスポンシブ */
.tbl-r05-td{
	font-weight:900!important;
	text-align: center;
}
.tbl-r05-th{
	background-color:#FF8694!important;
	color:#fff!important;
	text-align: center;
	font-weight:900!important;
}

@media screen and (max-width: 640px) {
	.tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .tbl-r05 {
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
		display: block;
  }
	.tbl-r05-td{
		display: block;
	}
	
  .tbl-r05 td {
    display: block;
  }
}

/* 表レスポンシブ */
.peko-resupon th{
	font-weight: 800;
}
@media screen and (max-width: 750px){
.peko-resupon th, .peko-resupon td{
	display:block;
	text-align: left;
	}
	.peko-resupon th{
		width:90%!important;
	}
}

/* アナザーBOX */
.rinku-tyousei0002{
	margin:0px 0px 20px 20px;
}
@media screen and (max-width: 750px){
.author_profile .info {
    -webkit-width: calc(100% - 90px);
    width: calc(100% - 0px);
}
.author_profile .avatar_area {
    width: 100px;
    height: 100px;
	margin:0px 10px 10px 10px;
}
	.author_profile .info_inner {
    padding: 0 0 0 10px;
}
}
body.single #main_col .author_profile .desc{
	max-height: 14em;
	overflow: auto;
	visibility: visible;
}
.author_profile .avatar_area {
    width: 100px;
    height: 100px;
}
body.single #main_col .author_profile .desc span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.author_profile .name {
    font-size: 18px;
	line-height: 1.5em;
}
.tyosakusya-name{
	margin:30px 0px 0px 0px;
}
.kansyuusya-sougou{
	background: #ddd;
  padding: 0.8em;
	margin:0px 0px -60px 0px;
	text-align: center;
	font-weight: 800;
	border: 1px solid #ddd;
}
@media screen and (max-width:1050px) {
	.kansyuusya-sougou{
	margin:0px 0px -40px 0px;
}
}
/* 執筆者一覧 */
.purofu-waku-2023{
	  padding: 15px;
	border: 1px solid #ccc;
	background-color:#fff;
	margin:10px 0px 10px 0px;
}
.purofu-waku-2023 img{
	border-radius: 100px;
	float: left;
	padding: 20px;
}
.purofu-waku-2023 ul{
	list-style: none;
	color:#634e4e;
	font-size:92%;
}
.purofu-waku-2023 h4{
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding:0px 0px 10px 0px;
	font-size:110%;
}
.purofu-waku-2023 p{
	font-size:85%;
}
.kontentu-borishi{
	margin:-25px 0px 0px 0px!important;
}

/* 執筆者 */
.purofu-box .box-title{
	background: #eee;
}
.saboxplugin-wrap{
	background:#fff;
}
.saboxplugin-wrap img{
	border-radius: 100%;
}
/* ショートコードで補足説明 */
.supplement {
	background: lightyellow;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999;
	border-color: rgba(165, 165, 165, 0.2);
	line-height: 1.8em!important;
}
@media screen and (max-width: 640px) {
	.supplement {
	font-size:94%;
}
}

.supplement p,
.c_box p {
	margin-bottom: .8em;
}

.supplement p:last-child,
.c_box p:last-child {
	margin-bottom: 0;
}

.supplement.warning {
	background: pink;
	background: rgba(255, 0, 45, 0.18);
	color: #333;
}

.supplement:before {
	font-family: "fontawesome";
	content: '\f0e6';
	display: inline-block;
	margin-right: .3em;
	font-size: 1.2em;
}

.supplement.warning:before {
	content: '\f071';
}

.supplement.boader::before,
.supplement.border::before{
	content: none;
}

.supplement.noicon:before {
	content: none;
}

.supplement.boader,
.supplement.border {
	background: none;
}
/* ショートコードで補足説明END */
/* 全体監修 */
.purofu-box02 .box-title02 {
    padding: 15px;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.05em;
	border: 1px solid #eee;
	background-color:#eee;
}
.zentaikansyuu001{
	font-size:95%!important;
	margin:20px 0px 0px 0px!important;
}
.syasinnmaruku01 img{
	 border-radius: 50px;
}
.purofu-box02{
	margin: 2em 0;
	background-color:#fff;
}
.purofu-box02 ul{
	list-style: none;
	font-size:13px;
	margin:5px 0px -15px 0px!important;
}
.purofu-box02 p {
    padding: 15px 20px;
    margin: 0;
	font-size:13px;
}

.box-style-moji{
	margin:10px;
	font-weight: 800;
}
.saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 20px;
}
.saboxplugin-wrap .saboxplugin-authorname {
    font-size: 18px;
    line-height: 25px;
	margin:10px 0px 2px 0px;
	font-weight: 700;
}
.saboxplugin-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    width: 100%;
    clear: both;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
}
.purofu-box{
	margin: 2em 0;
   
}
.purofu-box ul{
	font-size:14px!important;
	list-style: none;
}

.purofu-box .box-title {
    padding: 15px;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.05em;
	border: 1px solid #eee;
}
.purofu-box p {
    padding: 15px 20px;
    margin: 0;
	font-size:14px;
}

.irootukeru{
background-color:#233b6c!important;
	color:#fff;
}

.table-wrap001{
	overflow-x: scroll;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-kutikomi td{
	 border: 0px solid #fff!important;
}

.tensyoku-waku0001{
	
}

.peko-tb001{
    border: 1px solid #e2e2e2;
    width: 100%;
	color:#333;
}
.peko-tb001 th{
	width: 30%;
	background-color:#f1f6f7;
	border: 1px solid #e2e2e2!important;
	font-size:70%!important;
	font-weight: 700;
	padding:15px 3px 15px 3px!important;
}
.peko-tb001 td{
	text-align: left!important;
	background-color:#fff;
	font-size:13px!important;
	border: 1px solid #e2e2e2!important;
	padding:10px!important;
}

.botommu-syoukai{
	padding:30px 0px 30px 0px; 
}

.box-style-ppp{
	margin:0px!important;
	padding:0px 20px 0px 20px;
	font-weight: 800;
	color:#009dc6;
}

.koteipeji{
	 border-bottom: solid 1px #cccccc;
	margin:60px 0px 20px 0px!important;
	font-size:19px!important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    margin: 0px 5px 0px 5px;
}

.megamenu .headline_area h3 .headline {
    font-size: 20px;
}

.daigaku-moji td{
 font-size:14px!important;
}

.itirann-h01{
	position: relative!important;
  padding:10px 10px 27px 10px!important;
	text-align: center;
	color:#666666;
	font-size:17px!important;
}
.itirann-h01:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: repeating-linear-gradient(-45deg, #cccccc, #cccccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
	
}
.itirann-h {
	position: relative!important;
  padding:10px 10px 10px 10px!important;
	text-align: center;
	font-size:23px!important;
	color:#666666;
}
.itirann-h:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: repeating-linear-gradient(-45deg, #cccccc, #cccccc 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.faq-title03{
    border: 1px solid #ddd;
    line-height: 1.8 !important;
    margin: 0px!important;
padding: 23px 20px 19px 20px!important;
    position: relative;
    background: #fff;
}
.faq-bunmen03{
	border: 1px solid #ddd;
    border-top: none;
background: #fff;
	margin: 0px 0px 25px 0px;
	padding: 20px 20px 20px 20px;
}
.faq-titlle{
	margin:10px!important;
}
.faq-bunmen{
	background: #fff!important;
}

/* 年収コード */
.nensyu-box01 {
    margin:10px 0px 0px 0px;
    background: #FFEFF1;
	border-radius: 17px 17px 17px 17px;
}
.nensyu-box01 .box-title01 {
    background: #FF8694;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
	border-radius: 17px 17px 0px 0px;
}
.nensyu-box02 {
    margin:10px 0px 0px 0px;
    background: #E8F0FC;
	border-radius: 17px 17px 17px 17px;
}
.nensyu-box02 .box-title02 {
    background: #4A89E8;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
	border-radius: 17px 17px 0px 0px;
}
.nensyu-box03 {
    margin:10px 0px 0px 0px;
    background: #F7FFE1;
	border-radius: 17px 17px 17px 17px;
}
.nensyu-box03 .box-title03 {
    background: #9AC841;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
	border-radius: 17px 17px 0px 0px;
}
.nensyu-box04 {
    margin:10px 0px 0px 0px;
    background: #E6FCFB;
	border-radius: 17px 17px 17px 17px;
}
.nensyu-box04 .box-title04 {
    background: #4ECCC5;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em;
	border-radius: 17px 17px 0px 0px;
}
.nensyuu-tb01 tr{
	background-color:rgba(0,0,0,0)!important;
}
.nensyuu-tb01 th{
	width: 40%;
	font-size:14px;
	padding:0px!important;
	font-weight: 700;
	
}
.nensyuu-tb01 td{
	font-size:18px;
	font-weight: 700;
	padding:10px!important;
	 text-align: center;
}

/* ランキング */
.top-ranktb {
	background-color:#009dc6!important;
	color:#fff;
	font-size:16px;
	font-weight: 700;
	padding:10px!important;
	text-align:center;
}
.sb-ranktb td{
	background-color:#e1e1e4!important;
	padding:8px 0px 5px 0px!important;
	text-align:center;
	font-size:13px;
}
.sb-ranktb-mokuji{
	margin:0px 0px 0px 0px!important;
}

.rank-tb{
    width: 100%;
}
.sb-ranktb02{
	background-color:#fff;
	border-bottom: 1px solid #d8d8d8!important;
	text-align:center;
	margin-top: 0px!important;
    margin-bottom: 0px!important;
}
.rank-tb td{
	vertical-align: middle!important;
	border: 0px solid #d8d8d8!important;
	padding: 10px 1px 1px 10px;
}

.hyoukano-moji{
	font-size: 20px;
	font-weight: 700;
	color: #FF915B; 
}
.kaiitourooku002 {
	background:linear-gradient(to bottom, #73cc50 5%, #73cc50 100%);
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:Arial;
	font-weight: normal!important;
	padding:3px 8px;
	text-decoration:none!important;
	border-bottom: solid 2px #4d8c33;
}
.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; 
	font-size: 23px;
}
@media screen and (max-width:480px) {
.star5_rating{
	font-size: 10px;
}
.kaiitourooku002{
	font-size:12px;
}

}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FF915B; 
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/* Q&AのH3設定 */

.faq-title02{
    font-weight: 500;
    font-size: 16px !important;
    border: 1px solid #ddd;
    line-height: 1.8 !important;
    margin: 0 !important;
padding: 23px 20px 19px 48px!important;
    position: relative;
    background: #fff;
}
.faq-bunmen{
	border: 1px solid #ddd;
    border-top: none;
    padding: 20px 30px 20px 30px;
    background: #f7f7f7;
}
.faq-title02:before {
  font-family: "Font Awesome 5 Free";
  content: "\f059";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.5em;/*サイズ*/
  left: 0.8em;/*アイコンの位置*/
  top: 0.6em;/*アイコンの位置*/
  color:#FF8694; 
}

.faq-waku{
	
}

@media screen and (max-width:480px) {
	.faq-bunmen{
    padding: 20px 15px 20px 15px;
		
}
}

.archive_desc {
    margin: -10px 15px 30px;
}
@media screen and (max-width:480px) {
	.archive_desc {
    margin: -10px 5px 30px;
		padding:0px!important;
}
}
/* 診断系 */
.yesno_q dd {
    padding: 1.5rem !important;
	font-size:20px;
	margin:-20px -25px 0px -25px;
}
.yesno_q dt span {
    padding: 10px 10px 10px 10px;
    font-size: 25px;
    font-weight: bold;
    background: #9AC841;
    color: #fff;
    border-radius: 0px;
}
.yesno_q {
    text-align: center;
    display: block;
    padding: 1rem;
    margin-bottom: 1.5rem;
    font-weight: bold;
    border: 1px #9AC841 solid;
    border-radius: 5px;
	background-color:#F7FFE1;
}
ul#choices li button {
    width: 100%;
    padding: 0.7em;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 7px;
    background: #9AC841;
    color: #ffffff;
	font-weight: bold;
	border: solid 2px #9AC841;
	border-bottom: solid 5px #7ba629;
}
ul#choices li button:hover {
    background: #9AC841;
	border-bottom: solid 5px #9AC841;
}


/* 吹き出し */
.balloon h4{
	padding:20px 0px 0px 0px;
}
.balloon{
   position:relative;
    padding:10px;
    text-align:left;
    border:2px solid #FED7C2;
    color:#333333;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
	margin:0px 0px 20px 0px;
	background-color:#FFEEE5;
}
.balloon:after,.balloon:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:7%;
}
@media screen and (max-width:480px) {
.balloon:after,.balloon:before{
    left:12%;
}
}
.balloon:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFEEE5;
}
.balloon:before{
    border-top-width:13px;
    border-bottom-width:13px;
    border-left-width:13px;
    border-right-width:13px;
    margin-left: -13px;
    margin-bottom: 3px;
    border-bottom-color:#FED7C2;
}
/* ここがポイント*/
.kokoga-point{
	padding: 10px 15px 5px 15px;
    margin: 2em 0;
    color: #333;
    background: #FDFBCC;
    border: solid 2px #F7F159;
    border-radius: 6px;
}
/* ボタン設定 */
.botan-b{
    line-height: 1.9rem;
    display: block;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    text-align: center;
    color: #fff!important;
    border-radius: 5px;
	background-color: #73cc50;
	position: relative;
	border-bottom: solid 4px #4d8c33;
}
.botan-b:before{
  font-family: "Font Awesome 5 Free";
  content: "\f054";/*アイコンのユニコード*/
	padding: 0px 3px 0px 0px;
}
.botan-b:hover{
	background-color: #4d8c33;
	color: #fff!important;
	border-bottom: solid 4px #4d8c33;
}

/* キャリアアドバイザー */
.karia-adobaiza{
	padding:40px 0px 0px 0px!important;
	font-weight: 700;
}
.cb{
  /* floatを解除 */
  clear: both;
}
.balloon-adobaisza{
	position:relative;
    padding:10px 20px 10px 20px;
    border:1px solid #4ECCC5;
    color:#333333;
	background-color:#E6FCFB;
	border-radius:4px;
	font-size:95%;
}
.balloon-adobaisza:after,.balloon-adobaisza:before{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    bottom:100%;
    left:6%;
}
@media screen and (max-width:480px) {
.balloon-adobaisza:after,.balloon-adobaisza:before{
    left:12%;
}
}
.balloon-adobaisza:after{
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#4ECCC5;
}

/*************************************** テーブル ************************************/
.rain-tb{
	font-weight: 700;
	border-bottom: 2px dashed #4ECCC5;
	color:#4ECCC5;
	padding:0px 0px 2px 0px;
	margin:0px 0px 15px 0px;
}
.rain-tb01{
	font-weight: 700;
	border-bottom: 2px dashed #FF8694;
	color:#FF8694;
	padding:0px 0px 2px 0px;
	margin:0px 0px 15px 0px;
}
.rain-tb02{
	font-weight: 700;
	border-bottom: 2px dashed #9AC841;
	color:#9AC841;
	padding:0px 0px 2px 0px;
	margin:0px 0px 15px 0px;
}

/* 比較表 */
.kaiitourooku {
	background:linear-gradient(to bottom, #73cc50 5%, #73cc50 100%);
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:Arial;
	font-size:14px;
	font-weight: normal!important;
	padding:3px 8px;
	text-decoration:none!important;
	border-bottom: solid 2px #4d8c33;
}

.table-scroll{
	font-size:90%;
}
.table-scroll th img{
	margin:0px 0px -10px 0px;
}
.fixed01{
  position: sticky;
  left: 0;
  color: #333!important;
  background:#fff!important;
}

.toptb{
	background:#364e96!important;
	color:#fff!important;
}
.table-wrap {
  overflow-x: scroll;
	margin:0px 0px 20px 0px;
}
.table-wrap th{
	background:#364e96;
	color:#fff;
	border: 1px solid #c8c8c8!important;
	font-size:90%;
}
.table-wrap {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.table-wrap td {
  border: 1px solid #c8c8c8!important;
  padding: 4px 8px;
	background-color:#fff;
	text-align: center;
}



.waku50-tb02{
    width: 100%;
	font-size:95%;
}
.waku50-tb02 th{
	background-color:#f1f6f7;
	font-weight: 700;
	padding:15px 5px 15px 5px!important;
}
.waku50-tb02 td{
	width: 50%;
	background-color:#fff;
	padding:15px 10px 15px 10px!important;
	text-align:center;
}
.suuji-tb01{
    width: 100%;
	font-size:90%;
}
.suuji-tb01 th{
	width: 10%;
	background-color:#f1f6f7;
	font-weight: 700;
	padding:15px 5px 15px 5px!important;
}
.suuji-tb01 td{
	padding:10px!important;
}
.sutep-tb01{
    width: 100%;
	font-size:90%;
}
.sutep-tb01 th{
	width: 15%;
	background-color:#f1f6f7;
	padding:15px 5px 15px 5px!important;
	font-weight: 700;
}
.sutep-tb01 td{
	background-color:#fff;
	padding:10px!important;
}
.free-tb01{
	 border: 1px solid #d8d8d8;
    width: 100%;
}
.free-tb01 td{
	background-color:#fff;
	font-size:100%;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8!important;
	text-align:center;
}
/* 転職テーブル */
.tensyoku-tb th{
	background-color:#FF8694;
	border: 1px solid #e2e2e2!important;
	color:#fff;
	padding:15px 5px 15px 5px!important;
	font-weight: 700;
	font-size:90%;
}
.tensyoku-tb td{
	background-color:#fff;
	font-size:100%;
	border: 1px solid #e2e2e2!important;
	color:#333;
	font-size:13px;
	font-weight: 700;
	text-align:center;
}
.kyuujin-tb{
	border: 1px solid #e2e2e2;
    width: 100%;
	color:#333;
	font-size:90%;
}
.kyuujin-tb th{
	width: 25%;
	color:#fff;
	background-color:#009dc6;
	border: 1px solid #fff!important;
	border-top: 1px solid #009dc6!important;
	padding:3px 5px 5px 3px!important;
	font-weight: 700;
}
.kyuujin-tb td{
	text-align: left!important;
	background-color:#fff;
	font-size:100%;
	border: 1px solid #009dc6!important;
	padding:10px!important;
}
.peko-tb04{
	border: 1px solid #e2e2e2;
    width: 100%;
	color:#333;
	font-size:90%;
}
.peko-tb04 th{
	border: 1px solid #e2e2e2!important;
	padding:15px 5px 15px 5px!important;
	font-weight: 700;
}
.peko-tb04 td{
	text-align: left!important;
	background-color:#fff;
	font-size:100%;
	border: 1px solid #e2e2e2!important;
	padding:10px!important;
}
.peko-tb03{
    border: 1px solid #e2e2e2;
    width: 100%;
	color:#333;
	font-size:95%;
}
.peko-tb03 th{
	background-color:#f1f6f7;
	border: 1px solid #e2e2e2!important;
	padding:15px 5px 15px 5px!important;
	font-size:90%;
	font-weight: 700;
}
.peko-tb03 td{
	width: 25%;
	font-size:90%;
	background-color:#fff;
	border: 1px solid #e2e2e2!important;
	padding:10px!important;
	font-weight: 700;
	text-align:center;
}
/* テーブル2 */

.peko-tb02{
    border: 1px solid #d8d8d8;
    width: 100%;
	color:#333;
	font-weight: 700;
	font-size:90%;
}
.peko-tb02 th{
	width: 100%;
	background-color:#fff;
	border: 1px solid #d8d8d8!important;
	text-align:center;
	font-weight: 700;
	padding:10px!important;
}
.peko-tb02 td{
	text-align: left!important;
	background-color:#f8f8f8;
	border-bottom: 1px solid #d8d8d8!important;
	padding:10px 20px 10px 30px!important;
	position: relative;
}
.peko-tb02 td:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 10px;/*アイコンの位置*/
  top:10px;/*アイコンの位置*/
  color: #ff6a6a; /*アイコン色*/
}



.peko-tb01{
    border: 1px solid #e2e2e2;
    width: 100%;
	color:#333;
}
.peko-tb01 th{
	width: 30%;
	background-color:#f1f6f7;
	border: 1px solid #e2e2e2!important;
	font-size:90%;
	font-weight: 700;
	padding:15px 3px 15px 3px!important;
}
.peko-tb01 td{
	text-align: left!important;
	background-color:#fff;
	font-size:90%;
	border: 1px solid #e2e2e2!important;
	padding:10px!important;
}
.number-css01{
	display: block;
  margin: 0 auto;
  background: #AB76ED;
	padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
	width:77px;
}
.number-css{
	display: block;
  margin: 0 auto;
  background: #4ECCC5;
	padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
	width:77px;
}
.number-css03{
	display: block;
  margin: 0 auto;
  background: #9AC841;
	padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
	width:77px;
}
.number-css02{
	display: block;
  margin: 0 auto;
  background: #FF8694;
	padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
	width:77px;
}
.number-css04{
	display: block;
  margin: 0 auto;
  background: #FF3333;
	padding: 2px 0;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
	width:77px;
}
/*************************************** ブログ設定 ************************************/
/* トップ・サイドメニュー */
#menu li.menu-menu{
	display: block; 
border: 1px solid #e6e6e6;
padding: 7px 10px;
text-decoration: none;
margin: -1px 0px;
	background-color: #f1f6f7;
}

#menu ul{ 
margin:-3px 0px 20px 0px; 
padding: 0; 
list-style: none; 
background-color:#fff;
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
}
#menu li a{
display: block; 
border: 1px solid #e6e6e6;
padding: 7px 10px;
text-decoration: none;
margin: -1px 0px;
text-align: left;
	color:#1e73be;
}
#menu li a:hover{
color:#fff;
background-color: #009dc6;
}
/* 引用*/
.post_content blockquote {
	font-size:95%;
    padding: 27px 30px;
}
.post_content blockquote p{
	line-height: 2;
   margin: 0 0 10px;
}
/* 例文 */
.title-reibunwaku {
    background-color: #9AC841;
	display: inline-block;
    font-style: normal;
    border-radius: 4px 4px 0 0;
    padding: 0.25em 1em;
    color: #fff;
    font-weight: 700;
}
/* 例文 */
.post_content h5.title-reibunwaku {
    background-color: #9AC841;
	display: inline-block;
    font-style: normal;
    border-radius: 4px 4px 0 0;
    padding: 0.25em 1em;
    color: #fff;
    font-weight: 700;
	margin:0px 0px 30px 0px!important;
	font-size:16px;
}
/* 例文 */
.kakomi-tape3{
	position: relative;
    margin: 2em 0;
    padding:0px 12px 0px 12px;
    border: solid 2px #9AC841;
	background-color:#F7FFE1;
	color:#333;
}
.title-tape3{
	position: absolute;
    display: inline-block;
    top: -27px;
    left: 10px;
    padding:10px 9px 10px 9px;
 height: 25px;
    line-height: 25px;
    background: #9AC841;
    color: #ffffff;
    border-radius: 5px 5px 5px 5px;
}
.reibunwaku-content{
	position: relative;
    margin: -32px 0px 30px 0px!important;
    padding:15px;
    border: solid 2px #9AC841;
	background-color:#FCFBE6;
}
/* h2設定 */
.blog-cote h2 {
	line-height: 1.5;
	margin-top: 48px;
	background:#333;
	border-radius: 2px;
	border-bottom: 5px solid #FF8694;
	color:#fff!important;
	padding: 20px 15px 20px 15px;
	 margin: 40px 0px 20px;
}
@media screen and (max-width:480px) {
	.blog-cote h2{
   margin-left: -12px!important; /*30px の半分*/
		margin-right:-12px!important;
}
}

/* waku枠 */
.box-style{
	font-size:92%;
}
.box-style03{
	clear: both;
  margin: 0px 0px 28px 0px;
  padding: 15px!important;
  position: relative;
  border: 1px #cccccc solid;
	padding:10px 10px 0px 10px;
	background-color:#FFF9EB;
}
.box-style03 h4{
	    margin-top: 20px!important;
}

.box-style ol {
  counter-reset:num;
  padding:0;
  margin:0;
}
.box-style ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
	margin:0px 10px 0px 10px;
	list-style-type: none!important;
}
.box-style ol li:before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display:inline-block;
  background: #FF8694;
  color: #FFF;
  font-weight:bold;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  top: 10px;
}
.box-style {
  clear: both;
  margin: 0 0 28px;
  position: relative;
	padding:10px 10px 10px 0px;
	background-color:#FFF9EB;
}
.box-style ul li {
	color:#333;
	list-style:  none;
}
.post_content ul {
    margin-bottom: 4px;
}
.box-style ul li::before {
   content:  "";
    width:  15px;
    height:  15px;
    display:  inline-block;
    background-color: #FF8694;
    border-radius:  50%;
	position:  relative;
	top: 1px;
	margin-right: 5px; 
}

.box-style01 {
  clear: both;
  margin: 0px 0px 28px 0px;
  padding: 15px!important;
  position: relative;
  border: 1px #cccccc solid;
	padding:10px 10px 0px 10px
}


/* スマホ時幅変更 */
@media screen and (max-width: 900px){
.blog-cote {
	margin:0px -8px 0px -8px!important;
    display: block;
}}

/**********************
目次設定
**********************/
/* 目次の閉じるボタンデザイン */
.ez-toc-btn {
border:none;
background:#e8e8e8	;
border-radius:0;	
	width:100px;
	height:30px;
}
.ez-toc-glyphicon{
	font-size:25px!important;
}
#ez-toc-container {
    background: #fff;
    border: 0px solid #009dc6!important;
	background-color:#f8f8f8!important;
		border-top: solid 3px #364e96!important;
	border-bottom: solid 3px #364e96!important;
	 border-radius:0px;
}

@media screen and (max-width:480px) {
#ez-toc-container {
	margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
}

#ez-toc-container ul  li {
   border-top: 1px dotted #e2e2e2;
	width: 100%;
	padding:8px 10px 1px 10px;
}

#ez-toc-container ul ul li {
   border-top: 1px dotted #e2e2e2;
	padding:8px 0px 0px 38px!important;
	margin:0px 0px 0px 1px!important;
}

#ez-toc-container ul li a {
 font-weight: 900;
	color:#364e96!important;
}
#ez-toc-container ul ul li a {
  font-size: 95%;
	font-weight: normal;
	color:#666666	!important;
	width:100%!important;
}
#ez-toc-container ul ul {
  margin: 5px -18px 0px -20px;
	
}
.ez-toc-list li {
	display:inline-block;
	line-height:1.3;
	position: relative;/*相対位置*/
	box-sizing:border-box;
}

.ez-toc-list ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
  position: absolute;
  font-size: 1em;
  left: 1.3em;
  top: 0.5em;
  color:#FFD2D7; 
}
#ez-toc-container p.ez-toc-title {
	display: inline-block;
  position: relative;
  padding: 6px 70px!important;
	margin:10px 0px 10px 10px!important;
  font-size: 18px;
  background: #364e96;/*リボンの色*/
	color:#fff!important;
	border-bottom: 3px solid #FF8694;
}


/**********************
ブログトップメニュー設定
**********************/
.wiele-nav {
    position: relative;
	margin:-19px 0px 15px 0px;
}
.wiele-nav-list {
    overflow: hidden;
}
@media screen and (max-width:480px) {
.wiele-nav-list {
	margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
}
.wiele-nav-item {
    overflow: hidden;
    display: block;
    float: left;
    width: calc(99.2% / 3);
    position: relative;
    text-align: center;
    border-right: 1px solid #DDE4E6;
    border-bottom: 1px solid #DDE4E6;
    background-color:#fff;
    padding: 0;
	 
}
.wiele-nav-item a {
	font-size:13px;
    display: block;
    color: #333;
    font-weight: bold;
	padding: 11px 0px 0px 0px;
}
.wiele-nav-list-inner {
    height: 35px;
}
/* トップバナー */
.top-nav-sp img{
	width:100%!important;
	height:auto;
}
.top-nav-sp{
	margin:-20px 0px 0px 0px;
}
@media screen and (max-width:480px) {
.top-nav-sp{
	margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
	}}

/* サイト内部検索 */
.search-form-waku{
	padding: 1px 10px 1px 10px;
    margin: -15px 0px 0px 0px;
    color: #2c2c2f;
    background:#f8f8f8;
}
@media screen and (max-width:480px) {
.search-form-waku {
	margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
}
}
.search-form{
margin: 0 5px 20px 5px;
height: 45px;
}
#sform{
position:relative;
margin-bottom:20px;
}
#sbox{
height:45px;
padding:0 10px;
position:absolute;
border-radius:5px;
outline:0;
width:90%;
background:#fff;
border: none;
	border: solid 1px #ccc;
}
#s {
  height: 45px;
  padding: 0 10px;
  position: absolute;
  border-radius: 5px;
  outline: 0;
  width: 90%;
  background: #fff;
  border: solid 1px #ccc;
}
#sbtn{
height:45px;
width:50px;
position:absolute;
left: calc(100% - 50px);
top:0;
background:#009dc6;
color:#fff;
border:none;
border-radius:0 5px 5px 0;
}



/*************************************** 会社概要のソースコード ************************************/
/* ヘッダー追尾ブロック */
@media screen and (max-width:480px) {
.active {
    position: relative!important; 
	}}


.kango-kenkyuu{
	margin:10px;
}
.box-deta{
	padding: 1.5em 1em;
  margin: 2em 0;
    color: #fff;
    background: #009DC6;
    border: solid 0px #6091d3;
    border-radius: 0px;
	text-align:center;
}
.kango-kenkyuu h3{
	font-size:22px;
	margin:20px 0px 20px 0px;
}
.kango-kenkyuu p{
	font-size:18px;
	margin:0px 0px 10px 0px;
}
.suujikyoutyou{
	font-size:25px;
	font-weight: bold;
}
.wpra-item{
	padding: 0.5em 1em;
    font-weight: bold;
    border: solid 1px #d0d0d0;
	margin:-1px 0px 0px -20px!important;
}

.wp-rss-template-container ul {
  list-style: none!important;
}

.post_content a{
	text-decoration:underline;
}

#header_logo a {
    background: none!important;
}
/*フッターの会社概要*/
.botommu-css{
	margin:0px 10px 50px 10px;
}
.botommu-css a{
	color:#1e73be;
	text-decoration:underline;
}
.botommu-css p{
	line-height: 1.5em
}
.grecaptcha-badge { visibility: hidden; }
.return_top { visibility: hidden!important; }
/*コンタクトフォーム*/
.wpcf7-list-item-label{
	font-size:16px!important;
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    background-color: #009DC6!important;
	font-size:17px;
	font-weight: bold;
}
.futomoji{
	font-size: 115%; 
	font-weight: bold;
}
.haveto{
font-size: 70%;
color: #DD0000;
margin:10px 10px 10px 10px;
	font-weight: normal;
}
.any{
font-size: 70%;
color: #0000BB;
margin:10px 10px 10px 10px;
	font-weight: normal;
}
/*テーブルCSS*/

.peko-tb0003{
	color:#333;
}
.peko-tb0003 th{
	width: 50%;
	font-weight: 700; 
	background: #7FCEE2;
	color: #fff;
}
.peko-tb0003 td{
	font-size:105%;
	padding:10px;
}
@media screen and (max-width: 480px) {
.peko-tb0003 th {
  padding: 4px 12px 4px 12px;
  display: block;
	width: 92%;
	text-align: left;
}
  .peko-tb0003 td {
  padding: 14px 12px 24px 12px;
  display: block;
  border: 0px solid #01214d;
}
}

.peko-tb0001{
	color:#333;
}
.peko-tb0001 th{
	width: 20%;
	font-weight: 700; 
	background: #009DC6;
	color: #fff;
}
.peko-tb0001 td{
	font-size:105%;
	padding:10px;
}

.peko-tb0002{
	color:#333;
}
.peko-tb0002 th{
	width: 70%;
	font-weight: 700; 
	background: #7FCEE2;
	color: #fff;
}
.peko-tb0002 td{
	text-align:center;
	font-size:105%;
	padding:10px;
	font-weight: 700; 
}

@media screen and (max-width: 480px) {
.peko-tb0001 th {
  padding: 4px 12px 4px 12px;
  display: block;
	width: 92%;
	text-align: left;
}
  .peko-tb0001 td {
  padding: 14px 12px 24px 12px;
  display: block;
  border: 0px solid #01214d;
}
}
/**********************
SNS
**********************/
/* SNS2 */
.sns-botan001 {
  width: 60px;
  height: 60px;
  line-height: 65px;
  background-color: #333;
  border-radius: 50%;
  text-align: center;
}
.sns-botan002 {
  width: 60px;
  height: 60px;
  line-height: 65px;
  background-color: #315096;
  border-radius: 50%;
  text-align: center;
}
.sns-botan003 {
  width: 60px;
  height: 60px;
  line-height: 65px;
  background-color: #f03e51;
  border-radius: 50%;
  text-align: center;
}


.share002 ul {
    list-style : none;
}

@media screen and (min-width: 1450px) {
.share002{
	position: fixed;
       top: 290px;
	left:-15px
}
}
/* SNSボタン */
.share {margin-top : 0px;}
.share ul {
	margin : 0;
	padding : 0;
	list-style : none;
}
.share li a {
	display : block;
	padding : 10px;
	font-size : 14px;
	text-decoration : none;
	text-align : center;
}

.share ul:after {
	content : "";
	display : block;
	clear : both;
}

.share li {
	float : left;
	width : 20%;
	margin : 0;
	margin-top:4px;
}

.sns-botan01 a{
	background-color : ;
	border: solid 1px #e0e0e0;
	margin:0px 1px 0px 1px;
}
.share li a:hover {
	opacity :0.8;
	color : #fff;
	background-color:#e0e0e0;
}

.level-item h2{
	margin:-35px 0px 0px 0px;

}

.gaido-mokuj li{
	margin:0px 0px 10px 20px;
	padding:0px 0px 0px 10px;
}
iframe {
  max-width: 100%;
}

.hero.is-light .title {
    font-size: 42px;
}