@charset "utf-8";

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

h1, h2, h3, h4, h5, h6 {font-size:100%;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
 display: block;
}

body {
 line-height: 1;
}

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

hr {display:none;}

/* base */


body {
	color:#000;
	font-size:1em;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

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

a:hover, a:focus {
	text-decoration:none;
  outline: none;
}

img {
	vertical-align:top;
	max-width: 100%;
}

input, select {
	vertical-align:middle;
}

.skip {
	text-indent:-5000px;
	width:0; height:0;
	line-height:0; font-size:0;
	margin:0 !important; padding:0 !important;
	border:0px none !important;
}


::selection {
	background-color: #333;
	color: #fff;
}

a {
	transition: all .3s;
}

a:hover {
	opacity: 0.7;
}

input,
button,
textarea {
	outline: none;
}

input:focus,
textarea:focus {
  background: #f7f7f7;
}

.tb,
.sp {
	display: none;
}

#wrap {
  max-width: 760px;
  margin: 0 auto;
}

#header p {
  background: #c82327;
  color: #fff;
  padding: 15px 40px;
  line-height: 1.6em;
  font-size: 14px;
}

section {
  margin: 40px 20px;
}

section .inner {
  padding: 40px;
}

section h2 {
  border-left: 4px solid #243255;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  padding-left: 10px;
  margin: 0 0 20px;
}

ul.primary li {
  position: relative;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.8em;
  padding-left: 20px;
}

ul.primary li:before {
  position: absolute;
  left: 0;
  content: "・";
}

.btn {
  text-align: center;
  margin: 50px 0;
}

.btn p {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
}

table {
  width: 100%;
}

table th {
  border-bottom: 2px solid #333;
  padding: 10px;
  font-size: 18px;
  text-align: left;
}

table td {
  font-size: 16px;
  padding: 10px;
}

table tbody tr {
  background: #fff;
}

table tbody tr:nth-child(2n) {
  background: #f1f1f1;
}

.txt01 {
  line-height: 1.6em;
  margin: 10px 0 0;
}

section h3 {
  font-size: 18px;
  margin: 15px 0;
  font-weight: normal;
}

section h2 span {
  font-size: 16px;
  margin-left: 15px;
}

section ul.color {
  overflow: hidden;
}

section ul.color li {
  float: left;
  margin: 0 4px 4px 0;
}

section ul.color li span {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #f00;
  font-weight: bold;
}

section p {
  font-size: 16px;
  line-height: 1.8em;
  margin: 20px 0;
}

.red {
  color: #f00;
  font-weight: bold;
}

.blue_fc {
  color: #0a00ff;
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.ly {
  overflow: hidden;
}

.ly div {
  float: left;
  width: 50%;
  font-size: 20px;
  color: #f00;
  line-height: 1.6em;
  font-weight: bold;
}

figure {
  text-align: center;
  margin: 20px 0;
}

@media screen and (max-width: 640px) {
  section {
    margin: 5%;
  }
  section h2 {
    font-size: 5vw;
    margin: 0 0 5%;
    height: auto;
    line-height: 1.4em;
  }
  ul.primary li {
    margin: 3% 0;
    font-size: 4vw;
    padding-left: 5vw;
  }
  .dl {
    margin: 5% 0;
  }
  .dl p {
    font-size: 3.6vw;
    margin: 3% 0 0;
  }
  table th {
    font-size: 3.6vw;
    padding: 2vw;
  }
  table td {
    font-size: 3.4vw;
    padding: 2vw;
    line-height: 1.4em;
  }
  section h2 span {
    font-size: 4vw;
    margin-left: 3vw;
  }
  section h3 {
    font-size: 4vw;
    margin: 3% 0;
  }
  section ul.color li {
    width: 49%;
    margin: 0 0 2%;
    height: 14vw;
  }
  section ul.color li:nth-child(2n) {
    float: right;
  }
  section ul.color li span {
    padding: 0;
    font-size: 3.4vw;
    line-height: 1.4em;
  }
  .ly div {
    font-size: 3.6vw;
  }
  section p {
    margin: 3% 0;
    font-size: 4vw;
  }
}