@charset "utf-8";


/*
Autor:プラスケー株式会社
Author URL:https://plus-k.co.jp
*/


/* ===============================================================================
Reset
=============================================================================== */
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;
}

 

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;
}

 

button {
  border: none;
}





/* ===============================================================================
body setting
=============================================================================== */

 

html, body {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    color: #555;
    
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

 

    background: #fff;
}

 

html {
    font-size: 62.5%;
}

 

body {
    font-size:1.6rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
}



/* ==============
 #wrapper setting
================= */
#wrapper{
	width: 100%;
	margin: 20px auto;
	padding: 0 20px;
}


/* ==============
 header setting
================= */
header{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	
	text-algin: center;
}

	header img{
		width: auto;
	}
	
	
	
/* ==============
 gnav setting
================= */
#gnav ul{
	display: flex;
	list-style-type: none;
}

	#gnav ul li{
		list-style-type: none;
		margin-right: 10px;
		font-weight: bold;		
	}


		#gnav ul li:last-child{
			margin-right: 0;	
		}


		/* リンク設定 */
		#gnav ul li a{
			color: #555;
			text-decoration: none;		
		}


			#gnav ul li a:hover{
				text-decoration: underline;		
			}


/* ==============
 main img
================= */
main p img{
	width: 100%;
}



/* ==============
 見出し setting
================= */
h2{
	font-size: 36px;
	border-left: 5px solid #A61527;
	margin: 30px 0 15px;
	padding-left: 25px;
}

h3{
	font-size: 24px;
	border-bottom: 1px dashed #000;
	margin: 30px 0 15px;
	padding-bottom: 10px;
}

/* ==============
 fboxA setting
================= */
.fboxA{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
}

	.fboxA img{
	}



/* ==============
 dl setting
================= */
dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

dl dt{
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border-bottom: 2px solid #000;
	background: #e8e8e8;
}

dl dd{
	width: 100%;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #000;
}


/* ==============
footer setting
================= */
.copy{
	text-align: center;
}



@media print, screen and (min-width: 1025px) {

html, body{


}

/* ==============
 #wrapper setting
================= */
#wrapper{
	width: 1080px;
	padding: 0;
}


/* ==============
 header setting
================= */
header{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

/* ==============
 gnav setting
================= */
#gnav ul{
	display: flex;
	list-style-type: none;
}

	#gnav ul li{
		list-style-type: none;
		margin-right: 10px;
		font-weight: bold;		
	}


		#gnav ul li:last-child{
			margin-right: 0;	
		}


		/* リンク設定 */
		#gnav ul li a{
			color: #555;
			text-decoration: none;		
		}


			#gnav ul li a:hover{
				text-decoration: underline;		
			}



/* ==============
 見出し setting
================= */
h2{
	font-size: 36px;
	border-left: 5px solid #A61527;
	padding-left: 25px;
}

h3{
	font-size: 24px;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}

/* ==============
 fboxA setting
================= */
.fboxA{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 1080px;
}

	.fboxA p{
		margin-right: 30px;
	}



/* ==============
 dl setting
================= */
dl{
	display: flex;
	flex-wrap: wrap;
	width: 1080px;
}

dl dt{
	width: 180px;
	margin: 0 20px 0 0;
	padding: 5px 0;
	border-bottom: 2px solid #000;
	background: none;
}

dl dd{
	width: 880px;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #000;
}


/* ==============
footer setting
================= */
.copy{
	text-align: center;
}


}

