@charset "UTF-8";

html,body {
}

/*----------------
  #wrapper
----------------*/
#wrapper {
}

.greyBg {
	background-color: #f6f6f6;
	padding: 40px 0;
	margin-bottom: 50px;
}

/*----------------
  #contents
----------------*/
h1 {
	font-size: 1.675em;
    font-weight: 700;
    text-align: center;
    color: #002c69;
    display: block;
}
h1:before {
    content: "━━";
    margin-right: 0.8em;
    letter-spacing: -0.2em;
}
h1:after {
    content: "━━";
    margin-left: 0.8em;
    letter-spacing: -0.2em;
}
h2 {
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 20px;
	color: #ff839f;
}
h2:before {
	display: none;
}
h2:after {
	display: none;
}
h2 a {
	position: relative;
	padding-left: 1.5em;
}
h2 a:link,
h2 a:visited,
h2 a:focus {color: #ff839f;}
@media only screen and (min-width:896px){
	h2 a:hover {
		color: #fb9eb4;
	}
}
h2 a::before {
     position: absolute;
     content: '';
     width: 24px;
     height: 24px;
     background: #ff839f;
     border-radius: 50%;
     top: 41.5%;
     left: 0;
     margin-top: -7px;
}
h2 a::after {
     position: absolute;
     content: '';
     width: 7px;
     height: 7px;
     border-top: solid 1px #fff;
     border-right: solid 1px #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     top: 48%;
     left: 6px;
     margin-top: -1px;
}

h3 {
	display: block;
	margin-bottom: 0.5em;
	font-size: 1.125em;
	border-bottom: none;
	text-align: left;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: -2em;
}
h3 a {
	position: relative;
	margin-left: 1.5em;
	padding-left: 1em;
}
h3 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 9px;
	left: 2%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #002c69;
	border-right: 2px solid #002c69;
	transform: translateX(-50%) rotate(45deg);
}
h3 a:link,
h3 a:visited,
h3 a:focus {color: #002c69;}
@media only screen and (min-width:750px){
	h3 a:hover {
		color: #2278ce;
	}
}
h3.comingSoon {
	padding-left: 2.5em;
	color:#999;
}

.flexContainer {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}
.flexLeft {
	width: 45%;
}
.flexRight {
	width: 45%;
}


@media only screen and (max-width:896px){
	/*----------------
	  #wrapper
	----------------*/
	#wrapper {
	}

	.greyBg {
		padding: 8% 0;
	}

	/*----------------
	  #contents
	----------------*/
	h1 {
		font-size: 1.3em;
	}
	h2 {
		font-size: 1.3em;
		padding-bottom: 0.5em;
	}
	h2 a::before {
		 width: 22px;
		 height: 22px;
		 top: 41.5%;
		 left: 0;
		 margin-top: -7px;
	}
	h2 a::after {
		 width: 7px;
		 height: 7px;
		 top: 45%;
		 left: 5px;
		 margin-top: -1px;
	}
	h3 {
		font-size: 1.125em;
		margin: 1.5em 0;
	}
	h3 a::before {
		top: 6px;
		left: 1px;
	}
	.flexContainer {
		display: block;
		width: 92%;
		padding-bottom: 1.5em;
	}
	.flexLeft {
		width: 100%;
	}
	.flexRight {
		width: 100%;
	}
	.pdt2em {
		padding-top: 2em;
	}


	}