#pico{
    font-family:  "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
    line-height: 1.5rem;
    background-repeat: repeat;
}

 p{
     font-size: 16px;
}

#pico .line{
	background:linear-gradient(transparent 75%, #F9B9CD 75%);
	font-weight:bold; 	
}

#pico .mini{
	font-size: 12px;
}

#pico iframe{
	max-width: 100%;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

#page_top{
	display: none;
}

.sp_none{display: block;}
.pc_none{display: none;}
.alignC{text-align: center!important;}
.alignL{text-align: left!important;}
.alignR{text-align: right!important;}
.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mt40{margin-top: 40px!important;}
.mt50{margin-top: 50px!important;}
.mt60{margin-top: 60px!important;}
.mt70{margin-top: 70px!important;}
.mt80{margin-top: 80px!important;}
.mt90{margin-top: 90px!important;}
.mt100{margin-top: 100px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb40{margin-bottom: 40px!important;}
.mb50{margin-bottom: 50px!important;}
.pa10{padding: 10px!important;}
.wid10{width: 10%!important;}
.wid20{width: 20%!important;}
.wid30{width: 30%!important;}
.wid40{width: 40%!important;}
.wid50{width: 50%!important;}
.wid60{width: 60%!important;}
.wid70{width: 70%!important;}
.wid80{width: 80%!important;}
.wid90{width: 90%!important;}
.wid100{width: 100%!important;}

.pico-header{
	border-top: 5px #980CA3 solid;
	text-align: center;
}

.redbig{
	text-align: center;
	font-size: 28px;
	color: #F80002;
	line-height: 1.5;
    font-weight: bold;
}

.pico-header h1{
	color: #222;
    background-color: #EADEEF;
	font-size: 14px;
    padding: 10px;
}

.pico-inner{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px 50px;
}

.pico-inner img{
	max-width: 100%;
}

.bound {
  animation: bound 3s infinite;
}

@keyframes bound {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-25px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.pico-boxBtn{
	text-align: center;
	box-sizing: border-box;
}

.pico-boxBtn a:hover{
	opacity: 0.8;
}

.pico-content h2{
    background-color: #F66E0D;
    padding: 20px 0 20px;
    color: #fff;
	background-image: linear-gradient(90deg, rgba(141, 139, 226, 1), rgba(253, 187, 203, 1));
    margin-bottom: 0;
    font-size: 36px;
	font-family: "Noto Serif JP", serif;
}

.pico-dc{
	background-color: #FAFAFA;
	padding: 20px;
	margin-top: 20px;
}

.pico-dc h3{
	color: #A80033;
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
}

.pico-dc h4{
	background-color: #FABBCB;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	font-weight: bold;
}


.merit-i{
	text-align: center;
	font-size: 100px;
	line-height: 1.2;
	color: #EADEEF;
	font-family: 'Snell Roundhand';
	font-style: italic;
}

.merit h3{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 1.3;
}

.merit-box{
	background-color: #fafafa;
	padding: 1.0rem;
	box-sizing: border-box;
	display: table;
}

.merit-box .merit-img{
	display: table-cell;
	width: 15%;
	vertical-align: middle;
	text-align: center;
}

.merit-box .merit-txt{
	display: table-cell;
	width: 83%;
	padding-left: 2%;
	vertical-align: middle;
}

.case-list{
	padding: 0;
}

.case-list li{
	float: left;
	padding: 10px;
	background-color: #EADEEF;
	list-style: none;
	margin-bottom: 10px;
	margin-right: 10px;
}

.slider{
	margin-top: 50px;
}

.slider div{
	margin: 0 5px 0;
}

.feature{
	max-width: 600px; 
	margin: 0 auto;
}

.feature h3{
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #A80033;
	margin-top: 20px;
}

.feature-txt{
	background-color: #EADEEF;
	padding: 10px;
}

.treatment table {
	border-collapse: collapse;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

.treatment table th, .treatment table td {
	border: 2px solid #fff;
	background-color: #ffe5f1;
	padding: 1em;
}

.treatment table th {
	background-color: #A80033;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 30%;
	min-width: 4em;
}

.fee h3{
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #A80033;
	border-bottom: 2px dashed #A80033;
}

details{
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
	text-align: left !important;
}

details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    font-weight: 600;
    cursor: pointer;
width: 100%;
    box-sizing: border-box;	
}

details summary::before,
details p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

details summary::before {
    color: #980CA3;
    content: "Q";
}

details summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

details[open] summary::after {
    transform: rotate(225deg);
}

details p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    transition: transform .5s, opacity .5s;
}

details[open] p {
    transform: none;
    opacity: 1;
}

details p::before {
    color: #A80033;
    line-height: 1.2;
    content: "A";
}

.treatment h3{
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #A80033;
	border-bottom: 2px dashed #A80033;
}

.doctor h3{
	font-size: 30px;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #A80033;
	border-bottom: 2px dashed #A80033;
}


.pico-footer{
	background-color: #EADEEF;
	text-align: center;
}

.pico-footer p{
	font-size: 12px;
	line-height: 1.5;
}


.pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
    z-index: 999;
}

.pagetop a {
	display: block;
	background-color: #A80033;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 20px 20px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.pagetop a:hover {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 20px 20px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.access table{
	border-collapse: collapse;
	width: 100%;
}

.access table th,
.access table td {
	border: 2px solid #fff;
	background-color:#fafafa;
	padding: 1em;
	font-size: 14px;
}

.access table th {
	background-color: #A80033;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 4em;
}

.footmenu{
	display: none;
}

@media screen and (max-width:750px) { 
	
	.footmenu{
		display: block;
		position: fixed;
		bottom: 0;
	}
	
	.footmenu ul{
		display: table;
	}

	.footmenu ul li{
		display: table-cell;
	}
	
	
	
}

@media screen and (max-width:1000px) { 

	.sp_none{
		display: none;
	}

	.pc_none{
		display: block;
	}
    
    p{
        font-size: 14px;
        line-height: 1.5em;
    }

	.pico-header h1{
		font-size: 8px;
		margin: 0px;
        padding: 5px 0;
	}

	#pico img{
		max-width: 100%;
	}

	.pico-inner{
		padding: 20px 10px 20px;
		box-sizing: border-box;
	}
    
    .pico-content h2{
        font-size: 20px;
    	padding: 20px 10px 20px;
    }
	
	.pico-dc{
		padding: 10px;
	}

	.pico-dc h3{
		margin-top: 20px;
		font-size: 18px;
	}

	.pico-dc h4{
		font-size: 14px;
	}
    
	
	.merit-i{
		text-align: center;
		font-size: 50px;
	}

	.merit h3{
		font-size: 18px;
		line-height: 1.5;
		margin-bottom: 1rem;
	}

	.merit-box .merit-img{
		width: 15%;
	}

	.merit-box .merit-txt{
		width: 80%;
		padding-left: 5%;
		font-size: 14px;
	}
	
	.case-list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
		text-align: center;
		float: left;
		box-sizing: border-box;
		font-size: 14px;
	}

	.case-list li:nth-child(2n){
		margin-right: 0%;
	}
	
	.feature h3{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 1rem;
	}
	
	.treatment table th{
        font-size: 12px;
		padding: 5px;
        line-height: 1.5;
	}
	
	.treatment table td{
        font-size: 12px;
		padding: 5px;
        line-height: 1.5;
	}
	
	.fee h3,
	.treatment h3,
	.doctor h3{
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 1rem;
	}
	
	details summary{
        font-size: 14px;
		text-align: left;
	}
	
	details[open] p{
        font-size: 14px;
		text-align: left;
	}

}

/*--------------------------------------------------------------------------
◆タップで相談（スマホ）
--------------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
div#bottom_fix_container {
    display: none;
}
}
@media screen and (max-width: 768px) {
body {
    font: 100% / 1.618 Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
}
    
#bottom_fix_container {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
}
#bottom_fix_wrap {
    width: 100%;
    height: 56px;
    text-align: center;
    background: #f4f4f4;
    padding: 8px 0;
    box-sizing: border-box;
    opacity: .95;
}
#bottom_fix_wrap a {
    font-weight: 700;
}
#bottom_fix_wrap a:before {
    content: url(https://company-site.jp/wp-content/themes/aoisouken/images/landing/ueki_s/smartphone.png);
    vertical-align: -13px;
    margin-right: 8px;
}
.pico-footer {
    padding-bottom: 60px;
    margin-top: 5px;
}
    
#pico  .pico-footer {
    padding: 20px 10px 50px 10px;
}
    
.pagetop {
    bottom: 60px;
}
    
    
    
}







/* メールフォーム（テーブル使用版） */
table.inquiry{
    width: 100%;
    margin: 16px 0;
}

table.inquiry tr {
    border: 2px solid #fff;
}

table.inquiry th,
table.inquiry td{
    padding: 16px;
}

table.inquiry th{
	background-color: #FABBCB;
    width: 32%;
    font-weight: bold;
}


table.inquiry th .haveto,
table.inquiry th .any {
    font-size: 92%;
    padding: 4px 6px;
    color: #fff;
    border-radius: 0px;
    margin-right: 8px;
    margin-left: 0;
    position: relative;
    bottom: 0px;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

table.inquiry th .haveto {
	background: #a80033;
}

table.inquiry th .any {
	background: #2d2d2d;
}

table.inquiry td{
    background-color: #FAFAFA;
}

table.inquiry td input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

table.inquiry td input[type="email"],
table.inquiry td input[type="number"],
table.inquiry td input[type="search"],
table.inquiry td input[type="text"],
table.inquiry td input[type="tel"],
table.inquiry td input[type="url"],
table.inquiry td input[type="password"] {
    height: 38px;
    max-width: 420px;
    width: 100%;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    box-shadow: none;
    box-sizing: border-box;
}

table.inquiry td input[type="radio"] {
    width: auto;
}

table.inquiry td textarea{
	width: 100%;
    padding: 6px 10px;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}

p#reCAPTCHA {
    margin-top: 40px;
	text-align: center;
	line-height: 1.2;
}

p#reCAPTCHA a {
	display: inline;
	color: blue;
}

div#acceptance_wrap {
    margin-top: 40px;
	text-align: center;
}

div#acceptance_wrap input[type="checkbox"] {
    display: inline-block;
    width: auto;
    margin-right: 4px;
}

.wpcf7-form-control.wpcf7-acceptance {

}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    text-align: left;
    margin: 0;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label{

}

.wpcf7-form-control.wpcf7-acceptance span.wpcf7-list-item-label{
    display: inline-block;
}



/* メールフォーム（div構造対応） */
.inquiry {
  width: 100%;
  margin: 16px 0;
}

.inquiry .form-row {
  border: 2px solid #fff;
  margin-bottom: 0px;
  background-color: #FAFAFA;
}

.inquiry .tr {
  display: flex;
  flex-wrap: wrap;
}

.inquiry .th {
  background-color: #FABBCB;
  width: 100%;
  max-width: 32%;
  padding: 16px;
  box-sizing: border-box;
  font-weight: bold;
}

.inquiry .td {
  width: 100%;
  max-width: 68%;
  padding: 16px;
  box-sizing: border-box;
  background-color: #FAFAFA;
}

@media (max-width: 768px) {
  .inquiry .th,
  .inquiry .td {
    max-width: 100%;
  }
}

.inquiry .haveto,
.inquiry .any {
  font-size: 92%;
  padding: 4px 6px;
  color: #fff;
  border-radius: 0px;
  margin-right: 8px;
  position: relative;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.inquiry .haveto {
  background: #a80033;
}

.inquiry .any {
  background: #2d2d2d;
}

.inquiry input[type="email"],
.inquiry input[type="number"],
.inquiry input[type="search"],
.inquiry input[type="text"],
.inquiry input[type="tel"],
.inquiry input[type="url"],
.inquiry input[type="password"],
.inquiry select {
  height: 38px;
  max-width: 420px;
  width: 100%;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  box-shadow: none;
  box-sizing: border-box;
  font-size: 16px;
font-family: Arial, sans-serif;
}

.inquiry input[type="radio"],
.inquiry input[type="checkbox"] {
  width: auto;
  margin-right: 6px;
}

.inquiry textarea {
  width: 100%;
  max-width: 600px;
  padding: 6px 10px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  font-size: 16px;
font-family: Arial, sans-serif;
}

.inquiry .note {
  font-size: 85%;
  color: #666;
  display: block;
  margin-top: 6px;
}



/* ボタン */
div#acceptance_wrap input[type="submit"],
div#acceptance_wrap input[type="reset"],
div#acceptance_wrap input[type="button"] {
    background: #a80033;
    height: auto;
    width: auto;
    max-width: 100%;
    padding: 2rem 6rem;
    border-radius: 80px;
    margin-top: 2rem;
    border: 8px solid #e68ea8;
    font-size: 120%;
}
div#acceptance_wrap .btn {
	box-shadow: 0px 12px 24px rgba(76, 79, 80, 0.38);
	color: #fff !important;
	font-weight: 600 !important;
	display: inline-block;
	font-weight: 700;
	padding: 1.25rem 4rem;
	text-decoration: none;
	transition: 0.3s;
}

div#acceptance_wrap .btn:hover {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	transform: translateY(4px);
	color: #fff !important;
	font-weight: 600 !important;
}
div#acceptance_wrap input[type="submit"]:hover,
div#acceptance_wrap input[type="reset"]:hover,
div#acceptance_wrap input[type="button"]:hover {
	opacity: 0.7;
	border: 8px solid #f4f4f4;
}
.wpcf7-not-valid-tip {
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #e50031;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 10px 10px;
	position: relative;
	max-width: fit-content;
	font-size: 14px;
}
.wpcf7-not-valid-tip::before {
	content: "";
	border: 10px solid transparent;
	border-bottom: 15px solid #e50031;
	position: absolute;
	top: -20px;
	left: 5%;
}
.wpcf7-not-valid-tip {
	color: #fff !important;
}


@media screen and (max-width: 768px) {

	table.inquiry tr {
	    display: block;
	}

	table.inquiry th,
	table.inquiry td{
	    display: block;
		width: 100%;
    	box-sizing: border-box;
	}

	.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
	    display: flex;
	    align-items: baseline;
	}

	div#acceptance_wrap input[type="submit"], div#acceptance_wrap input[type="reset"], div#acceptance_wrap input[type="button"] {
        display: block;
	    padding: 1.4rem 2.4rem;
	    max-width: 100%;
	    font-size: 120%;
	    margin: 2rem auto;
	}

	p#reCAPTCHA {
	    margin-top: 0;
	}
}
