@charset "SHIFT_JIS";
/* CSS Document */
#main section {
    margin-bottom: 2.5rem;
}
.deitore #main .bold {
  font-weight: bold;
}
.fl {
    float: left;
}

.mr20 {
    margin-right: 20px;
}
/*******************************
common
*******************************/
/* .deitore #main h2 {
	font-size: 1.25em;
	padding: 0.3em 0.3em 0.3em 1.2em;
	margin-bottom: 1rem;
} */
.deitore #main h2 {
	font-weight: bold;
  font-size: 1.1rem;
  color: #094fa4;
  border-top: 1px solid #eee;
  padding: 0.4em;
  background: #f8f8f8;
  margin-bottom: 0.4em;
  text-indent: 0;
}

.deitore #main h3 {
  font-weight: 700;
}

.deitore #main .img2Flex {
    display: flex;
    justify-content: space-evenly;
}
@media screen and (max-width: 737px){
    .deitore #main .img2Flex {
        display: block;
    }
    .deitore #main .img2Flex img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

.deitore .page4 section img {
    float: left;
    margin-right: 20px;
}
@media screen and (max-width: 737px){
    .deitore .page4 section img {
        float: none;
        display: block;
        margin: 10px auto 20px auto;
    }
}

.deitore #main section table {
    text-align: center;
    border-collapse: collapse;
}
.deitore #main section table th,
.deitore #main section table td {
  text-align: left;
  padding-bottom: 20px;
}
.deitore #main section table th {
  font-weight: bold;
}
.deitore #main section table td {
  min-width: 80px;
}
.deitore #main .columnList dl {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border-bottom: 1px dotted #ccc;
  margin: 0.5rem 0;
  padding: 0.5rem 0 0.5rem 0em;
}
.deitore #main .columnList dl dt {
  background: url(/img/common2/arrow02.png) 0 50% no-repeat;
  background-size: 0.45em auto;
  padding: 0 0 0 0.8em;
  display: block;
  float: left;
  min-width: 60px;
}
.deitore #main .columnList dl dd h1 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
  font-weight: normal;
  text-indent: 0;
}
.deitore #main .columnList dl dd h2 {
  font-size: 16px;
  padding: 0;
  color: #000;
  font-weight: normal;
  border-top: none;
  background: none;
  text-indent: 0;
}
.deitore #main .columnList dl p {
  font-size: 14px;
}
.deitore #main .columnList a {
  display: block;
  text-decoration: none;
}
.deitore #main .nextColumn {
  max-width: 100%;
  margin: 1.2rem auto 1rem;
	display: flex;
	justify-content: space-between;
}
.deitore #main .btnOne {
  justify-content: center;
}
.deitore #main .nextColumn li {
	width: 48%;
}
.deitore #main .nextColumn a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #094fa4;
	font-weight: bold;
	padding: 0.6rem 0;
	border: 1px solid #094fa4;
	line-height: 1.1;
	font-size: 1rem;
	border-radius: 3px;
}
.deitore #main .nextColumn .next a span {
	display: block;
	background: url(/img/common2/arrow02.png) 98% 50% no-repeat;
	background-size: 0.5em auto;
}
.deitore #main .nextColumn .prev a span {
	display: block;
	background: url(/img/common2/arrow11.png) 2% 50% no-repeat;
	background-size: 0.5em auto;
}

.deitore #main .btn01 {
  width: 25rem;
  max-width: 100%;
  margin: 1.2rem auto 1rem;
}

.deitore #main section p {
	margin-bottom: 1.5rem;
}
.deitoreImg img {
	max-width: 100%;
  display: block;
  margin: 1.5rem auto 0;
	text-align: center;
}

.deitore .list01 {
	margin-bottom: 1.5rem;
}
.deitore .list01>dt {
    text-decoration: none!important;
    font-weight: bold;
}
.deitore .list01 dt {
	text-decoration: underline;
}
.deitore .list01 dd {
	margin: 0.3rem 0 0 1rem;
}

.deitore .list01 dl {
    margin: 20px 0;
}

.deitore .columnListTop {
  text-align: center;
  margin-top: 0.8rem;
}
.deitore .columnListTop a {
  background: url(/img/common2/arrow02.png) 0 0.4em no-repeat;
  background-size: 0.45em auto;
  padding: 0 0 0 0.8em;
  display: inline-block;
}

.deitore .writer {
  border-bottom: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  padding: 2rem 0;
}
.deitore .writer p {
  margin-bottom: 1rem;
}
.deitore .writer dl dt {
  color: #094fa4;
  font-weight: bold;
  font-size: 18px;
}
.deitore .miniPoint {
  background-color: #eee;
  padding: 2rem;
}
.deitore .miniPoint img {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.deitore .fundZu01 {

}
.deitore .fundZu01 .txtArea p {
  margin-bottom: 0 !important;
}
.deitore .fundZu01 .txtArea .titleTxt {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.deitore .fundZu01 .txtArea .subTxt {
  text-align: right;
  font-size: 14px;
  margin: 0.5rem 0;
}

.deitore .fundZu01 table {
  width: 100%;
  text-align: center;
}
.deitore .fundZu01 table th,
.deitore .fundZu01 table td {
  padding: 0.5rem;
  border: 1px solid #ccc;
  vertical-align: middle;
}

/*
--------------------------------------------*/

#deitoredCommon {
    background: #f4f4f4;
    padding: 1rem;
}

#deitoreCommon .account {
	border: 1px solid #094fa4;
}

#deitoreCommon .account dt {
	color: #fff;
	font-weight: bold;
	font-size: 1.08em;
	background: #094fa4;
	padding: 0.4em 0.5em 0.4em 1em;
	line-height: 1.4;
}

#deitoreCommon .account dt::before {
    content: '';
    display: inline-block;
	width: 18px;
    height: 11px;
    background-image: url(/img/common2/arrow05.png);
    background-size: contain;
    vertical-align: middle;
    margin: -0.2em 0.25em 0 0;
}

#deitoreCommon .account dd {
	padding: 1rem;
	background: #fff;
}

#deitoreCommon .account dd .btn01 {
	width: 24rem;
	max-width: 100%;
	margin: 1.2rem auto 0;
}

#deitoreCommon .account dd .btn01 a {
	font-size: 0.9rem;
	padding: 0;
}

#deitoreCommon .account dd .btn01 a div {
	background: url(/img/common2/bg01.png) 300% 5% no-repeat;
	background-size: 120% auto;
	padding: 0.8rem 0;
}

#deitoreCommon .account dd .btn01 a strong {
	font-size: 1.3rem;
	padding-left: 0.25em;
}

#deitoreCommon .account dd .link01 {
	text-align: center;
	margin-top: 0.8rem;
}

#deitoreCommon .account dd .link01 a {
    background: url(/img/common2/arrow02.png) 0 0.4em no-repeat;
    background-size: 0.45em auto;
    padding: 0 0 0 0.8em;
	display: inline-block;
}

#deitoreCommon .link {
	border: 1px solid #0083d3;
	margin-top: 1.5rem;
}

#deitoreCommon .link dt {
	color: #fff;
	font-weight: bold;
	font-size: 1.08em;
	background: #0083d3;
	padding: 0.4em 0.5em 0.4em 1em;
	line-height: 1.4;
}

#deitoreCommon .link dt::before {
    content: '';
    display: inline-block;
	width: 18px;
	height: 11px;
    background-image: url(/img/common2/arrow05.png);
    background-size: contain;
    vertical-align: middle;
    margin: -0.2em 0.25em 0 0;
}

#deitoreCommon .link dd {
	padding: 0.5rem 1rem 1rem;
	background: #fff;
}

#deitoreCommon .link dd ul {
	display: flex;
	flex-wrap: wrap;
}

#deitoreCommon .link dd ul li {
	margin: 0.5em 1rem 0 0;
}

#deitoreCommon .link dd ul a {
    background: url(/img/common2/arrow02.png) 0 45% no-repeat;
    background-size: 0.45em auto;
    padding: 0 0 0 0.8em;
    display: block;
}
