@charset "UTF-8";

/*----------------------------------------

	- common
	- pc（981px〜）
	- sp（〜640px）

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

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

/*	link
-----------------------------------------*/

a:link,
a:visited {
  color: #08287f;
  text-decoration: none;
}

a:hover,
a:active {
  color: #08287f;
  text-decoration: underline;
}

/*	layout
-----------------------------------------*/

#wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*	header
-----------------------------------------*/

header {
  width: 980px;
  background: url(../img/bg01.png) repeat-x center bottom;
  border-top: solid 3px #08287e;
}

header section {
  width: 980px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 15px;
  text-align: left;
}

header h1 {
  float: left;
  width: 284px;
  line-height: 0;
}

header h2 {
  float: right;
  padding-top: 13px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #08287f;
  line-height: 1.0;
}

header p {
  float: right;
  padding-left: 35px;
  width: 112px;
  line-height: 1;
}

/*	content
-----------------------------------------*/

#content {
  width: 980px;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 100px;
}

#content h3 {
  display: table;
  width: 100%;
  margin: 25px 0;
  padding-bottom: 5px;
  border-bottom: solid 2px #08287f;
}

#content h3 span:nth-child(1) {
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  color: #08287f;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
  vertical-align: bottom;
}

#content h3 span:nth-child(2) {
  display: table-cell;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  vertical-align: bottom;
}

#content table {
  width: 520px;
  margin-left: 200px;
}

#content table th {
  width: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.0;
  color: #08287f;
  text-align: left;
}

#content table td {
  width: 460px;
  padding-bottom: 15px;
}

#content table td input {
  width: 100%;
  padding: 10px;
  border: none;
  background: #e5e5e5;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.0;
  box-sizing: border-box;
}

#content ul.links01 {
  width: 460px;
  margin-left: 260px;
}

#content ul.links01 li {
  display: inline;
  padding-left: 20px;
  padding-right: 34px;
  background: url(../img/arrow01.png) no-repeat left center;
  -webkit-background-size: 14px 8px;
  -moz-background-size: 14px 8px;
  -ms-background-size: 14px 8px;
  background-size: 14px 8px;
  font-size: 12px;
  font-size: 1.2rem;
}

#content ul.links01 li:last-child {
  padding-right: 0;
}

#content input.btn01 {
  display: block;
  width: 460px;
  margin-top: 10px;
  margin-left: 260px;
  margin-bottom: 50px;
  padding: 20px 0;
  box-sizing: border-box;
  background: #08287f url(../img/arrow02.png) no-repeat right bottom;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -ms-background-size: 12px 12px;
  background-size: 12px 12px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.0;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s;
  border: none;
  outline: none;
}

#content input.btn01:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.5;
}

#content p.btn02 a:link,
#content p.btn02 a:visited {
  display: block;
  width: 460px;
  margin-left: 260px;
  padding: 13px 0;
  box-sizing: border-box;
  background: #b2bcd7 url(../img/arrow03.png) no-repeat right bottom;
  -webkit-background-size: 12px 12px;
  -moz-background-size: 12px 12px;
  -ms-background-size: 12px 12px;
  background-size: 12px 12px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.0;
  color: #08287f;
  text-decoration: none;
  transition: 0.5s;
}

#content p.btn02 a:hover,
#content p.btn02 a:active {
  color: #08287f;
  text-decoration: none;
  opacity: 0.5;
}

/*	footer
-----------------------------------------*/


/*----------------------------------------
	pc（981px〜）
-----------------------------------------*/
@media only screen and (min-width: 981px) {

/*	header
-----------------------------------------*/

header {
  width: 100%;
}
}

/*----------------------------------------
	sp（〜640px）
-----------------------------------------*/
@media only screen and (max-width: 640px) {

/*	header
-----------------------------------------*/

header {
  width: 100%;
}

header section {
  width: 100%;
  padding: 10px 5%;
  box-sizing: border-box;
}

header h1 {
  width: 35%;
}

header h2 {
  width: 52%;
  float: left;
  padding-top: 0;
  padding-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

header p {
  padding-left: 0;
  width: 13%;
}

/*	content
-----------------------------------------*/

#content {
  width: 100%;
  padding: 0 10% 20%;
  box-sizing: border-box;
}

#content h3 {
  margin: 10% 0 2%;
  border-bottom: none;
}

#content h3 span:nth-child(1) {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: solid 2px #08287f;
}

#content h3 span:nth-child(2) {
  display: block;
  text-align: left;
}

#content table {
  width: 100%;
  margin-left: 0;
  margin-top: 5%;
}

#content table th {
  width: 20%;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

#content table td {
  width: 80%;
  padding-bottom: 5%;
}

#content table td input {
  width: 100%;
  padding: 10px;
  border: none;
  box-sizing: border-box;
}

#content ul.links01 {
  width: 100%;
  margin-left: 0;
}

#content ul.links01 li {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  background: url(../img/arrow01.png) no-repeat left center;
  -webkit-background-size: 10px 6px;
  -moz-background-size: 10px 6px;
  -ms-background-size: 10px 6px;
  background-size: 10px 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2.0;
  box-sizing: border-box;
}

#content ul.links01 li:last-child {
  padding-right: 0;
}

#content input.btn01,
#content p.btn02 a:link,
#content p.btn02 a:visited {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
}

#content input.btn01 {
  margin-top: 5%;
  margin-bottom: 10%;
}
}