@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------
title
----------------------------------------------------------*/
[class^="titleType"]{
text-align: center;
}
.titleTypeA01{
font-size: 2.8rem;
font-weight: normal;
line-height: 1.4;
margin: 0 0 75px;
}
.titleTypeA01 span{
display: inline-block;
position: relative;
}
.titleTypeA01 span::before{
content: "";
width: 110%;
height: 3px;
background: #97c430;
position: absolute;
left: 50%;
bottom: -12px;
margin-left: -55%;
}
@media (max-width: 768px){
.titleTypeA01{
font-size: 1.6rem;
margin: 0 0 3.0rem;
}
.titleTypeA01 span::before{
width: 114%;
height: 2px;
left: 50%;
bottom: -8px;
margin-left: -57%;
}
}

.titleTypeB01{
background: #fff;
-moz-box-shadow: 0px 0px 40px 3px rgba(255, 240, 180, 0.4);
-webkit-box-shadow: 0px 0px 40px 3px rgba(255, 240, 180, 0.4);
-ms-box-shadow: 0px 0px 40px 3px rgba(255, 240, 180, 0.4);
box-shadow: 0px 0px 40px 3px rgba(255, 240, 180, 0.4);
margin: 0 0 50px;
padding: 15px 0;
}
@media (max-width: 768px){
.titleTypeB01{
margin: 0 0 2.0rem;
padding: 0.8rem 0;
}
}

.titleTypeC01{
margin: 0 0 65px;
padding: 160px 0 0;
position: relative;
}
.titleTypeC01::before{
content: "";
width: 134px;
height: 134px;
background: url("../img/sec03_ico_01.gif") no-repeat;
background-size: 100% auto;
position: absolute;
left: 50%;
top: 0;
margin-left: -67px;
}
@media (max-width: 768px){
.titleTypeC01{
margin: 0 0 3.5rem;
padding: 6.5rem 0 0;
}
.titleTypeC01::before{
width: 4.9rem;
height: 4.9rem;
margin-left: -2.45rem;
}
}

.titleTypeC02{
margin: 0 0 30px;
}
@media (max-width: 768px){
.titleTypeC02{
margin: 0 6.2rem 1.5rem;
}
}

.titleTypeD01{
background: #fff;
margin: 0 0 30px;
padding: 220px 0 0;
position: relative;
}
.titleTypeD01 img{
position: absolute;
left: 50%;
bottom: 0;
margin-left: -309px;
}
@media (max-width: 768px){
.titleTypeD01{
margin: 0 0 2.0rem;
padding: 10.5rem 0 0;
}
.titleTypeD01 img{
width: 100%;
height: auto;
left: 0;
margin-left: 0;
}
}

.titleTypeE01{
margin: 0 0 60px;
}
@media (max-width: 768px){
.titleTypeE01{
margin: 0 0 2.5rem;
}
}

.titleTypeF01{
font-size: 3.3rem;
font-weight: bold;
line-height: 1.4;
margin: 0 0 30px;
}
.titleTypeF01 span{
font-size: 0;
margin: 0 0 25px;
display: block;
}
@media (max-width: 768px){
.titleTypeF01{
font-size: 1.6rem;
margin: 0 0 1.5rem;
}
.titleTypeF01 span{
margin: 0 0 1.5rem;
}
.titleTypeF01 span img{
width: 4.4rem;
height: auto;
}
}

/*----------------------------------------------------------
list
----------------------------------------------------------*/
.listTypeA01{
width: 100%;
height: 215px;
background: #fff;
padding: 0 35px;
display: table;
}
.listTypeA01 .list{
display: table-cell;
vertical-align: middle;
}
.listTypeA01 .list > li{
font-size: 1.6rem;
font-weight: bold;
margin: 0 0 20px;
padding: 0 0 0 40px;
position: relative;
}
.listTypeA01 .list.type04 > li{
margin-bottom: 10px;
}
.listTypeA01 .list > li:last-child,
.listTypeA01 .list.type04 > li:last-child{
margin-bottom: 0;
}
.listTypeA01 .list > li::before{
content: "";
width: 24px;
height: 22px;
background: url("../img/sec01_ico_01.gif") no-repeat;
background-size: 100% auto;
position: absolute;
left: 0;
top: 3px;
}
.listTypeA01 .list.type02 > li::before{
background: url("../img/sec01_ico_02.gif") no-repeat;
background-size: 100% auto;
}
.listTypeA01 .list.type03 > li::before{
background: url("../img/sec01_ico_03.gif") no-repeat;
background-size: 100% auto;
}
.listTypeA01 .list.type04 > li::before{
background: url("../img/sec01_ico_04.gif") no-repeat;
background-size: 100% auto;
}
.listTypeA01 .list > li span{
font-size: 1.2rem;
}
@media (max-width: 768px){
.listTypeA01{
width: 100%;
height: auto;
text-align: center;
padding: 0;
display: block;
}
.listTypeA01 .list{
padding: 3.0rem 0;
display: inline-block;
}
.listTypeA01 .list.type04{
padding: 1.55rem 0;
}
.listTypeA01 .list > li{
font-size: 1.1rem;
letter-spacing: -1px;
text-align: left;
margin: 0 0 1.5rem;
padding: 0 0 0 2.2rem;
}
.listTypeA01 .list.type04 > li{
margin-bottom: 10px;
}
.listTypeA01 .list > li::before{
width: 1.5rem;
height: 1.4rem;
top: 2px;
}
.listTypeA01 .list > li span{
font-size: 1.0rem;
}
}

.listTypeB01{
width: 970px;
margin: 0 auto;
}
.listTypeB01 .list{
width: 450px;
margin: 0 70px 0 0;
float: left;
}
.listTypeB01 .list + .list{
margin-right: 0;
}
.listTypeB01 .list > li{
margin: 0 0 120px;
display: table;
position: relative;
z-index: 2;
}
.listTypeB01 .list > li::before{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 80px 80px;
border-color: transparent transparent #e9f2d3 transparent;
position: absolute;
right: 0;
bottom: 0;
z-index: -1;
}
.listTypeB01 .list > li:last-child{
margin-bottom: 0;
}
.listTypeB01 .list > li .image{
width: 170px;
display: table-cell;
vertical-align: middle;
}
.listTypeB01 .list > li .textBlock{
width: 280px;
padding: 20px 3px 0 22px;
display: table-cell;
vertical-align: top;
}
.listTypeB01 .list > li .textBlock .txt{
color: #a67c52;
font-size: 1.7rem;
line-height: 1.8;
letter-spacing: -1px;
text-align: justify;
text-justify: auto;
}
@media (max-width: 768px){
.listTypeB01{
width: auto;
margin: 0 2.0rem;
}
.listTypeB01 .list{
width: 100%;
margin: 0;
float: none;
}
.listTypeB01 .list + .list{
margin-right: 0;
margin-top: 1.5rem;
}
.listTypeB01 .list > li{
margin: 0 0 1.5rem;
display: table;
position: relative;
z-index: 2;
}
.listTypeB01 .list > li::before{
border-width: 0 0 32px 32px;
}
.listTypeB01 .list > li .image{
width: 25%;
}
.listTypeB01 .list > li .textBlock{
width: 75%;
padding: 1.0rem 0.6rem 0 1.0rem;
}
.listTypeB01 .list > li .textBlock .txt{
font-size: 1.0rem;
font-weight: bold;
line-height: 1.8;
}
}

.listTypeC01{
width: 906px;
margin: 0 auto;
}
.listTypeC01 > li{
width: 216px;
text-align: center;
margin: 0 14px 0 0;
float: left;
}
.listTypeC01 > li:last-child{
margin-right: 0;
}
.listTypeC01 > li a{
display: block;
}
.listTypeC01 > li a .image{
margin: 0 0 10px;
display: block;
}
.listTypeC01 > li a .txt{
font-size: 0;
}
@media (max-width: 768px){
.listTypeC01{
width: auto;
margin: 0 7.5rem;
}
.listTypeC01 > li{
width: 48%;
margin: 0 4% 2.0rem 0;
}
.listTypeC01 > li:nth-child(even){
margin-right: 0;
}
.listTypeC01 > li:nth-last-child(-n+2){
margin-bottom: 0;
}
.listTypeC01 > li a{
display: block;
}
.listTypeC01 > li a .image{
margin: 0 0 10px;
display: block;
}
}

.listTypeD01{
width: 890px;
margin: 0 auto 50px;
}
.listTypeD01 > li{
width: 210px;
background: #fff;
border-radius: 5px;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
margin: 0 16px 0 0;
float: left;
overflow: hidden;
}
.listTypeD01 > li:last-child{
margin-right: 0;
}
.listTypeD01 > li a{
color: inherit;
text-decoration: none;
padding: 15px 15px 30px;
display: block;
position: relative;
}
.listTypeD01 > li a::before{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 12px 12px;
border-color: transparent transparent #4d4d4d transparent;
position: absolute;
right: 15px;
bottom: 8px;
}
.listTypeD01 > li a .textBlock .txt01{
display: none;
}
.listTypeD01 > li a .textBlock .txt02{
font-size: 1.4rem;
font-weight: bold;
text-align: center;
line-height: 1.4;
margin: 0 0 15px;
}
.listTypeD01 > li a .image{
width: 100%;
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.listTypeD01 > li a .image img{
width: 100%;
height: auto;
}
@media (max-width: 768px){
.listTypeD01{
width: auto;
margin: 0 3.2rem 2.7rem;
}
.listTypeD01 > li{
width: 100%;
border-radius: 4px;
margin: 0 0 1.0rem;
float: none;
overflow: hidden;
}
.listTypeD01 > li:last-child{
margin-right: 0;
margin-bottom: 0;
}
.listTypeD01 > li a{
width: 100%;
height: 6.5rem;
padding: 0 0 0 28%;
display: table;
}
.listTypeD01 > li a::before{
width: 0;
height: 0;
border-style: solid;
border-width: 0.4rem 0 0.4rem 0.5rem;
border-color: transparent transparent transparent #4d4d4d;
right: 0.7rem;
bottom: 50%;
margin-bottom: -0.5rem;
}
.listTypeD01 > li a .textBlock{
width: 100%;
padding: 0 1.3rem 0 1.0rem;
display: table-cell;
vertical-align: middle;
}
.listTypeD01 > li a .textBlock .txt01{
font-size: 1.2rem;
font-weight: bold;
text-align: left;
letter-spacing: -1px;
display: block;
}
.listTypeD01 > li a .textBlock .txt02{
font-size: 1.0rem;
text-align: left;
letter-spacing: -1px;
margin: 0;
}
.listTypeD01 > li a .image{
width: 28%;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
position: absolute;
left: 0;
top: 0;
}
.listTypeD01 > li a .image img{
width: 100%;
height: auto;
}
}


/*----------------------------------------------------------
table
----------------------------------------------------------*/
.tableTypeA01{
width: 950px;
background: #fff;
border: 5px solid #f9c0ac;
border-radius: 10px;
margin: 0 auto;
padding: 40px 90px;
}
.tableTypeA01 table{
color: #666;
font-size: 2.5rem;
line-height: 2.0;
}
.tableTypeA01 table th{
text-align: right;
vertical-align: top;
}
.tableTypeA01 table th span{
width: 50%;
text-align: left;
display: inline-block;
}
.tableTypeA01 table td{
vertical-align: top;
}
@media (max-width: 768px){
.tableTypeA01{
width: auto;
border: 3px solid #f9c0ac;
border-radius: 5px;
margin: 0 1.0rem;
padding: 2.0rem;
}
.tableTypeA01 table{
font-size: 1.0rem;
}
.tableTypeA01 table th{
width: 4.2rem;
}
}

/*----------------------------------------------------------
keyVisual
----------------------------------------------------------*/
.keyVisual{
background: #97c430;
}
.keyVisual .kvInner{
width: 1000px;
margin: 0 auto;
padding: 60px 0;
position: relative;
}
.keyVisual .kvInner::before{
content: "";
width: 354px;
height: 464px;
background: url("../img/kv_img_02.png") no-repeat;
background-size: 100% auto;
position: absolute;
right: -110px;
bottom: 45px;
}
.keyVisual .kvInner .title{
text-align: center;
margin: 0 0 30px;
}
.keyVisual .kvInner .txt01{
text-align: center;
line-height: 1.0;
margin: 0 0 25px;
}
.keyVisual .kvInner .txt01 span{
margin: 15px 0 0;
display: block;
}
.keyVisual .kvInner .txt02{
display: inline-block;
position: absolute;
left: -185px;
bottom: 0;
}
.keyVisual .kvInner .btn{
text-align: center;
margin: 0;
}
.keyVisual .kvInner .btn a{
display: inline-block;
}
@media (max-width: 768px){
.keyVisual .kvInner{
width: auto;
margin: 0 2.0rem;
padding: 1.0rem 0;
}
.keyVisual .kvInner::before{
width: 12.6rem;
height: 16.5rem;
right: 0.6rem;
bottom: 7.0rem;
}
.keyVisual .kvInner .title{
margin: 0 0 1.0rem;
}
.keyVisual .kvInner .txt01{
margin: 0 0 0.8rem;
}
.keyVisual .kvInner .txt01 span{
margin: 0.5rem 0 0;
}
.keyVisual .kvInner .txt02{
width: 20.0rem;
margin: 0 0 0.7rem;
position: static;
left: auto;
bottom: auto;
}
.keyVisual .kvInner .btn{
margin: 0 0.3rem;
}
}

.lead{
width: 820px;
font-size: 2.2rem;
line-height: 2.0;
letter-spacing: -1px;
margin: 0 auto;
padding: 65px 0;
position: relative;
}
.lead::before{
content: "";
width: 226px;
height: 167px;
background: url("../img/lead_img_01.png") no-repeat;
background-size: 100% auto;
position: absolute;
right: 28px;
bottom: 46px;
}
.lead::after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 32px 32px 0 32px;
border-color: #ffffff transparent transparent transparent;
position: absolute;
left: 50%;
bottom: -31px;
margin-left: -32px;
}
.lead span{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 95%, #97c430 0%) repeat scroll 0 0;
}
@media (max-width: 768px){
.lead{
width: auto;
font-size: 1.4rem;
text-align: center;
margin: 0 1.0rem;
padding: 2.5rem 0;
}
.lead::before{
display: none;
}
.lead::after{
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 1.6rem 1.6rem 0 1.6rem;
border-color: #ffffff transparent transparent transparent;
bottom: -1.5rem;
margin-left: -1.6rem;
}
}

/*----------------------------------------------------------
block
----------------------------------------------------------*/
[class^="blockType"] .blockInnerTypeA01{
width: 1000px;
margin: 0 auto;
}
@media (max-width: 768px){
[class^="blockType"] .blockInnerTypeA01{
width: auto;
margin: 0 2.0rem;
}
}

[class^="blockType"] .blockInnerTypeB01{
width: 1140px;
margin: 0 auto;
}
@media (max-width: 768px){
[class^="blockType"] .blockInnerTypeB01{
width: auto;
margin: 0 auto;
}
}


/*-- blockTypeA01 --*/
.blockTypeA01{
background: url("../img/sec01_bg_01.gif");
padding: 90px 0 100px;
}
.blockTypeA01 .blockInnerTypeA01{
width: 960px;
}
.blockTypeA01 .blockInnerTypeA01 .block{
width: 460px;
float: left;
}
.blockTypeA01 .blockInnerTypeA01 .block:nth-of-type(odd){
margin-right: 40px;
}
.blockTypeA01 .blockInnerTypeA01 .block:nth-of-type(-n+2){
margin-bottom: 23px;
}
.blockTypeA01 .blockInnerTypeA01 .block .ttl{
margin: 0 0 12px;
}
.blockTypeA01 .blockInnerTypeA01 .block .ttl img{
width: 100%;
height: auto;
}
@media (max-width: 768px){
.blockTypeA01{
background-size: 10px 10px;
padding: 4.5rem 0;
}
.blockTypeA01 .blockInnerTypeA01{
width: auto;
}
.blockTypeA01 .blockInnerTypeA01 .block{
width: auto;
margin: 0 2.0rem 1.2rem;
float: none;
}
.blockTypeA01 .blockInnerTypeA01 .block:nth-of-type(odd){
margin-right: 2.0rem;
}
.blockTypeA01 .blockInnerTypeA01 .block:nth-of-type(-n+2){
margin-bottom: 1.2rem;
}
.blockTypeA01 .blockInnerTypeA01 .block:nth-last-of-type(1){
margin-bottom: 0;
}
.blockTypeA01 .blockInnerTypeA01 .block .ttl{
margin: 0 0 0.7rem;
}
}

.blockTypeB01{
background: url("../img/sec02_bg_01_pc.gif"),#fcf7e6;
background-size: 100% 223px,100% 100%;
background-repeat: no-repeat,no-repeat;
background-position: bottom center,top center;
padding: 60px 0 230px;
}
.blockTypeB01 .blockInnerTypeA01{
padding: 0 440px 0 10px;
position: relative;
}
.blockTypeB01 .blockInnerTypeA01 .txt01{
font-size: 1.8rem;
line-height: 2.0;
}
.blockTypeB01 .blockInnerTypeA01 .txt01 + .txt01{
margin-top: 50px;
}
.blockTypeB01 .blockInnerTypeA01 .txt02{
position: absolute;
right: 10px;
top: 0;
}
.blockTypeB01 .blockInnerTypeA01 .image{
position: absolute;
right: -65px;
top: 240px;
}
.textTypeA01{
background: url("../img/sec02_bg_02_pc.jpg") repeat-x;
background-size: auto 100%;
text-align: center;
position: relative;
}
.textTypeA01 span{
display: inline-block;
position: absolute;
left: 50%;
top: -150px;
margin-left: -370px;
}
@media (max-width: 768px){
.blockTypeB01{
background: url("../img/sec02_bg_01_sp.gif"),#fcf7e6;
background-size: 100% 11.0rem,100% 100%;
background-repeat: no-repeat,no-repeat;
background-position: bottom center,top center;
padding: 3.0rem 0 2.5rem;
}
.blockTypeB01 .blockInnerTypeA01{
padding: 0;
}
.blockTypeB01 .blockInnerTypeA01 .txt01{
font-size: 1.0rem;
padding: 0 3.5rem;
}
.blockTypeB01 .blockInnerTypeA01 .txt01 + .txt01{
margin-top: 2.5rem;
}
.blockTypeB01 .blockInnerTypeA01 .txt02{
margin: 2.8rem 0 0;
position: static;
right: auto;
top: auto;
}
.blockTypeB01 .blockInnerTypeA01 .image{
position: static;
right: auto;
top: auto;
}
.textTypeA01{
background-image: none;
}
.textTypeA01 span{
width: 8.1rem;
left: 5.0rem;
top: -3.5rem;
margin-left: 0;
}
}

.blockTypeC01{
background: #fcf7e6;
padding: 0 0 95px;
}
.blockTypeC01 .blockInnerTypeB01{
background: #fff;
-moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.1);
margin: 0 auto 40px;
padding: 45px 0 90px;
}
@media (max-width: 768px){
.blockTypeC01{
padding: 0 0 4.2rem;
}
.blockTypeC01 .blockInnerTypeB01{
margin: 0 2.4rem 2.4rem;
padding: 1.5rem 0 2.8rem;
}
}

.blockTypeD01{
background: #fcf7e6;
padding: 0 0 30px;
}
@media (max-width: 768px){
.blockTypeD01{
padding: 0 0 2.0rem;
}
}

.blockTypeE01{
background: #97c430;
}
.blockTypeE01 .blockInnerTypeA01{
background: url("../img/sec05_bg_01_pc.gif") no-repeat;
background-size: 100% 100%;
background-position: top center;
padding: 85px 0 115px;
}
.blockTypeE01 .blockInnerTypeA01 .txt{
font-size: 2.0rem;
text-align: center;
line-height: 1.8;
margin: 0 0 50px;
}
.blockTypeE01 .blockInnerTypeA01 .btn{
text-align: center;
}
.blockTypeE01 .blockInnerTypeA01 .btn a{
display: inline-block;
}
@media (max-width: 768px){
.blockTypeE01 .blockInnerTypeA01{
background: url("../img/sec05_bg_01_sp.gif") no-repeat;
background-size: 100% 100%;
background-position: top center;
padding: 3.0rem 0 4.5rem;
}
.blockTypeE01 .blockInnerTypeA01 .txt{
font-size: 1.2rem;
font-weight: bold;
margin: 0 0 2.5rem;
}
.blockTypeE01 .blockInnerTypeA01 .btn{
margin: 0 2.3rem;
}
.blockTypeE01 .blockInnerTypeA01 .btn a{
display: block;
}
}

.blockTypeF01{
background: url("../img/sec06_bg_01.gif"),#fcf7e6;
background-size: 10px 63px,100% 100%;
background-position: left bottom,top center;
background-repeat: repeat-x,no-repeat;
padding: 60px 0;
}
.blockTypeF01 .blockInnerTypeC01{
background: #fff;
padding: 45px 0 50px;
}
.blockTypeF01 .blockInnerTypeC01 .txt{
font-size: 2.0rem;
text-align: center;
margin: 0 0 25px;
}
.blockTypeF01 .blockInnerTypeC01 .btn{
text-align: center;
}
.blockTypeF01 .blockInnerTypeC01 .btn a{
display: inline-block;
}
@media (max-width: 768px){
.blockTypeF01{
background: url("../img/sec06_bg_01.gif"),#fcf7e6;
background-size: 5px 30px,100% 100%;
background-position: left bottom,top center;
background-repeat: repeat-x,no-repeat;
padding: 2.8rem 0 3.0rem; 
}
.blockTypeF01 .blockInnerTypeC01{
background: url("../img/sec06_bg_02.gif");
background-size: 8px;
padding: 2.5rem 0 3.3rem;
}
.blockTypeF01 .blockInnerTypeC01 .blockInnerTypeA01{
margin: 0;
}
.blockTypeF01 .blockInnerTypeC01 .txt{
font-size: 1.0rem;
margin: 0 0 1.5rem;
}
.blockTypeF01 .blockInnerTypeC01 .btn{
margin: 0 3.2rem;
}
.blockTypeF01 .blockInnerTypeC01 .btn a{
display: block;
}
}

.blockTypeG01{
background: #fff;
padding: 50px 0 40px;
}
.blockTypeG01 .blockInnerTypeA01 [class^="txt"]{
font-size: 0;
text-align: center;
}
.blockTypeG01 .blockInnerTypeA01 .txt01{
margin: 0 0 30px;
}
.blockTypeG01 .blockInnerTypeA01 .txt02{
margin: 0 0 25px;
}
.blockTypeG01 .blockInnerTypeA01 .txt02 a{
display: block;
pointer-events: none;
cursor: default;
}
.blockTypeG01 .blockInnerTypeA01 .txt03{
text-align: right;
margin: 0 40px 0 0;
}
@media (max-width: 768px){
.blockTypeG01{
padding: 2.5rem 0 2.3rem;
}
.blockTypeG01 .blockInnerTypeA01 .txt01{
margin: 0 0 1.5rem;
}
.blockTypeG01 .blockInnerTypeA01 .txt02{
margin: 0 0 1.3rem;
}
.blockTypeG01 .blockInnerTypeA01 .txt02 a{
pointer-events: auto;
cursor: pointer;
}
.blockTypeG01 .blockInnerTypeA01 .txt03{
margin: 0;
}
}