
/* ------------------------------------------------------------------ */
/* a. General Styles
/* ------------------------------------------------------------------ */

body { background: #f3f0df; }


/* primary navigation
--------------------------------------------------------------------- */
#nav-wrap ul, #nav-wrap li, #nav-wrap a {
	 margin: 0;
	 padding: 0;
	 border: none;
	 outline: none;
}

/* nav-wrap */
#nav-wrap {
   font: 15px 'opensans-bold', sans-serif;
   width: 100%;
   text-transform: uppercase;
   letter-spacing: 2.5px;
   margin: 0 auto;
   z-index: 100;
   position: fixed;
   left: 0;
   top: 0;

}
.opaque { background-color: rgba(5, 0, 68, 0.5); }

/* hide toggle button */
#nav-wrap > a.mobile-btn { display: none; }

ul#nav {
position: relative;
  left: 13%; 
  float: left;
}
ul#nav li {
   position: relative;
   list-style: none;
   height: 48px;
   display: inline-block;
   margin-top:auto; margin-bottom: auto;
}

/* Links */
ul#nav li a {

/* 8px padding top + 8px padding bottom + 32px line-height = 48px */

   display: inline-block;
   padding: 8px 13px;
   line-height: 32px;
	text-decoration: none;
   text-align: left;
   color: #fff;

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

ul#nav li a:active { background-color: transparent !important; }
ul#nav li.current a { color: #F06000; }

/* ------------------------------------------------------------------ */
/* QandA
/* ------------------------------------------------------------------ */

#QandA {
   background: #1F1F1F url(../images/bk_dna_R.jpg) no-repeat center center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   background-attachment: fixed;

   position: relative;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
}
@media only screen and (max-width: 750px) {
#QandA {
   background: #81d0cb;
}
}


#QandA a, #QandA a:visited  { color: #1e90ff; }
#QandA a:hover, #QandA a:focus { color: #ff8c00;text-decoration: underline; }


#QandA .check{
	position: relative;
	color: white;
	background: #81d0cb;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}
#QandA .check:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
}

#QandA p {
   line-height: 30px;
   color: #333333;
}


#QandA .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#QandA .contact-details { width: 41.66667%; }

#QandA .topspace { 
	margin-top: 5%;
}
#QandA .main-col { 
	padding: 5%;
	background-color:#fff;
}
#QandA-1 h2 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
}

#QandA-1 h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}
#QandA-1 {
	width: 100%;
	font-family: メイリオ;
	font-size: 16px; /*全体のフォントサイズ*/
}

#QandA-1 dt {
	background: #333; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 8px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-1 dd {
    color: #666;
	margin: 16px 8px 24px;
	line-height: 140%;
}
#QandA blockquote {
    position: relative;
    padding: 10px 25px;
    box-sizing: border-box;
    color: #333333;
    border: solid 3px #ffa07a;
}

#QandA blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 0 0 30px;
    vertical-align: middle;
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    background: #f99;
    color: #FFF;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
}

#QandA blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

#QandA blockquote cite {
    display: block;
    text-align: right;
    color: #606060;
    font-size: 0.9em;
}

/* ------------------------------------------------------------------ */
/* c. page404 Section
/* ------------------------------------------------------------------ */
#page404 {
   background: #1F1F1F url(../images/bk_404_R.jpg) no-repeat center center;
   background-size: cover !important;
	-webkit-background-size: cover !important;
   background-attachment: fixed;
   position: relative;
   padding-top: 96px;
   padding-bottom: 66px;
   overflow: hidden;
}

#page404 a, #page404 a:visited  { color: #1e90ff; }
#page404 a:hover, #page404 a:focus { color: #ff8c00;text-decoration: underline; }

#page404 h2 {
	font: 22px/30px 'opensans-bold', sans-serif;
	color: #454545;
	margin-bottom: 20px;
	position: relative;
	background: #63C5F2;
	box-shadow: 0px 0px 0px 5px #63C5F2;
	border: dashed 1px #007CC2;
	padding: 0.2em 0.5em;
}
   
#page404 h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #007CC2;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#page404 .check{
	position: relative;
	color: white;
	background: #81d0cb;
	line-height: 1.4;
	padding: 0.5em 0.5em 0.5em 1.8em;
}
#page404 .check:before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
	position: absolute;
	left : 0.5em; /*左端からのアイコンまでの距離*/
	font-display: swap;
}
#page404 p {
   line-height: 30px;
   color: #333333;
}
#page404 .info span {
   margin-right: 5px;
   margin-left: 5px;
}
#page404 .contact-details { width: 41.66667%; }

#page404 .topspace { 
	margin-top: 5%;
}
#page404 .main-col { 
	padding: 5%;
	height: 70vh;
	background-color:rgba(255, 255, 255, 0.7);
}

/* ------------------------------------------------------------------ */
/* c. access Section
/* ------------------------------------------------------------------ */
#access {
   background: #E2E1FE;
   padding-top: 96px;
   padding-bottom: 102px;
   color: #333333;
   
   
}

#access a, #access a:visited  { color: #1e90ff; }
#access a:hover, #access a:focus { color: #ff8c00;text-decoration: underline; }

#access h2 {
position: relative;
padding: 0.6em;
background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ffe4b1 3px, #ffe4b1 8px);
border-radius: 7px;
}

#access h2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #ffebbe;
width: 0;
height: 0;
}
#access p {
   line-height: 30px;
   color: #333333;
}

#access .contact-details { width: 41.66667%; }
#access .download {
   width: 58.33333%;
   padding-top: 6px;
}
#access .topspace { 
	margin-top: 5%;
 }
#access .main-col { 
	padding: 5%;
	background-color:#fff;
}
#access .cen { 
	text-align:center;
}
#access .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
#access .box1 p {
    margin: 0; 
    padding: 0;
}
.cp_hr11 {
	height: 3px;
	border-width: 0;
	background-color: #ffccbc;
	background-image: -webkit-linear-gradient(135deg,
	#ff5722 0px,#ff5722 2px, transparent 2px, transparent 4px,
	#ff5722 4px, #ff5722 6px, transparent 6px, transparent);
	background-image:         linear-gradient(-45deg,
	#ff5722 0px,#ff5722 2px, transparent 2px, transparent 4px,
	#ff5722 4px, #ff5722 6px, transparent 6px, transparent);
	background-size: 6px 6px;
}

/* ------------------------------------------------------------------ */
/* i. Footer
/* ------------------------------------------------------------------ */

footer {
   padding-top: 48px;
   margin-bottom: 48px;
   color: #303030;
   font-size: 14px;
   text-align: center;
   position: relative;
}

footer a, footer a:visited { color: #525252; }
footer a:hover, footer a:focus { color: #fff; }

/* copyright */
footer .copyright {
    margin: 0;
    padding: 0;
 }
footer .copyright li {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
.ie footer .copyright li {
   display: inline;
}
footer .copyright li:before {
    content: "\2022";
    padding-left: 10px;
    padding-right: 10px;
    color: #095153;
}
footer .copyright  li:first-child:before {
    display: none;
}

/* social links */
footer .social-links {
   margin: 18px 0 30px 0;
   padding: 0;
   font-size: 30px;
}
footer .social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 42px;
    color: #F06000;
}

footer .social-links li:first-child { margin-left: 0; }

/* Go To Top Button */
#go-top {
	position: absolute;
	top: -24px;
   left: 50%;
   margin-left: -30px;
}
#go-top a {
	text-decoration: none;
	border: 0 none;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #525252;

	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;

   color: #fff;
   font-size: 21px;
   line-height: 60px;
 	border-radius: 100%;
}
#go-top a:hover { background-color: #f9b452; }
