@charset "UTF-8";
/* CSS Document */

body {
	font-size: 15px;
	font-family: Helvetica, "sans-serif";
	color: #333;
	line-height: 1.7em;
}

@media (max-width: 768px) {
	
	body {
		font-size: 14px;
		padding-top: 30px;
	}
	
}

strong {
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

blockquote {
	font-style: italic;
}

i {
	margin-right: 5px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2.0em;
}

p {
	margin-bottom: 25px;
}

.wrapper {
	max-width: 800px;
	margin: 0 auto;
}

@media (max-width: 1300px) {

	.wrapper {
		margin: 0 30px
	}
	
}

.w-595 {
	max-width: 595px;
	height: auto;
	margin: 0 auto;
}

.w-650 {
	max-width: 650px;
	height: auto;
	margin: 0 auto;
}

@media (max-width: 768px) {
	
	.sp-w-250 {
		max-width: 250px;
		height: auto;
		margin: 0 auto 30px;
	}
	
}

.pc-block {
	display: block;
}

.pc-none {
		display: none;
	}

@media (max-width: 768px) {
	
	.sp-block {
		display: block;
	}
	
	.sp-none {
		display: none;
	}
		
}

h1 {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.5em;
	margin-bottom: 40px;
}

h1 a {
	color: #000;
	text-decoration: none;
}

h2, h3, h4, h5 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.5em;
}

h2 {
	letter-spacing: -1px;
}

h3::before {
	content: "- ";
}

h3 {
	font-size: 20px;
	margin-top: 30px;
}

h4 {
	font-size: 1.17em;
	margin-top: 30px;
	margin-bottom: 20px;
}

h5 {
	font-size: 1.17em;
}

/* section */

section {
	padding: 30px 0 40px;
}

/* .f-container */

.f-container {
	display: flex;
}

.f-item {
	width: 100%;
	height: auto;
}


.f-item:first-child {
	margin-right: 15px;
}

.f-item:last-child {
	margin-left: 15px;
}

@media (max-width: 768px) {
	
	.f-container {
		flex-direction: column;
	}
	
	.f-item:first-child {
		margin-right: 0;
	}

	.f-item:last-child {
		margin-left: 0;
	}
	
}

/* table */

.table-style {
	width: 100%;
	border: solid 1px #ddd;
	border-collapse: collapse;
	margin: 0 0 20px;
	border-spacing: 0;
}

.table-style th {
	width: 40%;
	height: auto;
	text-align: left !important;
  	background-color: #eee;
	border: solid 1px #ddd;
	font-weight: normal;
	vertical-align: middle;
}

.table-style th {
	width: 20%;
	height: auto;
	padding: 13px 10px !important;
}

.table-style td {
	border: solid 1px #ddd;
	padding: 10px 10px !important;
}

.table-style td ul {
	margin: 10px;
}

.table-style td ul li {
	margin-bottom: 10px;
}

/*  */

dl dd {
	margin-left: 0;
	margin-bottom: 10px;
}

/* .movie-wrap */

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* footer */

footer {
	margin: 40px 0;
}

footer small {
	font-size: 12px;
}

/* .box */

.box {
	padding: 5px 30px 30px;
	box-shadow: 0 0 8px #ddd;
	margin-bottom: 30px;
}

.box p:last-child {
	margin-bottom: 0;
}

/* #pageTop */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 40px;
}

#pageTop i {
  padding-top: 0px;
  padding-right: 3px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #333;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media (max-width: 768px) {

	#pageTop {
	  bottom: 5px;
	  right: 20px;
	}
	
}

/* マージン、パディング */

.mgt-30 {
	margin-top: 30px;
}

.mgt-50 {
	margin-top: 50px;
}

.mgb-20 {
	margin-bottom: 20px;
}

.mgb-30 {
	margin-bottom: 30px;
}

.mgb-40 {
	margin-bottom: 40px;
}

.mgb-50 {
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	
	.sp-mgt-0 {
		margin-top: 0;
	}
	
	.sp-mgb-20 {
		margin-bottom: 20px;
	}

	.sp-mgt-30 {
		margin-top: 30px;
	}
	
	.sp-mgb-30 {
		margin-bottom: 30px;
	}
	
}

/* クラス */

.central {
	text-align: center;
}

.attention {
	color: #f00;
}


.attention-bg {
	color: #fff;
	background: #f00;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.bdr {
	border: 1px solid #ddd;
}

@media (max-width: 768px) {
	
	.bdr {
		border: none;
	}
	
}

/* .clearfix */

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}