@charset "utf-8";

/*------------------------------------------------

 common.css
 
 Copyright (C) Pioneer Co,Ltd.

------------------------------------------------*/

/* general layout
================================================================================*/
/* responsive nav
------------------------------------------------*/
.slicknav_menu { /* ハンバーガーを隠す */
	display: none;
}
#globalNavSP { /* スマホメニューを隠す */
	display: none;
}

/* common
------------------------------------------------*/
.sp {
	display: none;
}
.sp360 {
	display: none;
}

/* a
------------------------------------------------*/
a[href^="tel:"]:link {
	color: #444;
	text-decoration: none;
	cursor: text;
}

/* body
================================================================================*/

/* header
================================================================================*/
.globalHeader {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-moz-box-align: start;	
	-ms-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 1170px;
	margin: 0 auto;
	padding: 20px 0 0;
	-font-feature-settings: "palt";
}
.globalHeader p {
	margin: 0;
}
.globalHeader .logo img {
	display: block;
	width: 118px;
	margin: 0 0 5px;
}
.globalHeader .logoCopy {
	color: #f96d1f;
	font-size: 1.1rem;
}
.allNav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-ms-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 5px 0 0;
}
.subNav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0 0 10px;
	font-size: 1.6rem;
}
.subNav li {
	margin: 0 0 0 20px;
}
.subNav .tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 10px;
	color: #29618c;
	font-weight: 700;
	font-size: 1.8rem;
}
.subNav .tel a[href^="tel:"]:link {
	color: #29618c;
}
.contactMenu a {
	color: #29618c;
	font-weight: 700;
	text-decoration: none;
}
.contactMenu a:hover {
	opacity: .7;
}
.btn.btnBlue.memberMenu a {
    padding: 0 20px;
    font-weight: 500;
	font-size: 1.4rem;
    line-height: 24px;
}

/* nav
================================================================================*/
.globalNav {
	width: auto;
}
.globalNav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
}
.globalNav ul {
    width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.globalNav ul.subs {
    display: block;
    position: absolute;
    top: 122px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    background: #f4f4f2;
    text-align: center;
    font-size: 1.6rem;
    opacity: 0;
    -webkit-transition: all 700ms ease-in-out 0s;
    -moz-transition: all 700ms ease-in-out 0s;
    -o-transition: all 700ms ease-in-out 0s;
    transition: all 700ms ease-in-out 0s;
}
.globalNav li a {
    display: block;
    text-decoration: none;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.globalNav ul > li > a {
    padding: 0 20px 15px;
    color: #333;
    line-height: 40px;
    border-radius: 8px 8px 0 0;
}
.globalNav ul > li:hover > a,
.globalNav ul > a:hover {
    background: #f4f4f2;
}

/* submenu */
.globalNav ul li:hover ul.subs {
    display: block;
    z-index: 1000;
    opacity: 1;
}
.globalNav ul.subs li {
    display: inline-block;
    width: auto;
    margin: 0 5px;
}
.globalNav ul.subs li a {
    display: block;
    padding: 10px;
    background: #fff;
    color: #29618c;
    line-height: 1;
    border-radius: 4px;
}
.globalNav ul ul li a:hover {
    background: #29618c;
    color: #fff;
}


/* main
================================================================================*/
#main {
	margin: 0 auto;
	padding: 0;
}

/* wrap
------------------------------------------------*/
.wrap {
	min-width: 1170px;
	padding: 100px 0;
}
.wrapWhite {
	background: #fff;
}
.wrapGray {
	background: #f4f4f2;
}
.wrapBlue {
	background: #effafd;
}
.wrapYellow {
	background: #fffbcb;
}
.wrapPattern {
	background: #fff url(../common_img/prism_bg.png) repeat left top;
    background-size: 94px auto;
}
.wrapPatternGray {
	background: #fff url(../common_img/prism_gray_bg.png) repeat left top;
    background-size: 94px auto;
}

/* box
------------------------------------------------*/
.box {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
.box700 {
	width: 700px;
}
.box800 {
	width: 800px;
}
.box1140 {
	width: 1140px;
}
.box1170 {
	width: 1170px;
}

/* h
------------------------------------------------*/
.headlineC {
	margin: 0 0 60px;
	color: #000;
	font-weight: 700;
	font-size: 3.6rem;
	text-align: center;
}
.headlineL {
	margin: 0 0 50px;
	color: #000;
	font-weight: 700;
	font-size: 3.6rem;
}
.headlineL:after {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    margin: 10px auto 0 0;
	background: #f96d1f;
}
.headlineSizeM {
	margin: 0 0 30px;
	font-size: 3.0rem;
}
.headlineSizeS {
	margin: 0 0 30px;
	font-size: 2.4rem;
}

/* title
------------------------------------------------*/
.title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -o-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    margin: 0 0 1px;
    background-size: cover;
}
.titleText {
	color: #000;
	font-weight: 700;
	font-size: 3.6rem;
    -font-feature-settings: "palt";
    line-height: 1.4;
    letter-spacing: 0;	
}

/* topicPath
------------------------------------------------*/
.topicPath {
	padding: 10px 0;
	background: #f4f4f2;
}
.topicPath ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1140px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1;
}
.topicPath li:not(:first-child):before {
    content: '›';
    margin: 0 8px;
    color: #444;
}
.topicPath a {
	text-decoration: none;
}
.topicPath a:hover, 
.topicPath a:active {
	text-decoration: underline;
}

/* lead
------------------------------------------------*/
.leadOutline {
	color: #f96d1f;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.6;
}
.leadOutlineMedical {
	color: #0e95bb;
	font-weight: 700;
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: center;
}

/* filter
------------------------------------------------*/
.filterWhite {
	height: 100%;
    background: rgba(255, 255, 255, .7);
}
.filterBlue {
	height: 100%;
    background: rgba(41, 97, 140, .7);
}

/* flexbox
------------------------------------------------*/
.flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 30px;
}

/* img float
------------------------------------------------*/
.floatL {
	float: left;
	margin: 0 30px 30px 0;
}
.floatR {
	float: right;
	margin: 0 0 30px 30px;
}
.floatL0 {
	float: left;
	margin: 0 30px 0 0;
}
.floatR0 {
	float: right;
	margin: 0 0 0 30px;
}

/* col2
------------------------------------------------*/
.col2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: -1% -1% 0;
	padding: 0;
}
.col2 > li {
	width: 48%;
	margin: 1%;
}

/* col3
------------------------------------------------*/
.col3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.col3 > li {
	width: 32%;
	margin: 0 0 1%;
}

/* col4
------------------------------------------------*/
.col4 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: -1% -1% 0;
	padding: 0;
}
.col4 > li {
	width: 24%;
	margin: 1%;
}

/* button, submit
------------------------------------------------*/
.btn a {
	display: inline-block;
	position: relative;
    border: 2px solid #29618c;
    background: #ffffff;
	color: #29618c;
	font-size: 1.8rem;
	font-weight: 700;
	-font-feature-settings: "palt";
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	letter-spacing: 0;
}
.btn a:hover,
.btn a:active {
    background: rgba(41, 97, 140, .7);
	color: #fff;
}
.btn a:before {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 5px;
	margin: -0.5em 0;
	font-family: 'Material Icons';
	font-size: 1.4rem;;
	line-height: 1;
	white-space: nowrap;
	content: "\E5CC";
}
.btnBlue a {
	padding: 0 80px;
    background: #29618c;
	color: #fff;
}
.btnBlue a:hover,
.btnBlue a:active {
	background: rgba(41, 97, 140, .7);
}
.btnLine a {
	padding: 0 40px;
}
.btnLine a:hover,
.btnLine a:active {
    background: rgba(41, 97, 140, .7);
}
.btnBlock a {
	display: block;
}

[type="submit"] {
	display: inline-block;
	position: relative;
	padding: 0 100px;
	border: none;
    background: #29618c;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	-font-feature-settings: "palt";
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	border-radius: 0;
    cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
[type="submit"]:hover,
[type="submit"]:active {
  background: rgba(41, 97, 140, .7);
}
[type="button"] {
	display: inline-block;
	position: relative;
	padding: 0 30px;
    background: #999;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	-font-feature-settings: "palt";
	text-align: center;
	text-decoration: none;
	line-height: 50px;
    cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
[type="button"]:hover,
[type="button"]:active {
  background: #ccc;
}
[type="submit"]:before {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 10px;
	margin: -0.5em 0;
	font-family: 'Material Icons';
	font-size: 1.4rem;;
	line-height: 1;
	white-space: nowrap;
	content: "\E5CC";
}

/* induce
------------------------------------------------*/
.induce {
	position: relative;
	color: #29618c;
}
.induce:before {
	font-family: 'Material Icons';
  content: "\E315";
  padding: 2px 5px 0 0;
  vertical-align: bottom;
}

/* indent
------------------------------------------------*/
.indent {
	margin-right: 30px;
	margin-left: 30px;
}
.indent1em {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.6;
}

/* inBox
------------------------------------------------*/
.inBox {
	padding: 60px;
	border: 1px solid #eee;
	background: #f7f7f7;
	border-radius: 10px;
}

/* note
------------------------------------------------*/
.note {
	padding: 30px;
	background: #f7f7f7;
	border-radius: 10px;
}

/* emphasis
------------------------------------------------*/
.emphasis {
	-webkit-text-emphasis: filled circle;
	text-emphasis: filled circle;
}

/* wp既存のセレクタ
------------------------------------------------*/
.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* 投稿エリアのスタイル調整
------------------------------------------------*/
.entryContent img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.entryContent p {
	margin-bottom: 30px;
	text-align: left;
}
.entryContent strong {
	padding: 0;
	background: none;
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    font-style: normal;
}
.entryContent dl {
	margin-bottom: 30px;
}
.entryContent dt {
	margin: 0 0 5px;
	font-weight: 700;
}
.entryContent ul {
	list-style: disc;
	margin-bottom: 30px;
	padding: 0 0 0 30px;
}
.entryContent ol {
	list-style: decimal;
	margin-bottom: 30px;
	padding: 0 0 0 30px;
}
.entryContent li {
	margin: 0 0 5px;
    padding: 0 0 0 20px;
}
.entryContent .last-child {
	margin-bottom: 0;
}
.entryContent .indent20 {
	margin-right: 20px;
	margin-left: 20px;
}
.entryContent blockquote {
	background: #f3f4ef;
	margin-bottom: 30px;
	padding: 30px;
    border-radius: 8px;
}
.entryContent blockquote p:last-child {
	margin-bottom: 0;
}
.entryContent .alignnone {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* wrap pickupBnr
------------------------------------------------*/
.wrapPickupBnr {
	margin: 80px 0 0;
	padding: 40px 0;
	background: #f6f6f6;
}
.pickupBnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	list-style: none;
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}
.pickupBnr li {
	width: 270px;
	border: 1px solid #ddd;
}
.pickupBnr li a {
	display: block;
}
/* .pickupBnr li a {
	display: block;
	height: 156px;
	border: 1px solid #ccc;
  background-color: #eee;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}*/
.pickupBnr li a:hover {
    background-color: #fff; /* rgba(41, 97, 140, 0.8); */
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.pickupBnr li a span {
    font-weight: 500;
    font-size: 1.8rem;
}


/* footer
================================================================================*/
.globalFooter {
	padding: 50px 0 0;
	background: #fff;
	font-size: 1.4rem;
}
.footerIn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	list-style: none;
	margin: 0;
	padding: 0 0 50px;
	text-align: left;
}
.footerIn a {
	text-decoration: none;
}
.footerIn a:hover {
	color: #0e95bb;
}

.footerIn > li:first-child {
	margin-right: auto;
}
.footerIn > li:not(:first-child) {
	margin-left: 50px;
	text-align: left;
}
.globalFooter .logo {
	margin: 0 0 30px;
}
.globalFooter .logo img {
	display: inline-block;
	width: 94px;
	margin: 0 0 5px;
}
.globalFooter .logoCopy {
	color: #f96d1f;
	font-size: 11px;
}
.footerIn li h2 {
	margin: 0 0 20px;
}
.underList {
	list-style: none;
	font-size: 1.2rem;
}
.underList li {
    position: relative;
    margin: 0 0 5px;
    padding: 0 0 0 20px;
}
.underList li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "－";
    width: 30px;
}
.subList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ss_imgTag {
	margin-top: 10px;
}
.libraryBnr {
	margin: 0 0 20px;
}
.libraryBnr a {
	display: block;
	border: 1px solid #29618c;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}
.libraryBnr a:hover {
	color: #29618c;
	background: #f6f6f6;
}
.globalFooter .wrapGray {
	padding: 10px 0;
}
.globalFooter .wrapGray .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	list-style: none;
	padding: 0;
	font-size: 1.2rem;
	text-align: left;
}
.globalFooter .wrapGray .box li:last-child {
	margin-left: auto;
}
.globalFooter .wrapGray .box li:not(:last-child) {
	margin-right: 10px;
}
.globalFooter .copyright {
	text-align: center;
}

/* pagetop
------------------------------------------------*/
.pagetop {
	z-index: 100;
	display: none;
	position: fixed;
	bottom: 40px;
	right: 50px;
	margin: 0;
	font-size: 1.2rem;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
    background: rgba(249, 109, 31, .9);
	color: #fff !important;
	text-align: center;
	text-decoration: none !important;
	border-radius: 50px;
}
.pagetop a i {
	line-height: 50px;
}
.pagetop a:hover,
.pagetop a:active {
    background: rgba(249, 109, 31, .7);
}