/*
Theme Name: IRRC 2025
Theme URI: https://www.irrc.co.jp
Description: IRRC Corporation renewal theme 2025. Child theme for xWrite.
Author: IRRC Corporation
Author URI: https://www.irrc.co.jp
Template: xwrite
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: irrc-2025
*/

/* 親テーマのスタイルは functions.php で読み込み */
/* /loan/ */

.category-loan .contents {
  padding-top: 150px;
}
@media screen and (max-width: 640px) {
  .category-loan .contents {
    padding-top: 100px;
  }
}
@media screen and (max-width: 480px) {
  .category-loan .contents {
    padding-top: 90px;
  }
}

.articleFooter__author .uqAuthor__avatar .name {
  display: none;
}


/*tocの文字読み込み*/

@import url('https://fonts.googleapis.com/css?family=Unica+One');

/*tocカスタム*/

#toc_container {margin-right: auto;margin-left: auto;
  margin-bottom: 40px;
  padding: 15px 20px;
  background: #fff;
  border: 5px solid #e1eff4;
  border-radius: 2px;
  color: #666; }

#toc_container .toc_title {
  font-family: "Unica One", cursive;
  text-align: center;
  margin-bottom: 35px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 1.2em;
  border-bottom: 2px solid #dedede; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li; }

#toc_container .toc_list > li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 6px;
  line-height: 1.3em;
  font-size: 0.9em; }

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "0" counter(li) " |";
  position: absolute;
  left: -40px;
  top: 0px;
  background: none;
  font-family: "Unica One", cursive;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #008db7; }

#toc_container .toc_list > li a {
  text-decoration: none !important; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 15px;
  padding-left: 20px;
  color: #008db7; }

#toc_container .toc_list > li > ul li {
  font-size: 0.9em;
  margin-bottom: 8px; }

@media only screen and (min-width: 641px) {
  #toc_container {
    padding: 25px 40px; }

  #toc_container .toc_title {
    font-size: 1.1em; }

  #toc_container .toc_list > li {
    margin-bottom: 18px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: 0px;
    font-size: 26px; } }

/*インライン画像の枠線を消す*/
.ark-block-accordion__title img,
.ark-block-accordion__label img {
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/*
js-リンク
*/

.js-link :hover{
    position:relative;
  top:1px;
  left:1px;
}

/*  jsボタン*/

#button {border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ff8f19),color-stop(100%,#ff8f19));
  background: linear-gradient(to bottom,#ff8f19 0%,#ff8f19 100%);
	position: relative;
	display: inline-block;
	margin: auto;
	padding: .7em  .5em ;
	border: 1px solid rgba(0,0,0,.1);
	background-origin: border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,.2), inset 0 -1px rgba(0,0,0,.1), inset 0 1px rgba(255,255,255,.2);
	color: #fff !important;
	text-align: center;
	text-decoration: none;
  font-size: 105%;
	line-height: 1.6;
	display: block;
	width: 95%;
}
#button:hover {
	position: relative;
	top: 1px;
	left: 1px;
}
@media screen and (max-width: 480px) {
	#button {
		font-size: 110%;
	}
}
