@charset "UTF-8";
/* CSS Document */

@import url(../../../css/reset.css);

html{
	/*font-size: 65.5%;*/
	font-size: 87.5%;
	overflow-x: hidden;
}
body {
	font-size: 1rem;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.2;
	height: 100%;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	color: #555;
}
/*------------------------------------ media */
@media screen and ( max-width: 736px ){
	html{
		font-size: 80%;
	}
}

h1,
h2 {
	font-weight: normal;
}
h3 {
}
a {
	font-weight: bold;
	transition: 0.2s ease-in;
	-webkit-transition: 0.2s ease-in;
	-moz-transition: 0.2s ease-in;
	color: #00B4ED;
}
figure {
	margin: 0;
}
a:link {
}
a:visited {
}
a:hover {
}
.asterisk {
	font-size: 0.5em;
	vertical-align: top;
}
.annotation,
.sub {
	font-size: 0.8em;
}
*{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
/***********************************************************************************************************************/
/*------------------------------------ media */
@media screen and ( max-width: 736px ){
	img {
		width: 100%;
		height: auto;
	}
}

#main {
	overflow-x: hidden;
	-ms-overflow-y: hidden;
}

#main p {
	margin-bottom: 1em;
}
#main p:last-child {
	margin-bottom: 0
}


/*------------------------------------------------------------

   SP/PC

--------------------------------------------------------------*/

.pc { display: block !important; }
.sp { display: none !important; }
 
 @media screen and ( max-width: 750px ){
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/*------------------------------------------------------------

   page

--------------------------------------------------------------*/
.page #main > header + .lead,
.page #main > header + .mainVis + .lead {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 14vw;
}
/*------------------------------------ media */
@media screen and ( min-width: 737px ){

	.page #main > header + .lead {
		font-size: 1.1rem;
		font-weight: bold;
		margin: 60px auto;
		padding: 0 60px;
	}
}


/* moreBtn
--------------------------------------------------------------*/
#main .moreBtn {
	width: 80vw;
	margin: 1.5rem auto;
	margin-left: auto;
	margin-right: auto;
}

/*------------------------------------ media */
@media screen and ( min-width: 737px ){
	#main .moreBtn {
		width: 80%;
	}
}
#main .moreBtn a {
	position: relative;
	display: block;
	color: #fff;
	border-radius: 7px;
	padding:1.3em;
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.08em;
	line-height: 1.4em;
	text-decoration: none
}

#main .moreBtn_emerald a {
	border:solid 1px #5DC2D0;
	background: #5DC2D0;
	border-bottom: solid 4px #5DC2D0;
}
#main .moreBtn_red a {
	border:solid 1px #ED7A94;
	background: #ED7A94;
	border-bottom: solid 4px #ED7A94;
}
#main .moreBtn_purple a {
	border:solid 1px #BA79B1;
	background: #BA79B1;
	border-bottom: solid 4px #BA79B1;
}
#main .moreBtn_green a {
	border:solid 1px #8BC782;
	background: #8BC782;
	border-bottom: solid 4px #8BC782;
}
#main .moreBtn_blue a {
	border:solid 1px #65AADD;
	color: #fff;
	background: #65AADD;
	border-bottom: solid 4px #65AADD;
}
#main .moreBtn a:before,
#main .moreBtn a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
}
#main .moreBtn a:before {
width: 5vw;
height: 5vw;
background: #fff;
border-radius: 50%;
right: 2vw;
}
#main .moreBtn a:after {
	width: 1.4vw;
	height: 1.4vw;
	border: 0;
	right: 4vw;
	transform: rotate(45deg);
}
#main .moreBtn_emerald a:after {
	border-top: solid 2px #5DC2D0;
	border-right: solid 2px #5DC2D0;
}
#main .moreBtn_red a:after {
	border-top: solid 2px #ED7A94;
	border-right: solid 2px #ED7A94;
}
#main .moreBtn_purple a:after {
	border-top: solid 2px #BA79B1;
	border-right: solid 2px #BA79B1;
}
#main .moreBtn_green a:after {
	border-top: solid 2px #8BC782;
	border-right: solid 2px #8BC782;
}
#main .moreBtn_blue a:after {
	border-top: solid 2px #65AADD;
	border-right: solid 2px #65AADD;
}
/*------------------------------------ media */
@media screen and ( min-width: 737px ){
#main .moreBtn a {
	font-size: 1.1rem;
}
#main .moreBtn_emerald a {
	border-bottom: solid 5px #57B0BC;
}
#main .moreBtn_red a {
	border-bottom: solid 5px #DB758C;
}
#main .moreBtn_purple a {
	border-bottom: solid 5px #A869A0;
}
#main .moreBtn_green a {
	border-bottom: solid 5px #76AC6E;
}
#main .moreBtn_blue a {
	border-bottom: solid 5px #5694C3;
}

#main .moreBtn a:before {
width: 25px;
height: 25px;
right: 10px;
}
#main .moreBtn a:after {
	width: 8px;
	height: 8px;
	right: 20px;
}
	}


/* bgDot
--------------------------------------------------------------*/
#main .bgDot {
	background-image: url(../images/pattern_01.png);
	background-position: 50.5% calc(0% - 1vw);
	-webkit-background-size: 26vw;
	     -o-background-size: 26vw;
	        background-size: 26vw;
}
/*------------------------------------ media */
@media screen and ( min-width: 737px ){
	#main .bgDot {
		background-position: 50.15% calc(0% - 6px);
		-webkit-background-size: 120px;
		     -o-background-size: 120px;
		        background-size: 120px;
	}
}



/*------------------------------------------------------------

   page content

--------------------------------------------------------------*/

.page #main > .content > header {
	margin: 0 -5vw 10vw;
	padding: 20vw 3vw;
}
.page #main > .content > header h1 {
	text-align: center;
	font-family: "yasashisa";
	font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.page #main > .content > .item {
	margin-bottom: 20vw;
}
/*------------------------------------ media */
@media screen and ( min-width: 737px ){
	.page #main > .content {
		margin: 120px 60px ;
	}
	.page #main > .content > header {
		margin: 0 -60px 60px;
		padding: 80px 60px;
	}
	.page #main > .content > header h1 {
		font-size: 27px;
	}
	.page #main > .content > .item {
		margin-bottom: 80px;
	}
}
/*------------------------------------ media */
@media screen and ( min-width: 1020px ){
	.page #main > .content {
		max-width: 900px;
		margin: 120px auto ;
	}
	.page #main > .content > header {
		margin: 0 calc((100vw - 900px) / -2) 60px;
		padding: 80px calc((100vw - 900px) / 2);
	}
}

/* lead
--------------------------------------------------------------*/
.page #main > .content .lead {
	margin: 15vw 0;
	font-weight: bold;
	font-family: 'yasashisa';
}
.page #main > .content  header + .lead {
	margin: -5vw 0 15vw;
}
/*------------------------------------ media */
@media screen and ( min-width: 737px ){
	.page #main > .content .lead {
		margin: 32px 0;
	}
	.page #main > .content  header + .lead {
		margin: 0px 0 120px;
	}
}
/*
--------------------------------------------------------------*/
.page #main > .content p:not(:last-child):not(.lead) {
	margin-bottom: 1em;
}
.page #main > .content h2 {
	font-size: 1.3rem;
	font-family: "yasashisa";
	margin-bottom: 1em;
}
.page #main > .content em {
	font-weight: bold;
	font-style: normal;
}
.page #main > .content .indented {
	padding-left: 1.1em;
	text-indent: -1.1em;
}
.page #main > .content .annotation {
	display: block;
	line-height: 1.8;
	margin-top: 0.8em;
	margin-bottom: 1em;
	color: #999;
}
.page #main > .content ul,
.page #main > .content ol,
.page #main > .content dl {
	margin-bottom: 1.2rem;
}
.page #main > .content li {
	line-height: 1.8;
	margin: 1em 0;
}
/*------------------------------------ media */
@media screen and ( min-width: 737px ){
	.page #main > .content h2 {
		font-size: 1.5rem;
	}
}

/* table
--------------------------------------------------------------*/
.page #main > .content table {
	border-top: 1px solid #ddd;
}
.page #main > .content tr {
	border-bottom: 1px solid #ddd;
}
.page #main > .content th,
.page #main > .content td {
	padding: 1em 0;
	text-align: left;
	line-height: 1.8;
}
.page #main > .content th {
	padding-right: 2em;
	white-space: nowrap;
	font-weight: bold;
}

/*
--------------------------------------------------------------*/
.page #main > .content .normalLink {
	text-align: center;
	margin: 3em 0;
}
.page #main > .content .normalLink a {
	display: inline-block;
	border-bottom: 1px solid;
	font-family: "yasashisa";
	font-weight: normal;
	font-size: 1.3rem;
}
.page #main > .content .normalLink a::after {
	content: "\e906";
	font-family: "casting_dist";
	font-size: 0.8em;
	vertical-align: 0.05em;
	margin-left: 0.5em;
}

/*
--------------------------------------------------------------*/
.page #main > .content .item > header h1 {
	font-family: "yasashisa";
	font-size: 4vw;
	text-align: center;
	line-height: 1.6;
}
.page #main > .content .item > header {
	margin-bottom: 1em;
}

.page #main > .content .item h2 {
	margin-top: 12vw;
}
/*------------------------------------ media */
@media screen and ( min-width: 737px ){
	.page #main > .content .item > header h1 {
		font-size: 24px;
	}
	.page #main > .content .item h2 {
		margin-top: 60px;
	}
}
