@charset "utf-8";
/* CSS Document */
/* =======================================

	 CSS BrowserReset BaseElements
	
	 (C)BLACKFLAG.NET ALL RIGHTS RESERVED.
	 http://black-flag.net/

 ======================================= */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-style: inherit;
	font-weight: inherit;
  font-size: 100%;
}
html {
	-webkit-text-size-adjust: none;
}
img {
	vertical-align: text-bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	-webkit-tap-highlight-color: transparent;
	color: #28539C;
}
a:hover{
	color: #FD87B0;
}
ol, ul {
	list-style: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table a{
	color: #000;
}
header, article, aside, section, footer, nav, menu, details, hgroup, summary {
	display: block;
}
body {
	background-color: #ffffff;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*‹¤’Ê*/
.sp {
	display: none;
}
.pc {
  display: block;
}
img {
  flex-shrink: 0;
}
#main {
  width: 1200px;
	font-family: "ƒƒCƒŠƒI", "Meiryo", "verdana", "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", Sans-Serif;
	line-height: 1.8;
	margin: 0 auto;
	position: relative;
}

h1 {
  width: 100%;
  color: #ffffff;
  background-color: #4262ad;
  font-size: 143%;
  font-weight: bold;
  padding: 34px 0;
  line-height: 1.6;
}
h1 p {
  width: 1200px;
  margin: 0 auto;
}
h2 {
	color: #ffffff;
	background-color: #4262ad;
	font-size: 120%;
	font-weight: bold;
	padding: 20px;
  line-height: 1.6;
  margin: 40px auto;
}
h3 {
  color: #28539C;
  border-bottom: 1px solid #28539C;
  font-size: 18px;
  margin-bottom: 0.4em;
}
.content_box {
  width: 976px;
  margin: 0 auto;
}

/*ƒAƒR[ƒfƒBƒIƒ“*/
.accordion {
  margin: 3em auto;
  max-width: 1200px;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
  border: solid 1px #28539C;
  padding: 0.6em 2em 0.6em 2.6em;
  text-indent: -2em;
  display: block;
  color: #28539C;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #28539C;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}
label.title:hover {
  opacity: 0.7;
}

.a_box{
  background: #ebeffa;
  padding: 2em;
}
.a_box p,
.a_box ul,
.a_box dl{
  margin-bottom: 0.8em;
}
.a_box dl dd{
  margin-bottom: 0.5em;
}









/*---------------------------
  SP—p
---------------------------*/
@media screen and (max-width:767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #main {
    width: auto;
  }

  /*‹¤’Ê*/
  .content_box {
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }

  
  
}
