﻿@charset "utf-8";
/* CSS Document */
/* ───────────────────────────────────────────────────────────────────────────
PC表示
─────────────────────────────────────────────────────────────────────────── */
.nodisp {
    display: none;
}
.cf {
    clear: both;
    position: relative;
}
.comcon {
    display: block;
    align-items: center;
    border: 2px solid #444;
    transition: all .25s ease;
    /*background-color: rgba(255, 79, 79, 0.2);*/
    margin-bottom: 5px;
}
.comcon::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 3em solid transparent;
    border-right: 3em solid #444; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.comcon::after {
    content: "詳細";
    display: block;
    top: 5px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}
a.comcon:hover {
    background: rgba(132, 29, 62, 0.15);
    color: #fff;
}
a.comcon:hover p, a.comcon:hover h2 {
}
.headline {
    font-size: 115%;
}
.day {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.day::before {
    content: "開催日";
    display: block;
}
.day::after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    top: 21px;
    left: 25%;
    background-image: linear-gradient(to left, #adadad, transparent, transparent, #adadad);
    background-size: 100% 1px;
    background-position: top;
    background-repeat: repeat-x;
}
.time {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.time::before {
    content: "時間";
    display: block;
}
.time::after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    top: 21px;
    left: 25%;
    background-image: linear-gradient(to left, #adadad, transparent, transparent, #adadad);
    background-size: 100% 1px;
    background-position: top;
    background-repeat: repeat-x;
}
.place {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: relative;
}
.place::before {
    content: "会場";
    display: block;
}
.place::after {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    top: 21px;
    left: 25%;
    background-image: linear-gradient(to left, #adadad, transparent, transparent, #adadad);
    background-size: 100% 1px;
    background-position: top;
    background-repeat: repeat-x;
}
.amap {
    position: static;
    margin-bottom: 20px;
}
.amap a {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #333;
    background: transparent;
    padding: 12px;
    line-height: 20px;
    margin: 0 auto;
    border: 2px solid #444;
    cursor: pointer;
    transition: all .25s ease;
    outline: 0;
}
.amap a:hover {
    border-color: #111;
    background: #111;
    color: #fff;
}
.cation {
    color: #d02e62;
}
.spno {
    display: none;
}
.fb {
    font-size: 110%;
}
.fb dt {
    margin-bottom: 5px;
    padding: 10px;
    border-left: 2px solid rgba(132, 29, 62, 0.15);
}
.fb dd {
    margin-bottom: 20px;
    padding: 10px;
    border-left: 2px solid rgba(132, 29, 62, 0.15);
}
#map {
    width: 80%;
    height: 300px;
    margin-left: 10%;
}
a.acmap {
    width: 80%;
    margin-left: 10%;
}
/*インターンシップ用*/
#anchor04 .comcon::after {
    content: "";
    display: block;
    top: 5px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}
#anchor04 .comcon::before {
    border: 0 none;
}
#anchor04 .ph .comcon::after {
    content: "薬局体験付";
    display: block;
    top: 25px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}
#anchor04 .zdn .comcon::after {
    content: "座談会付";
    display: block;
    top: 25px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}
#anchor04 .phzdn .comcon::after {
    content: "薬局見学・座談会付";
    display: block;
    top: 25px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}
#anchor04 .ph .comcon::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 6em solid transparent;
    border-right: 6em solid #444; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#anchor04 .zdn .comcon::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 6em solid transparent;
    border-right: 6em solid #444; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#anchor04 .phzdn .comcon::before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 6em solid transparent;
    border-right: 6em solid #444; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
#anchor04 .time::before {
    content: "コース";
    display: block;
}
#semdata .ph .comcon::after {
    content: "薬局見学付";
    display: block;
    top: 25px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}
#semdata .zdn .comcon::after {
    content: "座談会付";
    display: block;
    top: 25px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}
#semdata .phzdn .comcon::after {
    content: "薬局見学・座談会付";
    display: block;
    top: 25px;
    transform: rotate(45deg);
    color: #fff; /* 文字色はここで変更 */
    right: 0;
    position: absolute;
    z-index: 101;
}

/* ───────────────────────────────────────────────────────────────────────────
 1101px以上の動作
─────────────────────────────────────────────────────────────────────────── */
@media screen and (min-width:1101px) {
.pcno {
    display: none;
}
.spno {
    display: block;
}
.comcon {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
	border-bottom: 1px solid rgba(132, 29, 62, 0.15);
    background-color: transparent;
    margin-bottom: 0;
	min-height: 75px;
}
.comcon::before {
    content: none;
}
.comcon::after {
    content: none;
}
.amap {
    position: absolute;
    right: 5px;
    bottom: calc(50% - 25px);
    margin-bottom: 0;
}
.amap a {
    min-width: 40px;
}
.day {
    width: 20%;
    border: 0 none;
    padding: 5px 0;
}
.day::before {
    content: none;
}
.day::after {
    content: none;
}
.time {
    width: 20%;
    border: 0 none;
    padding: 5px 0;
}
.time::after {
    content: none;
}
.time::before {
    content: none;
}
.place {
    width: 60%;
    border: 0 none;
    padding: 5px 0;
}
.place::before {
    content: none;
}
.place::after {
    content: none;
}
.fb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fb dt {
    width: 25%;
    border-bottom: 1px solid rgba(132, 29, 62, 0.15);
    text-align: center;
    border-left: 0 none;
    margin-bottom: 0;
}
.fb dd {
    width: 70%;
    border-bottom: 1px solid rgba(132, 29, 62, 0.15);
    border-left: 0 none;
    margin-bottom: 0;
}
.lh5 {
 line-height: calc(1.75*5);
}
.lh3 {
 line-height: calc(1.75*3);
}
#map {
    height: 500px;
}
	/*インターンシップ用*/
#anchor04 .ph .comcon::before {
	border-bottom: 0 none;
    border-right: 0 none; /* ラベルの色はここで変更 */
}
#anchor04 .zdn .comcon::before {
	border-bottom: 0 none;
    border-right: 0 none; /* ラベルの色はここで変更 */
}
#anchor04 .phzdn .comcon::before {
	border-bottom: 0 none;
    border-right: 0 none; /* ラベルの色はここで変更 */
}
#anchor04 .ph .comcon::after {
    content: "薬局体験付";
    display: block;
    top: 0px;
    transform: rotate(0deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
		font-weight: 600;
    color: #8A2646;
}
#anchor04 .zdn .comcon::after {
    content: "座談会付";
    display: block;
    top: 0px;
    transform: rotate(0deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
		font-weight: 600;
    color: #8A2646;
}
#anchor04 .phzdn .comcon::after {
    content: "薬局見学・座談会付";
    display: block;
    top: 0px;
    transform: rotate(0deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
		font-weight: 600;
    color: #8A2646;
}
#anchor04 .time::before {
    display:none;
}
#semdata .ph .comcon::after {
    content: "薬局見学付";
    display: block;
    top: 0px;
    transform: rotate(0deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
		font-weight: 600;
    color: #8A2646;
}
#semdata .zdn .comcon::after {
    content: "座談会付";
    display: block;
    top: 0px;
    transform: rotate(0deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
		font-weight: 600;
    color: #8A2646;
}
#semdata .phzdn .comcon::after {
    content: "薬局見学座談会付";
    display: block;
    top: 0px;
    transform: rotate(0deg);
    color: #fff; /* 文字色はここで変更 */
    left: 0;
    position: absolute;
    z-index: 101;
		font-weight: 600;
    color: #8A2646;
}
	
}
a.cPink {
	/*background-color: rgba(255, 79, 79, 0.2);*/
	transition: all .25s ease;
}
a.cPink:link,
a.cPink:visited {
	background-color: #FBE6EF !important;
}
a.cPink:hover,
a.cPink:active {
	background: rgba(132, 29, 62, 0.15) !important;
}
