@charset "UTF-8";
/*
Site Name: 富岳百景
Version: 1.1
Updated: 2020-10-08
*/

/* Color Scheme
-----------------------------------------------------

	=Theme Color = #003294

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

@import url(reset.css);

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

 	=Global Layout

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

* {
	margin: 0; padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	font-family: 'Jost', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #444;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8;
	word-wrap: break-word;
	letter-spacing: 0.01em;
	scroll-behavior: smooth;
}


@media (max-width: 835px) { html { scroll-padding-top: 215px; } }
@media (min-width: 836px) { html { scroll-padding-top: 190px; } }
@media (min-width: 1356px) { html { scroll-padding-top: 165px; } }
@media (min-width: 1562px) { html { scroll-padding-top: 120px; } }

/* Firefox */
@-moz-document url-prefix() {
	html {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	}
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
}

body{
	background-color: #fff;
	font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6, p, pre, dt, dd, li {
	line-height: 1.8;
}
p, ul, ol, dl, table {
	margin-bottom: 2.0rem;
}
p:last-child, ul:last-child, ol:last-child, dl:last-child, table:last-child {
	margin-bottom: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.8;
	text-align: left;
}
th, td {
	padding: 0.2em ;
	vertical-align: top;
	border: none;
}
th {
	font-weight: bold;
	text-align: justify;
}
tr {}

hr {
	clear: both;
	border: none;
}
img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a img {
	border: none;
}
a {
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
	text-decoration: underline;
}
a,
a img {
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
a:focus, a:active, a:hover {
	opacity: 0.5;
	text-decoration: none;
}
::selection {
	background-color: rgba(0,0,0,0.25);
}

a.pdf {
    font-size: 14px;
	color: white !important;
	background: #4B7BB8;
	border-radius: 20px;
	padding: 2px 10px;
	vertical-align: middle;
	margin-left: 0;
	text-decoration: none !important;
}

a.pdf:hover {
	background-color: #7D9FEF;
	border-radius: 20px;
}

a.pdf:visited { color: white; }

em {}

ol{
	counter-reset: number;
	list-style: none;
}
ol li {
	position: relative;
	padding-left: 2.5em;
}
ol li:not( :last-child ) {
	margin-bottom: 1.5em;
}
ol.list-links-promoting li::before {
	position: absolute;
	left: 5px;
	counter-increment: number;
/*	content: "("counter(number)")"; */
	content: ""counter(number)"";
	margin: 0 1.0em 0 0;
	color: white;
	background-color: #B1D64C;
	padding: 0px 8px;
}

ol li.cate2::before { background-color: #59D396; }
ol li.cate3::before { background-color: #FDCC54; }
ol li.cate4::before { background-color: #FD9494; }
ol li.cate1and4::before { background: linear-gradient(90deg, #b1d64c, #e7d260, #f4ac78, #fd9494);}
ol li.cate3and4::before { background: linear-gradient(90deg, #fdcc54, #ffba61, #ffaa72, #ff9d84, #fd9494);}



ol li ol:last-child { margin-bottom: 2em; }
ol li ol li::before {
	content: "("counter(number,lower-roman)")";
}
ol li ol li:not( :last-child ) {
	margin-bottom: .5em;
}


strong { font-weight: bold; }
iframe { display: block; max-width: 100%;}
form {}
input[type="text"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	border-radius: 5px;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	padding: 5px;
	font-size: 16px;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
	background-color: #eee;
	color: #555;
	border: 1px solid #eee;
	line-height: 1;
	vertical-align: middle;
	max-width: 100%;
}
input[type=text] { margin-bottom: 0.5em; }
input[type=text]:last-child { margin-bottom: 0; }
input[type=email] {}
input[type=submit] { cursor: pointer;}
input[type=text]:focus,
textarea:focus {
	color: #555;
}
textarea {
}
form ul { margin: 0 !important; padding: 0 !important; border: none !important;}
form ul li { display: inline-block !important;}
form label { margin-right: 1.4em;}
form input[type*="submit"] {}
form input[type*="submit"]:hover { opacity: 0.8;}

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

 	=Global Style

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

#container {}

.wrapper {
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

.wrapper-min {
	max-width: 780px;
}

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

	=Header & Navigation

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

/* =Header
----------------------------------------------------- */
#header {
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
#header #header-in {
	padding: 20px 60px;
}
#header #nav {}

#header.scrolled { background-color: #fff; }


/* =Navigation
----------------------------------------------------- */
#nav {
	position: relative;
	padding-right: 60px;
}

#nav ul {
	margin: 0;
	font-size: 0;
	letter-spacing: 0;
}
#nav ul li {
	font-size: 1.4rem;
	font-weight: bold;
}
#nav ul li a {
	text-decoration: none;
	color: inherit;
}

#nav ul.nav-main {
	display: inline-block;
	margin: 0 0 20px;
}
#nav ul.nav-main li {
	display: inline-block;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
}
#nav ul.nav-main li:not( :last-child )::after {
	content: "　︱　";
}
#nav ul.nav-main li:last-child::after {
	content: "　　"
}
#nav ul.nav-main li a {}
/* Firefox */
@-moz-document url-prefix() {
	#nav ul.nav-main li a {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	}
}
#nav ul.nav-magazine {
	display: inline-block;
	margin: 0 0 20px;
}
#nav ul.nav-magazine li {
	padding: 0 1.5em 0 1.5em;
	border: solid 2px #000;
	border-radius: 30px;
	background: url(../images/icon-arrow-right-k.png) no-repeat right 10px center;
	background-size: 6px auto;
	letter-spacing: 0.08em;
}

#nav ul.nav-language {
	position: absolute;
	right: 0;
	top: 0;
}
#nav ul.nav-language li {
	display: inline-block;
}
#nav ul.nav-language li:not( :first-child ) {
	margin-left: 11px;
}

#nav ul.nav-sns {
	position: absolute;
	right: 0;
	top: 40px;
}
#nav ul.nav-sns li {
	display: inline-block;
}
#nav ul.nav-sns li:not( :first-child ) {
	margin-left: 11px;
}

#nav ul.nav-business {
	display: block;
}
#nav ul.nav-business li {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
}
#nav ul.nav-business li a {
	display: inline-block;
	padding-right: 1.0em;
	background: url(../images/icon-arrow-right-outline.png) no-repeat right center;
	background-size: 10px auto;
	border-bottom: solid 2px #000;
}

/* =Fixed Button
----------------------------------------------------- */

#fixed-button {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 140px;
	width: 57px;
	height: auto;
}


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

	=Header & Navigation

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

/* =Frontpage
----------------------------------------------------- */
#key.top {
	position: relative;
	text-align: center;
	height: 100vh;
	background: url(../images/top-key-bg.png) no-repeat center bottom;
	background-size: 100% auto;
}
#key.top .in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#key.top .in .description {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#key.top .in .logo {
	margin: auto;
}

#key.top .scroll {
  position: absolute;
  bottom: 3.5vw;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 27px;
  height: 18px;
  background: url(../images/icon-arrow-right-down-scroll.png) no-repeat center;
  background-size: 100% auto;
}

.scroll-top {
	display: none;
}


/* =Subapes
----------------------------------------------------- */
#key.sub {
	position: relative;
	margin: 75px auto 0;
	padding: 25px 0 0;
	background: url(../images/sub-key-bg.png) no-repeat center bottom;
	background-size: auto 100%;
}
#key.sub::before {
	content: "";
	position: absolute;
	bottom: -45px;
	z-index: 1;
	width: 100%;
	height: 135px;
	background: url(../images/sub-key-bg-clouds.png) no-repeat center bottom;
	background-size: 100% auto;
}
#key.sub .logo {
	position: relative;
  z-index: 2;
	text-align: center;
}
#key.sub .logo img {
	max-width: 189px;
}


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

	=Main

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

#cont {}
#main {
	position: relative;
	padding-bottom: 110px;
}
#main::before {
	content: "";
	position: absolute;
  z-index: 1;
	width: 100%;
	height: 100%;
	background: url(../images/bg-clouds.png) repeat-y center top 0;
	background-size: 100% auto;
}
#main main {
	position: relative;
  z-index: 2;
}

/*.top #main {
	background: url(../images/bg-top.png) no-repeat center top;
	background-size: 100% auto;
	padding-bottom: 250px;
}*/

/* =Frontpage
----------------------------------------------------- */
.top #main {
	padding-bottom: 250px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 50, 148, 1) 0%,rgba(10, 55, 149, 1) 4.19%,rgba(38, 69, 153, 1) 11.44%,rgba(84, 91, 159, 1) 20.86%,rgba(146, 121, 168, 1) 31.98%,rgba(187, 141, 173, 1) 38.63%,rgba(187, 144, 177, 1) 49.82%,rgba(185, 155, 189, 1) 61.09%,rgba(183, 172, 209, 1) 72.4%,rgba(181, 197, 237, 1) 83.68%,rgba(179, 201, 242, 1) 89.49%,rgba(179, 201, 242, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 201, 242, 1) 89.49%, rgba(179, 201, 242, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(0, 50, 148, 1) ),color-stop(0.0419,rgba(10, 55, 149, 1) ),color-stop(0.1144,rgba(38, 69, 153, 1) ),color-stop(0.2086,rgba(84, 91, 159, 1) ),color-stop(0.3198,rgba(146, 121, 168, 1) ),color-stop(0.3863,rgba(187, 141, 173, 1) ),color-stop(0.4982,rgba(187, 144, 177, 1) ),color-stop(0.6109,rgba(185, 155, 189, 1) ),color-stop(0.724,rgba(183, 172, 209, 1) ),color-stop(0.8368,rgba(181, 197, 237, 1) ),color-stop(0.8949,rgba(179, 201, 242, 1) ),color-stop(1,rgba(179, 201, 242, 1) ));
  background : -o-linear-gradient(90deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 201, 242, 1) 89.49%, rgba(179, 201, 242, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 201, 242, 1) 89.49%, rgba(179, 201, 242, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#003294', endColorstr='#B3D4FF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 201, 242, 1) 89.49%, rgba(179, 201, 242, 1) 100%);
  filter:
}


/* =Subapes
----------------------------------------------------- */
.sub #main {
  background : -moz-linear-gradient(50% 100% 90deg,rgba(0, 50, 148, 1) 0%,rgba(10, 55, 149, 1) 4.19%,rgba(38, 69, 153, 1) 11.44%,rgba(84, 91, 159, 1) 20.86%,rgba(146, 121, 168, 1) 31.98%,rgba(187, 141, 173, 1) 38.63%,rgba(187, 144, 177, 1) 49.82%,rgba(185, 155, 189, 1) 61.09%,rgba(183, 172, 209, 1) 72.4%,rgba(181, 197, 237, 1) 83.68%,rgba(179, 212, 255, 1) 89.49%,rgba(179, 212, 255, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 212, 255, 1) 89.49%, rgba(179, 212, 255, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(0, 50, 148, 1) ),color-stop(0.0419,rgba(10, 55, 149, 1) ),color-stop(0.1144,rgba(38, 69, 153, 1) ),color-stop(0.2086,rgba(84, 91, 159, 1) ),color-stop(0.3198,rgba(146, 121, 168, 1) ),color-stop(0.3863,rgba(187, 141, 173, 1) ),color-stop(0.4982,rgba(187, 144, 177, 1) ),color-stop(0.6109,rgba(185, 155, 189, 1) ),color-stop(0.724,rgba(183, 172, 209, 1) ),color-stop(0.8368,rgba(181, 197, 237, 1) ),color-stop(0.8949,rgba(179, 212, 255, 1) ),color-stop(1,rgba(179, 212, 255, 1) ));
  background : -o-linear-gradient(90deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 212, 255, 1) 89.49%, rgba(179, 212, 255, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 212, 255, 1) 89.49%, rgba(179, 212, 255, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#003294', endColorstr='#B3D4FF' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(0, 50, 148, 1) 0%, rgba(10, 55, 149, 1) 4.19%, rgba(38, 69, 153, 1) 11.44%, rgba(84, 91, 159, 1) 20.86%, rgba(146, 121, 168, 1) 31.98%, rgba(187, 141, 173, 1) 38.63%, rgba(187, 144, 177, 1) 49.82%, rgba(185, 155, 189, 1) 61.09%, rgba(183, 172, 209, 1) 72.4%, rgba(181, 197, 237, 1) 83.68%, rgba(179, 212, 255, 1) 89.49%, rgba(179, 212, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3D4FF',endColorstr='#003294' , GradientType=0);
}



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

	=Common Parts

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


/* =Section
----------------------------------------------------- */
.block:not( :last-child ) {
	margin: 0 auto 50px;
}

.section {
	padding: 85px 0;
}

hr {
	clear: both;
	border: none;
	height: 40px;
}

/* =Button
----------------------------------------------------- */
.button-more {
	position: relative;
	display: inline-block;
	min-width: 255px;
	padding: .5em 2.5em;
	border-radius: 50px;
	line-height: 1.5;
	box-shadow: 15px 15px 3px rgba(0, 0, 0, 0.1);
	background-color: #003294;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
.button-more1 {
	position: relative;
	display: inline-block;
	min-width: 255px;
	padding: .5em 2.5em;
	border-radius: 50px;
	line-height: 1.5;
	box-shadow: 15px 15px 3px rgba(0, 0, 0, 0.1);
	background-color: #001736;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
.button-more:after {}

.button-more .icon {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	width: 9px;
	height: 10px;
	background: url(../images/icon-arrow-right-w.png) no-repeat;
	background-size: 100% auto;
	margin: auto;
	-webkit-transition: all ease-out 0.2s;
	   -moz-transition: all ease-out 0.2s;
	    -ms-transition: all ease-out 0.2s;
	        transition: all ease-out 0.2s;
}
.button-more:hover {
	opacity: 0.85;
}
.button-more:hover .icon {
	right: 1.25em;
}

	/* back ver. */
	.button-more.back .icon {
		left: 1.5em;
		right: auto;
		background-image: url(../images/icon-arrow-left-w.png);
	}
	.button-more.back:hover .icon {
		left: 1.25em;
	}


	/*.button-more.small {
		display: inline-block;
		min-width: auto;
		padding: 0.75em 3em;
		background-color: #ee87b4;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
		text-decoration: none;
	}
	.button-more.small:hover {}*/
/*
	.button-more.large {
		min-width: 100%;
		padding: 1.1em 3em;
		font-size: 2.9rem;
	}
	.button-more.large:hover {}*/


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

	=Footer

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

#footer {
	position: relative;
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	overflow: hidden;
}
#footer #footer-in {
	padding: 35px 0;
}

#footer #footer-in2 {
	padding: 35px 0;
}

#footer p:not( :last-child ),
#footer ul:not( :last-child ) {
	margin: 0 0 .85em;
}

#footer a {
	color: inherit;
}


#footer::before,
#footer::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: no-repeat center;
	background-size: 100% auto;
}

#footer::before {
	left: -5px;
	width: 222px;
	height: 57px;
	background-image: url(../images/footer-bg01.png);
}

#footer::after {
	right: -17px;
	width: 155px;
	height: 26px;
	background-image: url(../images/footer-bg02.png);
}

#footer ul.nav-footer li {
	display: inline-block;

}
#footer ul.nav-footer li:not( :first-child )::before {
	content: "　︱　";
}




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

	=Frontpage

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

/* information
----------------------------------------------------- */
.top-information {}
.top-information .wrapper-min {
	max-width: 780px;
}

ul.list-information {}
ul.list-information li {
	margin: 0;
	padding: 1em 0;
	border-top: solid 1px #fff;
	display: flex;
	justify-content: space-between;
}
ul.list-information li:last-child {
	border-bottom: solid 1px #fff;
}
ul.list-information li .date,
ul.list-information li .text {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	line-height: 20px;
}
ul.list-information li .date { width: 10%; }
ul.list-information li .text { width: 90%; }

ul.list-information li .date {
	color: #003294;
	font-size: 1.2rem;
	font-weight: bold;
}
ul.list-information li .text {
	font-size: 1.4rem;
}


/* magazine
----------------------------------------------------- */
.top-magazine {}
.top-magazine .wrapper-min {
	max-width: 780px;
}
.title-lined {
	margin: 0 0 2em;
	line-height: 0.75;
	text-align: center;
	color: #fff;
	font-size: 4.2rem;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.25em;
}
.title-lined::before {
	content: "　";
	position: absolute;
	width: 50vw;
}
.title-lined.left::before { left: 0;}
.title-lined.right::before { right: 0;}
.title-lined span {
	display: inline-block;
}
.title-lined span,
.title-lined::before {
	border-bottom: solid 2px #fff;
}
	/* ※09_WEBマガジン一覧で使用 */
	.title-lined.normal {
		font-size: 3.4rem;
		color: #003294;
	}
	.title-lined.normal span {
		display: block;
		border-bottom: solid 2px #003294;
	}
	.title-lined.normal::before { content: none; }

/* HPCIマガジン一覧ループ */
/* 00_トップ → col-1（1カラム） */
/* 09_WEBマガジン一覧 → col-3（3カラム） */
.loop .type-magazine {}
.loop .type-magazine .col {}
.loop .type-magazine .link {
	display: block;
	position: relative;
	text-decoration: none;
}
.loop .type-magazine .link:hover { opacity: 1; }
.loop .type-magazine .link:hover .image img {
	opacity: 0.7;
}
.loop .type-magazine .image {
	background-color: #000;
}
.loop .type-magazine .image img {
	display: block;
}
.loop .type-magazine .header {
	padding: 0.25em 0.75em;
	background-color: #000;
	color: #fff;
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.loop .type-magazine .header .title,
.loop .type-magazine .header .date {
	margin: 0;
	display: inline;
}
.loop .type-magazine .header .date {
	float: right;
}
/* ※トップページのみ */
.loop .type-magazine.col-1 .col {
	box-shadow: 15px 15px 3px rgba(0, 0, 0, 0.1);
}
.loop .type-magazine.col-1 .header {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	font-size: 2.3rem;
}


/* contents
----------------------------------------------------- */
.contents-link {}
.contents-link .wrapper {
	max-width: 1008px;
}
ul.list-contents {}
ul.list-contents li {
	margin-bottom: 85px;
}
ul.list-contents li a {
	position: relative;
	display: block;
	border: solid 2px #fff;
	width: 285px;
	height: 285px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	color: inherit;
	font-size: 2.3rem;
	letter-spacing: 0.15em;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	background: #fff url(../images/top-links-button-bg.png) no-repeat center;
	background-size: contain;
}
ul.list-contents li a:hover {
	background-color: #ddd;
	opacity: 1;
}
ul.list-contents li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
ul.list-contents li a::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35px;
	margin: 0 auto;
	width: 19px;
	height: 12px;
	background: url(../images/icon-arrow-right-down-k.png) no-repeat center;
	background-size: 100% auto;
}


ul.list-information li .text .case , ol.list-numbering-cases li .case {
	position: relative;
	background-color: #003294;
	color: #fff;
	font-weight: bold;
	font-size: .7em;
	text-align: center;
	margin:5 5;
	padding: 0 0.5em;
	min-width: 150px;
	border-radius: 20px;
}









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

	=Subpages

	01_「富岳」について
	02_COVID-19への取り組み
	03_HPCIについて
	04_利用事例の紹介
	05_サポート
	06_成果紹介
	07_お問い合わせ
	08_産業利用の広場
	09_WEBマガジン一覧


03-hpci
04-cases
05-support
06-achievements
07-contact
08-industrial_user

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

/* common
----------------------------------------------------- */
.sub-section {
	padding: 45px 0 0;
}
.sub-maincontents {
	background: #fff url(../images/sub-maincontents-bg.png) no-repeat center bottom;
	background-size: 100% auto;
	border: solid 10px #fff;
	box-shadow: 15px 15px 3px rgba(0, 0, 0, 0.1);
	min-height: 1060px;
}
.sub-maincontents-in {
	padding: 45px 0 60px;
	margin: auto;
	max-width: 800px;
}
.sub-maincontents p:not([class]) {
	letter-spacing: 0.05em;
	line-height: 2;
}

.title-startline {
	position: relative;
	margin: 0 0 2em;
	line-height: 0.75;
	color: #003294;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.25em;
}
.title-startline::before {
	content: "　";
	position: absolute;
	width: 140px;
	margin-left: -140px;
}
/*.title-startline.left::before { left: 0;}
.title-startline.right::before { right: 0;}*/

.title-startline span { display: inline-block;}
.title-startline span,
.title-startline::before {
	border-bottom: solid 1px #003294;
}

.title-main {
	position: relative;
	margin: 0 0 3rem;
	padding: 0 0 3rem;
	line-height: 1.25;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 4.7rem;
	font-weight: normal;
	letter-spacing: 0.14em;
}
.title-main::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 6px;
	background-color: #003294;
}

.title-blue {
	color: #003294;
	display: inline-block;
	margin: 0 0 1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: solid 1px #003294;
}

.heading2 {
    font-size: 1.17em;
    font-weight: bold;
}

/* 01-fugaku
----------------------------------------------------- */
ul.list-links {}

ul.list-links li {
	position: relative;
	padding-left: 1em;
}

ul.list-links li::before {
	content: "";
	position: absolute;
	background: url(../images/icon-arrow-right-k.png) no-repeat;
	background-size: contain;
	width: 8px;
	height: 9px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

ul.list-links li a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
/*	text-decoration: none;*/
	font-weight: bold;
}

ul.list-links li {
	margin: 0 0 0.25em;
}
ul.list-links li a:hover {
	text-decoration: underline;
}

ol.list-links-promoting {}
ol.list-links-promoting li.list-links-main {
	position: relative;
	padding-left: 1em;
}
ol.list-links-promoting li.list-links-sub {
	position: relative;
	padding-left: 3em;
}
ol.list-links-promoting li {
	margin: 0 0 0.25em;
}
ol.list-links-promoting li.list-links-main::before {
	content: "";
	position: absolute;
	background: url(../images/icon-arrow-right-k.png) no-repeat;
	background-size: contain;
	width: 8px;
	height: 9px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
ol.list-links-promoting li.list-links-sub {
}

ol.list-links-promoting li.list-links-main a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
/*	text-decoration: none;*/
	font-weight: bold;
}

ol.list-links-promoting li.list-links-sub a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
/*	text-decoration: none;*/
}
ol.list-links-promoting li a:hover {
	text-decoration: underline;
}

.text-lead { font-size: 1.25em; }
.text-mincho { font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif; }

.title-border {
	display: inline-block;
	margin: 0 0 1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 2.0rem;
	border-bottom: solid 1px #000;
}

table.table-program {}
table.table-program th,
table.table-program td {
	border: solid 0px #969797;
	padding-left: 1.5em; 
}
table.table-program th {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
}
table.table-program th.blue {
	background-color: #c7ddff;
	color: #004699;
}
table.table-program th.green {
	background-color: #b1e0b8;
	color: #116817;
}
table.table-program th.yellow {
	background-color: #fff7ca;
	color: #8c7100;
}
table.table-program th.pink {
	background-color: #f2ccff;
	color: #5c157a;
}

.box-linkbox {
	margin-bottom: 200px;
}

ul.seika li {
	list-style-type: disc;
	margin-left: 2em;
}

.fugaku_seika li {
	list-style-type: disc;
	margin-left: 2em !important;
}

.fugaku_seika li a, .num a {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
/*    text-decoration: none;*/
    font-weight: bold;
}

.fugaku_seika li a:hover, .num a:hover {
	text-decoration: underline;
}

.fugaku_seika li::before {
	content: "";
	position: absolute;
	background-image: initial !important;
	background-size: contain;
	width: 8px;
	height: 9px;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

.kasokup td {
	border: solid 1px #999999;
	padding: 10px;
}

.kasokup td a.yt {
    font-size: 14px;
	color: white;
	background: #DE4F52;
	border-radius: 20px;
	padding: 2px 10px;
	vertical-align: middle;
	margin-left: 0;
	text-decoration: none;
}

.kasokup td a.yt:hover {
	background-color: #EA7B7D;
	border-radius: 20px;
}

.num li {
	list-style-type: none !important;
	padding-left: initial !important;
	margin-left: 0.5em;
	margin-bottom: 0.2em !important;
}


/* 02-covid19
----------------------------------------------------- */
.note-attention {
	position: relative;
	padding-left: 1em;
}
.note-attention::before {
	content: "※";
	position: absolute;
	left: 0;
}


/* 03-hpci
----------------------------------------------------- */
.computer-lineup {}
.computer-lineup .row {}
.computer-lineup .col {}

@media screen and (min-width: 600px) {
	.computer-lineup .flex-row.col-3 > .flex-child {
	  width: 31.33%;
	}
	.computer-lineup .flex-row > .flex-child {
		margin-right: 2%;
		margin-bottom: 2%;
	}
}

.computer-lineup .image {
	position: relative;
}
.computer-lineup .num {
	position: absolute;
	z-index: 2;
	left: 15px;
	top: -8px;
	background: url(../images/icon-numbering-paper.png) no-repeat right top;
	background-size: 2px auto;
	padding: 0 2px 0 0;
}
.computer-lineup .num span {
	display: block;
	min-width: 38px;
	height: 44px;
	padding: 12px 0 0 2px;
	line-height: 1;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
}
.computer-lineup .content {
	margin: 0 0 15px;
	padding: 15px 0 0 15px;
	font-weight: bold;
}
.computer-lineup .content p {
	margin: 0;
	letter-spacing: 0;
	line-height: 1.5;
}
.computer-lineup .content .sub {
	margin: 0 0 0.25em;
	font-size: 1.0rem;
}
.computer-lineup .content .name {
	font-size: 1.4rem;
}

/* Horizontal Rule */
.hr-border {
	background-color: #d1d2d2;
	height: 1px;
	margin: 20px auto;
}


/* 04-cases
----------------------------------------------------- */
.cases-lineup {}

ol.list-numbering-cases {
	counter-reset: number;
	list-style: none;
}
ol.list-numbering-cases li {
	position: relative;
	padding-left: 90px;
	line-height: 1.5;
}
ol.list-numbering-cases li:not( :last-child ) {
	margin-bottom: 2em;
}
ol.list-numbering-cases li::before {
	position: absolute;
	left: 0;
	counter-increment: number;
	content: "No.0"counter(number)"";
	padding: 0.15em 1.25em;
	background-color: #000;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
}
ol.list-numbering-cases li a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	padding-bottom: 0em;
	border-bottom: solid 1px #000;
}
ol.list-numbering-cases li a:hover {
	border-color: transparent;
}


/* 05-support
----------------------------------------------------- */
.profile-box {}
.profile-box:not( :last-child ) {
	margin: 0 0 100px;
}
.profile-box .name {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #969797;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 2.0rem;
	letter-spacing: 0.25em;
}
.profile-box .name .english {
	display: inline-block;
	margin-left: 1.5em;
	font-size: 1.0rem;
	letter-spacing: 0.15em;
}
.profile-box .meta {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #969797;
}
.note-attention::before {
	content: "※";
	position: absolute;
	left: 0;
}

/* プリインストールアプリで使用 */
ul.application {}
ul.application li {
	padding: 15px 0px 3px 0px;
	border-bottom: solid 0px #d3d4d4;
}
ul.application li:not( :last-child ) {}
ul.application li:first-child {
	border-top: solid 0px #d3d4d4;
}
ul.application li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
ul.application li a:hover .text {
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
}
ul.application li .meta {
	margin: 0 0 .25em;
}
ul.application li .meta .date,
ul.application li .meta .category {
	display: inline-block;
	margin: 0 1em 0 0;
	font-size: 1.2rem;
	line-height: 20px;
}
ul.application li .meta .date {
	color: #003294;
	font-weight: bold;
	letter-spacing: 0.1em;
}
ul.application li .meta .category {
	position: relative;
	background-color: #003294;
	color: #fff;
	font-weight: bold;
	text-align: center;
	min-width: 150px;
	border-radius: 20px;
}

ul.application li .meta .category::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	height: 2px;
	width: 10px;
	background-color: #fff;
}


ul.application li .text {
	font-size: 1.4rem;
	letter-spacing: 0;
}

ul.list-links li .meta .category {
	position: relative;
	background-color: #003294;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 0 1em;
	min-width: 7em;
	border-radius: 20px;
}

ul.list-links li.color01 .category { background-color: #009e00; }
ul.list-links li.color02 .category { background-color: #ffaa00; }

ul.application li.category-bio .category { background-color: #F14E79; }
ul.application li.category-cae .category { background-color: #1A9CFA; }


ul.application li.color01 .date { color: #009e00; }
ul.application li.color02 .date { color: #ffaa00; }
ul.application li.color03 .date { color: #ff4600; }
ul.application li.color04 .date { color: #003292; }
ul.application li.color05 .date { color: #ad8100; }
ul.application li.color01 .category { background-color: #009e00; }
ul.application li.color02 .category { background-color: #ffaa00; }
ul.application li.color03 .category { background-color: #ff4600; }
ul.application li.color04 .category { background-color: #003292; }
ul.application li.color05 .category { background-color: #ad8100; }

/* 06-achievements
----------------------------------------------------- */
.achievements-lineup {}
.achievements-lineup .title {
	margin: 0;
	padding: 0.1em 20px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	color: #003294;
	font-weight: bold;
	letter-spacing: 0.15em;
}

/* 下記「.list-achievements」は、08-industrial_user でも使用 */
ul.list-achievements {}
ul.list-achievements li {
	padding: 20px 15px;
	border-bottom: solid 1px #d3d4d4;
}
ul.list-achievements li:not( :last-child ) {}
ul.list-achievements li:first-child {
	border-top: solid 1px #d3d4d4;
}
ul.list-achievements li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
ul.list-achievements li a:hover .text {
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
}
ul.list-achievements li .meta {
	margin: 0 0 .25em;
}
ul.list-achievements li .meta .date,
ul.list-achievements li .meta .category {
	display: inline-block;
	margin: 0 1em 0 0;
	font-size: 1.2rem;
	line-height: 20px;
}
ul.list-achievements li .meta .date {
	color: #003294;
	font-weight: bold;
	letter-spacing: 0.1em;
}
ul.list-achievements li .meta .category {
	position: relative;
	background-color: #003294;
	color: #fff;
	font-weight: bold;
	text-align: center;
	min-width: 100px;
	border-radius: 20px;
}
ul.list-achievements li .meta .category::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
	height: 2px;
	width: 10px;
	background-color: #fff;
}
ul.list-achievements li .text {
	font-size: 1.4rem;
	letter-spacing: 0;
}
ul.list-achievements li.category-hpci .date { color: #fa1e32; }
ul.list-achievements li.category-hpci .category { background-color: #fa1e32; }
ul.list-achievements li.category-fh .date { color: #C958FF; }
ul.list-achievements li.category-fh .category { background-color: #C958FF; }


ul.list-achievements li.color01 .date { color: #009e00; }
ul.list-achievements li.color02 .date { color: #ffaa00; }
ul.list-achievements li.color03 .date { color: #ff4600; }
ul.list-achievements li.color04 .date { color: #003292; }
ul.list-achievements li.color05 .date { color: #ad8100; }
ul.list-achievements li.color01 .category { background-color: #009e00; }
ul.list-achievements li.color02 .category { background-color: #ffaa00; }
ul.list-achievements li.color03 .category { background-color: #ff4600; }
ul.list-achievements li.color04 .category { background-color: #003292; }
ul.list-achievements li.color05 .category { background-color: #ad8100; }


/* 07-contact
----------------------------------------------------- */
.bb-gray { border-bottom: solid 1px #d3d4d4;}
.mb0 { margin-bottom: 0; }

.contact-information {}
.contact-information .in {
	padding: 30px 15px;
}
.contact-information p:not( :last-child ) {
	margin: 0 0 0.5em;
}
.contact-information .tel {
	margin: 0 0 0.5em;
	padding-left: 35px;
	background: url(../images/icon-phone.png) no-repeat left top 0.35em;
	background-size: 27px auto;
	font-size: 1.4rem;
}
.contact-information .tel em {
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.contact-information .mail {
	padding-left: 35px;
	background: url(../images/icon-envelope.png) no-repeat left top 0.15em;
	background-size: 24px auto;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
.contact-information .address {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.contact-information .note {
	font-size: 1.4rem;
}
.contact-information .hr-border { margin: 0; }
.contact-information .link {
	font-weight: bold;
	color: inherit;
}

/* 08-industrial_user
----------------------------------------------------- */
/* Text Color */
.fc-black { color: #000; }
.fc-waterblue { color: #0078ff; }
.fc-blue { color: #193cff; }
.fc-red { color: #f00; }

.anchor {
	display: block;
	visibility: hidden;
	margin-top: -120px;
	padding-top: 120px;
}

.hiroba-content {}
ul.nav-contents {}
ul.nav-contents li {
	display: inline-block;
	border: solid 2px #000;
	border-radius: 42px;
	overflow: hidden;
}
ul.nav-contents.flex-row li.flex-child {
	margin-right: 20px;
	margin-bottom: 20px;
}
ul.nav-contents li a {
	position: relative;
	display: block;
	padding: 0.5em 1em;
	padding-left: 18px;
	background: url(../images/icon-arrow-right-k.png) no-repeat right 10px center;
	background-size: 6px auto;
	width: 100%;
	min-height: 42px;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	line-height: 1.35;
	font-size: 1.3rem;
	letter-spacing: 0;
}
ul.nav-contents li a:hover {
	opacity: 1;
	background-color: #eee;
}
ul.nav-contents li a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 13px;
	height: 3px;
	background-color: #009e00;
}
ul.nav-contents li.color01 a::before { background-color: #009e00; }
ul.nav-contents li.color02 a::before { background-color: #ffaa00; }
ul.nav-contents li.color03 a::before { background-color: #ff4600; }
ul.nav-contents li.color04 a::before { background-color: #003292; }
ul.nav-contents li.color05 a::before { background-color: #ad8100; }
ul.nav-contents li span {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}
.title-content01 {
	position: relative;
	margin: 0 0 3rem;
	padding: 0 0 2rem;
	line-height: 1.25;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 0.14em;
}
.title-content01::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background-color: #009e00;
}
.title-content01.color01 { color: #009e00; }
.title-content01.color02 { color: #ffaa00; }
.title-content01.color03 { color: #ff4600; }
.title-content01.color04 { color: #003292; }
.title-content01.color05 { color: #ad8100; }
.title-content01.color01::before { background-color: #009e00; }
.title-content01.color02::before { background-color: #ffaa00; }
.title-content01.color03::before { background-color: #ff4600; }
.title-content01.color04::before { background-color: #003292; }
.title-content01.color05::before { background-color: #ad8100; }

.title-content02 {
	margin: 0 0 1em;
	padding-bottom: 0.1em;
	border-bottom: solid 1px #009e00;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	color: #009e00;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
}
.title-content02.color01 { color: #009e00; }
.title-content02.color02 { color: #ffaa00; }
.title-content02.color03 { color: #ff4600; }
.title-content02.color04 { color: #003292; }
.title-content02.color05 { color: #ad8100; }
.title-content02.color01 { border-color: #009e00; }
.title-content02.color02 { border-color: #ffaa00; }
.title-content02.color03 { border-color: #ff4600; }
.title-content02.color04 { border-color: #003292; }
.title-content02.color05 { border-color: #ad8100; }
.title-content02 em {
	display: inline-block;
	margin-left: 2em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	letter-spacing: 0;
}

/* 01-HPCIって何？誰が利用できるの？ */
ul.list-indent {}
ul.list-indent li {
	position: relative;
	padding-left: 1em;
}
ul.list-indent li:not( :last-child ) {
	margin-bottom: 0;
}
ul.list-indent li::before {
	content: "・";
	position: absolute;
	left: 0;
}
.hiroba-material {}
.hiroba-material .col01 {}
.hiroba-material .col02 {}
.hiroba-material .name {
	font-size: 1.4rem;
}
.hiroba-material .name p {
	line-height: 1.5;
}
.hiroba-material .recommend {
	position: relative;
	padding-left: 72px;
}
.hiroba-material .recommend::before {
	content: "おすすめ";
	display: inline-block;
	position: absolute;
	top: 0.25em;
	left: 0;
	padding: 0.15em 0.5em;
	background-color: #009e00;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
}
.hiroba-graph {}
.hiroba-graph .col01 { width: 300px; }
.hiroba-graph .col02 { width: 450px;}
ul.list-hiroba {}
ul.list-hiroba li {
	position: relative;
	padding-left: 1em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 1.2em;
	font-weight: bold;
}
ul.list-hiroba li,
ul.list-hiroba li p:not([class]) {
	line-height: 1.6;
}
ul.list-hiroba li:not( :last-child ) {
	margin: 0 0 0.75em;
}
ul.list-hiroba li::before {
	content: "";
	position: absolute;
	background: url(../images/icon-arrow-right-k.png) no-repeat;
	background-size: contain;
	width: 10px;
	height: 11px;
	top: 0.5em;
	left: 0;
	margin: 0;
}
ul.list-hiroba.color01 li::before { background-image: url(../images/icon-arrow-right-green.png);}
ul.list-hiroba.color05 li::before { background-image: url(../images/icon-arrow-right-yamabuki.png);}

table.table-hiroba {}
table.table-hiroba .color01 {
	background-color: #c5e0b4;
}
table.table-hiroba th,
table.table-hiroba td {
	border: solid 1px #d1d2d2;
	padding: 1.25em;
	font-size: 1.4rem;
}
table.table-hiroba th {
	font-weight: bold;
	text-align: center;
}

/* 02-どんな利用事例があるの？ */
.accordion-lineup {}
.accordion-lineup .lineup:not( :last-child ) {
	margin: 0 0 10px;
}
.accordion-lineup .lineup .header {
	position: relative;
	background-color: #eee;
	padding: 0.75em 1em;
}
.accordion-lineup .lineup .header::before {
	content: "＋";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 16px;
	height: 16px;
	background-color: #ffb200;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}
.accordion-lineup .lineup .header.js-acc-header-on::before { content: "ー" }
.accordion-lineup .lineup .content {
	margin: 0 0 50px;
}
ul.list-inner li {
	padding: 10px 20px;
	border-bottom: solid 1px #d3d4d4;
	font-size: 1.4rem;
}
ul.list-inner li:not( :last-child ) {}
ul.list-inner li:first-child {}
ul.list-inner li a { display: block; text-decoration: none;}

/* 03-どんな講習会・イベントがあるの？ */
.hiroba-content ul.list-achievements li:first-child {
	border-top: none;
}

/* 04-どうしたら使えるの？ */
.flowchart-lineup {}
.flowchart-lineup .lineup {}
.flowchart-lineup .lineup:not( :last-child ) {
	margin: 0 0 25px;
}
.flowchart-lineup .header {
	position: relative;
	width: 180px;
	padding: 1em 2em;
	background-color: #003294;
}
.flowchart-lineup .header::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
  border-right: 90px solid transparent;
  border-top: 15px solid #003294;
  border-left: 90px solid transparent;
}
@media screen and (min-width: 600px) {
	.flowchart-lineup .header p {
		position: absolute;
		width: 100px;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	  -webkit-transform: translate(-50%, -50%);
	  -moz-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	  -o-transform: translate(-50%, -50%);
	}
}
.flowchart-lineup .header p {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
  text-align-last: justify;
  text-justify:inter-ideograph;
}
.flowchart-lineup .header p span {
	display: block;
	width: 100%;
}
.flowchart-lineup .content {
	width: 600px;
}
ul.list-indent.square li {
	padding-left: 1.5em;
}
ul.list-indent.square li::before {
	content: "□ ";
}
.frame-note {
	padding: 15px;
	font-size: 1.4rem;
	border: solid 1px #d1d2d2;
}
.frame-note:not( :last-child ) {
	margin: 0 auto 15px;
}
.frame-note p,
.frame-note ul { margin: 0; }
.frame-note.link {
	position: relative;
	padding-bottom: 20px;
}
.frame-note.link .link-arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
a.link-arrow {
	display: inline-block;
	background: url(../images/icon-arrow-right-thin-blue.png) no-repeat right center;
	background-size: 6px auto;
	padding-right: 12px;
/*	color: #003294;*/
	color: darkorchid;
	color: #3a96d4;
	font-size: 1.2rem;
	font-weight: bold;
/*	text-decoration: none;*/
}
a.link-arrow:hover {
	text-decoration: underline;
}
.text-note {
	font-size: 1.4rem;
}

/* 05-さらに詳しい情報は？ */



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

	=Media Queries Responsive Structure

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

/* Desktop
----------------------------------------------------- */
@media screen and (min-width: 600px) {
	.sp { display: none !important; }

	body {
		min-width: 1280px;
	}
}

/* Smartphone
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 599px) {
	html { font-size: 10px; }
	body { font-size: 1.4rem; letter-spacing: 0;}

	.pc { display: none !important;}

	/* Apperance
	--------------------------------------------------*/
	input[type="button"],
	input[type="text"],
	input[type="submit"] {-webkit-appearance: none;border-radius: 0;}

	/* Reset
	--------------------------------------------------*/
	iframe { width: 100%; max-height: 240px;}


	/* =Global Style
	-------------------------------------------------- */
	.wrapper {
		width: auto;
		padding: 0 6.25vw;
		margin: auto;
	}

	/* =Header
	-------------------------------------------------- */
	#header {
		background-color: transparent;
	}
	#header-in {
		padding: 0;
	}

	/* =Navigation
	-------------------------------------------------- */

	.toggler {
		position: fixed;
		z-index: 9998;
		top: 0;
		right: 0;
		width: 57px;
    height: 57px;
    padding: 17px 14px;
    text-align: center;
    background-color: #003294;
	}
	.trigger-bars,
	.trigger-bars span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.trigger-bars {
		position: relative;
		z-index: 9999;
		width: 30px;
		height: 24px;
	}
	.trigger-bars span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #fff;
		border-radius: 0;
		-webkit-transition: all ease-out 0.14s;
			 -moz-transition: all ease-out 0.14s;
				-ms-transition: all ease-out 0.14s;
						transition: all ease-out 0.14s;
	}
	.trigger-bars span:nth-of-type(1) { top: 0;}
	.trigger-bars span:nth-of-type(2) { top: 11px;}
	.trigger-bars span:nth-of-type(3) {	bottom: 0;}
	.trigger-bars.active span:nth-of-type(1) {
		-webkit-transform: translateY(11px) rotate(-45deg);
		        transform: translateY(11px) rotate(-45deg);
	}
	.trigger-bars.active span:nth-of-type(2) {
		opacity: 0;
	}
	.trigger-bars.active span:nth-of-type(3) {
		-webkit-transform: translateY(-11px) rotate(45deg);
		        transform: translateY(-11px) rotate(45deg);
	}

	#nav {
		position: fixed;
		/*position: absolute;*/
		z-index: 9996;
		top: 0;
		left: 0;
		bottom: auto;
		width: 100vw;
		height: 100vh;

		padding: 0;
		background-color: rgba(255, 255, 255, 1);
		overflow-y:scroll;
		-webkit-overflow-scrolling:touch;
		-webkit-transform:translate3d(-100%,0,0);
			 -moz-transform:translate3d(-100%,0,0);
				-ms-transform:translate3d(-100%,0,0);
						transform:translate3d(-100%,0,0);
		-webkit-transition: opacity ease-out 0.25s;
			 -moz-transition: opacity ease-out 0.25s;
				-ms-transition: opacity ease-out 0.25s;
						transition: opacity ease-out 0.25s;
		opacity: 0;
	}

	#nav.on {
		opacity: 1;
		-webkit-transform:translate3d(0,0,0);
		   -moz-transform:translate3d(0,0,0);
		    -ms-transform:translate3d(0,0,0);
		        transform:translate3d(0,0,0);
	}
	#nav.on #nav-in {
		opacity: 1;
	}

	#nav,
	#nav a {}

	#nav #nav-in {
		margin: 0;
    padding: 6.25vw;
	}

	#nav ul.nav-main,
	#nav ul.nav-magazine,
	#nav ul.nav-language,
    #nav ul.nav-sns,
	#nav ul.nav-business {
		display: block;
		text-align: center;
		margin: 0 auto 6.25vw;
	}

	#nav ul.nav-main {}
	#nav ul.nav-main li {
		display: block;
		margin: 0;
	}
	#nav ul.nav-main li:not( :last-child )::after { content: ""; }
	#nav ul.nav-main li a {
		display: block;
		width: auto;
		padding: 0.5em 0;
		letter-spacing: 0.07em;
		text-decoration: none;
	}
	#nav ul.nav-main > li > a {
		line-height: 1.5;
		height: auto;
	}
	#nav ul.nav-main li a:hover {}


	#nav ul.nav-language {
		position: static;
	}
    
    	#nav ul.nav-sns {
		position: static;
	}

	#nav ul.nav-magazine li {
		display: inline-block;
		max-width: 240px;
	}


	/* overlau */
	#overlay {
		display: block;
		background-color: rgba(0, 0, 0, 0.6);
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100vw;
		height: 100vh;
		opacity: 0;
		-webkit-transition: all ease-out 0.2s;
			 -moz-transition: all ease-out 0.2s;
				-ms-transition: all ease-out 0.2s;
						transition: all ease-out 0.2s;
	}
	#nav.on + #overlay {
		z-index: 9995;
		opacity: 1;
	}


	/* =Keyvisual
	-------------------------------------------------- */
	#key.top {
		height: 60vh;
	}
	#key.top .in {
		width: 66.66%;
	}

	/* =Footer
	-------------------------------------------------- */
	#footer {
		letter-spacing: 0;
	}
	#footer::before,
	#footer::after { display: none; }
	#footer #footer-in {
		padding: 35px 6.25vw;
	}
	#footer .copyright {
		font-size: 1rem;
	}


	/* =Common Parts
	--------------------------------------------------*/
	/* Section */
	.block:not( :last-child ) {
		margin: 0 auto 12.5vw;
	}
	.section {
		padding: 6.25vw 0;
	}
	hr { height: 6.25vw; }

	th, td {
		font-size: 1.2rem;
		padding: 1em 0.5em;
	}

	/* Heading */
	.title-lined {
		position: relative;
		font-size: 3.2rem;
		line-height: 1.25;
	}
	.title-lined span { }
	.title-lined::before {
		bottom: -0px;
		width: 50%;
	}
	.title-lined.left::before { margin-left: -6.25vw;}
	.title-lined.right::before { margin-right: -6.25vw;}

	/* =Frontpage
	-------------------------------------------------- */
	.top #main { padding-bottom: 12.5vw; }

	ul.list-information li { display: block; }
	ul.list-information li .date,
	ul.list-information li .text { width: 100%; }
	ul.list-information li .date { margin: 0 0 0.25em; }

	ul.list-contents li {
		margin-bottom: 3.125vw;
	}
	ul.list-contents li a {
		position: relative;
		display: block;
		padding: 0.5em 1em;
		border: solid 2px #fff;
		width: 100%;
		height: auto;
		font-size: 1.8rem;
		letter-spacing: 0.08em;
		background-size: 100% 100%;
	}
	ul.list-contents li a span {
		position: static;
	}
	ul.list-contents li a::before {
		background-image: url(../images/icon-arrow-right-k.png);
		width: 6px;
		height: 7px;
		top: 0;
		left: inherit;
		right: 1em;
		bottom: 0;
		margin: auto 0;
	}

	/* =Subpages
	-------------------------------------------------- */
	.sub-maincontents-in {
		padding: 20px;
	}
	.sub-maincontents hr:not([class]) {
		height: 6.25vw;
	}
	.title-startline {
		margin-left: -10px;
	}
	.title-startline::before {
		width: 6.25vw;
		margin-left: -20px;
	}
	.title-main {
		margin: 0 0 1em;
		padding: 0 0 1em;
		font-size: 2.5rem;
	}
	.title-main::before { height: 3px;}

	/* 01-fugaku */


	/* 03-hpci */

	/* 04-cases */

	/* 07-contact */
	.contact-information .in { padding: 6.25vw 0; }
	.contact-information .note { font-size: 1.2rem;}

	/* 08-industrial_user*/
	.anchor {
		margin-top: -80px;
		padding-top: 80px;
	}
	ul.nav-contents li br { display: none; }
	.hiroba-material {
		text-align: center;
	}
	.hiroba-material .recommend {
		padding-left: 0;
	}
	.hiroba-material .recommend::before {
		position: inherit;
		margin-bottom: 1em;
	}
	.hiroba-material .col01,
	.hiroba-material .col02,
	.hiroba-graph .col01,
	.hiroba-graph .col02 { width: 100%; }
	ul.list-hiroba li {
		font-size: 1em;
	}
	table.table-hiroba th,
	table.table-hiroba td {
		padding: 0.35em;
		font-size: 1.0rem;
	}
	ul.list-inner li {
		font-size: 1.2rem;
	}
	.accordion-lineup .lineup .content { margin: 0 0 6.25vw; }
	.flowchart-lineup .header {
		padding: 1em 1em 0;
	}
	.flowchart-lineup .header::before {
		bottom: -25px;
		border-right: 38vw solid transparent;
		border-top: 25px solid #003294;
		border-left: 38vw solid transparent;
	}
	.flowchart-lineup .header p {
		width: 100px;
		margin: 0 auto;
	}

	/* 09-mag */
	.title-lined.normal { font-size: 2.8rem;}
	.title-lined.normal span {}


}