@charset "utf-8";
/* CSS Document */

/*-------------------------------------
    全体要素
-------------------------------------*/
html { 
    scroll-behavior: smooth;
}
#left_col {
    padding-right: 0;
    width: 100%;
}
section {
    padding: 140px 0 0;
}
.width_block {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}
#main_col .post_content p {
    text-align: center;
}
.post_content p {
    line-height: 1.6;
    margin: 0;
}
p:empty {
    display: none;
}

@media screen and (max-width:960px){
section {
    padding: 100px 0 0;
}	
}

@media screen and (max-width:480px){
section {
    padding: 70px 0 0;
}	
}

/*-------------------------------------
    ヘッダ
-------------------------------------*/
#bread_crumb ,div#page_header {
    display: none;
}
#main_col {
    margin-bottom: 0 !important;
    margin-top: 0!important;
    max-width: 100% !important;
    width: 100% !important;
}

/*-------------------------------------
    共通要素
-------------------------------------*/
/*見出し*/
.common_ttl {
    margin-bottom: 40px;
}
.common_ttl:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #07664B;
    margin: 0 auto;
}
.common_ttl h4 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 0 0 40px;
    margin: 0;
}

/*説明文*/
.common_txt {
    margin-bottom: 50px;
}
#main_col .post_content .common_txt p {
    font-size: 20px;
    line-height: 2.3;
    letter-spacing: 0.05em;
}
#main_col .post_content .common_txt p br.smp {
    display: none;
}

@media screen and (max-width:1440px){
/*見出し*/    
.common_ttl h4 {
    font-size: 32px;
}   

/*説明文*/   
#main_col .post_content .common_txt p {
    font-size: 18px;
}    
}

@media screen and (max-width:1024px){
/*見出し*/    
.common_ttl h4 {
    font-size: 28px;
}   

/*説明文*/   
#main_col .post_content .common_txt p {
    font-size: 16px;
}    
}

@media screen and (max-width:960px){
/*見出し*/    
.common_ttl {
    margin-bottom: 25px;
}	
.common_ttl h4 {
    padding: 0 0 25px;
}	
.common_ttl:after {
    width: 50px;
}     
}

@media screen and (max-width:480px){
/*見出し*/    
.common_ttl h4 {
    font-size: 23px;
}   

/*説明文*/   
#main_col .post_content .common_txt p {
    font-size: 14px;
}  
#main_col .post_content .common_txt p br.pc {
    display: none;
}      
#main_col .post_content .common_txt p br.smp {
    display: block;
}    
}

/*-------------------------------------
    FV
-------------------------------------*/
.fv {
    display: flex;
    position: relative;
    justify-content: center;
    padding: 0;
}
.fvbg_left {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_fv_img03.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.fvbg_right {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_fv_img04.png);
    background-position: top left 43vw;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.fvbg_point {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_bg_img02.png);
    background-position: bottom -100px right -70px;
    background-repeat: no-repeat;
    background-size: 550px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    opacity: 0.07;
}
.fv_content {
    width: 90%;
    max-width: 1920px;
    padding: 5%;
    position: relative;
    z-index: 4;
}
.flex_ttl {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flex_ttl .ft_ttl {
    width: 50%;
}
.flex_ttl .ft_ttl img {
    width: 100%;
    max-width: 950px;
}
.flex_ttl .ft_img {
    width: 47%;
    margin-left: 3%;
}
.flex_ttl .ft_img img {
    width: 100%;
    max-width: 850px;
}

.flex_cta {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.flex_cta .fc_btn {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex_cta .fc_btn a {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    width: 48%;
    padding: 22px 0;
    border-radius: 50px;
    position: relative;
}
.flex_cta .fc_btn a:nth-child(1) {
    background: #F58F29;
}
.flex_cta .fc_btn a:nth-child(2) {
    background: #223360;
}
.flex_cta .fc_btn a[target="_blank"] {
    padding-right: 0 !important;
} 
.flex_cta .fc_btn a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: block;
    position: absolute;
    right: 30px;
    top: 45%;
    transform: rotate(-45deg);
    transition: all 0.2s ease-out;
}
.flex_cta .fc_btn a:hover {
    text-decoration: none!important;
}
.flex_cta .fc_btn a:nth-child(1):hover {
    background: #eb7e12;
}
.flex_cta .fc_btn a:nth-child(2):hover {
    background: #14234a;
}
.flex_cta .fc_note {
    width: 47%;
    margin-left: 3%;
}
#main_col .post_content .flex_cta .fc_note p {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
#main_col .post_content .flex_cta .fc_note p br {
    display: none;
}

@media screen and (max-width:1920px){
.fvbg_right {
    background-position: top left 36vw;
}
.fv_content {
    width: 86%;
    padding: 7%;
}      
}

@media screen and (max-width:1680px){
.fvbg_right {
    background-position: top left 32vw;
}      
.flex_cta .fc_btn a {
    font-size: 16px;
}
}
@media screen and (max-width:1440px){
.fvbg_right {
    background-position: top left 26vw;
}
.fvbg_point {
    background-size: 400px;
}         
}

@media screen and (max-width:1200px){
.fvbg_right {
    background-position: top left 18vw;
} 
.fv_content {
    width: 90%;
    padding: 5%;
}    
.flex_cta .fc_btn a {
    font-size: 13px;
    padding: 18px 0;
}    
.flex_cta .fc_btn a:after {
    width: 5px;
    height: 5px;
    right: 20px;
}    
#main_col .post_content .flex_cta .fc_note p {
    font-size: 12px;
    margin-top: 10px;
}    
}

@media screen and (max-width:1024px){
.fvbg_right {
    background-position: top left 10vw;
}   
.fvbg_point {
    background-size: 350px;
}    
}

@media screen and (max-width:960px){
.fvbg_right {
    background-position: top left 3vw;
}     
.flex_cta .fc_btn a {
    font-size: 11px;
    padding: 15px 0;
} 
#main_col .post_content .flex_cta .fc_note p {
    font-size: 10px;
}
}

@media screen and (max-width:840px){
.fvbg_right {
    background-position: top left -5vw;
} 
}

@media screen and (max-width:768px){
.fvbg_right {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_fv_img04_smp.png);
    background-position: bottom -70vw center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.fv_content {
    padding: 7% 5%;
}    
.flex_ttl , .flex_cta {
    justify-content: center;
}  
.flex_ttl .ft_ttl {
    width: 85%;
    margin-bottom: 10px;
}    
.flex_ttl .ft_img {
    width: 75%;
    margin-left: 0;
}
.flex_cta {
    flex-direction: column-reverse;
}    
.flex_cta .fc_btn {
    width: 100%;
    justify-content: center;
}   
.flex_cta .fc_note {
    width: 100%;
    margin-left: 0;
}   
#main_col .post_content .flex_cta .fc_note p {
    font-size: 13px;
    margin: 20px 0 30px;
}
.flex_cta .fc_btn a {
    width: 70%;
    font-size: 16px;
    padding: 23px 0;
    margin-bottom: 20px;
}     
}

@media screen and (max-width:640px){
.fvbg_right {
    background-position: bottom -85vw center;
} 
}

@media screen and (max-width:580px){
.fvbg_right {
    background-position: bottom -95vw center;
}   
.fv_content {
    padding: 10% 5%;
}    
.flex_ttl .ft_ttl {
    width: 95%;
}   
.flex_ttl .ft_img {
    width: 80%;
}   
.flex_cta .fc_btn a {
    width: 85%;
}    
}

@media screen and (max-width:480px){
.fvbg_right {
    background-position: bottom -120vw center;
}   
.flex_cta .fc_btn a {
    font-size: 13px;
    padding: 18px 0;
}       
#main_col .post_content .flex_cta .fc_note p {
    font-size: 10px;
    line-height: 2;
    margin: 10px 0 20px;
}    
#main_col .post_content .flex_cta .fc_note p br {
    display: block;
}
}

@media screen and (max-width:414px){
.fvbg_right {
    background-position: bottom -145vw center;
}    
}

@media screen and (max-width:375px){
.fvbg_right {
    background-position: bottom -165vw center;
}    
}

/*-------------------------------------
    Platinum Partner
-------------------------------------*/
/*プラチナパートナーとは*/
.pp_about {
    margin-bottom: 70px;
    position: relative;
}
.pp_a_bgimg {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_bg_img03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.pp_a_bgtxt {
    bottom: 3%;
    right: 3%;
    position: absolute;
    z-index: 2;
}
#main_col .post_content .pp_a_bgtxt p {
    color: #F4F4F4;
    font-size: 40px;
    font-weight: bold;
}
.pp_a_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 6%;
    position: relative;
    z-index: 3;
}
.pp_a_flex .pp_a_logo {
    width: 16%;
}
.pp_a_flex .pp_a_txt {
    width: 80%;
    letter-spacing: 0.1em;
}
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(1) {
    text-align: left !important;
    color: #314062;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(1) span {
    font-size: 60%;
}
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(2) {
    text-align: left !important;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
}

/*６つの標準メニュー*/
.pp_menu .pp_m_ttl {
    margin-bottom: 30px;
}
#main_col .post_content .pp_menu .pp_m_ttl p {
    color: #314062;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.05em;
    border-top: 1px solid #314062;
    border-bottom: 1px solid #314062;
    box-sizing: border-box;
    padding: 15px 0;
}
.pp_menu .pp_m_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.pp_m_box {
    background: #314062;
    width: 32%;
    margin-bottom: 2%;
    position: relative;
}
#main_col .post_content .pp_m_box p.name {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 50px 0;
    position: relative;
    z-index: 2;
}
#main_col .post_content .pp_m_box p.no {
    color: #67789F;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media screen and (max-width:1440px){
/*プラチナパートナーとは*/
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(1) {
    font-size: 25px;
} 
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(2) {
    font-size: 18px;
}
    
/*６つの標準メニュー*/
#main_col .post_content .pp_menu .pp_m_ttl p {
    font-size: 27px;
}  
#main_col .post_content .pp_m_box p.name {
    font-size: 18px;
}    
#main_col .post_content .pp_m_box p.no {
    font-size: 40px;
}    
}

@media screen and (max-width:1200px){
/*プラチナパートナーとは*/
#main_col .post_content .pp_a_bgtxt p {
    font-size: 30px;
}    
}

@media screen and (max-width:1024px){
/*プラチナパートナーとは*/
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(1) {
    margin-bottom: 10px;
}    
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(2) {
    font-size: 16px;
}
    
/*６つの標準メニュー*/
#main_col .post_content .pp_menu .pp_m_ttl p {
    font-size: 24px;
}  
#main_col .post_content .pp_m_box p.name {
    font-size: 16px;
    padding: 40px 0;
}  
}

@media screen and (max-width:768px){
/*プラチナパートナーとは*/
.pp_a_flex {
    justify-content: center;
    padding: 60px 7% 70px;
}
.pp_a_flex .pp_a_logo {
    width: 100%;
    margin-bottom: 30px;
}
.pp_a_flex .pp_a_logo img {
    display: block;
    width: 120px;
    margin: 0 auto;
}    
.pp_a_flex .pp_a_txt {
    width: 100%;
}    
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(1) {
    text-align: center !important;
}    
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(2) {
    line-height: 2.3;
}    
}

@media screen and (max-width:580px){
/*プラチナパートナーとは*/
.pp_a_bgtxt {
    bottom: 4%;
    right: 5%;
}     
#main_col .post_content .pp_a_bgtxt p  {
    font-size: 22px;
}    
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(1) {
    font-size: 22px;
}    
#main_col .post_content .pp_a_flex .pp_a_txt p:nth-child(2) {
    font-size: 14px;
}   
    
/*６つの標準メニュー*/
.pp_menu .pp_m_ttl {
    margin-bottom: 20px;
}    
.pp_m_box {
    width: 49%;
}  
}

@media screen and (max-width:480px){
/*プラチナパートナーとは*/
.pp_a_flex .pp_a_logo {
    margin-bottom: 20px;
}    
.pp_a_flex .pp_a_logo img {
    width: 100px;
} 
/*６つの標準メニュー*/
#main_col .post_content .pp_menu .pp_m_ttl p {
    font-size: 22px;
}  
#main_col .post_content .pp_m_box p.name {
    font-size: 14px;
    padding: 30px 0;
}
#main_col .post_content .pp_m_box p.no {
    font-size: 30px;
}    
}

/*-------------------------------------
    こんなお悩みありませんか？
-------------------------------------*/
section.nayami_section {
    background: #F0F2EF;
    padding: 120px 0;
    margin-top: 120px;
}

/*見出し*/
section.nayami_section h5 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 0;
    margin-bottom: 40px;
}

/*悩み３つ*/
.nayami_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nayami_box {
    width: 31%;
    background: #fff;
    border-radius: 50%;
    padding: 9% 0;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    position: relative;
}
.nayami_box .nayami_icon {
    position: absolute;
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_icon_img01.png);
    background-repeat: no-repeat;
    background-size: 50px;
    width: 100%;
    height: 100%;
    top: 2%;
    left: 2%;
}
#main_col .post_content .nayami_box p {
    font-size: 22px;
    font-weight: bold;
    line-height: 2.3;
    letter-spacing: 0.05em;
}
#main_col .post_content .nayami_box p span {
    text-decoration: underline;
    text-decoration-color: #F58F29;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.4em;
}

/*解決*/
.nayami_txt {
    margin-top: 70px;
}
#main_col .post_content .nayami_txt p {
    font-size: 30px;
    font-weight: bold;
    text-decoration-color: #F1E9A3;
    text-decoration-line: underline;
    text-decoration-thickness: 30px;
    text-underline-offset: -10px;
}
#main_col .post_content .nayami_txt p span {
    font-size: 150%;
}
#main_col .post_content .nayami_txt p br {
    display: none;
}

@media screen and (max-width:1440px){
/*見出し*/
section.nayami_section h5 {
    font-size: 32px;
}  
    
/*悩み３つ*/
.nayami_box .nayami_icon {
    top: 4%;
    left: 4%;
}    
#main_col .post_content .nayami_box p {
    font-size: 20px;
}
    
/*解決*/   
.nayami_txt {
    margin-top: 40px;
}    
#main_col .post_content .nayami_txt p {
    font-size: 25px;
    text-decoration-thickness: 20px;
    text-underline-offset: -5px;
}
}

@media screen and (max-width:1024px){
/*悩み３つ*/
.nayami_box .nayami_icon {
    background-size: 40px;
}    
#main_col .post_content .nayami_box p {
    font-size: 18px;
}    

/*解決*/    
#main_col .post_content .nayami_txt p {
    font-size: 22px;
}  
}

@media screen and (max-width:960px){
section.nayami_section {
    padding: 100px 0;
    margin-top: 100px;
}
	
/*悩み３つ*/
#main_col .post_content .nayami_box p {
    font-size: 18px;
}     
}

@media screen and (max-width:840px){
/*悩み３つ*/  
#main_col .post_content .nayami_box p {
    font-size: 16px;
}
   
/*解決*/   
#main_col .post_content .nayami_txt p {
    font-size: 20px;
}    
}

@media screen and (max-width:768px){
/*悩み３つ*/
.nayami_area {
    justify-content: center;
    width: 90%;
    margin: 0 auto;
}
.nayami_box {
    width: 47%;
    padding: 13% 0;
    margin-right: 6%;
    margin-bottom: 3%;
}    
.nayami_box:nth-child(2n) {
    margin-right: 0;
}      
}

@media screen and (max-width:640px){
/*見出し*/

/*悩み３つ*/

/*解決*/
.nayami_txt {
    margin-top: 20px;
}    
#main_col .post_content .nayami_txt p {
    font-size: 25px;
    line-height: 2;
}    
#main_col .post_content .nayami_txt p br {
    display: block;
}
}

@media screen and (max-width:580px){
/*見出し*/

/*悩み３つ*/
.nayami_area {
    width: 100%;
}
.nayami_box .nayami_icon {
    background-size: 35px;
}    
#main_col .post_content .nayami_box p {
    font-size: 14px;
}
}

@media screen and (max-width:480px){
section.nayami_section {
    padding: 70px 0;
    margin-top: 70px;
}	
	
/*見出し*/
section.nayami_section h5 {
    font-size: 23px;
} 

/*悩み３つ*/
.nayami_box .nayami_icon {
    background-size: 30px;
}    
#main_col .post_content .nayami_box p {
    font-size: 12px;
}
#main_col .post_content .nayami_box p span {
	text-decoration-thickness: 2px;
}	
    
/*解決*/    
#main_col .post_content .nayami_txt p {
    font-size: 22px;
}  
}

@media screen and (max-width:480px){
/*悩み３つ*/
.nayami_box .nayami_icon {
    background-size: 25px;
}    
#main_col .post_content .nayami_box p {
    font-size: 10px;
}
    
/*解決*/    
#main_col .post_content .nayami_txt p {
    font-size: 20px;
}  
}

/*-------------------------------------
    アンカーリンク
-------------------------------------*/
.anchor_link {
    position: relative;
    padding: 170px 0 0;
}
.triangle {
    position: absolute;
    left: 47%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 50px solid #F0F2EF;
    border-left: 3vw solid transparent;
    border-right: 3vw solid transparent;
}
.anchor_area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #CFC677;
}
.anc_box {
    width: 20%;
    text-align: center;
    border-left: 1px solid #CFC677;
    box-sizing: border-box;
}
.anc_box:first-child {
    border-left: 0;
}
.anc_box a {
    display: block;
    background: #F3EEC1;
    color: #333 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    padding: 20px 0 30px;
    position: relative;
    transition: 0.5s;
}
.anc_box a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: calc(50% - 10px);
    border-top: solid 2px #CFC677;
    border-right: solid 2px #CFC677;
    transform: rotate(135deg) translateY(0%);
    color: inherit;
}
.anc_box a:hover {
    background: #f1e9a3;
    transition: 0.5s;
    text-decoration: none !important;
}
a#anc_003 {
    display: block;
    position: relative;
    top: 100px;
    visibility: hidden;
}

@media screen and (max-width:1200px){
.triangle {
    left: 44%;
    border-left: 6vw solid transparent;
    border-right: 6vw solid transparent;
}
.anc_box a {
    font-size: 18px;
}	
.anc_box a::after {
    width: 8px;
    height: 8px;
}	
}

@media screen and (max-width:960px){
.anchor_link {
    padding: 120px 0 0;
}
}

@media screen and (max-width:768px){
.anc_box a {
    font-size: 15px;
} 
}

@media screen and (max-width:580px){
.triangle {
	left: 35%;
    border-left: 15vw solid transparent;
    border-right: 15vw solid transparent;
}
.anc_box {
    width: 50%;
    border-left: 0;
    border-bottom: 1px solid #CFC677;
}    
.anc_box:first-child {
    border-bottom: 1px solid #CFC677;
}
.anc_box:nth-child(2n) {
    border-left: 1px solid #CFC677;
}	
.anc_box.last {
	width: 100%;
    border-bottom: 0;
}	
.anc_box a {
    padding: 10px 0 25px;
}	
}

@media screen and (max-width:480px){
.anchor_link {
    padding: 90px 0 0;
}
a#anc_003 {
    top: 70px;
}    
}

@media screen and (max-width:414px){
a#anc_003 {
    top: 40px;
}    
}

/*-------------------------------------
    料金プラン
-------------------------------------*/
.price_box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.price_box:last-child {
    margin-bottom: 0;
}
.price_box .price_ttl {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price_box .price_menu {
    width: 67%;
    padding: 50px 4%;
}
.price_box.option .price_menu {
    padding: 50px 4% 35px;
}
.price_box.shopserve .price_ttl {
    background: #314062;
}
.price_box.shopserve .price_menu {
    background: #F4F4F4;
}
.price_box.standard .price_ttl {
    background: #07664B;
}
.price_box.standard .price_menu {
    background: #F0F2EF;
}
.price_box.option .price_ttl {
    background: #F58F29;
}
.price_box.option .price_menu {
    background: #F1EFEC;
}
#main_col .post_content .price_box .price_ttl p {
    color: #fff;
    font-size: 23px;
    font-weight: bold;
	line-height: 1.4;
}

/*ショップサーブ利用料・標準メニュー*/
.price_box.shopserve .price_ttl p span,
.price_box.option .price_ttl p span {
    font-size: 120%;
}
.price_box.standard .price_ttl p span {
    font-size: 150%;
    letter-spacing: 0.1em;
}
.price_menu dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}
.price_menu dl:last-child {
    margin-bottom: 0 !important;
}
.price_menu dl dt {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 0;
}
.price_box.shopserve .price_menu dl dt {
    background: #E8EAED; 
}
.price_box.standard .price_menu dl dt {
    background: #E2E6E0; 
}
.post_content .price_menu dl dd {
    width: 72%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.price_menu dl dd p {
    font-weight: bold;
    line-height: 1;
}
#main_col .post_content .price_box.shopserve .price_menu dl dd p {
    font-size: 45px;
}
#main_col .post_content .price_box.standard .price_menu dl:nth-child(1) dd p {
    font-size: 60px;
}
.price_menu dl dd span.yen {
    font-size: 25px;
    font-weight: bold;
}
.price_menu dl dd span.tax {
    font-size: 10px;
    font-weight: normal;
}
#main_col .post_content .price_box.shopserve .price_menu > p {
    text-align: left !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-top: 30px;
}
.price_menu .standard_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main_col .post_content .price_menu .standard_menu p {
    text-align: left !important;
    width: 43%;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    padding: 20px 3%;
    margin-bottom: 10px;
}
#main_col .post_content .price_menu .standard_menu p:nth-child(5),
#main_col .post_content .price_menu .standard_menu p:nth-child(6) {
    margin-bottom: 0;
}
#main_col .post_content .price_menu .standard_menu p span {
    font-size: 10px;
    font-weight: normal;
}

/*オプションメニュー*/
.button_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.button_grid br {
    display: none;
}
.button_grid button {
	color: #333;
    background: #fff;
    width: 48%;
    padding: 25px 20px;
    font-size: 18px;
    cursor: pointer;
	padding-right: 1.5em;
    margin-bottom: 15px;
	position: relative; 
	transition: .3s;
	border: 0;
}
.button_grid button::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 13px 13px;
    border-color: transparent transparent #CAC9C8 transparent;
}
.button_grid button:hover {
    background: #fdf9f0;
    transition: .3s;
}
.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal_content {
    background-color: #fff;
    padding: 30px 2% 50px;
    max-width: 500px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal_close {
	color: #333;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    background: none;
}
.modal_content b {
    display: block;
    color: #F58F29;
    font-size: 20px;
    margin-bottom: 20px;
}
.modal_content dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post_content .modal_content dl dt {
    width: 52%;
}
.post_content .modal_content dl dd {
    width: 32%;
}
.post_content .modal_content dl dt , .post_content .modal_content dl dd {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 3% 5px 5%;
    border-bottom: 1px solid #BCBCBC;
}
.post_content .modal_content dl dt {
    justify-content: left;
}
.post_content .modal_content dl dd {
    justify-content: center;
}
.post_content .modal_content .ttl {
    background: #F1EFEC;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    justify-content: center;
	align-items: baseline;
    border: 0;
}
.post_content .modal_content .ttl span {
    font-size: 50%;
}

@media screen and (max-width:1440px){
#main_col .post_content .price_box .price_ttl p {
    font-size: 21px;
}
}

@media screen and (max-width:1200px){
/*ショップサーブ利用料・標準メニュー*/
#main_col .post_content .price_box.shopserve .price_menu dl dd p {
    font-size: 40px;
}
#main_col .post_content .price_box.standard .price_menu dl:nth-child(1) dd p {
    font-size: 50px;
}
#main_col .post_content .price_box.shopserve .price_menu > p {
    font-size: 16px;
}	
	
/*オプションメニュー*/  
.button_grid button {
    font-size: 16px;
}	   
}

@media screen and (max-width:1024px){
#main_col .post_content .price_box .price_ttl p {
	font-size: 18px;
}	
	
/*ショップサーブ利用料・標準メニュー*/
.price_menu dl dt {
    font-size: 15px;
}	
#main_col .post_content .price_box.shopserve .price_menu dl dd p {
    font-size: 36px;
}
#main_col .post_content .price_box.standard .price_menu dl:nth-child(1) dd p {
    font-size: 46px;
}	
#main_col .post_content .price_box.shopserve .price_menu > p {
    font-size: 14px;
}
#main_col .post_content .price_menu .standard_menu p {
    width: 94%;
	line-height: 1.4;
    padding: 15px 5%;
}	
#main_col .post_content .price_menu .standard_menu p:nth-child(5) {
	margin-bottom: 10px;
}	   
}

@media screen and (max-width:768px){
.price_box .price_ttl {
    width: 100%;
}
.price_box .price_menu {
    width: 92%;
	padding: 30px 6%;
}	
.price_box.option .price_menu {
    padding: 30px 6% 15px;
}
#main_col .post_content .price_box .price_ttl p {
	font-size: 22px;
	padding: 30px 0;
}	
#main_col .post_content .price_box .price_ttl p br {
    display: none;
}	
.price_box.shopserve .price_ttl p span,.price_box.standard .price_ttl p span, .price_box.option .price_ttl p span {
    font-size: 100%;
}	
	
/*ショップサーブ利用料・標準メニュー*/
.price_menu dl dt {
    width: 40%;
}
.post_content .price_menu dl dd {
    width: 57%;
}
	
/*オプションメニュー*/   	
.button_grid button {
	font-size: 15px;
}
.modal_content {
    padding: 30px 4% 50px;
    max-width: 75%;
    top: 55%;
}
.post_content .modal_content dl dd {
    width: 32%;
}	
}

@media screen and (max-width:480px){
/*ショップサーブ利用料・標準メニュー*/
.price_menu dl dt {
	width: 100%;
}
.post_content .price_menu dl dd {
	width: 100%;
	justify-content: center;
	padding: 20px 0 5px;
}	
#main_col .post_content .price_box.shopserve .price_menu dl dd p {
	font-size: 32px;
}	
#main_col .post_content .price_box.standard .price_menu dl:nth-child(1) dd p {
	font-size: 38px;
}	
	
/*オプションメニュー*/    
.button_grid button {
    width: 100%;
	margin-bottom: 10px
}
#main_col .post_content .price_box .price_ttl p {
	font-size: 20px;
	padding: 25px 0;
}
.modal_content b {
    font-size: 18px;
 }	
.post_content .modal_content dl dd {
	width: 32%;
	padding: 5px 3% 5px 5%;
}		
.post_content .modal_content .ttl {
    font-size: 14px;
}	
.post_content .modal_content dl dt, .post_content .modal_content dl dd {
    font-size: 12px;
}	
}

/*-------------------------------------
    モデルプラン
-------------------------------------*/
.model_area {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}
.model_box {
    width: 32%;
    border: 2px solid #F0F2EF;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
}
.model_box.pickup {
    border: 2px solid #F1E9A3;
}
.model_box.pickup .mb_ttl {
    position: relative;
}
.pickup_icon {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_pickup_img01.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 25%;
    width: 100%;
    height: 100%;
    position: absolute;
}
#main_col .post_content .model_box .mb_ttl p {
    background: #F0F2EF;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.03em;
    padding: 35px 0;
}
#main_col .post_content #main_col .post_content .model_box .mb_ttl p span {
    font-size: 80%;
}
#main_col .post_content .model_box.pickup .mb_ttl p {
    background: #F1E9A3;
}
.mb_txt {
    padding: 30px 7%;
}
#main_col .post_content .mb_txt p.lead {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}
#main_col .post_content .mb_txt p.price {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
}
#main_col .post_content .mb_txt p.price span.yen {
    font-size: 25px;
}
#main_col .post_content .mb_txt p.tax {
    font-size: 14px;
    font-weight: normal;
}
.mb_txt .production {
    border-top: 2px solid #F0F2EF;
    box-sizing: border-box;
    padding-top: 30px;
    margin-top: 30px;
}
.model_box.pickup .mb_txt .production {
    border-top: 2px solid #F1E9A3;
}
.mb_txt .production b {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
}
#main_col .post_content .mb_txt .production p.border {
    text-align: left !important;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #333;
    box-sizing: border-box;
    padding: 10px 3%;
    margin-bottom: 10px;
}
#main_col .post_content .mb_txt .production p.plus {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
.mb_txt .production ul {
    list-style: none;
    margin: 0;
}
.mb_txt .production ul li {
    font-size: 16px;
}
.mb_txt .production ul li.heigth {
    height: 70px;
}
.mb_txt .production ul li span {
    font-weight: bold;
}
#main_col .post_content p.model_note {
    font-size: 16px;
	line-height: 2;
    margin-top: 50px;
}
#main_col .post_content p.model_note br:nth-child(1) {
    display: none;
}
#main_col .post_content p.model_note br:nth-child(2) {
    display: none;
}

@media screen and (max-width:1440px){
#main_col .post_content .model_box .mb_ttl p {
    font-size: 26px;
} 
#main_col .post_content .mb_txt p.lead {
    margin-bottom: 10px;
}	
#main_col .post_content .mb_txt p.price {
    font-size: 55px;
}	
}

@media screen and (max-width:1024px){
#main_col .post_content .model_box .mb_ttl p {
	font-size: 22px;
}  
#main_col .post_content .mb_txt p.lead {
    font-size: 12px;
}		
#main_col .post_content .mb_txt p.price {
    font-size: 50px;
}
.mb_txt .production b {
    font-size: 16px;
}
#main_col .post_content .mb_txt .production p.border {
    font-size: 16px;
    padding: 7px 6%;
    margin-bottom: 7px;
}	
.mb_txt .production ul li {
    font-size: 14px;
}	
.mb_txt .production ul li.heigth {
    height: 60px;
}	
}

@media screen and (max-width:960px){
#main_col .post_content p.model_note {
    font-size: 15px;
    margin-top: 40px;
}	
#main_col .post_content p.model_note br:nth-child(2) {
    display: block;
}
}

@media screen and (max-width:768px){
.model_box {
    width: 100%;
	margin-bottom: 30px;
}	
.pickup_icon {
    background-size: 10%;
}	
#main_col .post_content .model_box .mb_ttl p {
	font-size: 24px;
}	
#main_col .post_content .mb_txt p.lead {
	font-size: 16px;
}
#main_col .post_content .mb_txt p.lead br:nth-child(1) {
    display: none;
}	
#main_col .post_content .mb_txt p.price {
	font-size: 60px;
}	
.mb_txt .production b {
    font-size: 18px;
}
#main_col .post_content .mb_txt .production p.border {
    font-size: 18px;
    padding: 10px 6%;
    margin-bottom: 10px;
}	
.mb_txt .production ul li {
    font-size: 16px;
}	
.mb_txt .production ul li.heigth {
	height: auto;
}
#main_col .post_content p.model_note {
    margin-top: 10px;
}	
}

@media screen and (max-width:580px){
.pickup_icon {
	background-size: 15%;
}	
#main_col .post_content .mb_txt p.lead br:nth-child(1) {
    display: block;
}	
#main_col .post_content .mb_txt p.price {
    font-size: 50px;
}		
#main_col .post_content p.model_note {
    font-size: 14px;
}	
}

@media screen and (max-width:480px){
#main_col .post_content .model_box .mb_ttl p {
	font-size: 22px;
	padding: 25px 0;
}	
#main_col .post_content .mb_txt p.lead {
	font-size: 15px;
}	
.mb_txt .production b {
    font-size: 16px;
}
#main_col .post_content .mb_txt .production p.border {
    font-size: 16px;
    padding: 7px 6%;
    margin-bottom: 7px;
}	
.mb_txt .production ul li {
    font-size: 14px;
} 
#main_col .post_content p.model_note br:nth-child(1) {
    display: block;
}	
}

@media screen and (max-width:414px){
#main_col .post_content p.model_note {
	font-size: 13px;
	margin-top: 0;
}
}

/*-------------------------------------
    ご依頼から納品までの流れ
-------------------------------------*/
section.order_section {
    background: #F0F2EF;
    padding: 0;
    margin-top: 140px;
    position: relative;
}
.width_order {
    width: 92%;
    max-width: 960px;
    margin: 0 auto;  
}
section.order_section .width_order {
    padding: 140px 0;
	position: relative;
    z-index: 2;
}
.orderbg_left {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_bg_img01.png);
    background-position: top -2vw left -4vw;
    background-repeat: no-repeat;
    background-size: 30%;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    position: absolute;
    z-index: 1;
}
.orderbg_right {
    background-image: url(https://shopserve.estore.jp/img/kaitenplan/kaitenplan_bg_img02.png);
    background-position: bottom -7vw right -4vw;
    background-repeat: no-repeat;
    background-size: 30%;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    position: absolute;
    z-index: 1;
}
.order_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8%;
}
.order_box.last {
    margin-bottom: 0;
}
.order_box .ob_img {
    width: 8%;
    position: relative;
}
.order_box .ob_img::after {
    content: "";
    background: #333;
    width: 1px;
    height: 50px;
    position: absolute;
    bottom: -80%;
    left: 50%;
}
.order_box.last .ob_img::after {
    content: unset!important;
}
.order_box .ob_txt {
    width: 90%;
    letter-spacing: 0.05em;
}
.order_box .ob_txt b {
    display: block;
    font-size: 25px;
    line-height: 1.6;
    margin-bottom: 10px;
}
#main_col .post_content .order_box .ob_txt p {
    text-align: left !important;
    font-size: 20px;
}
#main_col .post_content .order_box .ob_txt p span {
    font-size : 14px;
}

@media screen and (max-width:1440px){
.order_box .ob_txt b {
    font-size: 23px;
}
#main_col .post_content .order_box .ob_txt p {
    font-size: 18px;
}	
}

@media screen and (max-width:1024px){
.orderbg_left {
    background-position: top -4vw left -7vw;
    background-size: 40%;
}	
.orderbg_right {
    background-position: bottom -10vw right -7vw;
    background-size: 40%;
}	
.order_box .ob_img {
    width: 7%;
}	
.order_box .ob_txt b {
    font-size: 21px;
}
#main_col .post_content .order_box .ob_txt p {
    font-size: 16px;
}    
.order_box .ob_img::after {
    height: 40px;
    bottom: -90%;
}	
}

@media screen and (max-width:960px){
section.order_section {
    margin-top: 100px;
}	
section.order_section .width_order {
    padding: 100px 0;
}
}

@media screen and (max-width:768px){
.order_box .ob_img {
	width: 9%;
}   
.order_box .ob_txt {
    width: 87%;
}	
}

@media screen and (max-width:580px){
.orderbg_left {
	background-position: top -4vw left -12vw;
	background-size: 60%;
}	
.orderbg_right {
	background-position: bottom -14vw right -10vw;
	background-size: 60%;
}	
.order_box {
    margin-bottom: 12%;
    position: relative;
}	
.order_box::after {
    content: "";
    background: #333;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
}	
.order_box:nth-child(2)::after {
    bottom: -70%;
}	
.order_box:nth-child(3)::after,
.order_box:nth-child(4)::after{
    bottom: -50%;
}
.order_box:nth-child(5)::after, 
.order_box:nth-child(6)::after {
    bottom: -40%;
}	
.order_box.last::after {
    content: unset;
}		
.order_box .ob_img {
	width: 11%;
}
.order_box .ob_img::after {
    content: unset;
}	
.order_box .ob_txt {
	width: 85%;
}	
}

@media screen and (max-width:480px){
section.order_section {
    margin-top: 70px;
}	
section.order_section .width_order {
    padding: 70px 0;
}	
.order_box {
    margin-bottom: 14%;
}	
.order_box:nth-child(3)::after, 
.order_box:nth-child(4)::after {
	bottom: -60%;
}	
.order_box .ob_img {
	width: 13%;
}
.order_box .ob_txt {
	width: 82%;
}  
.order_box .ob_txt b {
	font-size: 18px;
	margin-bottom: 5px;
}	
#main_col .post_content .order_box .ob_txt p {
	font-size: 14px;
}	
}

@media screen and (max-width:414px){
.order_box {
    margin-bottom: 16%;
}	
.order_box:nth-child(2)::after {
	bottom: -90%;
}	
.order_box:nth-child(3)::after, 
.order_box:nth-child(4)::after {
	bottom: -65%;
}	
.order_box:nth-child(5)::after, 
.order_box:nth-child(6)::after {
	bottom: -50%;
}
.order_box .ob_txt b {
	font-size: 16px;
}	
#main_col .post_content .order_box .ob_txt p {
	font-size: 12px;
}	
#main_col .post_content .order_box .ob_txt p span {
    font-size: 10px;
}	
}

/*-------------------------------------
    お問い合わせ
-------------------------------------*/
section.contact_section {
    background: #F7F7F8;
    padding: 140px 0;
}
section.contact_section .wpcf7 {
    border: none;
    margin: 20px 0 0 !important;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
section.contact_section .wpcf7 form {
    padding: 100px 7em 60px;
    margin: 0;
}
#main_col .post_content section.contact_section .wpcf7 form p {
    text-align: left !important;
    padding-bottom: 30px;
}
section.contact_section .wpcf7 form label {
    font-size: 18px;
    letter-spacing: 0.08em;
}
section.contact_section .wpcf7 form label .required {
    font-size: 0.7em;
    color: #FF0000;
    margin: 0 0 0 0.6em;
    vertical-align: 3%;
}
section.contact_section .wpcf7 form .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
section.contact_section .wpcf7 form .wpcf7-radio .wpcf7-list-item:not(:first-child) {
    margin-left: 15px;
}
section.contact_section .wpcf7 form use_label_element {
    display: block;
    margin: 18px 0 5px;
}
section.contact_section .wpcf7 form use_label_element p {
    padding-top: 7px;
}
section.contact_section .wpcf7 form input, section.contact_section .wpcf7 form textarea {
    font-size: 17px;
    border-radius: 5px;
    background-color: #F6F6F6;
    border: 1px solid #F6F6F6;
}
section.contact_section .wpcf7 form textarea {
    height: 200px;
}
#main_col .post_content section.contact_section .wpcf7 form p:has(textarea[name=your-message]) label {
    line-height: 0.1;
}
#main_col .post_content section.contact_section .wpcf7 form p:has(textarea[name=your-message]) label textarea {
    margin-top: 5px;
}
section.contact_section .wpcf7 form .wpcf7-submit {
    color: #FFFFFF;
    background-color: #00345B;
    letter-spacing: 0.8em;
    padding-left: 30px;
}

@media screen and (max-width:960px){
section.contact_section {
    padding: 100px 0;
}	
section.contact_section .wpcf7 form {
    padding: 70px 4em 30px;
}	
section.contact_section .wpcf7 form label {
    font-size: 16px;
}   
}

@media screen and (max-width:480px){
section.contact_section {
    padding: 70px 0;
}	
section.contact_section .wpcf7 form {
	padding: 60px 2em 20px;
}
section.contact_section .wpcf7 form label {
    font-size: 14px;
}  
}

/*-------------------------------------
    よくあるご質問
-------------------------------------*/
section.faq_section {
     padding: 140px 0;
}
.Qa_area .Qa {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #BCBCBC;
}
.Qa_area .Qa dt {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
#main_col .post_content .Qa_area .Qa dt p {
    text-align: left !important;
    font-size: 20px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 3px 50px 3px 80px;
    width: 100%;
}
.Qa_area .Qa dt::before {
    content: "Q";
    color: #07664B;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    left: 0;
    top: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 70px;
    position: absolute;
    letter-spacing: 0;
}
.Qa_area .Qa dt{
    cursor: pointer;
    position: relative;
}
.Qa_area .Qa dt:after {
    content: "";
    position: absolute;
    right: 25px;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.Qa_area .Qa dt.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Qa_area .Qa dd{
	display: none;
	position: relative;
	align-items: center;
    margin: 5px 0 15px;
}
.Qa_area .Qa dd::before {
    content: "A";
    color: #d64141;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    left: 0;
    top: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 70px;
    position: absolute;
    letter-spacing: 0;
}
.Qa_area.no_Qa .Qa dd::before , .Qa_area.no_Qa .Qa dt::before {
    display: none;
}
#main_col .post_content .Qa_area .Qa dd p {
    text-align: left !important;
    font-size: 18px;
    line-height: 2;
    font-weight: normal;
    margin: 0;
    padding: 5px 50px 5px 80px;
    width: auto;
}
.Qa_area.no_Qa .Qa dt p {
	padding: 5px 50px 5px 20px;
}
#main_col .post_content .Qa_area .Qa dd p a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
}
#main_col .post_content .Qa_area .Qa dd p.annotation {
    font-size: 12px;
    padding: 0 60px;
    text-indent: -1em;
}
#main_col .post_content .Qa_area .Qa dd p a {
    text-decoration: underline;
    text-underline-offset: 0.3em;
}

@media(max-width:1200px){    
#main_col .post_content .Qa_area .Qa dt p {
    font-size: 18px;
}   
#main_col .post_content .Qa_area .Qa dd p {
    font-size: 16px;
}	
}

@media(max-width:960px){ 
section.faq_section {
    padding: 100px 0;
}
}

@media(max-width:768px){    
#main_col .post_content .Qa_area .Qa dt p {
    font-size: 16px;
	padding: 3px 50px 3px 70px;
}   
#main_col .post_content .Qa_area .Qa dd p {
    font-size: 14px;
	padding: 5px 50px 5px 70px;
}   
}

@media(max-width:480px){  
section.faq_section {
    padding: 70px 0;
}	
#main_col .post_content .Qa_area .Qa dt p {
    font-size: 15px;
	line-height: 1.6;
}  
}
