@charset "utf-8";
/* CSS Document */

.koudoku{
	width:100%;
	margin:0 auto;
	text-align:left;
    color: #333;
    padding: 10px 10px 30px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-family: dnp-shuei-mgothic-std, sans-serif;
    background-color: #dcf2c0;
}

.koudoku > div {
    background: #fff;
    padding: 0 10px 20px;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

p {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1.6;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    display: block;
}
.koudoku h1 {
    margin: 0 10px 0;
    padding: 10px 5px 0;
}
.koudoku .wrap01 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
    padding: 20px 5px 30px;
}

.koudoku p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.koudoku .tx01 {
    font-size: 16px; 
}
.green {
   color:  #71c10b;
    font-weight: bold;
}
.tx01 .green {
    font-size: 16px
}

.flex {
    display: -webkit-flex;
    display: flex;
}
.flex.type02 {
    margin-top: 10px;
    align-items: baseline;
    
}
.upchanBt a {
    display: inline-block;
    margin-top: 15px;
}
.box.type01 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 25px;
}
.box .tx02 {
    font-size: 15px;
}

.box .mall {
    margin: 10px 0 0 0 ;
}
.box .mall li {
    line-height: 1.8;
}
.mall a {
    display: inline-block;
    text-decoration:underline;
}
/*.mall li {
    margin-bottom: 5px;
}*/
.box .notes {
    margin: 10px 0 0 0;
    line-height: 1.6;
}
.box.type01 .notes li , .box.type02 .notes li {
     font-size: 13px;
    margin-top: 0;
}
.box.type02 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.box.type02 .tx03 {
    margin: 10px 0 0 10px;
}
.box.type03 {
    text-align: center;
    margin: 15px 0 0;
}

.box.type03 .txImg01 {
    text-align: center;
    margin-top: 20px;
}
.box.type03 .img01 {
    text-align: center;
}
.box.type03 .img01 img {
    width: 100%;
    margin: 30px 0 20px;
}
.box.type03 .left ul {
    list-style: none;
    margin: 15px 0 0;
}
.box.type03 .notes {
    margin-top: 20px;
}
.notes li {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    margin-top: 5px;
    text-align: left;
    font-size: 13px;
}

.box.type03 li:nth-of-type(n+2) {
    margin-top: 8px;
}
.notes li:before {
    position: absolute;
    content: "※";
    display: block;
    left: 0;
}
.notes li a {
    display: inline-block;
}