@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.header li a,
.footer li a{
	color: #004F9F;
	transition: 0.7s;
	text-decoration: none;
}
.header li a:hover,
.footer li a:hover{
	opacity: 0.7;
}

.header .header_cta a{
	text-decoration: none;
}

.p-breadcrumb{
	margin: 120px auto 0 auto!important;
}

.header_sp .nav_content{
	display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
@media screen and (max-width: 1024px){
	.p-breadcrumb{
		margin: 0 auto!important;
	}
	.p-mainVisual{
		margin-top: inherit;
	}
	.l-content{
		margin-top: inherit;
	}
	.header_sp  .header_logo{
		margin-left: 15px;
	}
	.header_sp .nav_sp .innar{
		padding: 0 15px;
	}
	.header_sp .nav_sp a{
		text-decoration: none;
	}
	.header_sp .nav_sp .cta_btn{
		padding: 10px 0;
    	box-sizing: border-box;
    	border-radius: 5px;
    	position: relative;
	}
	.header_sp .nav_sp .cta_btn1{
		color: #803177;
    	background: #fff;
    	border: solid 1px #803177;
	}
	.header_sp .nav_sp .cta_btn2{
		color: #fff;
      background: #803177;
	}
	.header_sp .nav_sp .cta_btn .btn_arrow{
		position: absolute;
    	top: 50%;
    	right: 7px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
	}
	.p-breadcrumb+.l-content{
		padding-top: 20px;
	}
}

/* ----------------------------------------------------------------------
 記事内テーブルのフォントサイズ
---------------------------------------------------------------------- */
.single-post table.has-fixed-layout th, 
.single-post table.has-fixed-layout td{
   font-size: 0.88em !important;
	padding: 0.9em .75em!important;
}
/* ----------------------------------------------------------------------
 目次のフォント調整
---------------------------------------------------------------------- */
.p-toc__ttl{
	font-weight: 600;
}
ol.is-style-index>li:before,
ol.is-style-index ol>li:before{
	font-weight: 600;
}

 /* クッキープラグイン*/
.cn-close-icon:after, .cn-close-icon:before{
  background-color: #FFF !important;
}

a.cn-href{
 color: #65b3ff;
}
  @media screen and (max-width: 480px) {
	.cn-text-container {
    	margin: 0 0 3px 0 !important;
	}
	.cookie-notice-container, .cookie-revoke-container {
        padding: 5px 0 8px 0 !important;
    }
	#cookie-notice .cn-button:not(.cn-button-custom){
  		font-size: 10px !important;
   		padding: 6px 12px !important;
	}
	.cookie-notice-container #cn-notice-text{
		font-size: 9px !important;
	}
	
}