/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 02:59:26 */
/*--------------------------------*/
/*会社概要ページ*/
/*--------------------------------*/
/*会社概要表*/
.company_profile_table{
	padding:2em 1em!important;
}
@media (min-width: 960px) {
.company_profile_table{
	padding:4em !important;
}
}
.company_profile_table table tr:first-child td {
  border-top: none;
}
/*沿革*/
p.history_year {
   line-height: 1;
   font-family: "Mukta Mahee", sans-serif;
   font-weight: 400;
   font-style: normal;
}
/*--------------------------------*/
/*事業内容ページ*/
/*--------------------------------*/
/*制作の流れ*/
.request_box{
	position:relative;
	overflow: hidden;
}
.request_box .point{
	position:absolute;
	top:0;
	left:0;
	line-height: 2em;
	font-family: "Mukta Mahee", sans-serif;
}
.request_box .point .swl-bg-color{
	 border-radius: 0 0 10px 0;
    padding: 0.25em 1em;
}
/*--------------------------------*/
/*制作実績ページ*/
/*--------------------------------*/
/*制作実績*/
.works_section.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100{
	top:auto;
	height:55%;
}
.works_section .box .swell-block-columns .swell-block-column{
	padding:1em;
}
@media (max-width: 600px) {
.works_section .box .wp-block-group__inner-container p {
        width: auto;
    }
}
.works_section .box .swl-bg-color{
	padding: 0px .7em 2px;
    border-radius: 50px;
}
@media (min-width: 960px) {
	.works_section .box{
	margin:0 3em;
}
	.works_section .box .swell-block-columns .swell-block-column:nth-child(1),
	.works_section .box .swell-block-columns .swell-block-column:nth-child(2),
	.works_section .box .swell-block-columns .swell-block-column:nth-child(3){
 border-bottom:1px solid #DBDBDB;
}
	.works_section .box .swell-block-columns .swell-block-column:nth-child(2),
	.works_section .box .swell-block-columns .swell-block-column:nth-child(5){
border-left:1px solid #DBDBDB;
border-right:1px solid #DBDBDB;
}
}
@media (max-width: 959px) {
	.works_section .box .swell-block-columns .swell-block-column:nth-child(1),
	.works_section .box .swell-block-columns .swell-block-column:nth-child(2),
	.works_section .box .swell-block-columns .swell-block-column:nth-child(3),
	.works_section .box .swell-block-columns .swell-block-column:nth-child(4),
	.works_section .box .swell-block-columns .swell-block-column:nth-child(5){
		 border-bottom:1px solid #DBDBDB;
	}
}
/*制作環境*/
@media (min-width: 960px) {
.environment_box .swell-block-columns .swell-block-column{
	padding:1em 2em;
}
.environment_box .swell-block-columns .swell-block-column:nth-child(2),
.environment_box .swell-block-columns .swell-block-column:nth-child(4){
	border-left:1px solid #9B9B9B;
}
}
@media (max-width: 959px) {
.environment_box .swell-block-columns .swell-block-column{
	padding:1em 1em;
}
.environment_box .swell-block-columns .swell-block-column:nth-child(2),
.environment_box .swell-block-columns .swell-block-column:nth-child(4){
	border-left:none;
}
.environment_box .swell-block-columns .swell-block-column:nth-child(1),
.environment_box .swell-block-columns .swell-block-column:nth-child(2),
.environment_box .swell-block-columns .swell-block-column:nth-child(3){
	border-bottom:2px solid #CECECE;
}
}
/*--------------------------------*/
/*お問い合わせページ*/
/*--------------------------------*/
/*お問い合わせの流れ*/
.contact_flow .arrow_box{
	position:relative;
}
.contact_flow .arrow_box::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -38px;
    width: 26px;
    height: 26px;
    background-image: url(http://seiyusha.co.jp/wordpress/wp-content/uploads/2026/02/green_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateY(-50%);
}
@media (max-width: 959px) {
.contact_flow .arrow_box::after{
	content: "";
    position: absolute;
    top: -55%;
    left: 50%;
    width: 26px;
    height: 26px;
    background-image: url(http://seiyusha.co.jp/wordpress/wp-content/uploads/2026/02/green_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transform: translateX(-50%) rotate(90deg);
	}
}
/*-----------------*/
/*お問い合わせフォーム*/
/*-----------------*/
textarea, input[type=text], input[type=email], input[type=tel], .contact-area input[type="checkbox"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.contact-area {
  max-width: 800px;
  margin: 0 auto;
}
.estimate-parent{
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 1rem 0px;
}
.estimate-parent .contact-item{
	width:100%;
}
/*見積もりコメント*/
.estimate_comment{
 font-size:12px;
 border-bottom:2px solid var(--color_main);
 padding-bottom:3px;
}
.Required {
  padding: 0.2rem 1rem;
  font-size: 13px;
  font-weight:bold;
  margin: 0 4%;
  background:#0C9154;
  color: #fff;
}
.Any {
  padding: 0.2rem 1rem;
  font-size: 13px;
  font-weight:bold;
  margin: 0 4%;
  background: #535353;
  color: #fff;
}
.contact-area input {
  border: none;
  background: no-repeat;
  border: 1px solid #A2A2A2;
  width:100%;
}
.contact-enter input {
  width: 100%;
  transition: .3s;
  background: #fff;
height: 50px;
}
.contact-enter input:hover {
  transition: .3s;
  border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 640px) {
  .contact-enter .wpcf7-date {
    width: 40%;
  }
}
.contact-radio .wpcf7-list-item {
width: calc(100% / 2);
margin:0;
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.contact-area .check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.contact-common select {
  background: #fff;
  border: 1px solid #919191dd;
  height: 40px;
}
.contact-common .contact-case select {
  width: 80px;
}
.contact-select select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 100%;
height: 50px;
}
.contact-select select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-select-parson select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 80px;
  margin: 0 0.2em;
}
.contact-select-parson select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-2colitem {
  width: 43%;
}
.textarea {
  border-top: 1px solid #ddd;
}
.contact-textarea {
  margin: 1rem 0;
}
.contact-textarea textarea {
  transition: .3s;
  border: 1px solid #A2A2A2;
  padding: 0.5rem;
  width: 100%;
  background: #fff;
}
.contact-textarea textarea:hover {
  transition: .3s;
  border: 1px solid #919191dd;
}
.contact-common {
  padding: 0.5rem 0.3rem;
}
.contact-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 1rem 0px;
}
.contact-column.estimate-common{
  border-top: none;	
}
.contact-item {
  width: 40%;
}
.contact-enter {
  width: 60%;
}
.contact-other{
  width: 100%;
}
@media (max-width: 600px) {
  .contact-item, .contact-enter {
    width: 100%;
    margin:0 0 1em;
  }
.contact-radio .wpcf7-list-item {
width: calc(100% / 1);
margin:0.3em 0;
}
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wp-block-group__inner-container p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.check input {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.contact-post-column {
  display: flex;
  max-width: 60%;
  align-items: center;
}
@media (max-width: 600px) {
  .contact-post-column {
    max-width: 100%;
  }
}
.p-postal-code {
  font-size: 18px;
  width: 100%;
  transition: all .35s ease-in-out .35s;
  border-bottom: 1px solid #828282;
}
.send{
    text-align: center;
}
.send button {
  background: var(--color_main);
  width: 300px;
  margin: 3rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
}
.send button:hover {
  transition: .5s;
  opacity: 0.7;
}
.contact-area .send button {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.send input {
  background: var(--color_main);
  width: 300px;
  margin: 3rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
}
.send input:hover {
  transition: .5s;
  opacity: 0.7;
}
.contact-area .send input {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-checkbox .wpcf7-checkbox .wpcf7-list-item {
  min-width: 180px;
}
.contact-select .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
}
.contact-select .wpcf7-checkbox span.wpcf7-list-item {
    padding: 0.3em 0;
}
.contact-select label{
	display: flex;
    align-items: center;
}
.contact-select input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color_main);
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
	margin: 0 0.3rem;
}
.contact-select input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #333;
    position: relative;
}
.contact-select input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
  color: #333;
    font-size: 25px;
    position: absolute;
    top: -14px;
    left: 2px;
    transform: rotate(0deg);
}
.contact-select input[type="checkbox"]:hover {border-color: #ddd;
}
.wpcf7-list-item-label a {
  color: #0096DD;
  text-decoration: underline;
  text-decoration-color: #0096DD;
}
@media (max-width: 600px) {
.contact-select label{
    align-items: flex-start;
}
}
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.contact-radio .wpcf7-radio {
  display: flex;
    flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding: 1rem 0;
  margin: 1rem 0 0;
}

.contact-radio .wpcf7-list-item.first {
  margin-left: 0;
}

.contact-radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.contact-radio .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid var(--color_main);
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: var(--color_main);
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked+span.wpcf7-list-item-label::after {
  display: block;
}
