﻿@charset "utf-8";

section{
    margin-bottom: 80px;
}

.main-visual{
  margin-bottom: 30px;
}

.br {
    border-right: 1px solid #dcdcdc;
}

p{
  font-size: 14px;
}

h2 {
    font-size: 34px;
    padding: 20px 0 20px 20px;
    text-align: left;
    border-top: 1px solid #dcdcdc;
}

section h4{
    margin-bottom: 20px;
}

h5{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}

.envelope {
    margin: 0px 0px 40px 0px;
}

.pr {
    text-align: center;
    width: 50%;
}

.pr li{
    display: inline-block;
    width: 80%;
    text-align: left;
    border-bottom: 2px solid #ccc;
    margin-bottom: 5px;
}


.color {
    border: 1px solid #dcdcdc;
    padding: 14px;
}
.color02 {
    color: #cf2b5e;
}
.txt03 {
    color: #f39800;
}



/*---------印刷枚数・値段表------------*/

td {
    border: 1px solid #9c9c9c;
    text-align: center;
    border-collapse: collapse;
    padding: 2px;
    font-weight: bold;
    font-size: 18px;
}


.label td{
    background-color: #90c31f;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.div3 {
    width:110px;
}

.tax {
    font-size: 12px;
    font-weight: bold;
}


/*------------------------------------------
封筒ページ変更後
---------------------------------------*/


/*------------------------------------------
section01
---------------------------------------*/

.section01 ul{
    
    margin: 30px 0;
}

.section01 li{
    display: inline-block;
    text-align: center;
    width: 90px;
    padding: 10px;
    margin: 10px 10px 30px;
    background-color: #efc853;
    border: 1px solid #000;
    border-radius: 10px;
    font-weight: bold;
}

li.classic{
    position: relative;
}

li.classic::after{
    content:"定番";
    position: absolute;
    top: -25px;
    left: 0px;
    padding: 0 5px;
    color: #fff;
    background-color: #DC143C;
}



/*------------------------------------------
section02
---------------------------------------*/

.type{
    text-align: center;
}

.type-box {
    width: 44%;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
}

.type-box img{
    height: 300px;
    width: auto;
    margin-bottom: 10px;
}

.type-box p{
    text-align: left;
}




/*------------------------------------------
section03
---------------------------------------*/
.pastel-color{
    margin-bottom: 10px;
}

.pastel-color ul{
    padding: 10px;
    border: 1px solid #dcdcdc;
}

.pastel-color li{
    display: inline-block;
    text-align: center;
}

.pastel-color li img{
    width: 80px;
    height: auto;
}

.pastel-color li p{
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}


/*------------------------------------------
各封筒詳細
---------------------------------------*/
.env-info {
    display: flex;
}

.env-info img{
    margin-right: 30px;
    width: 280px;
}

.env-info ul{
    margin: 40px 0 20px;
}

.env-info li{
    position: relative;
    margin-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}
    
.env-info li::before{
    content: "◆ ";
    color: #00946a;
}  
    
/*-----料金表-----*/
    
.fee-table{
    margin: 20px 0px;
}

.fee-table table{
    width: 100%;
    border-top: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
    border-spacing: 0;
}

.fee-table tbody{
}
    
.fee-table tr{
}

.fee-table th, .fee-table td{
    width: 25%;
    border: initial;
    border-bottom: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    text-align: center;
    padding: 10px;
}

.fee-table th{
    font-weight: bold;
    background-color: #dcdcdc;
}


.fee-table td{
    
}

.fee-table td p{
    display: inline-block;
    vertical-align: text-top;
} 
    
.text-s{
    font-size: 12px;
} 

/*-----料金表end-----*/    
    
    
    
/*------------------------------------------
section07
---------------------------------------*/ 
    
    
