@charset "utf-8";

/* ---------------------------------------------------------------------------------------- 

	共通

	※bootstrap.cssを先に読み込み
	※ECは非対応

---------------------------------------------------------------------------------------- */
@import url("reset.css");
@import url("layout.css");
@import url("contents_parts.css");
/*@import url("ec.css");*/


/* ---------------------------------------------------------------------------------------- 

	カスタマイズ

---------------------------------------------------------------------------------------- */

@import url("base.css");
@import url("color.css");



/* ----------------------------------------------------------------------------------------

	エディター用
	
	editor.css にはエディターの背景色を記述
	FOR_EDITOR 内はエディターで表示するスタイルを記述

---------------------------------------------------------------------------------------- */
@import url("editor.css");

/* FOR_EDITOR */

/* /FOR_EDITOR */

.withdrawal-price {
    width: 400px !important;
    margin: 0 auto;
    
}
.withdrawal-price tbody {
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.withdrawal-price th{
   background: #c82e22;  
   padding: 30px 0;
}
.withdrawal-price td{
    padding: 50px;
}
.withdrawal-necessary-documents p {
    margin: 0;
}
.withdrawal-necessary-documents ol{
    counter-reset:number; 
    list-style-type: none!important; 
    padding: 0.3em 0.8em;
}
.withdrawal-necessary-documents ol li {
    border-bottom: dashed 1px rgb(200, 46, 34);
    position: relative;
    padding: 1.0em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
.withdrawal-necessary-documents ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: rgb(200, 46, 34);
    color: white;
    font-weight:bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.withdrawal-necessary-documents ol li:last-of-type {
    border-bottom: none;
}
.withdrawal-flow {
    max-width: 980px;
    margin: 0 auto;
    
} 
.withdrawal-flow p {
    margin: 0 5px 5px 5px;
}
.withdrawal-flow img {
    padding: 0 30px 0 15px;
} 
.withdrawal-flow .lay-col12-lg-5t:not(:first-child):before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: calc(100% - 15px);
    border: 10px solid transparent;
    border-left-width: 20px;
    border-left-color: #c82e22;
}
/* .withdrawal-flow p:first-child:before {
    content: none;
} */
 
.withdrawal-flow-text li {
    padding-bottom: 10px !important;
}
.withdrawal-flow .lay-col12-lg-5t {
    border: solid 1px #c82e22 ;
    margin-right: 10px !important;
    margin-bottom: 10px;
    background: #fff;
    padding-bottom: 5px;
    max-width: 19%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    padding-left: 20px;
}

.withdrawal-flow .lay-row {
    flex-wrap: nowrap;
}
.withdrawal-flow span{
    font-size: 18px !important;
}
.withdrawal-flow p {
    font-size: 18px !important;
}
.withdrawal-flow .lay-col12-lg-5t:after {
  top: calc(-1% - 0px);
  right: calc(50% - 5px);
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0; 
  border-style: solid;
  border: 10px solid transparent;
  border-width: 20px 13px;
  border-top-color:#c82e22;
  border-bottom: 0;
}

.withdrawal-flow .lay-col12-lg-5t:last-child {
    margin-right: 0 !important;
}
.annuity {
    background: #ecfdff;
    width: 50%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 5px 40px;
    margin-bottom: 50px;
    box-shadow: 2px 4px 6px;
}
.annuity .parts_img_type50_text_box {
    margin-top: 20px;
    padding: 0;
}
.annuity .parts_img_type50_text_box:after {
    content: none;
}
.annuity p{
    margin: 0;
    padding-left: 20px;
}
.annuity .parts_img_type50_photo img {
    width: 100px;
} 
.flow-of-procedures .lay-col12-lg-5t{
    border: solid 1px #c82e22 ;
    margin-right: 10px !important;
   margin-bottom: 10px;
   background: #fff;
   padding-bottom: 5px;
   max-width: 19%;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.flow-of-procedures .lay-col12-lg-5t:nth-child(5) {
    margin-right: 0;
}
.flow-of-procedures .lay-col12-lg-5t p:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: calc(100% - 15px);
    border: 10px solid transparent;
    border-left-width: 20px;
    border-left-color: #c82e22;
    
    
}
.flow-of-procedures .lay-col12-lg-5t p:after:nth-child(1){
    content: none;
}
.blogarea {
    background: #fff;
    margin: 0 calc(50% - 50vw);
    display: flex;
    justify-content: space-between;
    padding: 0;
    gap: 20px;
    @media(max-width:970px) {
        flex-direction: column;
    }
}
.blogarea h4 {
    display: block;
    border: 4px double #fff;
    margin: 0 auto;
    padding: 10px 0;
    width: 150px;
    font-size: 18px;
}
.blogarea h3 {
    display: none;
}
.blogarea .title {
    text-align: center;
}
.blogarea .title .en {
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
}
.blogarea .blogRecentList .dec-line--grey{
    display: flex;
    flex-direction: row-reverse;
    justify-content:left !important;
    background: #fff;
    padding: 25px 30px !important;
    border-radius: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}
.blogarea .blogRecentList .dec-line--grey:hover {
    text-decoration: none;
    opacity: 1;
    transform: translate(-5px, -5px);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.blogarea .blogEntryTtl {
    text-align: left;
}
.blogarea .col-xs-12 {
    text-align: center;
    padding-inline: 5%;
    margin: 50px 0;
    background: linear-gradient(135deg, #fff9e6 0%, #f5f5f5 100%);
    border-radius: 0 20px 20px 0;
    @media(max-width:980px) {
        width: 100%;
        border-radius: 0;
        
    }
}
.blogarea .col-xs-12:last-child {
    border-radius: 20px 0 0 20px;
    @media(max-width:980px) {
        border-radius: 0;
        height: ;
    }
}
.top #side > .container {
    width: 100vw;
    max-width: 1900px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
    
}
.blogarea .blogEntryIcon-act img {
    border-radius: 10px;
    height: 100px;
    object-fit: cover;
}

.top .blogarea #side , .top .blogarea #right{
max-width: 100% !important;
}
.blogarea::before {
    display: none;
}
.blogarea::after {
    display: none;
}
.blogarea .blogRecentLink {
    display: inline-block;
    background: #c82e22;
    padding: 10px 30px;
    border-radius: 8px;
    position: relative;
    margin-top: 25px;
}
.blogarea .blogRecentLink:hover {
    opacity: 0.75;
}

.blogarea .blogRecentLink:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    display: inline-block;
}

.blogarea .blogRecentLink a {
    color: #fff;
    text-decoration: none;
}
.insta {
    padding-top: 20px;
}
.administrative-step {
    text-align: center;
    font-weight: bold;
    font-size:2.5rem;
    color: #9a8224;
    background: #fff;
    padding: 10px;
    margin: 0 !important;
    box-shadow: 2px 4px 6px rgb(0, 0, 0, 0.1);
}
.boxBottom h3 a{
    color: #fff;
}


@media screen and (max-width: 768px) {
   
    
.withdrawal-flow .lay-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  
}
.withdrawal-flow img {
    max-width: 160px !important;
}
.withdrawal-flow .lay-col12-xs-6{
    max-width: 90%;
    margin: 10px 20px!important;
    height: 400px;
    padding-bottom: 20px;
}

.withdrawal-flow .lay-col12-lg-5t:not(:first-child):before{
  top: calc(-12% - 0px);
  right: calc(50% - 5px);
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0; 
  border-style: solid;
  border: 10px solid transparent;
  border-width: 20px 13px;
  border-top-color:#c82e22;
  border-bottom: 0;
}
.withdrawal-price {
   width: 100% !important;
   height: auto;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.withdrawal-price th{
   padding: 0; 

}
.withdrawal-table {
　 width: 100%;
}
.withdrawal-table th,.withdrawal-table td {
    display: block;
    width: 100%;
}
.annuity {
    width: 100%;
}


}


