@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	margin:0;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

section {
	width: 100%;
	clear: both;
	display: block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
    text-decoration: none;
	color:#000;
}

sup {
	vertical-align:top;
}

/* change colours to suit your needs */
ins {
	background-color:#ccc;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ccc;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	vertical-align: middle;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em auto;
	padding:0;
    max-width:1000px; 
}

input, select {
	vertical-align:middle;
}

li {
	list-style: none;
}

img {
	width: 100%;
	height:auto;
	line-height: 0;
	vertical-align: middle;
}

sup {
	font-size: 0.9rem;
}


/******* cleafix ********/
.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}

.clearfix {
		display: inline-table;
		min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix {
		height: 1%;
}
.clearfix {
		display: block;
}


/******* setting ********/
html{
	font-size:17px;
}
body {
	font-family: "Jost",'Noto Sans JP', sans-serif;
	line-height: 1.8;
	color: #333;
	-webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
	margin:0;
	padding: 0;
	text-align: justify;
	font-feature-settings: "palt";
}

#fsj2024 .pc_disp {display: block;}
#fsj2024 .sp_disp {display: none;}
#fsj2024 .tab_disp {display: block;}
#fsj2024 .over_disp {display: none;}
#fsj2024 .pc_img {display: inline-block;}
#fsj2024 .sp_img {display: none;}
#fsj2024 .tab_img {display: inline-block;}

#fsj2024  a img:hover,
#fsj2024 input[type=image]:hover {
	opacity: .6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#fsj2024 a:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #1f518e;
}

#fsj2024 #wrapper {
    width: 100%;
}

/************************

TXT SETTING

************************/
#fsj2024 h2 {
	font-size: 2.0rem;
	text-align: center;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 1.5rem;
}

#fsj2024 h3 {
	font-size: 1.6rem;
	color: #0599d9;
	text-align: center;
	font-weight: 300;
	margin-top: 100px;
	margin-bottom: 1.5rem;
}

#fsj2024 h4{
	font-size: 1.3rem;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 1.5rem;
	color:#0599d9;
}

#fsj2024 .txt_s { font-size: 0.8rem;}
#fsj2024 .txt_m { font-size: 1.3rem; line-height: 1.5;}
#fsj2024 .txt_l { font-size: 1.9rem; line-height: 1.8; margin-bottom: 15px;}

#fsj2024 .txt_center { text-align: center;}
#fsj2024 .txt_left { text-align: left;}
#fsj2024 .txt_right { text-align: right;}

#fsj2024 strong { font-weight: bold;}
#fsj2024 small { font-size: 80%;}


/************************

LAYOUT SETTING

************************/
#fsj2024 section {
	width: 100%;
	margin: 100px auto;
}

#fsj2024 section .inner_box {
		width: 1000px;
		margin: auto;
}

#fsj2024 .inner_box p {
	margin-bottom: 1.5rem;
}

#fsj2024 .inner_box .img_box {
	width: 100%;
	margin: 1.5rem auto;
}

#fsj2024 img { width: 100%;}


#fsj2024 .contents_box {
	width: 90%;
	margin: auto;
	padding: 5% 0 2.5% 0;
}

#fsj2024 .left { 
	float: left;
	width: 50%;
}

#fsj2024 .right { 
	float: right;
	width: 45%;
	margin-left: 5%;
}

#fsj2024 .point_list {
	width: 80%;
	margin: auto;
}

#fsj2024 .point_list li{
	border-left: 5px solid #0599d9;
	padding-left: 2.5%;
	margin-bottom: 1.0rem;
	font-size: 1.2rem;
	font-weight: 500;
}
#fsj2024 .graph_list {
	width: 90%;
	margin: auto;
}
#fsj2024 .graph_list3 {
	width: 90%;
	margin: auto;
}
#fsj2024 .graph_list li {
	width: 46%;
	margin: 2%;
	float: left;
}
#fsj2024 .graph_list3 li p {
	margin: 1.0rem auto;
}
#fsj2024 .graph_list3 li {
	width: 30%;
	margin: 1.6%;
	float: left;
}


#fsj2024 .blue_box {
	background: rgba(235,247,255,1.00);
	margin-bottom: 1.5rem;
}

#fsj2024 .gray_box {
	background: rgba(101,101,101,0.90);
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	width: 80%;
}


#fsj2024 #guide .double {
	width: 100%;
}
#fsj2024 #guide .double dt {
	width: 30%;
	float: left;
	clear: left;
}
#fsj2024 #guide .double dd {
	width: 70%;
	float: left;
}

#fsj2024 #guide .double dt,
#fsj2024 #guide .double dd {
	border-bottom: 1px dotted #333;
	margin-right: 0;
}
#fsj2024 .bg_blue {background: rgba(235,247,255,1.00);}


/************************

HEADER

************************/

#fsj2024 header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
}
#fsj2024 header h1 {
	position: fixed;
	margin: auto;
	float: left;
	background: #FFF;
	padding:15px;
		z-index: 9999!important;
}
#fsj2024 header h1 img {
	width: 200px;
}


/************************

CONTENTS 

************************/

#fsj2024 #kv {
	width: 100vw;
	height: auto;
	background: url("../images/bg_head.jpg") no-repeat center top;
	background-size: 100% 100%;
}

@media screen and ( min-width: 1500px) {
#fsj2024 .pc_disp {display: none;}
#fsj2024 .sp_disp {display: none;}
#fsj2024 .over_disp {display: block;}
}

#fsj2024 #kv .img_box {
	width: 100%;
	margin: auto;
	mix-blend-mode: hard-light;
}

#fsj2024 #lamp .logo_box { 
	width: 25%;
	margin: 1.5rem auto;
}

#fsj2024 #lamp .img { 
	width: 50%;
	margin: 1.5rem auto;
}

#fsj2024 #itemlist {
	padding: 1.2rem 0;
}
#fsj2024 #itemlist h3 { margin-top: 30px;}

#fsj2024 .itemlist {
	margin: auto;
	width: 1200px;
	padding: 1.5rem 0;
}
#fsj2024 .itemlist ul {
	width: 30%;
	float: left;
	margin: 3.0rem 1.6%;
}
#fsj2024 .itemlist li {
	width: 100%;
	float: none;
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
	text-align: justify;
}
#fsj2024 .situation {
	background: #0399ce;
	text-align: center;
	font-size: 0.7rem;
	letter-spacing: normal;
	padding: 2.5px 0;
	color: #FFF;
	margin-bottom: 1.5rem;
}
#fsj2024 .itemlist .txt_ttl {
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	font-size: 1.2rem;
	letter-spacing: normal;
	text-align: center;
}
#fsj2024 .itemlist .btn_A {
	width: 100%;
	text-align: center;
}
#fsj2024 #contact {
	margin-bottom: 100px;
}
#fsj2024 #contact .btn_A {
	width: 20%;
	min-width: 300px;
	margin: 1.5rem auto;
}


#fsj2024 .itemlist .situation {
	text-align: center;
	font-size: 0.8rem;
	margin-bottom: 1.5rem;
}

/************************

CONTENTS PAGE SETTING

************************/
#fsj2024 #kv_contents {
	width: 100vw;
	height: 175px;
	background: url("../images/bg_contents_head.png") no-repeat center;
	background-size: 100% 100%;
}

#fsj2024 #kv_contents .img_box {
	width: 1000px;
	margin: auto;
}

#fsj2024 #guide dl {
	width: 100%;
	margin: auto;
	font-feature-settings: "palt";
}

#fsj2024 #guide dt {
	width: 45%;
	margin-right: 5%;
	float: left;
	clear: left;
}
#fsj2024 #guide dd {
	width: 50%;
	float: left;
} 
#fsj2024 #guide dl li {
	margin-bottom: 1.5rem;
}
#fsj2024 #guide ul .txt_ttl {
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	font-size: 1.8rem;
	letter-spacing: normal;
	line-height: 1.5;
	
}
#fsj2024 #guide ul .img {
	width: 70%;
}
#fsj2024 #guide ul .txt_subttl {
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	font-size: 1.2rem;
	letter-spacing: normal;
}
#fsj2024 #guide hr {
	margin: 1.5rem auto 2.0rem;
}
#fsj2024 #guide .txt_bluettl {
	font-size: 1.4rem;
	font-weight: 400;
	color: #0399ce;
}

#fsj2024 #guide .situation {
	width: 50%;
}

#fsj2024 #result_box h3,
#fsj2024 #voice h3{
	padding-top: 2rem;
}
#fsj2024 #result_box .blue_box,
#fsj2024 #voice .blue_box{
	padding-bottom: 2rem;
}


#fsj2024 #result_box {
	width:100%;
	background: url("../images/bg_lamp.png") repeat-x;
}

#fsj2024 .voice_box {
	width: 80%;
	margin: auto;
} 
#fsj2024 .voice_box strong {
	background: #0399ce;
	color: #FFF;
	padding: 0 5px;
	font-weight: 400;
}

#fsj2024 #result_box .lead {
		width: 90%;
		margin: 1.5rem auto;
		text-align: center;
	}


#fsj2024 #guide .point_list li{
	border-left: 5px solid #0599d9;
	padding-left: 2.5%;
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
	font-weight: 500;
}

#fsj2024 #guide .point_list {
	width: 100%;
	margin: auto;
}

#fsj2024 .img_safety {
	width: 150px;
}


/************************

BTN SETTING

************************/

#fsj2024 .btn_A a {
background: -webkit-linear-gradient(left, rgba(3,153,206,1) 0%, rgba(13,66,138,1) 100%);
background: -o-linear-gradient(left, rgba(3,153,206,1) 0%, rgba(13,66,138,1) 100%);
background: linear-gradient(to right, rgba(3,153,206,1) 0%, rgba(13,66,138,1) 100%);
	color: #FFF;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 0.8rem;
	border: rgba(3,150,204,1.00) solid 1px;
}
#fsj2024 .btn_A a:hover{
	background: #FFF;
	color: #333;
	opacity: 1.0;
	width: 100%;
}


@media screen and (max-width: 767px) {

#fsj2024 img { width: 100%; }

#fsj2024 .pc_disp {display: none;}
#fsj2024 .sp_disp {display: block;}
#fsj2024 .over_disp {display: none;}
#fsj2024 .pc_img {display: none;}
#fsj2024 .sp_img {display: inline-block;}
#fsj2024 .pagetop img { display: none;}
	

/************************

TXT SETTING

************************/
#fsj2024 h2 {
	font-size: 1.4rem;
	letter-spacing: normal;
	text-align: center;
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	margin-bottom: 1.5rem;
}

#fsj2024 h3 {
	font-size: 1.6rem;
	color: #0599d9;
	text-align: center;
	font-weight: 300;
	margin-top: 100px;
	margin-bottom: 1.5rem;
}

#fsj2024 .txt_s { font-size: 0.8rem;}
#fsj2024 .txt_m { font-size: 1.3rem; line-height: 1.5;}
#fsj2024 .txt_l { font-size: 1.9rem; line-height: 1.8; margin-bottom: 15px;}


/************************

LAYOUT SETTING

************************/
#fsj2024 section {
	width: 100%;
	margin: 100px auto;
}

#fsj2024 section .inner_box {
		width: 80%;
		margin: auto;
}

#fsj2024 .inner_box p {
	margin-bottom: 1.5rem;
}

#fsj2024 .inner_box .img_box {
	width: 100%;
	margin: 1.5rem auto;
}

#fsj2024 img { width: 100%;}


#fsj2024 .contents_box {
	width: 90%;
	margin: auto;
	padding: 10% 0 2.5% 0;
}

#fsj2024 .point_list {
	width: 100%;
	margin: auto;
}

#fsj2024 .point_list li{
	border-left: 5px solid #0599d9;
	padding-left: 3%;
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5;
}

#fsj2024 .graph_list li,
	#fsj2024 .graph_list3 li{
	width: 90%;
	margin: 0 auto 50px ;
	float: none;
}

#fsj2024 .gray_box {
	background: rgba(101,101,101,0.90);
	color: #FFF;
	font-size: 1.0rem;
	text-align: center;
	width: 100%;
}


/************************

HEADER

************************/

#fsj2024 header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9990;
}
#fsj2024 header h1 {
	position: fixed;
	margin: auto;
	float: left;
	background: #FFF;
	padding:0px;
}
#fsj2024 header h1 img {
	width: 100px;
}


/************************

CONTENTS 

************************/

#fsj2024 #kv {
	width: 100vw;
	height: 90vh;
	background: url("../images/bg_head.jpg") no-repeat center top ;
	background-size: 100% 100%;
	overflow-y: scroll;
}

#fsj2024 #kv .img_box {
	width: 100%;
	margin: auto;
}

#fsj2024 #lamp .logo_box { 
	width: 40%;
	margin: 1.5rem auto;
	
}

#fsj2024 #itemlist {
	padding: 1.2rem 0;
}
#fsj2024 #itemlist h3 { margin-top: 30px;}

#fsj2024 .itemlist {
	margin: auto;
	width: 80%;
	padding: 1.5rem 0;
}
#fsj2024 .itemlist ul {
	width: 100%;
	float: none;
	margin: 2.25% auto 100px;
}
#fsj2024 .itemlist li {
	width: 100%;
	float: none;
	margin-bottom: 1.0rem;
	font-size: 1.0rem;
	text-align: justify;
	
}
#fsj2024 #contact {
	width: 90%;
	margin: auto;
	margin-bottom: 100px;
}
#fsj2024 #contact p {
	text-align: justify;
}
#fsj2024 #contact .btn_A {
	width: 100%;
	min-width: 100%;
	margin: 1.5rem auto;
}
	
	
/************************

CONTENTS PAGE SETTING

************************/
#fsj2024 #kv_contents {
	width: 100vw;
	height: 80px;
	background: url("../images/bg_contents_head.png") no-repeat center center;
	background-size: 100% 100%;
	position: relative;
}

#fsj2024 #kv_contents .img_box {
	width: 100%;
	position: absolute;
	bottom: 4px;
}

#fsj2024 #guide {
	margin-top: 50px;
}
#fsj2024 #guide h3 { margin-top: 0;}
	
#fsj2024 #guide dl {
	width: 100%;
	margin: auto;
}

#fsj2024 #guide dt {
	width: 100%;
	margin-right: 0%;
	float: none;
	clear: both;
}
#fsj2024 #guide dd {
	width: 100%;
	float: none;
} 
#fsj2024 #guide dl li {
	margin-bottom: 1.5rem;
}
#fsj2024 #guide ul .txt_ttl {
	font-weight: 400;
	font-family: "Shippori Mincho", serif;
	font-size: 1.8rem;
	letter-spacing: normal;
	line-height: 1.5;
	text-align: center;
}

#fsj2024 #guide .situation {
	width: 100%;
	margin-top: 1.5rem;
}
	
	
#fsj2024 #result_box .lead {
		width: 90%;
		margin: auto;
		text-align: left;
	}
	
#fsj2024 .voice_box {
	width: 90%;
	margin: auto;
	font-size: 0.8rem;
} 

	
	#fsj2024 .left { 
	float: none;
	width: 100%;
}

#fsj2024 .right { 
	float: none;
	width: 100%;
	margin-left: 0%;
}




#fsj2024 #guide .double {
	width: 100%;
	font-size: 0.8rem;
}
#fsj2024 #guide .double dt {
	width: 40%;
	float: left;
	clear: left;
}
#fsj2024 #guide .double dd {
	width: 60%;
	float: left;
}

	
	

/************************

BTN SETTING

************************/



#fsj2024 .btn_A a {
background: -webkit-linear-gradient(left, rgba(3,153,206,1) 0%, rgba(13,66,138,1) 100%);
background: -o-linear-gradient(left, rgba(3,153,206,1) 0%, rgba(13,66,138,1) 100%);
background: linear-gradient(to right, rgba(3,153,206,1) 0%, rgba(13,66,138,1) 100%);
	color: #FFF;
	width: 100%;
	display: block;
	padding: 10px 0;
	font-size: 0.8rem;
	border: rgba(3,150,204,1.00) solid 1px;
}
.btn_A a:hover{
	background: #FFF;
	color: #333;
	opacity: 1.0;
	width: 100%;
}
	
	
	
}
