
@charset "UTF-8";
.individual{ background-image: url(https://keisetubi.com/images/greeting_back.jpg); background-size: cover;}.corporation { background-image: url(https://keisetubi.com/images/contents_back.jpg); background-size: cover;}#individual h2,#corporation h2{ border-radius: 10px; background-size:100px;}#individual h2:before,#individual h2:after,#corporation h2:before,#corporation h2:after{ content: ''; position: absolute; width: 100%; height: 100%; z-index: 12; background-repeat: no-repeat; top: 0; background-size: contain;}#individual h2 { background-color:#5288d4;}#individual h2:before{ left: -75px; background-image: url(https://keisetubi.com/images/left_individual.jpg);}#individual h2:after{ right: -39vw; background-image: url(https://keisetubi.com/images/right_individual.png);}#corporation h2:before{ left: -75px; background-image: url(https://keisetubi.com/images/left_corporation.jpg);}#corporation h2:after{ right: -39vw; background-image: url(https://keisetubi.com/images/right_corporation.png);}#corporation h2 { background-color:#ff9d2a;}#business { overflow: hidden;}.individual .biz-text-area h3 { background-color:#5288d4;}.corporation .biz-text-area h3 { background-color:#ff9d2a;}#biz-comment img,.biz-text img { width: auto; max-width: 100%; height: auto;}
.biz-text-area h2 { border-bottom: solid 1px #ffffff; padding-bottom: 3px;}
@media (min-width: 768px){ .biz-text-area { height: 100%; } .biz-text-area h2 { font-size: 140%; } .biz-text-area h3 { font-size: 120%; margin-bottom: 0; } .biz-text-area h4 { font-size: 110%; margin-bottom: 0; }}
@media (min-width: 1300px){ .biz-text-area { font-size: 1.1rem; }}
@media (max-width: 767px){ .biz-text-area h2 { font-size: 120%; } .biz-text-area h3 { font-size: 105%; } .biz-text-area h4 { font-size: 100%; } #individual h2:before, #individual h2:after, #corporation h2:before, #corporation h2:after{ background-image: none; }}@media (max-width: 575px){ .index-header::after { bottom: 4vw; } #greeting { line-height: 6vw; }
}