* {
    box-sizing:border-box;
    border-collapse:collapse;
    font-family: "BIZ UDPGothic", sans-serif;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior:smooth;
}

body {
    font-size: 1.6rem;
    margin:0 auto;
    padding: 0;
    overflow-x: hidden;
    letter-spacing: 0.05em;
}
.img-responsive {
    display: inline-block;
    height: auto;
    max-width: 100%;
    margin:0 auto;
    vertical-align:top;
}

div:after,
ul:after {
    content: "";
    display: block;
    clear: both;
}
li,dt,dd{
    box-sizing: border-box;
}
em{
    font-style:normal;
}
a img {
    transition: opacity 0.2s linear;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/*base*/
.grandOuter{
    min-width:1400px;
    width:100%;
    margin:0 auto;
}

header{
    width: 100%;
    background-color: #ffffff;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
    border-bottom: 1px solid #dee2e6;
    position: relative;
    z-index: 10;
}
.headerInner{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height:60px;
}
.headerTitle{
    font-size:2.4rem;
    font-weight: bold;
    padding:15px;
    width:calc(100% - 350px);
    box-sizing: border-box;
}
.headerTitle a{
    text-decoration: none;
    color:#404040;
}
.headerTitle a span:nth-child(1){
    color: #17913F;
}
.headerTitle a span:nth-child(2){
    color: #EE8100;
}
.headerTitle a em{
    font-size:1.8rem;
    margin:0 0 0 10px;
}
.headerLink{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding:0 15px;
    width:350px;
    box-sizing: border-box;
}
.headerLink a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width:320px;
    height:40px;
    background-color:#e16e00;
    color:#fff;
    text-decoration:none;
    position:relative;
    transition: all 0.2s linear;
    margin:5px auto;
}
.headerLink a:hover{
    color:#fff;
    text-decoration:none;
    opacity:0.8;
}
.headerLink a:after{
    font-family: "Font Awesome 5 free";
    content: "\f35d";
    font-weight : 900;
    position: absolute;
    top:50%;
    right: 15px;
    transform: translateY(-50%);
}

.mainBase{
    display: flex;
    flex-wrap: wrap;
    margin:0 auto;
}
.mainBase main{
    background-color: #ffffff;
    width: calc(100% - 300px);
    padding: 15px 15px 95px;
    order:2;
    box-sizing: border-box;
    position:relative;
}
.mainBase nav{
    background-color: #f2f2f2 ;
    border-right: 1px solid #eee;
    padding: 15px 15px 60px;
    width: 300px;
    order:1;
    box-sizing: border-box;
    position: relative;
}
.mainBase nav .indexLabel{
    text-align: center;
    background-color: #808080;
    color: #fff;
    padding: 12px 0 12px 1em;
    font-size: 1.8rem;
    letter-spacing: 1em;
}
.mainBase nav ol{
    counter-reset:number;
    list-style-type: none!important;
    padding: 0 0 0 15px;
    margin: 15px 0 0;
}
.mainBase nav ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}  
.mainBase nav ol li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #AE396C;
    color: white;
    font-family: "Lato", serif;
    font-weight:bold;
    font-size: 1.4rem;
    top: 7px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.page01-01 nav ol li:nth-child(1):after,
.page02-01 nav ol li:nth-child(2):after,
.page03-01 nav ol li:nth-child(3):after,
.page03-02 nav ol li:nth-child(3):after,
.page03-03 nav ol li:nth-child(3):after,
.page04-01 nav ol li:nth-child(4):after,
.page05-01 nav ol li:nth-child(5):after,
.page06-01 nav ol li:nth-child(6):after,
.page07-01 nav ol li:nth-child(7):after,
.page08-01 nav ol li:nth-child(8):after,
.page09-01 nav ol li:nth-child(9):after,
.page10-01 nav ol li:nth-child(10):after{
    position: absolute;
    content: "";
    display: inline-block;
    background: #009ba2;
    top: 7px;
    left: -15px;
    width: 10px;
    height: 25px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.mainBase nav ol li a{
    color:#222222;
}
.mainBase nav ol li a.extend{
    padding: 0.5em 0 0;
    display: inline-block;
}
.mainBase nav ol li span{
    font-size: 1.3rem;
}
.mainBase nav ol li em.menuTips{
    font-size: 1.3rem;
    display: block;
    line-height: 1.4em;
    padding:0 0 0.5em 1.3em;
}
.mainBase nav ol li span.child{
    position:relative;
}
.page03-01 nav ol li:nth-child(3) span.child:nth-of-type(1) a:before,
.page03-02 nav ol li:nth-child(3) span.child:nth-of-type(2) a:before,
.page03-03 nav ol li:nth-child(3) span.child:nth-of-type(3) a:before{
    background-color: #009BA2;
    border-radius: 7px;
    content:"";
    display:block;
    width:7px;
    height:7px;
    position: absolute;
    top: 11px;
    left: -11px;
}
.mainBase nav ol li span.child a{
    display: block;
    line-height: 1.4em;
    text-indent: -1.3em;
    margin: 0 0 0 1.3em;
    padding: 0.5em 0 0;
}
footer{
    /*background-color: #f8e7d9;
    background-color: #808080;
    color: #ffffff;*/
    color: #333333;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.copyrights{
    position: relative;
}
.copyrights p{
    font-size:1.2rem;
    padding: 24px 0;
    margin: 0;
    text-align:center;
}


/*mainInner*/
.mainInner{
    width: 1080px;
    margin: 0;
    position: relative;
}

/*mainImage*/

.mainImage{
    text-align: center;
}
.mainImage h1{
    margin:0;
    padding:0;
}

/*pdfLink*/
.pdfLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 350px;
    z-index: 100;
}
.pdfLink a{
    border:1px solid #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
    height: 60px;
    background-color: #808080;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all 0.2s linear;
    margin: 0;
}
.pdfLink a:hover{
    color:#fff;
    text-decoration:none;
    opacity:0.8;
}
.pdfLink a:before{
    background-image:url(images/icon_pdf.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:30px;
    height:30px;
}

/*allPageLink*/
.allPageLink {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position:relative;
    width:calc(100%);
    z-index: 100;
}
.allPageLink a{
    border:1px solid #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 350px;
    height: 60px;
    background-color: #808080;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all 0.2s linear;
    margin: 0;
}
.allPageLink a:hover{
    color:#fff;
    text-decoration:none;
    opacity:0.8;
}
.allPageLink a:before{
    background-image:url(images/icon_pdf.svg);
    background-size:cover;
    background-position:center;
    content:"";
    display:block;
    width:30px;
    height:30px;
}

/*baseTitle*/
.baseTitle{
    position:relative;
    padding: 0 0 1em;
}
.baseTitle h1{
    background-color:#009BA2;
    color: #ffffff;
    font-size:2.1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height:42px;
    padding: 5px 15px 5px 50px;
    margin:0;
    position: relative;
}
.baseTitle h1:before{
    background-color: #AE396C;
    content:"";
    display: block;
    width:5px;
    height:100%;
    position: absolute;
    top:0;
    left:30px;
}
.baseTitle h2{
    background-color: #bfe6e8;
    color: #009ba2;
    font-size:1.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height:42px;
    padding: 5px 15px 5px 50px;
    margin:0;
    position: relative;
}
.baseTitle h2 > span{
    color: #AE396C;
}
.baseTitle h2:before{
    background-color: #009BA2;
    content:"";
    display: block;
    width:5px;
    height:100%;
    position: absolute;
    top:0;
    left:30px;
}
.baseTitle h3{
    color: #009ba2;
    font-size:1.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height:42px;
    padding: 5px 15px 5px 30px;
    margin:0;
    position: relative;
}
.baseTitle h3 > span{
    color: #404040;
    position: absolute;
    right: 20px;
}
.baseTitle h3 > span a{
    color: #404040;
}
.baseTitle h4{
    color: #AE396C;
    font-size:1.6rem;
    padding: 5px 15px 5px 45px;
    margin:0;
}

.typeQA1 h2{background-color: #ae396c; color: #ffffff;}
.typeQA1 h2:before{background-color: #ffffff;}
.typeQA2 h2{background-color: #cf5e00; color: #ffffff;}
.typeQA2 h2:before{background-color: #ffffff;}
.typeQA3 h2{background-color: #18903f; color: #ffffff;}
.typeQA3 h2:before{background-color: #ffffff;}
.typeQA4 h2{background-color: #0e4d97; color: #ffffff;}
.typeQA4 h2:before{background-color: #ffffff;}

.typeSP1 h2{background-color: #ae396c; color: #ffffff;}
.typeSP1 h2:before{background-color: #ffffff;}
.typeSP2 h2{background-color: #cf5e00; color: #ffffff;}
.typeSP2 h2:before{background-color: #ffffff;}
.typeSP3 h2{background-color: #18903f; color: #ffffff;}
.typeSP3 h2:before{background-color: #ffffff;}
.typeSP4 h2{background-color: #0e4d97; color: #ffffff;}
.typeSP4 h2:before{background-color: #ffffff;}
.typeSP1 h3{background-color: #ae396c26; color: #ae396c;}
.typeSP2 h3{background-color: #cf5e0026; color: #cf5e00;}
.typeSP3 h3{background-color: #18903f26; color: #18903f;}
.typeSP4 h3{background-color: #0e4d9726; color: #0e4d97;}
/*.typeSP1 h3 span a{color: #ae396c;}
.typeSP2 h3 span a{color: #cf5e00;}
.typeSP3 h3 span a{color: #18903f;}
.typeSP4 h3 span a{color: #0e4d97;}*/
.moreText.typeSP1 p em,
.moreText.typeSP1 p em a{color: #ae396c;}
.moreText.typeSP2 p em,
.moreText.typeSP2 p em a{color: #cf5e00;}
.moreText.typeSP3 p em,
.moreText.typeSP3 p em a{color: #18903f;}
.moreText.typeSP4 p em,
.moreText.typeSP4 p em a{color: #0e4d97;}

/*baseText*/
.baseText{
    position: relative;
    padding: 0 50px 15px;
    line-height: 1.5em;
}
.baseText p{
    font-size: 1.5rem;
    margin-top:0;
}
.baseText p span.smallCaution{
    font-size: 1.2rem;
}
.baseText p span.redCaution{
    color: #C30D23;
    display: inline-block;
    text-indent:-1em;
    margin-left:1em;
}
.baseText p em.markup{
    color: #C30D23;
    font-weight: 700;
}
.baseText p a{
    color: #333333;
}
.typeIndent p{
    text-indent:-1em;
    margin-left:1em;
    margin-bottom: 0.5em;
}
.moreText{
    margin-top: -15px;
}
.moreText p{
    border-top:1px dashed #404040;
    padding-top: 15px;
}

/*boxText*/
.boxText{
    background-color: #F6F5E6;
    position: relative;
    padding: 15px;
    margin: -15px 50px 30px;
    line-height: 1.5em;
}
.boxText p{
    font-size: 1.4rem;
    margin:0;
    padding:0;
    position:relative;
}
.boxText p:nth-child(n+2){
    border-top:1px solid #808080;
    margin:10px 0 0;
    padding:10px 0 0;
}
.extendQR{
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:10px;
    width:80px;
}
.extendQR2{
    display: block;
    width: 100px;
    float: right;
    margin: -15px 0 0;
}

/*baseImage*/
.baseImage{
    text-align: center;
    padding: 0 100px 30px;
}
.baseImageBig{
    text-align: center;
    padding: 0 50px 30px;
}
.colorBoxImage{
    background-color: #F6F5E6;
    padding:15px;
    margin:0 100px 30px;
}
.baseImage p{
    text-align: left;
    font-size:1.8rem;
    color: #009ba2;
    margin:0;
    padding:0;
}
.baseImage span,
span.imageText{
    display: block;
    text-align: center;
    font-size:1.2rem;
    margin:0;
    padding:5px 0;
}
/*breakAnker*/
.breakAnker{
    width:1px;
    height: 1px;
    display: block;
    background-color: transparent;
    page-break-before: always;
}

/*flowItem*/

.flowItem{
    padding:0 100px 30px;
}
.flowItem dl{
    font-size:1.5rem;
    line-height: 1.5em;
    display: flex;
    flex-wrap: wrap;
    margin:0 0 15px;
    padding: 0 0 15px;
}
.flowItem dl dt{
    order:2;
    width: calc(55% - 30px);
    margin:0 0 0 30px;
    padding: 0;
    position:relative;
}
.flowItem dl:nth-child(n+2) dt{
    border-top:1px solid #6F402E;
    padding: 40px 0 0;
}
.flowItem dl:nth-child(n+2) dt:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #6f402e transparent transparent transparent;
    border-width: 20px 15px 0px 15px;
    position:absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
}
.flowItem dl dt p{
    text-indent: -1em;
    padding-left: 1em;
    margin: 5px 0 0;
}
.flowItem dl dt > div{
    padding: 0 0 0 15px;
}
.flowItem dl dt span{
    width: 80px;
    display: inline-block;
    padding-left: 1em;
    margin: 0px -0.8em 0 0;
}
.flowItem dl dd{
    order:1;
    width: 40%;
    margin:0;
}
.flowItem > p{
    color: #AE396C;
    text-align: center;
}

/*typeHalf&Quarter*/
.typeHalf,
.typeQuarter{
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px 30px 0;
}
.typeHalf > div:nth-child(1){
    width:60%;
}
.typeHalf > div:nth-child(2){
    width:40%;
}
.typeQuarter > div:nth-child(1){
    width:75%;
}
.typeQuarter > div:nth-child(2){
    width:25%;
}
.orderChange > div:nth-child(1){
    width:25%;
}
.orderChange > div:nth-child(2){
    width:75%;
}

.halfList ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.halfList ul li{
    width: 50%;
    font-size: 1.5rem;
    line-height: 1.5em;
}

/*baseTable*/
.baseTable{
    position:relative;
    padding: 0 50px 50px;
}
.baseTable p{
    font-size: 1.4rem;
    margin: -40px 0 5px;
    padding:0;
    text-align:right;
}
.baseTable table{
    border:1px solid #333333;
    font-size:1.4rem;
    width: 100%;
}
.baseTable table thead tr th{
    border:1px solid #333333;
    background-color: #bfe6e8;
    color: #009ba2;
    padding: 10px;
    line-height: 1.1em;
}
.baseTable table tbody tr td{
    border:1px solid #333333;
    padding: 10px;
    line-height: 1.5em;
}
.baseTable table tbody tr td a{
    color:#333333;
}
.page09-01 .baseTable{
    margin:-15px 0 0;
}
.page09-01 .baseTable table tr:nth-child(odd){
    background-color: #009BA226
}

.extend-func table tbody tr td{
    white-space: nowrap;
}
.extend-func table tbody tr td:last-child{
    white-space: normal;
}


/*Problem*/
.exampleTitle{
    padding: 0 50px 15px;
}
.exampleTitle dl{
    display: flex;
    flex-wrap: wrap;
    margin:0;
    padding:0;
}
.exampleTitle dl dt{
    width:calc(100% - 280px);
    margin:0;
    padding:0;
}
.exampleTitle dl dt h3{
    background-color: #dcdddd;
    color: #222222;
    font-size:1.6rem;
    padding: 10px 20px;
    margin: 20px 0 0;
    width: calc(100% + 280px);
}
.exampleTitle dl dt p{
    color: #AE396C;
    font-size:1.6rem;
    line-height:1.5em;
    margin:15px 0 0;
}
.exampleTitle dl dd{
    width:calc(280px);
    margin:0;
    padding:0;
}
.exampleProblem{
    padding: 0 50px 15px;
}
.exampleProblem dl{
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #404040;
}
.exampleProblem dl dt{
    width:calc(280px);
    margin:0;
    padding:0;
}
.exampleProblem dl dt h4{
    color: #009BA2;
    font-size:1.6rem;
    margin:0;
}
.exampleProblem dl dd{
    width:calc(100% - 280px);
    margin:0;
    padding:0;
}
.exampleFollow{
    padding: 0 50px 15px;
}
.exampleFollow dl{
    background-color: rgba(0, 154, 162, 0.15);
    margin:0;
    padding: 20px;
}
.exampleFollow dl dt{
    margin:0;
    padding:0;
}
.exampleFollow dl dt h4{
    background-color: #009BA2;
    color: #ffffff;
    font-size:1.6rem;
    margin:0;
    padding: 10px 20px;
}
.exampleFollow dl dd{
    margin:0;
    padding:20px 0 0;
}
.exampleResult{
    padding: 0 50px 15px;
    position:relative;
}
.exampleResult:before{
    position: absolute;
    content: "";
    display: inline-block;
    background: #AE396C;
    width: 54px;
    height: 36px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.exampleResult dl{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:0;
    padding: 20px;
}
.exampleResult dl dt{
    margin:0;
    padding:0;
    width:calc(240px);
}
.exampleResult dl dd{
    border:1px solid #ae396c;
    margin:0;
    padding:15px 0 0;
    width:calc(100% - 240px);
}
.exampleResult dl dd p{
    margin:0;
}
.exampleCaution{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0px 50px 50px;
    margin: -50px 0 0;
}
.exampleCaution p{
    margin:0;
    font-size:1.2rem;
    line-height:1.5em;
}


/*baseQA*/
.baseQA{
    position: relative;
    padding: 0 50px 15px;
    line-height: 1.5em;
}
.baseQA dl{
    font-size: 1.4rem;
    line-height: 1.5em;
    margin: 0 0 0.5em;
    padding: 0 0 0.5em;
    border-bottom: 1px dashed #404040;
}
.baseQA dl dt{
    font-weight:600;
    position:relative;
    margin:0;
    padding: 0 0 0 1.5em;
    text-indent: -1.5em;
}
.typeQA1 dl dt, .typeQA1 dl dd em, .typeQA1 dl dd em a{color: #ae396c;}
.typeQA2 dl dt, .typeQA2 dl dd em, .typeQA2 dl dd em a{color: #cf5e00;}
.typeQA3 dl dt, .typeQA3 dl dd em, .typeQA3 dl dd em a{color: #18903f;}
.typeQA4 dl dt, .typeQA4 dl dd em, .typeQA4 dl dd em a{color: #0e4d97;}
.typeSP1 dl dt, .typeSP1 dl dd em, .typeSP1 dl dd em a{color: #ae396c;}
.typeSP2 dl dt, .typeSP2 dl dd em, .typeSP2 dl dd em a{color: #cf5e00;}
.typeSP3 dl dt, .typeSP3 dl dd em, .typeSP3 dl dd em a{color: #18903f;}
.typeSP4 dl dt, .typeSP4 dl dd em, .typeSP4 dl dd em a{color: #0e4d97;}

.baseQA dl dd{
    position:relative;
    margin:0;
    padding: 0 0 0 1.5em;
    text-indent: -1.5em;
}

.page10-01 .baseTitle{
    padding:0;
}
.baseList{
    display: flex;
    flex-wrap: wrap;
    padding:15px 0;
}
.baseList ul{
    width:calc(50%);
    list-style: none;
}
.baseList ul li{
    font-size:1.6rem;
    line-height:1.5em;
    position: relative;
}
.baseList ul li:before{
    content:"■";
    display:block;
    position:absolute;
    top:0;
    left:-1em;
}

/*typeIndex*/
.page00-01 .baseTitle h1{
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0 0 0 0.05em;
    justify-content: center;
    min-height: 70px;
    border-radius: 7px;
}
.page00-01 .baseTitle h1:before{
    display: none;
}

.typeIndex{
    padding: 15px 15px 60px;
    width: 750px;
    margin:0 auto;
    order:1;
    box-sizing: border-box;
    position: relative;
}
.typeIndex .indexLabel{
    text-align: center;
    background-color: #80808026;
    color: #404040;
    padding: 12px 0 12px 1em;
    font-size: 2.1rem;
    letter-spacing: 1em;
}
.typeIndex ol{
    counter-reset:number;
    list-style-type: none!important;
    padding: 0 0 0 15px;
    margin: 15px 0 0;
}
.typeIndex ol li {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 0.5em 0 0.5em 30px;
}  
.typeIndex ol li:before{
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #AE396C;
    color: white;
    font-family: "Lato", serif;
    font-weight:bold;
    font-size: 1.4rem;
    top: 7px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.typeIndex ol li:after{
    background-image: linear-gradient(to right, #404040 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 20px;
    left: 10%;
    z-index: 1;
}
.typeIndex ol li a{
    color:#222222;
    text-decoration: none;
    background-color: #ffffff;
    padding: 0 5px 0 0;
    z-index: 10;
    display: inline-block;
    position: relative;
}
.typeIndex ol li a br{
    display: none;
}
.typeIndex ol li span.pagenum{
    background-color: #ffffff;
    color: #222222;
    position:absolute;
    right:0;
    padding:0 5px;
    z-index: 10;
}
.typeIndex ol li em.menuTips{
    font-size: 1.3rem;
    display: block;
    line-height: 1.4em;
    padding:0 0 0.5em 1.3em;
}
.typeIndex ol li span.child{
    font-size: 1.6rem;
    display: block;
    padding: 15px 0 0;
    position:relative;
}
.typeIndex ol li span.child br{
    display: none;
}
.typeIndex ol li span.child:after{
    background-image: linear-gradient(to right, #404040 1px, transparent 1px);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 25px;
    left: 10%;
    z-index: 1;
}

.riceBox{
    max-width: 820px;
    margin: 0 auto;
    padding: 20px 30px;
    box-sizing: border-box;
}
.bgGray{
    background-color:#80808026
}
.innerIndent{
    padding:0 0 0 2em;
}
.innerIndent span{
    display: block;
    text-indent:-1em;
    padding:0 0 0 1em;
    font-size:1.4rem;
}
.siteURL{
    color:#AE396C;
    text-align:center;
    margin:0 auto;
}

.whiteBase{
    min-height:500px;
}