/*
Theme Name: SWELL Child
Theme URI: https://swell-theme.com/
Template: swell
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
Version: 2.8.1.1707126991
Updated: 2024-02-05 18:56:31

*/

:root {
  --color_main: #ece1be20;
  --color_header: #ece1be40;
  --color_footer_bg: #fff;
}

.PC,
.forPC	{
	display: inline;
}
.MOBILE,
.forMobile	{
	display: none;
}

@media (max-width: 767px) {
	.PC,
	.forPC	{
		display: none;
	}
	.MOBILE,
	.forMobile	{
		display: inline;
	}
}


/*	**** SWELL ****	*/
#pagetop {
    border-radius: 50%;
    color: #333;
    background-color: #eee;
    border: 1px solid hsla(0, 0%, 78%, .5);
}
.hov-bg-main:hover {
    color: #333 !important;
    background-color: #d3d3d3!important;
}
.post_content hr {
    margin: 0;
}
/*	**** SWELL ****	*/

body {
/*00afec*/
  /*background: linear-gradient(to bottom, var( --bc-base-color-1 ), var( --bc-base-color-2 ) 20%, var( --bc-base-color-3 ) 40%, var( --bc-base-color-4 ) 60%, var( --bc-base-color-5 ) 80%, #fff);*/
  /*background: var( --color_main );*/
  background: var( --color_footer_bg );
}

pre {
    text-wrap: auto;
}

#body_wrap {
    background-color: var( --color_main );
}
/*header#header {
    background-color: white;
}*/
/*header#header:before {
    content: "";
    background-color: white;
}
header#header:after {
    content: "";
    background-color: var(--color_header);
}*/
.l-header {
    background-color: white;
}
header#header:before {
    background-color: var(--color_header);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
div#fix_header {
    background: white;
}
.l-fixHeader:before {
    background-color: var(--color_header);
}
/*.l-header, .l-header__inner {
    background-color: var( --color_main );
}*/
.bussines_link__belt {
    background-color: var(--color_header);
}
::placeholder {
    color: #ddddddc0;
}

button, input, select, textarea {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 78%, .5)!important;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0;/*1em;*/
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 2;
  min-height: 30px;
  width: 98%;
  font-size: var(--swl-fz--content, 16px);
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=file] {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 78%, .5)!important;
  border-radius: 5px;
  padding: 0.5em;
  margin: 0;/*1em;*/
  margin-top: 0;
  margin-bottom: 1.5em;
  line-height: 2;
  min-height: 30px;
  width: 98%;
  font-size: var(--swl-fz--content, 16px);
}
textarea {
  height: 10.5em;
}
@media (max-width: 767px) {
  button, input, select, textarea {
    width: 95%;
  }
  input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input[type=file] {
    width: 95%;
  }
  textarea {
    width: 95%;
  }
}

[type=button], [type=reset], [type=submit], button {
  width: 250px;
  min-width: 100px;
  max-width: 99%;
}
@media (max-width: 767px) {
  [type=button], [type=reset], [type=submit], button {
    width: 150px;
  }
}
[type=button]:hover, [type=reset]:hover, [type=submit]:hover, button:hover {
  background: #d3d3d3;
}
button#pagetop {
    min-width: 52px;
}
.post_content h3 {
  margin-bottom: 1em;
}
.post_content h4 {
  margin: 0;
}

p.submit {
    text-align: center;
}
@media (max-width: 767px) {
	p.submit {
	    text-align: center;
	}
}

.hide {
	display:none;
}


.elementor-mark-required .elementor-field-label:before {
    content: "＊ ";
    font-size: x-small;
    color: red;
}

@media (max-width: 767px) {
	section#error {
	    text-align: center;
	}
}

a.disabled {
  background-color: darkgray;
  color: lightgray;
  cursor: default;
}
input[type='checkbox']:disabled {
  color: black;
  border: black solid 1px;
  background: #f0f0f0;
}
textarea:disabled, select:disabled, input[type=date]:disabled, input[type=datetime-local]:disabled, input[type=datetime]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, input[type=file]:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled, button {
  color: black;
  border: black solid 1px;
  background: #f0f0f0;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  /*font: 14px/20px 'Open Sans', Arial, sans-serif;*/
  opacity: 0.7;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  margin-bottom: 5px;
  margin-right: 10px;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
  opacity: 0.7;
}

input[type="checkbox"]:checked + label::before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



.align-center {
  text-align: center;
}
.align-end {
  text-align: end;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}

.enclosure {
  margin-top: 20px!important;
}
.post_content div.enclosure>:first-child, .post_content>:first-child {
    margin-top: 20px !important;
}

p.inputarea {
  text-align: left;
  position: relative;
}
p.seearea {
  text-align: end;
}

p.text {
  position: relative;
  margin-top: 0/*1em;*/
}
p.text.required::before {
    content: "＊ ";
    font-size: x-small;
    color: red;
}
p.notes {
    text-align: end;
    font-size: smaller;
}

.description-box {
    display: block;
    margin-bottom: 4em;
}
.description {
  color: #808080b0;
  font-size: 14px;
  top: 2em;
  margin-left: 3em;
  position: relative;
  display: inline-block;
}

.supplement {
  color: #808080b0;
  font-size: 14px;
  margin-left: 1em;
}

.annotation {
  color: #808080b0;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .description {
    margin-left: 1em;
  }
  .supplement {
    position: relative;
    display: block;
  }
  .annotation {
    position: relative;
    display: block;
  }
}
.annotation::before {
  content: "※";
}
.countTextArea {
  color: #808080b0;
  font-size: 14px;
  position: absolute;
  top: -2em;
  right: 0;
}
@media (max-width: 767px) {
  .countTextArea {
    position: relative;
    display: block;
  }
}
p.colorarea {
    top: -1.5em;
    position: relative;
    left: 15em;
}
@media (max-width: 767px) {
  p.colorarea {
    left: 0;
    justify-self: right;
    float: right;
  }
}

/*	ステップ	*/
#step .content{
  color: white;
}
#step .step{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#step .step li{
  position: relative;
  padding: 20px 30px;
  margin: 0 25px 10px 0;
  height: 96px;
  width: 120px;
  font-size: 15px;
  background-color: var( --bc-base-color-1 );
}
#step .step li::after{
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  border-width: 48px 15px;
  border-color: transparent transparent transparent var( --bc-base-color-1 );
  border-style: solid;
}

/* 現在のステップ */
#step .step li.completed{
  background-color: var( --bc-base-color-3 );
  cursor: pointer;
}
#step .step li.completed::after{
  border-color: transparent transparent transparent var( --bc-base-color-3 );
}
#step .step li.current{
  background-color: var( --bc-base-color-5 );
}
#step .step li.current::after{
  border-color: transparent transparent transparent var( --bc-base-color-5 );
}
@media (max-width: 767px) {
  #step .step li:not(.current){
    padding: 20px 0;
    width: 0;
  }
  #step .step li:not(.current) span{
    display:none;
  }
}

.operation .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.operation .content .left,
.operation .content .right {
  width: 50%;
  margin-top: 0 !important;
}
.operation .content .right {
  text-align: end;
}
@media (max-width: 767px) {
	.operation .content {
	  display: block;
	  justify-content: center;
	  align-items: center;
	}
	.operation .content .left,
	.operation .content .right {
	  width: 80%;
	  margin: 0 auto!important;
	  text-align: center;
	}
	.operation .content .right {
	  margin-top: 20px !important;
	}
}

/*	flow	*/
.flow_design_vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.flow_design_vertical ul {
  padding: 0;
}

.flow_design_vertical li {
  list-style-type: none;
}

.flow_design_vertical dd {
  margin-left: 0;
}

.flow_style {
  position: relative;
}

.flow_style::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow_style > li {
  position: relative;
}

.flow_style > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow_style > li .icon_style {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: var( --bc-base-color-5 );
  display: inline-block;
  margin-right: 0.3em;
}

.flow_style > li dl {
  padding-left: 70px;
  position: relative;
}

.flow_style > li dl::before,
.flow_style > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow_style > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: var( --bc-base-color-5 );
  border-radius: 50%;
  left: -4px;
}

.flow_style > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow_style > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: var( --bc-base-color-5 );
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

/*	タブ	*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap::after {
  content: '';
  width: 100%;
  height: 3px;
  background: var( --bc-base-color-3 );
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: var( --bc-base-color-1 );
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-switch:checked+.tab-label {
  background: var( --bc-base-color-3 );
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 0 3px var( --bc-base-color-1 );
}
.tab-switch {
  display: none;
}
.tab-switch:checked+.tab-label {
    background: var( --bc-base-color-3 );
    margin-top: -0.5rem;
    transition: margin .3s;
    align-items: center;
    display: flex;
    justify-content: center;
}
.tab-label::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    border-width: 0 16px 16px 0;
    border-style: solid;
    border-color: #fff #fff #ddd #ddd;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}


label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

label.elementor-field-label {
    padding: 0;
}

input[type="radio"] + label::before,
input[type="radio"] + label::after {
  content: "";
  display: block; 
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

input[type="radio"] + label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}

label::after {
  background-color: #ddd;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  left: 7px
}


input[type=radio]:checked + label::after {
  opacity: 1;
}

.visually-hidden {
 position: absolute;
 white-space: nowrap;
 border: 0;
 clip: rect(0, 0, 0, 0);
 clip-path: inset(50%);
 overflow: hidden;
 height: 1px;
 width: 1px;
 margin: -1px;
 padding: 0;
}


.flex-box {
	display: flex;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: var(--color_border--table);
	padding-top: 0;/*1em;*/
	padding-bottom: 0;/*1em;*/
	flex-wrap: wrap;
	width: -webkit-fill-available;
}
.flex-box-dashed {
	border-bottom-style: dashed;
}
.flex-box-in {
	width: 50%;
	margin-top: 1em;
}
.flex-box-1 {
	width: 100%;
	text-align: left;
}
.flex-box-2 {
	width: 50%;
	text-align: end;
}
.flex-box-3 {
	width: 33%;
	text-align: center;
}
.flex-box-4 {
	width: 25%;
	text-align: center;
}
.flex-box-5 {	width: 5%;	}
.flex-box-15 {	width: 15%;	}
.flex-box-20 {	width: 20%;	}
.flex-box-25 {	width: 25%;	}
.flex-box-33 {	width: 33%;	}
.flex-box-40 {	width: 40%;	}
.flex-box-50 {	width: 50%;	}
.flex-box-60 {	width: 60%;	}
.flex-box-66 {	width: 66%;	}
.flex-box-75 {	width: 75%;	}
.flex-box-80 {	width: 80%;	}
.flex-box-100px {	width: 100px;	}
.flex-box-200px {	width: 200px;	}
.flex-box-200m {	width: calc(100% - 200px);	}
.flex-box-300m {	width: calc(100% - 300px);	}
.flex-box-400m {	width: calc(100% - 400px);	}
.flex-box-500m {	width: calc(100% - 500px);	}
@media (max-width: 767px) {
	.flex-box {
		display: grid;
	}
	.flex-box-flex {
		display: flex;
	}

	.flex-box-in {
		width: 100%;
	}
	.flex-box-1 {
		text-align: center;
	}
	.flex-box-2 {
		width: 100%;
		text-align: center;
	}
	.flex-box-3 {
		width: 50%;
		text-align: center;
	}
	.flex-box-4 {
		width: 50%;
		text-align: center;
	}
	.flex-box-20 {	width: 100%;	}
	.flex-box-25 {	width: 100%;	}
	.flex-box-33 {	width: 100%;	}
	.flex-box-66 {	width: 100%;	}
	.flex-box-75 {	width: 100%;	}
	.flex-box-80 {	width: 100%;	}
	.flex-box-100px {	width: 50%;	}
	.flex-box-200m {	width: 100%;	}
	.flex-box-300m {	width: 100%;	}
	.flex-box-400m {	width: 100%;	}
	.flex-box-500m {	width: 100%;	}
}

span[id^=preview] img {
    width: 300px;
    border: 1px solid var(--bc-color-2);
    border-radius: 15px;
    position: relative;
    left: 1.5em;
    margin-bottom: 1em;
}
