@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.swell-block-step__title+.swell-block-step__body {
    margin-top: 0em;
}
#size{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 40px; /* 矢印分の余白 */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black'><polygon points='6,9 12,15 18,9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px; /* ← 矢印サイズ */
}
#service {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 40px; /* 矢印分の余白 */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='black'><polygon points='6,9 12,15 18,9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px 24px; /* ← 矢印サイズ */
}
.swell-block-step__number {
    flex-direction: row;
    align-items: center;
    border-radius: 20px!important;
    width: auto;
    height: auto;
    padding: .4em 1.2em;
    transform: translate(1.5em, -50%);
    gap: 5px;
}

.swell-block-step__item::before {
    left: 50%;
    top: 100%;
    border-color: var(--main-color);
}
.swell-block-step__item {
    background: #fff;
    border-radius: 10px;
    padding: 1.5em !important;
}
.swell-block-step__item:not(:first-child) {
    margin-top: 3rem;
}
@media (max-width: 768px) {
		.mitumori {
	background-color:#fff;
	width:100%!important;
	margin:0 auto;
	padding:20px;
	border-radius:20px;
	border:solid 5px #1b48a9;
	padding-top:40px
}
	.h2-title {
	font-size:30px!important
}
	.check-p {
	font-size:16px;
	width:88%
}
	.swell-block-step__body {
	font-size:16px!important;
	margin-top:10px!important
}
.swell-block-step__number:after {
    content: counter(step);
    counter-increment: step;
    display: block;
    font-size: 25px;
	font-weight:bold;
}
.swell-block-step__item {
    background: #fff;
    border-radius: 10px;
    padding: 1.5em !important;
}
	.swell-block-step__title {
	font-size:23px!important;
		margin-bottom:5px!important
}
	
}