@charset "utf-8";

div.navi06 {
    background-color: #3568ff;
    border: 1pt solid #3568ff;
    box-shadow: 0 0 0;
}
div.navi06 p {
    border: 1pt dashed #ffffff;
    color: #ffffff;
    text-shadow: 0 0 0;
}

h2.title {
    line-height: 60px;
    position: relative;
    height: 60px;
    margin: 0.5em 20px 1em;
    padding: 0 1em;
    text-align: center;
    color: #fff;
    background: #4b78ff;
    font-size: 24px;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 1px #303030;
}

h2.title:before,
h2.title:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  border: 30px solid #4b78ff;
}

h2.title:before {
  left: -15px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h2.title:after {
  right: -15px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h2.title span {
  position: relative;
  display: block;
}

.container {
	width: 780px;
	margin: 0 auto;
}

.header {
	margin: 0 auto;
}

.contents {
	display: flex; 
	width: 780px; 
	justify-content: space-between;
}

.navi {
	display: block;
	width: 155px;
}

.navi img {
	margin-bottom: 0.25em;
}

.main {
	display: block;
	width: 605px;
}

.main p {
	text-align: left;
}

.main p.indent {
	margin-left: 1em;
	text-indent : -1em;
	margin-bottom: 0.25em;
}

.main table {
	border: none;
	border-collapse: collapse;
}

.main table p {
	text-indent: 0;
}

.main table tr.q td {
	padding-bottom: 1em;
	font-weight: bold;
}

.main table tr td.img {
	width: 3em;
}

.main table tr.q td.img,
.main table tr.a td.img {
	vertical-align: top;
}

.main table td.asset_a {
	background-color: #fcfcfc;
}

div.q {
    color: #3366ff;
    background-color: #e0e8ff;
    border: 2pt solid #6088ff;
    border-radius: 0.25em;
    width: 2em;
    text-align: center;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 0.4em 0;
}

div.q span {
    font-size: 12px;
}

div.a {
    color: #ffffff;
    background-color: #3366ff;
    border: 2pt solid #3366ff;
    border-radius: 0.25em;
    width: 2em;
    text-align: center;
    font-family: "Kosugi Maru", sans-serif;
    font-weight: bold;
    font-size: 18px;
    padding: 0.4em 0;
}

table p {
	margin: 0;
}

.main table p.caution {
	text-indent: -1em;
	padding-left: 1em;
}

.main table p.bp {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

ol {
	padding-left: 0.5em;
}

ol li {
	list-style: decimal;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

div.frame {
	padding: 1em;
	border: 1pt solid #0000ff;
	margin: 2em 0;
}

tr.line hr {
	margin: 2em 0;
	border: none;
	background-color: #ffffff;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: #a6a6ff;
}

.footer {
	text-align: center;
}


@media only screen and (max-width:740px) {

.pc { display: none; }
.sp { display: block; }

body {
	margin: 0 auto;
}

.container {
	width: 95vw;
	padding: 0;
}

.contents {
	width: 95vw;
}


.navi {
	display: none;
}
.main {
	width: 96vw;
}

img {
	max-width: 95vw;
}

}