@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*新ブランドカラーを変数化*/
:root {
  --sun: #FFDA1B;
  --water: #447FE0;
  --night: #202226;
  --cloud: #ffffff;
  --ly-600: #AD2929;
  --ly-400: #EE7100;
  --ly-200: #FE9384;
  --ly-50: #FDF3F1;
  --pa-600: #734B15;
  --pa-400: #EE7100;
  --pa-200: #FEC010;
  --pa-50: #FFFBD9;
  --av-600: #025D2C;
  --av-400: #30A143;
  --av-200: #61D45D;
  --av-50: #ECFAEC;
  --pu-600: #303560;
  --pu-400: #3F6ECC;
  --pu-200: #579EF2;
  --pu-50: #DDEFFF;
  --gr-600: #56575B;
  --gr-500: #737378;
  --gr-400: #949598;
  --gr-300: #ACADB0;
  --gr-250: #D0D1D3;
  --gr-200: #DADCDF;
  --gr-150: #E5E6EA;
  --gr-100: #F0F1F5;
  --gr-50: #FAFAFC;
  --sa-600: #EDDFBB;
  --sa-400: #F3EACF;
  --sa-200: #F8F3E1;
  --sa-50: #FBF8EE;
  --noto: "Noto Sans JP", sans-serif;
  --inter: "Inter", sans-serif;
}

/*--------override --------*/
.cat-name　{
	color: var(--water);
}
.toc_toggle {
	background-color: var(--gr-200);
	color: var(--night);
}
#toc_container {
	background-color: var(--gr-50);
}
#toc_container .toc_toggle a {
	color: var(--night);
}
#toc_container .toc_list li a {
	color: var(--night);
}
.single-title, .page-title {
	color: var(--night);
}
/*-------- body --------*/
body {
	font-family: "Helvetica", "Arial", YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.page-wrapper{
	position: relative;
}
/*------ ヘッダー追従 ------*/
#content{
	margin-top: 0;
	padding-top: calc(52px + 2em);
/* 	transition: .4s ease-out; */
}
.header{
	position: absolute;
	width: 100%;
	top: 0;
}
@media screen and (max-width: 480px){
	.single #content,
	.page #content {
		margin-top: 0;
		padding-top: 110px;
	}
}
@media screen and (min-width: 768px){
	.header {
	  position: fixed;
	  left: 0;
	  width: 100%;
	  box-sizing: border-box;
	  transition: .3s;
	}
	#inner-header {
	  height: 52px;
	  line-height: 52px;
	}
	#logo img {
		height: 52px;
	}
	.desktop-nav li a {
		height: 52px;
		line-height: 52px;
	}
}
/*------ ym_link ------*/

.ym_link img {
  width: 18% !important;
}

.ym_link {
  overflow: hidden;

  width: 100%;
  margin-bottom: 2em;
  padding: 13px;

  border: 1px solid #eee;
}
.ym_link_txt {
  float: left;
  width: 82%;
}
.ym_link:hover {
  background-color: #fff8cd;
}
.entry-content .ym_link h3 {
  font-size: .9em !important;
  line-height: 1.2em;

  clear: none;

  margin-top: 5px;
  margin-bottom: 0;
  margin-bottom: .5em;
  margin-left: 15px;
  padding: 0;
  padding-left: 0;

  border: none;
}
.ym_link img {
  float: left;
}
.ym_link p {
  font-size: .7em;
  line-height: 1.5em;

  float: left;
  clear: none;

  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  padding-left: 0;

  border: none;
}
#content.one-column.lp {
	margin-top: 0;
	background: none;
}
@media screen and (max-width: 600px) {
  .ym_link p {
    line-height: 1.3em !important;
  }
}
/*------ ym_linkここまで　------*/


/*--------評価コメントボックス　ここから----------------*/

h5 {
  font-size: 1.1em;
  font-weight: bold;

  clear: both;

  margin: 0 0 10px 0;
  /*padding-left: 1em;*/
  padding-left: 4px;

  border-bottom: solid 2px #ccc;
}


.writing-point {
  /*margin: 15px;*/
  margin: 0 0 0 4px;
  /* padding-left: 0.5em;*/
}

.comment-example {
  margin: 15px;
  padding: 0;
  /*border: solid 1px #00A4DE;*/
}

.comment-example p {
  line-height: 1.8;

  margin: 10px 15px;
}
.comment-example .label {
  font-size: 16px;

  position: relative;
  top: 0;

  margin: 0;
  padding: 5px 5px 5px 20px;
  /*background-color: #00A4DE;*/

  color: #fff;
}

.good {
  border: solid 1px #00a4de;
}

.good .label {
  background-color: #00a4de;
}


.bad {
  border: solid 1px #666;
}

.bad .label {
  background-color: #666;
}


.comment-example ul {
  margin: 0 15px  0 30px;
}

.comment-example ul li {
  margin: 10px;
}

.mr-t-60 {
  margin-top: 60px;
}

.mr-b-60 {
  margin-bottom: 60px;
}
/*--------評価コメントボックス　ここまで----------------*/


/*------ AdRotateウィジェットのデザイン変更　------*/
.adrotate_widgets {
	background:initial;
}
/*------ ファーストビュー　------*/
.home-fv{
	display: none;
  width: 100%;
	/* min-height: 100vh; */
}
.home-fv::after{
  content: "";
  display: block;
  width: 100%;
  height: 560px;
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: -1;
}
.home-fv-inner{
  position: relative;
  margin: 0 auto 60px;
  display: flex;
}
.fv-copy{
  z-index: 1;
  flex: 0 1 480px;
  font-family: ryo-gothic-plusn, sans-serif;
  padding-bottom: 140px;
	margin-top: 50px;
}
_:-ms-input-placeholder .fv-copy , :root .fv-copy{
  font-family: 'メイリオ', 'Meiryo', sans-serif;
}
.wipe{
	width: 0;
	overflow: hidden;
  white-space: nowrap;
  overflow: hidden;
  transition: 1s ease-out;
}
.wipe.in{
	width: 100%;
}
.fv-shoulder{
  font-size:  30px;
  color: #335799;
  font-weight: normal;
  margin: 0;
  line-height: 1.4;
	background: #fff;
	display: inline-block;
	padding: 2px 8px;
}
.fv-shoulder-bold{
  font-weight: 800;
}
.fv-copy h1{
}
.fv-copy h1 span{
  background: #ffcd46;
  display: inline;
  padding: .1em 0;
  line-height: 1.5em;
  color: #335799;
  font-size: 48px;
  font-weight: 800;
}
.mock-wrapper{
  position: absolute;
  width: 600px;
  height: 540px;
  right: 0;
	top:0px;
	transition: .4s ease-out;
}
.mock{
  position: absolute;
}
.mock-sp{
  right: 0;
  bottom: 0;
  width: 160px;
}
.mock-pc{
  right:50px;
  bottom: 0;
}
/* ==========================================================
 button
========================================================== */
.child-button {
  position: relative;
  display: flex;
  width: 90%;
	min-width: 370px;
  height: 72px;
	margin:auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 0 8px;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.child-button:hover {
	text-decoration: none;
}
/*cvset list----------------------------------*/
.child-cvset-list {
  display: flex;
  width: 100%;
  max-width: 760px;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;

}
.child-cvset-list li {
  max-width: 360px;
  width: 100%;
  margin: 0 5px;
}
.child-button.dwl,
.child-button.dmo,
.child-button.etm {
  height: 96px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  letter-spacing: .1em;
  text-align: center;
  flex-direction: column;
  white-space: nowrap;
}
.child-button.dwl:hover,
.child-button.dmo:hover,
.child-button.etm:hover {
  background-color: #ffcd46;
  /*border: none;*/
}

.child-button.dwl small,
.child-button.dmo small,
.child-button.etm small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  margin-bottom: 4px;
  white-space: nowrap;
}
.child-button.dmo {
  background-color: #335799;
  border: 3px solid #335799;
  color: #fff;
}
.child-button.dwl,
.child-button.etm {
  background-color: #fff;
  border: 3px solid #335799;
  color: #335799;
}
.home-fv .cta-list {
	margin: 16px 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}
.home-fv .cta-list li {
	text-align: center;
	width: 460px;
}
.home-fv .cta-list .child-button {
	height: 96px;
	width: 90%;
	margin-bottom: 0;
	letter-spacing: 0;
}
.home-fv .cta-list .link:hover {
	color: #f3bf35;
	border-color: #f3bf35;
}
.home-fv .cta-list .link:hover::before {
	background-image: url(/img/common/child_icon_arrow_ylw.svg);
}
@media screen and (max-width: 768px) {
  .child-cvset-list {
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
  }
  .child-button.dwl,
  .child-button.dmo,
  .child-button.etm {
    height: 80px;
    font-size: 20px;
  }
  .child-button.dwl small,
  .child-button.dmo small,
  .child-button.etm small {
    font-size: 12px;
  }
	.mock-wrapper{
		width: 320px;
		left:0;
		margin: auto;
	}
	.mock-pc{
		right: 0;
	}
	.mock-sp{
		width: 100px;
	}
	.fv-shoulder{
		font-size: 20px;
	}
	.fv-copy{
		margin-top: 22px;
	}
	.fv-copy h1 span{
		font-size: 32px;
	}
	.home-fv .cta-list{
		display: block;
	}
	.home-fv .cta-list li{
		margin: auto;
		width: 100%;
	}
	.home-fv .cta-list .child-button{
		margin-bottom: 10px;
		min-width: 300px;
	}
	.mock-wrapper{
		height: 442px;
	}
}
/*------ ファーストビューのPCサイズ　------*/
@media screen and (min-width: 1240px) {
  .flexbox{
    display: flex;
  }
  .fv-shoulder-bold{
    display: block;
  }
}
/*------ メインコンテンツとサイドメニューの横幅変更　------*/
@media only screen and (min-width: 1240px) {
  .home #sidebar1{
    width: 300px;
  }
	.single #main, .page #main {
		width: 879.99px;
	}
	.home #main{
		width: calc(100% - 300px);
	}
	.sidebar {
		width: 300px;
	}
}

/*------ コンテンツ内のh2～h6のスタイル設定　------*/
.entry-content h2 {
	margin: 2.5em 0 1em;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-weight: bold;
	background-color: #ffcd6c;
	border-color: #ffa827;
	padding: .5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: #010101;
}
.entry-content h2 {
	margin: 2.5em 0 1em;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-weight: bold;
	padding: .5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	color: #010101;
	border-color: #ffa827;
	background-color: #ffcd6c;
}
.entry-content h3 {
	margin: 2.5em 0 1em;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-color: #ffa827;
}
.entry-content h4 {
	font-size: 1.1em;
	margin: 2.5em 0 1em;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-weight: bold;
	padding: .5em;
	border-left: solid 5px #ffaf58;
	color: #494949;
	border-color: #ffa827;
}
.entry-content h5 {
	font-size: 1.0em;
	margin: 2.5em 0 1em;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding: 0 55px;
}
.entry-content h5:before{
	left: 0;
}
.entry-content h5:before,.entry-content H5:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 3px;
	background-color: #ffa827;
	content: "";
}
.entry-content h5:after{
	right: 0;
}
.entry-content h6 {
	border-color: #ffcd46;
    padding: .5em 0;
    border-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    font-size: 18px;
}
/*------ コンテンツ内のh2～h6のスタイル設定 ここまで　------*/

/*------ 「関連記事上」ウィジェットのスタイル変更　------*/
.adrotate_widgets .g .cta-btn {
	line-height:initial;
}

/*------ フッター固定ウィジェット　------*/
.footer-fixed-widget {
	margin-bottom: 54px;
	display: block;
}
.footer-fixed-widget .footer-fixed-contents {
	position: fixed;
	display: table;
	table-layout: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: 98;
	box-shadow: 0 -1px 3px rgba(100,120,130,.25);
	background: #ffcd6c;
	text-align: center;
}
.footer-fixed-widget a{
	color: #000000;
	display: block;
	padding: 9px 0 6px;
	font-size: 10px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}
.footer-fixed-widget p{
	margin: 0;
}
.footer-fixed-widget ~ .totop {
 bottom: 70px;
}
/*------ フッター固定ウィジェットここまで　------*/


/*------ 投稿本文中の関連記事上の表示ウィジェット　------*/
.related-article-upside .g{
	line-height:initial;
}

/*------ 記事コンテンツ後広告（PC）表示ウィジェット　------*/
.dfont .g{
	line-height:initial;
}
/*adrotateグループ化*/
.g-single,
.a-single {
	line-height: 1.75;
}

.single-title, .page-title{
	margin-top: 50px;
}
.desktop-nav .sub-menu li a, .mobile-nav li a, #footer-menu a, .copyright, #drawer__open, .drawer__title {
	color: #000000 !important;
}
/*card2のexerpt*/
.longc_excerpt {
  font-size: 12px;
  display: block;
  padding: 10px 0 0 0;
  font-weight: normal;
}
.c_linkto .c_linkto_text {
  display: block;
  padding: 15px 13px;
  line-height: 1.6;
}
.desktop-nav .sub-menu li {
	background-color: #fff !important;
}
.one-column.hf-none {
	/* margin-top: -32px !important */
}
@media screen and (max-width: 768px) {
.one-column.hf-none {
	margin-top: -46px !important;
	padding-top: 100px;
}
}


/*--特集---*/

.question {
 	position: relative;
	display: inline-block;
 	/*margin: 1.5em 0 1.5em 15px;*/
	padding: 7px 15px;
	min-width: 120px;
 	max-width: 70%;
 	min-height: 45px;
 	color: #000;
	font-size: 16px;
	/*background: #e0edff;*/
	background: #fff3da;
	border-radius: 10px;
	vertical-align: middle;
}

.question:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -13px;
	border: 13px solid transparent;
	/*border-right: 25px solid #e0edff;*/
	border-right: 25px solid #fff3da;
}

p.question{
margin: 1.5em 0 3em 15px;
}

.interview-profile {
    color: #555;
    font-size: 13px;
    line-height: 1.6;
    width: 96%;
    padding-left: 15px;
    margin-top: -10px;
    margin-bottom: 20px;

}

.last-mark {
	padding-right: 20px;
    text-align: right;
    float: right;
    display: inline-block;
}

/*--Q&Aカテゴリー記事のh1タイトル---*/
#inner-content .hh.hhq.title {
  position: relative;
  margin: 0 0 1em 0 !important;
  padding: 25px 0 0 50px;
  font-size: 1.8em !important;
}
#inner-content .hh.hhq.title + * {
  margin-top: 1.6em;
}
#inner-content .hh.hhq.title:before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  font-family: Arial,sans-serif;
  font-size: 22px;
  background: #75bbff;
  color: #FFF;
  border-radius: 50%;
}
#inner-content .hh.hha {
    font-size: 1.5em;
}

@media screen and (max-width: 768px) {
	#inner-content .hh.hhq.title,
	#inner-content .hh.hha {
		font-size: 1.45em !important;
	}
}
@media screen and (max-width: 480px) {
	#inner-content .hh.hhq.title {
		margin: 15px !important;
	}
}
/*--ウィジェットの間隔狭める---*/
.widget {
    margin: 0 0 1.2em !important;
}

/*--Q&Aカテゴリー記事のh1タイトル---*/
#inner-content .hh.hhq.title {
  position: relative;
  margin: 0 0 1em 0 !important;
  padding: 25px 0 0 50px;
  font-size: 1.8em !important;
}
#inner-content .hh.hhq.title + * {
  margin-top: 1.6em;
}
#inner-content .hh.hhq.title:before {
  content: 'Q';
  position: absolute;
  left: 0;
  top: 19px;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  font-family: Arial,sans-serif;
  font-size: 22px;
  background: #75bbff;
  color: #FFF;
  border-radius: 50%;
}
#inner-content .hh.hha {
    font-size: 1.5em;
}

@media screen and (max-width: 768px) {
	#inner-content .hh.hhq.title,
	#inner-content .hh.hha {
		font-size: 1.45em !important;
	}
}
@media screen and (max-width: 480px) {
	#inner-content .hh.hhq.title {
		margin: 15px !important;
	}
}

/*箇条書きul olの枠*/
.entry-content ul:not(.toc_list) {
    list-style-type: disc;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0.5em 2em;
    border: none;
    font-weight: bold;
}
/* .entry-content ul:before {
	left: 0;
    border-top: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
    border-left: dotted 2px #15adc1;
}
.entry-content ul:after {
    right: 0;
    border-top: dotted 2px #15adc1;
    border-right: dotted 2px #15adc1;
    border-bottom: dotted 2px #15adc1;
}
.entry-content ul:before,
.entry-content ul:after {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    width: 15px;
    height: 100%;
    content: "";
} */
.entry-content .toc_list:before,
.entry-content .toc_list:after,
.entry-content .toc_list ul:before,
.entry-content .toc_list ul:after,
.entry-content .list-raw ul:before,
.entry-content .list-raw ul:after{
	border:none;
    content: "";
}
.entry-content ul.tl {
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 1.5em 1em 1.5em 2.5em;
    border-top: none;
	border-bottom: none;
    border-left: none;
    border-right: none;
    background: none;
    box-shadow: none;
}
.entry-content ul.tl:before,
.entry-content ul.tl:after {
	border-bottom: none;
    border-left: none;
    border-right: none;
	border-top: none;
}
.entry-content .toc_list ul {
    background: none;
    box-shadow: none;
}
.entry-content .list-raw ul {
    background: none;
    box-shadow: none;
	border: none;
	margin: 0;
    padding: 0 2em;
}
.entry-content ol {
	list-style-type:none;
    position: relative;
    margin: 2em 5px;
    border: dashed 2px white !important;
    background: #fff0cd;
    box-shadow: 0 0 0 5px #fff0cd;
    color: #454545;
	counter-reset: number1;
	font-weight: bold;
}
.entry-content ol:after {
	position: absolute;
    top: -7px;
    right: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0,0,0,.15);
    content: "";
}
.entry-content ol li:before {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ffa827;
    color: white;
    font-family: "Quicksand",sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    content: counter(number1);
    counter-increment: number1;
}
.ol-circle ol {
    background-color: white;
    box-shadow: none;
    border: #ffa827 solid 2px !important;
}
.entry-content .ol-circle ol:after {
    content: none;
}
.entry-content .ol-circle ol li:before {
    left: 0;
}
.ol-circle.li-accentbdr.acc-bc-before ol {
	border:none !important;
	background: none;
}
.list-raw ol {
	list-style-type: decimal;
    border:none;
	background: none;
	box-shadow: none;
	margin: 0;
    padding: 0 2em;
}
.list-raw ol:after{
	content:none;
}
.list-raw ol li:before {
	content:none;
}

/*記事見出しフォントサイズ*/
@media screen and (min-width: 769px) {
	h1 {
		font-size: 1.8em;
	}
	.entry-content h2 {
		 font-size: 1.5em;
	}
	.entry-content h3 {
		 font-size: 1.4em;
	}
	.entry-content h4 {
		 font-size: 1.3em;
	}
	.entry-content h5 {
    	font-size: 1.2em;
	}
}

/*パンくず*/
#breadcrumb li:first-child a:before {
  content: none;
}

/*見出し*/
.entry-content h2 {
    position: relative;
    padding: .5em;
    background: var(--pa-200);
    color: var(--night);
	border: none;
}
.entry-content h2:before {
	position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-right: solid 20px var(--pa-400);
    border-bottom: solid 15px transparent;
    content: "";
}
.entry-content h3 {
	margin-right: 5px;
    margin-left: 5px;
    padding: .2em .5em;
    border: dashed 1px #fff;
    background: #FFCC6C;
    box-shadow: 0 0 0 5px #FFCC6C;
    color: #454545;
}
.entry-content h4 {
	position: relative;
    border-bottom: solid 3px #fcdfac;
	margin: 2.5em 0 1em;
    padding: 0;
    border-left: 0;
    background: transparent;
    box-shadow: none;
    font-weight: bold;
}
.entry-content h4:after {
	display: block;
    position: absolute;
    bottom: -3px;
    width: 30%;
    content: " ";
    border-bottom: solid 3px #FFB939;
}
.entry-content h5 {
	padding: .5em;
    border-left: solid 5px #ffaf58;
    background-color: transparent;
    color: #494949
}
.entry-content h5:before, .entry-content h5:after {
	background-color: transparent;
    content: "";
}
/*サイドバー目次のスクロール*/
.widget.toc_widget {
    max-height: 240px;
    overflow-y: auto;
}
.widget.toc_widget ul li a {
    font-size: 14px;
}
.widget.toc_widget ul li ul li a {
    font-size: 13px;
}
/*グロナビ資料ダウンロード*/
.doc_dl  {
	height: 30px;
    margin-top: 10px !important;
    margin-left: 8px !important;
    border: solid var(--water) 3px;
    border-radius: 6px;
    background-color: var(--water);
    transition: .3s;
    color: #fff;
	position: relative;
}
.doc_dl ::before {
	background-color:red;
 	height:15px;
 	width:15px;
	top:-7px;
	right:-5px;
	border-radius:50%;
	content:"";
	position: absolute;
}
.doc_dl a {
	margin-top:-13px !important;
	color:#fff !important;
}
.desktop-nav li .doc_dl:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  transition: transform .3s ease-in-out;
  transform: scale(0, 1);
  transform-origin: left top;
}
.desktop-nav li.doc_dl:hover:after {
  transform: scale(0, 1);
}
.desktop-nav li.doc_dl:hover {
	border: solid #ccc 3px;
	background-color:#ccc;
}
/*サイドバーの資料ダウンロード一覧誘導ボタン*/
.doc_dl_widget {
	background-color: #ffba36;
	text-align: center;
	padding: 18px 12px;
}
.doc_dl_widget a {
	display: block;
}
.doc_dl_widget p {
	font-size: 12px;
	color: #000;
}
.doc_dl_widget span {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 20px;
    border: solid #ff5700 2px;
	transition: .3s;
}
.doc_dl_widget a:hover {
	text-decoration: none;
}
.doc_dl_widget a:hover span{
	background-color: #ff5700;
	color: #fff;
}

/*サイドバーのセミナー一覧誘導ボタン*/
.doc_dl_widget.seminar {
	background-color: #335799;
	text-align: center;
	padding: 18px 12px;
}
.doc_dl_widget.seminar p {
	font-size: 12px;
	color: #fff;
}
.doc_dl_widget.seminar span {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 20px;
    border: solid #ffcd46 2px;
	transition: .3s;
}
.doc_dl_widget.seminar a:hover span{
	background-color: #ffcd46;
	color: #000;
}

/*吹き出し*/
.fukidesc {
    display: table;
    margin-bottom: 2em;
    width: 100%;
}
 .fukidesc .fukibig {
    width: 62%;
}
.fukiimg {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 10px;
}
.fukiimg .bdr {
    border: solid 2px #ececec;
}
.fukiimg img {
    width: 100%;
	border: solid 2px #ececec;
}
.fukicell {
    display: table-cell;
    vertical-align: middle;
    width: 49%;
    position: relative;
}
.fukip {
    border: #ccc solid 4px;
    position: relative;
    background: white;
    padding: 12px 10px;
    border-radius: 13px;
}
.fukip:before {
    border-right: 23px solid #ccc;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    content: '';
    position: absolute;
    left: -23px;
}
.fukip:after {
    content: '';
    position: absolute;
    border-right: 24px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    top: 30%;
    left: -17px;
}
.fukip p {
    margin: 0;
}
@media screen and (max-width: 600px){
	.fukicell, .fukidesc, .fukip, .fukiimg, .post-content .codefuki .codebig, .fukiimg img, .post-content .fukidesc .fukisml, .post-content .fukidesc .fukibig{
		display: block;
		width: 100%;
	}
	.fukicell, .fukidesc, .fukip, .fukiimg, .post-content .codefuki .codebig, .fukiimg img, .post-content .fukidesc .fukisml, .post-content .fukidesc .fukibig{
		display: block;
		width: 100%;
	}
	.fukip {
		border-radius: 6px;
		background: white;
		margin-top: 7px;
		border: solid 2px silver;
		font-size: 1em;
	}
	.fukip:before {
		border-bottom: 20px solid silver;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		top: -40px;
		content: '';
		position: absolute;
		left: 40%;
	}
	.fukip:after {
    border-bottom: 20px solid white;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: -37px;
    content: '';
    position: absolute;
    left: 40%;
}
}
/*資料ダウンロード一覧*/
.cardtype__link {
	height: 100%;
}
/*資料ダウンロード一覧 モバイルフッター固定ウィジェット*/
.footer-fixed-widget .footer-fixed-contents {
    background: rgba(0,0,0,.2);
    text-align: center;
}
.footer-fixed-widget a {
    color: #ffffff;
    font-size: 12px;
    width: 200px;
    margin: 6px auto;
	padding: 12px 0;
	border-radius: 8px;
    background-color: #FF6E00;
}
.grad2 {
    position: relative;
    padding: .5em 1.9em;
    border-radius: 8px;
    background: #335799;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.grad2:hover,
.grad2:hover:nth-child(2)  {
 background: #ffcd46;
}
.grad2:nth-child(2) {
	background: #fff;
    color: #335799;
    border: 3px solid #335799;
}
.grad2:nth-child(1)::after {
	content: "おすすめ！";
	position: absolute;
	display: block;
	top: -16px;
	left: -26px;
	width: 80px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	background-color: #eb4f25;
	color: #fff;
	border-radius: 16px;
}
.grad3 {
    padding: 10px 20px;
    border-radius: 6px;
    background: #ffcd46;
    color: #335799;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 6px 10px -2px rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.2);
}

#fixed_sidebar {
	margin-top: 70px;
}
/*ウィジェットの箇条書き*/
.adrotate_widgets ul {
	list-style: inherit;
	font-weight: bold;
}
.adrotate_widgets ul li {
	padding: 5px 0;
}
/*目次サイドバー*/
.widget .my_index_wrapper {
	padding: 10px 0 20px;
}
.widget .my_index_title {
    color: #626262;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0;
    padding: 0 0 0 10px;
}
.widget .my_index {
	list-style: inherit;
	padding: 8px 0 0 40px;
}
.widget .my_index li {
	margin: 0;
    font-weight: bold;
	font-size: 0.9em;
	color: #4f96f6;
}
.widget .my_index li a {
	color: #4f96f6;
	padding: 2px;
	font-size: 14px;
}
.widget .my_index li a:hover {
  text-decoration:underline;
  background:transparent;
}
/* 人気のダウンロード資料 */
#sidebar1 .popular_dl ,
#sidebar1 .widget:has(.popular_dl) {
  background: transparent;
}
#sidebar1 .popular_dl {

  border-bottom: 1px dashed #ACADB0;
}
#sidebar1 .popular_dl h4 + * {
  padding: 0;
  padding-bottom: 1.2em;
}
#sidebar1 .popular_dl h4.widgettitle {
  border-bottom: 6px solid #fec010;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
}
#sidebar1 .popular_dl h4.widgettitle:before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  padding-right: 8px;
}
#sidebar1 .popular_dl .my-widget li a {
  padding: 0;
}
#sidebar1 .popular_dl .my-widget li a .my-widget__img {
  padding: 0;
  width: 100%;
}
#sidebar1 .popular_dl .my-widget li a .my-widget__img img{
  border: none;
}

#sidebar1 .popular_dl .my-widget li a:hover .my-widget__img img{
  transform: none;
  filter: brightness(1.1);
  border:none;
}
#sidebar1 .popular_dl .show_num {
  counter-reset: listnum;
  position: relative;
}
#sidebar1 .popular_dl.widget ul.show_num li{
  background: #FBF8EE;
  margin-top: 20px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
#sidebar1 .popular_dl .show_num li::before{
	counter-increment: listnum; /* counter-resetと同じ文字列 */
	content: counter(listnum); /* カウントした数に応じて番号を表示 */
  font-size: 24px;
  color: #fff;
  padding: 4px 19px;
  position: absolute;
  top: -10px;
  left: 10px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  width: 15px;
  z-index: 20;
}
#sidebar1 .popular_dl .show_num li::after{
  border-top: 10px solid transparent;
  border-right: 8px solid transparent;
}
  /* カラバリ */
#sidebar1 .popular_dl .show_num li:nth-child(1)::after {
  content:"";
  display: block;
  position: absolute;
  top: -10px;
  left: 63px;
  border-left: 7px solid #AD2929;
  border-bottom: 0px solid #AD2929;
}
#sidebar1 .popular_dl .show_num li:nth-child(1)::before {
  background: #D64C3A;
}
#sidebar1 .popular_dl .show_num li:nth-child(2)::after {
  content:"";
  display: block;
  position: absolute;
  top: -10px;
  left: 63px;
  border-left: 7px solid #D64C3A;
  border-bottom: 0px solid #D64C3A;
}
#sidebar1 .popular_dl .show_num li:nth-child(2)::before {
  background: #EE7100;
}
#sidebar1 .popular_dl .show_num li:nth-child(3)::after {
  content:"";
  display: block;
  position: absolute;
  top: -10px;
  left: 63px;
  border-left: 7px solid #EE7100;
  border-bottom: 0px solid #EE7100;
}
#sidebar1 .popular_dl .show_num li:nth-child(3)::before {
  background: #FEC010;
}
#sidebar1 .popular_dl .show_num li:nth-child(4)::after {
  content:"";
  display: block;
  position: absolute;
  top: -10px;
  left: 63px;
  border-left: 7px solid #025D2C;
  border-bottom: 0px solid #025D2C;
}
#sidebar1 .popular_dl .show_num li:nth-child(4)::before {
  background: #30A143;
}
#sidebar1 .popular_dl .show_num li:nth-child(5)::after {
  content:"";
  display: block;
  position: absolute;
  top: -10px;
  left: 63px;
  border-left: 7px solid #303560;
  border-bottom: 0px solid #303560;
}
#sidebar1 .popular_dl .show_num li:nth-child(5)::before {
  background: #3F6ECC;
}
