/* CSS Document */
.blog-header {
	line-height: 1;
	border-bottom: 1px solid #e5e5e5;
}
.header-text {
	font-size: 1.3rem;
	font-weight: 400;
	position: relative;
	background: #ffffff;
	padding: 0.5em 2em;
	border-left: solid 2em #248DC5;
	border-bottom: solid 2px #248DC5;
	border-top: solid 2px #248DC5;
	border-right: solid 2px #248DC5;
	color: #248DC5;
}
.header-text:before {
	font-family: "Font Awesome 5 Free";
	content: "\f15c";
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-text2 {
	font-size: 1.3rem;
	position: relative;
	background: #ffffff;
	padding: 0.5em 2em;
	border-left: solid 2em #248DC5;
	border-bottom: solid 2px #248DC5;
	border-top: solid 2px #248DC5;
	border-right: solid 2px #248DC5;
	color: #248DC5;
}
.header-text2:before {
	font-family: "Font Awesome 5 Free";
	content: "\f073";
	position: absolute;
	padding: 0em;
	color: white;
	font-weight: normal;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.draw-border {
	box-shadow: inset 0 0 0 2px #E63082;
	color: #E63082;
	transition: color 0.25s 0.0833333333s;
	position: relative;
}
.draw-border::before, .draw-border::after {
	border: 0 solid transparent;
	box-sizing: border-box;
	content: '';
	pointer-events: none;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
	right: 0;
}
.draw-border::before {
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.draw-border::after {
	border-top-width: 2px;
	border-right-width: 2px;
}
.draw-border:hover {
	color: #248DC5;
}
.draw-border:hover::before, .draw-border:hover::after {
	border-color: #248DC5;
	transition: border-color 0s, width 0.25s, height 0.25s;
	width: 100%;
	height: 100%;
}
.draw-border:hover::before {
	transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
	transition-delay: 0s, 0.25s, 0s;
}
.btn1 {
	background: none;
	border: none;
	cursor: pointer;
	line-height: 1.5;
	font: 400 1rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 1em 2em;
	letter-spacing: 0.05rem;
	display: inline-block;
}
.btn1:focus {
	outline: 2px dotted #55d7dc;
}
.btn1 a {
	color: #E61673;
}
.btn1 a:hover {
	color: #248DC5;
}
h6 {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
h6:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 4px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ffffff;
	border-radius: 2px;
}
.logo {
	display: block;
	position: relative;
	width: 250px;
	height: 50px;
	overflow: hidden;
}
.logo2 {
	position: relative;
	width: 250px;
	height: 50px;
	overflow: hidden;
}
.logo3 {
	width: 250px;
	height: 50px;
}
.logo4 {
	display: block;
	position: relative;
	width: 270px;
	height: 72px;
	overflow: hidden;
}
.logo5 {
	display: block;
	position: relative;
	width: 300px;
	height: 80px;
	overflow: hidden;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.img-responsive2 {
	display: block;
	width: 90%;
	height: auto;
	object-fit: contain;
}
.img-responsive3 {
	display: block;
	width: 80%;
	height: auto;
	object-fit: contain;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-menu {
	display: block !important;
}
.sp-menu {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1040px) {
.pc-menu {
	display: none !important;
}
.sp-menu {
	display: block !important;
}
}
.sp-menu2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc-t {
	display: block !important;
}
.sp-t {
	display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 700px) {
.pc-t {
	display: none !important;
}
.sp-t {
	display: block !important;
}
}
.img_wrap {
	background: #FFF226;
}
.img_wrap img {
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.img_wrap:hover img {
	opacity: 0.7;
	transition-duration: 0.3s;
}
.img_wrap2 {
	background: #9A0D42;
}
.img_wrap2 img {
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.img_wrap2:hover img {
	opacity: 0.7;
	transition-duration: 0.3s;
}
.img_wrap3 {
	background: #9A0D42;
}
.img_wrap3 img {
	width: 100%;
	cursor: pointer;
	transition-duration: 0.3s;
}
.img_wrap3:hover img {
	opacity: 0.7;
	transition-duration: 0.3s;
}
ul#nestlist {
	text-align: left;
}
ul#nestlist li {
	font-size: 13px;/* remが指定できないブラウザのための設定 */
	font-size: 0.9rem;
	list-style: none;
}
ul#nestlist li ul {
	padding-left: 20px;
}
ul#nestlist li ul li {
	list-style: none;
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: 300;
	margin-bottom: 10px;
	list-style: disc;
}
.bs1 {
	margin-bottom: 1em;
}
.bs2 {
	margin-bottom: 2em;
}
.bs1-2 {
	margin-bottom: 2em;
	margin-top: 1em;
}
.bs50p {
	margin-top: 120px;
}
.pd {
	padding-left: 3em;
	padding-right: 7em;
}
.top2 {
	margin-top: 2em;
}
.img-footer {
	margin: 0px 20px;
}
.site-nav {
	position: fixed;	/* ヘッダーを固定する */
	top: 0;	/* 上部から配置の基準位置を決める */
	left: 0;	/* 左から配置の基準位置を決める */
	width: 100%;	/* ヘッダーの横幅を指定する */
	height: auto;	/* ヘッダーの高さを指定する */
	background-color: #ffffff;	/* ヘッダーの背景色を指定する */
	z-index: 2;
}

/*表テーブル*/
//PCのデフォルトスタイルは割愛します .tbl-r05 td:first-child {
 background: #fbf5f5;
}

@media screen and (max-width: 768px) {
.tbl-r05 {
	width: 100%;
}
.tbl-r05 .thead {
	display: none;
}
.tbl-r05 tr {
	width: 100%;
}
.tbl-r05 td {
	display: block;
	text-align: left;
	width: 100%;
	border: 1px #808080 solid;
}
.tbl-r05 td:first-child {
	/*    background: #E61673;*/
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.tbl-r05 td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	margin-right: 10px;
	color: #E61673;
}
}
/*札幌・仙台表テーブル*/
.tbl-r02 th {
	background: #E0E0E0;
	border: 2px #808080 solid;
	color: #212529;
	padding: 10px;
}
.tbl-r02 td {
	　border: 2px #808080 solid;
	padding: 1rem 1rem 0 1rem;
}
.tbl-r02 td p {
	font-weight: normal;
}

@media screen and (max-width: 768px) {
.last td:last-child {
	border-bottom: solid 1px #808080;
	width: 100%;
}
.tbl-r02 {
	width: 100%;
}
.tbl-r02 th, .tbl-r02 td {
	　　border-bottom: none;
	display: block;
	width: 100%;
	border: 1px #808080 solid;
}
}
/*スマホ表示フッター固定メニュー*/
#footerFloatingMenu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0;
	z-index: 9999;
	text-align: center;
	padding: 0 auto;
}
#footerFloatingMenu img {
	max-width: 99%;
}
.box-footer {
	padding: 0.3em 0.1em;
	border: solid 2px #898989;
	background-color: #EFEFEF;
}
.box-footer p {
	margin: 0;
	padding: 0;
	color: #248DC5;
}
.box-footer2 {
	padding: 0.3em 0.1em;
	border: solid 2px #898989;
	background-color: #EFEFEF;
}
.box-footer2 p {
	margin: 0;
	padding: 0;
	color: #52A443;
}
/*トップへ戻る*/
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 5px;
	bottom: 5px;
	background: #248DC5;
	opacity: 0.6;
	border-radius: 60%;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 12px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

@media only screen and (max-width: 1040px) {
#page_top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 5px;
	bottom: 45px;
	background: #248DC5;
	opacity: 0.6;
	border-radius: 60%;
}
#page_top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before {
	font-family: FontAwesome;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	bottom: 12px;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
}
.border-nav {
	border-width: 3px 0px 0px 0px; /* 太さ */
	border-color: #E61673;   /* 線色 */
	margin-top: 0.5rem;
	margin-bottom: 0;
}
/*YouTube埋め込み*/
.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*黄色背景*/
.yellow {
	background-color: #FFF226;
}

@media only screen and (max-width: 768px) {
.yellow_sp {
	background-color: #FFF226;
}
}
.box3 {
	padding: 0.5em 4em 3em 4em;
	color: #ffffff;
	background: #E63082;/*背景色*/
}
.box3 p {
	margin: 0;
	padding: 0 0 1rem 0;
}
.box3 h2 {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.box4 {
	padding: 0.5em 4em 3em 4em;
	background: #FFF226;/*背景色*/
}
.box4 p {
	margin: 0;
	padding: 0 0 1rem 0;
}
.box5 {
	padding: 3em 4em 3em 4em;
	color: #ffffff;
	background: #E63082;/*背景色*/
}
.box5 p {
	margin: 0;
	padding: 0 0 1rem 0;
}
.box5 h2 {
	color: #ffffff;
	margin: 0;
	padding: 0;
}
.box5_2 {
	position: relative;
	padding: 1em 2em;
	border: solid 3px #E63082;
	border-radius: 8px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
.box5_2 {
	position: relative;
	padding: 1em 1em;
	border: solid 3px #E63082;
}
}
.box5_2 p {
	margin: 0;
	padding: 0;
}
.box6 {
	padding: 3em 4em 3em 4em;
	background: #FFF226;/*背景色*/
}
.box6 p {
	margin: 0;
	padding: 0 0 1rem 0;
}
.box4 h2 {
	margin: 0;
	padding: 0;
}
.box7 {
	padding: 0.5em 1em;
	margin: 1em 0;
	background-color: #E63082;
	color: #ffffff;
}
.box7 p {
	margin: 0;
	padding: 0;
}
.box8 {
	padding: 0.5em 1em;
	margin: 1em 0;
	background-color: #52AB43;
	color: #ffffff;
}
.box8 p {
	margin: 0;
	padding: 0;
}
.box9 {
	padding: 0.5em 1em;
	margin: 1em 0;
	background-color: #3594cb;
	color: #ffffff;
}
.box9 p {
	margin: 0;
	padding: 0;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.kari {
	padding-top: 100px;
}
.kari2 {
	padding-top: 100px;
}
/*フェードイン*/
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
/*アコーディオン*/
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 1px auto;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 1em 0 1em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #E63082;
}
.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 80em;
}
.answer {
	font-size: x-large;
	color: #E61673;
}
/* Icon */
.cp_actab label::after {
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
	font-size: xx-large;
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.cp_actab:hover {
	color: #FFF226;
}
/*アコーディオン2*/
.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 1px auto;
	color: #ffffff;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 1.5em 0 1.5em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #248DC5;
	font-size: 1.3rem;
}
.cp_actab2 .cp_actab2-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp_actab2 .cp_actab2-content p {
	margin: 1em;
}
/* :checked */
.cp_actab2 input:checked ~ .cp_actab2-content {
	max-height: 500em;
}
.answer {
	font-size: x-large;
	color: #248DC5;
}
/* Icon */
.cp_actab2 label::after {
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab2 input[type=checkbox] + label::after {
	content: '+';
	font-size: xx-large;
}
.cp_actab2 input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.cp_actab2:hover {
	color: #FFF226;
}
/*アコーディオン3*/
.cp_actab3 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 1px auto;
	color: #ffffff;
}
.cp_actab3 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab3 label {
	font-weight: normal;
	line-height: 1.5;
	position: relative;
	display: block;
	padding: 1.5em 0 1.5em 1em;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #52AB43;
	font-size: 1.3rem;
}
.cp_actab3 .cp_actab3-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #333333;
	background: #ffffff;
}
.cp_actab3 .cp_actab3-content p {
	margin: 1em;
}
/* :checked */
.cp_actab3 input:checked ~ .cp_actab3-content {
	max-height: 500em;
}
.answer {
	font-size: x-large;
	color: #52AB43;
}
/* Icon */
.cp_actab3 label::after {
	line-height: 1.5;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 2em;
	height: 2em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}
.cp_actab3 input[type=checkbox] + label::after {
	content: '+';
	font-size: xx-large;
}
.cp_actab3 input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}
.cp_actab3:hover {
	color: #FFF226;
}
/*丸囲み文字*/
.maru {
	height: 50px;
	width: 50px;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	background-color: #78FFB4;
}
/*タイムスケジュール*/
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}
.cbp_tmtimeline > li {
	position: relative;
}
ul.cbp_tmtimeline {
	padding-inline-start: 0px !important;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 1em;
	color: #E61673;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2em;
	color: #3594cb;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #6cbfee;
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #3594cb;
	color: #fff;
	padding: 1.5em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	background-color: #248DC5;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #6cbfee;
}
.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
}
/* The icons */

.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}
.cbp_tmicon-am2:before {
	content: url("../life/images/1day_am2.png");
}
.cbp_tmicon-am2x:before {
	content: url("../life/images/1day_am2x.png");
}
.cbp_tmicon-am5x:before {
	content: url("../life/images/1day_am5x.png");
}
.cbp_tmicon-am8:before {
	content: url("../life/images/1day_am8.png");
}
.cbp_tmicon-pm3:before {
	content: url("../life/images/1day_pm3.png");
}
.cbp_tmicon-pm6:before {
	content: url("../life/images/1day_pm6.png");
}
.cbp_tmicon-am2:before {
	content: url("../life/images/1day_am2.png");
}
.cbp_tmicon-pm7:before {
	content: url("../life/images/1day_pm7.png");
}
.cbp_tmicon-pm9:before {
	content: url("../life/images/1day_pm9.png");
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 1.5em;
}
}

@media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
	display: none;
}
.cbp_tmtimeline > li .cbp_tmtime {
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	text-align: left;
}
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 30px 0;
	padding: 1em;
	font-weight: 400;
	font-size: 95%;
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: auto;
	left: 20px;
	border-right-color: transparent;
	border-bottom-color: #3594cb;
	top: -20px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: transparent;
	border-bottom-color: #6cbfee;
}
.cbp_tmtimeline > li .cbp_tmicon {
	position: relative;
	float: right;
	left: auto;
	margin: -55px 5px 0 0px;
}
}
/*ステップ*/
.cbp2_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
/* The line */
.cbp2_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}
.cbp2_tmtimeline > li {
	position: relative;
}
.cbp2_tmtimeline ul {
	list-style: none;
}
.cbp2_tmtimeline li p {
	text-indent: -1em;
	margin-left: 1em;
}
.cbp2_tmtimeline li p:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .5em;
	background: #248DC5;
	transform: rotate(45deg);
	vertical-align: 2px;
}
ul.cbp2_tmtimeline {
	padding-inline-start: 0px !important;
	list-style: none;
}
/* The date/time */
.cbp2_tmtimeline > li .cbp2_tmtime {
	display: block;
	width: 26%;
	padding-right: 100px;
	position: absolute;
}
.cbp2_tmtimeline > li .cbp2_tmtime span {
	display: block;
	text-align: left;
}
.cbp2_tmtimeline > li .cbp2_tmtime span:first-child {
	font-size: 1em;
	color: #E61673;
}
.cbp2_tmtimeline > li .cbp2_tmtime span:last-child {
	font-size: 2em;
	color: #3594cb;
}
.cbp2_tmtimeline > li:nth-child(odd) .cbp2_tmtime span:last-child {
	color: #6cbfee;
}
/* Right content */
.cbp2_tmtimeline > li .cbp2_tmlabel {
	margin: 0 0 15px 25%;
	color: #212529;
	padding: 1.5em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	background: #FFF;
	border: solid 2px #248DC5;/*線*/
}
.cbp2_tmtimeline > li:nth-child(odd) .cbp2_tmlabel {
	background: #FFF;
	border: solid 2px #6cbfee;/*線*/
}
.cbp2_tmtimeline > li .cbp2_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.cbp2_tmtimeline > li .cbp2_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}
.cbp2_tmicon-flow1:before {
	content: url("../flow/image/flow_icon1.png");
}
.cbp2_tmicon-flow2:before {
	content: url("../flow/image/flow_icon2.png");
}
.cbp2_tmicon-flow3:before {
	content: url("../flow/image/flow_icon3.png");
}
.cbp2_tmicon-flow4:before {
	content: url("../flow/image/flow_icon4.png");
}
.cbp2_tmicon-flow5:before {
	content: url("../flow/image/flow_icon5.png");
}
.cbp2_tmicon-flow6:before {
	content: url("../flow/image/flow_icon6.png");
}
.cbp2_tmicon-flow7:before {
	content: url("../flow/image/flow_icon7.png");
}
.cbp2_tmicon-flow8:before {
	content: url("../flow/image/flow_icon8.png");
}
.cbp2_tmicon-flow9:before {
	content: url("../flow/image/flow_icon9.png");
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
.cbp2_tmtimeline > li .cbp2_tmtime span:last-child {
	font-size: 1.5em;
}
}

@media screen and (max-width: 1040px) {
.cbp2_tmtimeline:before {
	display: none;
}
.cbp2_tmtimeline > li .cbp2_tmtime {
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
}
.cbp2_tmtimeline > li .cbp2_tmtime span {
	text-align: left;
}
.cbp2_tmtimeline > li .cbp2_tmlabel {
	margin: 0 0 30px 0;
	padding: 1em;
	font-weight: 400;
	font-size: 95%;
}
.cbp2_tmtimeline > li .cbp2_tmlabel:after {
	right: auto;
	left: 20px;
	border-right-color: transparent;
	border-bottom-color: #3594cb;
	top: -20px;
}
.cbp2_tmtimeline > li:nth-child(odd) .cbp2_tmlabel:after {
	border-right-color: transparent;
	border-bottom-color: #6cbfee;
}
.cbp2_tmtimeline > li .cbp2_tmicon {
	position: relative;
	float: right;
	left: auto;
	margin: -55px 5px 0 0px;
}
}
/*ステップ3*/
.cbp3_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
/* The line */
.cbp3_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 5px;
	background: #70C95D;
	left: 20%;
	margin-left: -10px;
}
.cbp3_tmtimeline > li {
	position: relative;
}
.cbp3_tmtimeline ul {
	list-style: none;
}
.cbp3_tmtimeline li p {
	text-indent: -1em;
	margin-left: 1em;
}
.cbp3_tmtimeline li p:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .5em;
	background: #52AB43;
	transform: rotate(45deg);
	vertical-align: 2px;
}
ul.cbp3_tmtimeline {
	padding-inline-start: 0px !important;
	list-style: none;
}
/* The date/time */
.cbp3_tmtimeline > li .cbp3_tmtime {
	display: block;
	width: 26%;
	padding-right: 100px;
	position: absolute;
}
.cbp3_tmtimeline > li .cbp3_tmtime span {
	display: block;
	text-align: left;
}
.cbp3_tmtimeline > li .cbp3_tmtime span:first-child {
	font-size: 1em;
	color: #E61673;
}
.cbp3_tmtimeline > li .cbp3_tmtime span:last-child {
	font-size: 2em;
	color: #52AB43;
}
.cbp3_tmtimeline > li:nth-child(odd) .cbp3_tmtime span:last-child {
	color: #70C95D;
}
/* Right content */
.cbp3_tmtimeline > li .cbp3_tmlabel {
	margin: 0 0 15px 25%;
	color: #212529;
	padding: 1.5em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	background: #FFF;
	border: solid 2px #52AB43;/*線*/
}
.cbp3_tmtimeline > li:nth-child(odd) .cbp3_tmlabel {
	background: #FFF;
	border: solid 2px #70C95D;/*線*/
}
.cbp3_tmtimeline > li .cbp3_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.cbp3_tmtimeline > li .cbp3_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #70C95D;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}
.cbp3_tmicon-flow7:before {
	content: url("../flow/image/flow_icon7b.png");
}
.cbp3_tmicon-flow8:before {
	content: url("../flow/image/flow_icon8b.png");
}
.cbp3_tmicon-flow9:before {
	content: url("../flow/image/flow_icon9b.png");
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {
.cbp3_tmtimeline > li .cbp3_tmtime span:last-child {
	font-size: 1.5em;
}
}

@media screen and (max-width: 1040px) {
.cbp3_tmtimeline:before {
	display: none;
}
.cbp3_tmtimeline > li .cbp3_tmtime {
	width: 100%;
	position: relative;
	padding: 0 0 20px 0;
}
.cbp3_tmtimeline > li .cbp3_tmtime span {
	text-align: left;
}
.cbp3_tmtimeline > li .cbp3_tmlabel {
	margin: 0 0 30px 0;
	padding: 1em;
	font-weight: 400;
	font-size: 95%;
}
.cbp3_tmtimeline > li .cbp3_tmlabel:after {
	right: auto;
	left: 20px;
	border-right-color: transparent;
	border-bottom-color: #52AB43;
	top: -20px;
}
.cbp3_tmtimeline > li:nth-child(odd) .cbp3_tmlabel:after {
	border-right-color: transparent;
	border-bottom-color: #70C95D;
}
.cbp3_tmtimeline > li .cbp3_tmicon {
	position: relative;
	float: right;
	left: auto;
	margin: -55px 5px 0 0px;
}
}
.dia p {
	text-indent: -1em;
	margin-left: 1em;
}
.dia p:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .5em;
	background: #E61673;
	transform: rotate(45deg);
	vertical-align: 2px;
}
.dia a {
	color: #212529;
	text-decoration: underline;
}
.dia a:hover {
	color: #3594cb;
	text-decoration: underline;
}
.dia2 p {
	text-indent: -1em;
	margin-left: 1em;
}
.dia2 p:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .5em;
	background: #52AB43;
	transform: rotate(45deg);
	vertical-align: 2px;
}
.dia2 a {
	color: #212529;
	text-decoration: underline;
}
.dia2 a:hover {
	color: #3594cb;
	text-decoration: underline;
}
.dia3 p {
	text-indent: -1em;
	margin-left: 1em;
}
.dia3 p:before {
	content: '';
	display: inline-block;
	width: .5em;
	height: .5em;
	margin-right: .5em;
	background: #3594cb;
	transform: rotate(45deg);
	vertical-align: 2px;
}
.dia3 a {
	color: #212529;
	text-decoration: underline;
}
.dia3 a:hover {
	color: #3594cb;
	text-decoration: underline;
}
.tag {
	background-color: #E63082;
	color: #ffffff;
	padding: 5px;
	display: inline-block;
}
.tag2 {
	background-color: #777777;
	color: #ffffff;
	padding: 5px;
	display: inline-block;
}
.tag3 {
	background-color: #E63082;
	color: #ffffff;
	padding: 10px;
	display: inline-block;
}
.tag4 {
	background-color: #E63082;
	color: #ffffff;
	padding: 5px;
	display: inline-block;
	margin-left: 10px;
}
.tag5 {
	background-color: #E63082;
	color: #ffffff;
	padding: 0.7rem 3rem 0.7rem 3rem;
	display: inline-block;
	margin-bottom: 0.7rem;
}
.tag6 {
	background-color: #248DC5;
	color: #ffffff;
	padding: 0.7rem 3rem 0.7rem 3rem;
	display: inline-block;
	margin-bottom: 0.7rem;
}
.tag7 {
	background-color: #52AB43;
	color: #ffffff;
	padding: 0.7rem 3rem 0.7rem 3rem;
	display: inline-block;
	margin-bottom: 0.7rem;
}
.f-pink {
	color: #E61673;
}
.school {
	font-size: 0.8rem;
}
.my-skyblue {
	color: #248DC5;
}
.my-green {
	color: #52AB43;
}
/*地区別各種ボタン*/
.btn-hokkai {
	color: #fff;
	background-color: #248DC5;
	padding-bottom: 1em;
	padding-top: 1em;
}
.btn-hokkai a {
	color: #ffffff;
	text-decoration: none;
}
.btn-hokkai:hover {
	color: #fff;
	background-color: #1979A3;
	border-color: #1979A3;
	padding-bottom: 1em;
	padding-top: 1em;
}
/*要素出現全体*/
.hidden_box {
	padding: 0;
}
/*要素出現ボタン装飾*/
.hidden_box label {
	color: #ffffff;
}
/*要素出現ボタンホバー時*/
.hidden_box label:hover {
}
/*要素出現チェックは見えなくする*/
.hidden_box input {
	display: none;
}
/*要素出現中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.8s;
}
/*要素出現クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	/*padding: 10px 0;*/
	height: auto;
	opacity: 1;
}
.tel>a h2::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 50px;/*画像の幅*/
	height: 50px;/*画像の高さ*/
	background-image: url("../schools/images/school_tel.jpg");
	background-size: contain;
	vertical-align: middle;
	margin-right: 10px;
}

@media(min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
}
/* MENU Icon */
.link:after {
	position: absolute;
	z-index: 1000;
	content: "\f107";
	font-family: FontAwesome;
	top: 25%;
	right: 15px;
	color: #fff;
	font-size: 120%;
}
.linkup.link:after {
	position: absolute;
	z-index: 1000;
	content: "\f106";
	font-family: FontAwesome;
	top: 25%;
	right: 15px;
	color: #fff;
	font-size: 120%;
}
.title1 {
	color: #212529;
}
.title2 {
	color: #212529;
	font-weight: normal;
	font-size: 0.9rem;
	margin-bottom: 0.4rem;
}
.copy {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-moz-touch-callout: none;
	touch-callout: none;
}
/*----------------------------------
  パンくず
------------------------------------*/
.breadcrumb1 {
	margin-left: 0;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.breadcrumb1 ul {
	margin-top: 0;
	margin-bottom: 0rem;
}
.breadcrumb1 li {
	font-size: 12px;
	display: inline;/*横に並ぶように*/
	list-style: none;
	font-weight: nomal;/*太字*/
}
.breadcrumb1 li:after {/* >を表示*/
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 3px;
	color: #212529;
}
.breadcrumb1 li:last-child:after {
	content: '';
}
.breadcrumb1 li a {
	text-decoration: none;
	color: #E61673;
}
.breadcrumb1 li a:hover {
	text-decoration: underline;
}
