@charset "UTF-8";

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	overflow: hidden;
	width: 100%;
	margin: 1em auto;
	padding-top: 60px;
	list-style: none;
	text-align: center;
}
.cp_breadcrumb li {
	display: inline-block;
	padding: 0;
	margin: 0 0 0.5em 0;
}
.cp_breadcrumb a {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.7em 1em 0.7em 2em;
	text-decoration: none;
	color: #ffffff;
	background-color: #acbddf;
}
.cp_breadcrumb li:first-child{
	margin-right: -5px;
}
.cp_breadcrumb li:first-child a {
	padding-left: 1em;
	border-radius: 5px 0 0 5px;
}
.cp_breadcrumb a::after,
.cp_breadcrumb a::before {
	position: absolute;
    right: -29px;
    top: 50%;
    margin-top: -30px;
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid;
}
@media screen and (max-width: 768px) {
	.cp_breadcrumb a::after,
	.cp_breadcrumb a::before {
		position: absolute;
	    right: -25px;
	    top: 50%;
	    margin-top: -26px;
	    content: '';
	    border-top: 26px solid transparent;
	    border-bottom: 26px solid transparent;
	    border-left: 26px solid;
	}
}
.cp_breadcrumb a::after {
	z-index: 2;
	border-left-color: #acbddf;
}
.cp_breadcrumb a::before {
	z-index: 1;
	border-left-color: #ffffff;
}
.cp_breadcrumb li:nth-child(2) a       { background:        #EC407A; }
.cp_breadcrumb li:nth-child(2) a:after { border-left-color: #EC407A; }
.cp_breadcrumb li:nth-child(3) a       { background:        #F06292; }
.cp_breadcrumb li:nth-child(3) a:after { border-left-color: #F06292; }
.cp_breadcrumb li:nth-child(4) a       { background:        #F48FB1; }
.cp_breadcrumb li:nth-child(4) a:after { border-left-color: #F48FB1; }
.cp_breadcrumb li:nth-child(5) a       { background:        #F8BBD0; }
.cp_breadcrumb li:nth-child(5) a:after { border-left-color: #F8BBD0; }

.cp_breadcrumb li:last-child a {
	color: #052e7b;
	background: #fff;
	border-radius: 0 5px 5px 0;
}
.cp_breadcrumb li:last-child a::before,
.cp_breadcrumb li:last-child a::after {
	content: normal;
}
.cp_breadcrumb li::before{
	content:none;
}
.drawer_nav.pt0{
    padding-top: 0;
}

.drawer_menu.top .drawer_nav{
    padding-top: 50px;
}
.drawer_menu.top .cp_breadcrumb.top{
    display: none;
}
@media screen and (max-width: 768px) {
    .drawer_menu.top .drawer_nav{
        padding-top: 0;
    }
    .drawer_menu.top .cp_breadcrumb.top{
        display: block;
    }
}

/* 心房細動：メインビジュアル */
.header_h1_01 .thumbnail_outer img.cover{
	display: none;
}
.header_filter {
	background-color: #3553A4;
	opacity: 1;
}
@media only screen and (max-width: 1817px){
	.header_h1_01 .title_outer{
		top: 45% !important;
	}
}
@media only screen and (max-width: 990px){
	.header01 .sitelogo01 a, .header01.fixed .sitelogo01 a {
		display: block;
		padding: 16px 0 10px 20px;
		width: 220px;
	}
	.header01 .sitelogo01 a img, .header01.fixed .sitelogo01 a img {
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.header01.fixed .sitelogo01{
		border-bottom: #ffffff 1px solid;
	}
	.header_h1_01 .title_outer{
		top: 0 !important;
	}
}
@media screen and (max-width: 990px){
.drawer_menu .drawer_button{
right: 20px;
}
.drawer_menu .drawer_nav{
border-bottom: 1px solid #eee;
padding-top:0;
}
.drawer_menu .drawer_nav li:last-child{
border-bottom: 0;
}
.drawer_menu .drawer_nav li ul.third-level,
.drawer_menu .drawer_nav li ul.fourth-level,
.drawer_menu .drawer_nav li ul.fifth-level,
.drawer_menu .drawer_nav li ul.sixth-level {
	display: none;
	position: relative;
	padding: 0;
	z-index: 1001;
}
.drawer_menu .drawer_nav li ul.third-level .touch-btn::before,
.drawer_menu .drawer_nav li ul.fourth-level .touch-btn::before,
.drawer_menu .drawer_nav li ul.fifth-level .touch-btn::before{
color: #333;
content: '＋';
font-size: 22px;
top: -5px;
}
.drawer_menu .drawer_nav li ul.third-level .add.touch-btn::before,
.drawer_menu .drawer_nav li ul.fourth-level .add.touch-btn::before,
.drawer_menu .drawer_nav li ul.fifth-level .add.touch-btn::before{
transform:inherit;
content: '－';
font-size: 20px;
}

.drawer_menu .drawer_nav li ul.second-level li a{
padding-left: 30px;
background-color: rgba(0, 39, 141, 0.8);
line-height: 1.4;
padding-top: 10px;
padding-bottom: 10px;
}
}
/* スマホ専用 atrnav */
@media screen and (max-width: 990px) {

  .sp-atrnav {
    margin: 10px 0;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
  }

  .sp-atrnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sp-atrnav li {
    border-bottom: 1px solid #ddd;
  }

  .sp-atrnav .parent {
    width: 100%;
    background: #3553A4;
    color: #fff;
    padding: 14px;
    text-align: left;
    border: none;
    font-size: 16px;
    position: relative;
  }

  .sp-atrnav .parent::after {
    content: "＋";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }

  .sp-atrnav .parent.active::after {
    content: "－";
  }

  .sp-atrnav .child {
    display: none;
    background: #fff;
  }

  .sp-atrnav .child li a {
    display: block;
    padding: 12px 16px;
    color: #052e7b;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }

  .sp-atrnav .child li a:hover {
    background: #e8f0ff;
  }
}

.drawer_menu .drawer_nav li ul.third-level li a{
background-color: #acbddf;
color: rgba(3, 42, 119, 1);
line-height: 1.4;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 40px;
padding-right: 10px;
}
.drawer_menu .drawer_nav li ul.fourth-level li a{
background-color: #fff;
color: #052e7b;
line-height: 1.4;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 50px;
padding-right: 10px;
}
.drawer_menu .drawer_nav li ul.fifth-level li a{
background-color: #ececec;
color: #052e7b;
line-height: 1.4;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 50px;
padding-right: 10px;
}
.drawer_menu .drawer_nav li ul.sixth-level li a{
background-color: #ccc;
color: #052e7b;
line-height: 1.4;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 50px;
padding-right: 10px;
}