/*reset*/
@charset "UTF-8";
/*
Reset CSS:ver1.0
*/
/* Winでも見やすい游ゴ設定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  cursor: default;
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body{
  background: #fff;
  color: #333;
  font: 16px/400 -apple-system, BlinkMacSystemFont,Hiragino Sans,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic','メイリオ', meiryo, sans-serif;
  height: 100%;
  margin: 0 auto;
  letter-spacing: .05rem;
  line-height: 1.5;
  width: 100%;
  max-width:640px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul,
nav ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  background: transparent;
  color: #0044CC;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration-skip: objects;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p{
	margin: 0;
	padding: 0;
}
em {
  padding: 0.2em;
  font-weight: bold;
  display: inline;
  font-style: normal;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #333;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #333;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
	margin: 0;
	padding: 0;
  font-size: 0;
  line-height: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
/* smart phone default style reset */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button{
  border: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
}
/* select box , checkboxの矢印を非表示 */
select::-ms-expand {
  display: none;
}
input[type="submit"]:hover {
  cursor: pointer;
}
input,
textarea {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 10px;
  border: 1px solid #D3D3D3;
  background: #F7F7F7;
}
input:focus,
textarea:focus {
  background: #fffbc9;
}
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="image"] {
  height: auto;
  width: 100%;
}
/* placeholder color */
input::placeholder {
  color: #333;
  opacity: 0.7;
}
/* IE */
input:-ms-input-placeholder {
  color: #333;
}
/* Edge */
input::-ms-input-placeholder {
  opacity: 0.7;
}
/* テキストを選択時時のハイライトカラー */
::-moz-selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #93C1E5;
  color: #fff;
  text-shadow: none;
}

/*div.choice*/
.choice1{
  display: flex;
  background: #fff;
  margin-top:-2px;
}
.choice1__item{
  width: 100%;
  background: #fff;
}
.choice1__item:hover,
.choice2__item:hover{
  opacity: .85;
}
.choice2 button{
  display: inline-block;
  vertical-align: bottom;
}


/*div.worry*/
.worry__item:nth-child(1),
.worry__item:nth-child(2),
.worry__item:nth-child(3),
.worry__item:nth-child(4){
  display: none;
}
.worry__item:nth-child(1).active,
.worry__item:nth-child(2).active,
.worry__item:nth-child(3).active,
.worry__item:nth-child(4).active{
  display: block;
}
/* -------------------- */
.choice__item-img:nth-child(1),
.choice__item-img:nth-child(2),
.choice__item-img:nth-child(3),
.choice__item-img:nth-child(4){
  display: none;
}
.choice__item-img:nth-child(1).active,
.choice__item-img:nth-child(2).active,
.choice__item-img:nth-child(3).active,
.choice__item-img:nth-child(4).active{
  display: block;
}


/* TOPへ */
.floating {
  position: fixed;
  bottom: 0;
  right: 3%;
  z-index: 100;
  width: 15%;
  max-width: 100px;
  padding: 20px 0;
  background-color: rgba(#fff, .2);
  transition: all 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}
.floating.is-hidden {
  visibility: hidden;
  opacity: 0;
}


/*div.form*/
.form{
	margin:0 auto;
	background:#fff;
	padding:10px 10px 10px;
	text-align:center;
}
.form img{
	margin:0 auto;
	text-align:center;
}
.form_ttl{
	padding:0;
}

/* counseling__video */
.counseling__video {
  padding: 15px;
  background: #fff;
}
video {
  margin: 0 auto;
  width: 100%;
}

/*div.menu*/
.menu{
	background:url("../img/menu_back.png");
	background-size:750px auto;
	padding-bottom:30px;
}
.menu__box{
	background:#fff;
	box-shadow:0 5px 20px 0 rgb(215 200 190 / 80%);
	margin:0px 20px 100px;
	padding-top:0;
}
.menu__ttl{
	margin-top:-60px;
}
.menu__box .inner{
	padding:60px 15px 50px;
}
.menu__ex{
	margin-bottom:20px;
}
@media screen and (max-width: 30em){
.menu__box .inner{
padding:30px 15px 30px;
}
}

/* what */
.what {
  background: #d3edf1;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.what__txt {
  padding: 0 25px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
}
.what__video {
  padding: 15px;
  max-width: 400px;
}
.what__video2 {
  padding: 0 20px 20px;
  background: #fff;

}

/*div..clinic-list-wrapper*/
.clinic-list-wrapper {
  padding: 30px 15px 0;
  background: #fff;
}


/* taboo */
.taboo {
  margin: 40px 0 0;
}
.taboo__txt {
  text-align: center;
  font-size: 12px;
}

/* グラマースノエルについて　アコーディオン　bkg_white */
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.accordionBox {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
}
.accordionBox input,
.accordionBox textarea,
.accordionBox select,
.accordionBox button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-size: 1.4rem;
}
.accordionBox .Label {
  padding: 0.8em;
  letter-spacing: -1px;
  display: block;
  font-size: 20px;
  text-align: left;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
}
.accordionBox .toggle {
  display: none;
}
.accordionBox .toggle:checked {
  border-bottom: none;
}
.accordionBox .Label,
.accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordionBox .toggle:checked + .Label {
  border-bottom: none !important;
}
.accordionBox Label::before {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 18px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #135e49;
}
.accordionBox Label.risk_label::before {
  right: 50px;
}
.accordionBox .toggle:checked + .Label::before {
  transform: rotate(-180deg) !important;
}
.accordionBox .toggle:checked + .Label::before {
  transform: rotate(-180deg) !important;
}
.accordionBox h3.risk_h3 {
  text-align: center;
  border: 1px #000 solid;
  border-radius: 100px;
  padding: 15px;
  font-weight: normal;
  font-size: 16px;
  background: #fff;
}
.accordionBox .accordion__content {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.accordionBox .Label,
.accordion__content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordionBox .toggle:checked + .Label + .accordion__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
}
.accordionBox .toggle:checked + .Label + .accordion__content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  color: #fff;
}
.accordionBox section {
  position: relative;
}
.bkg_white {
  text-align: center;
}
.accordionBox .risk_txt {
  text-align: center;
  font-size: 16px;
  color: #707070;
  margin: 0;
  line-height: 1.5;
  margin-top: 1rem;
}
.accordionBox .risk_url {
  text-align: center;
  margin: 20px 0;
  font-size: 16px;
  color: #707070;
  border-bottom: #000 solid 1px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s;
}
.accordionBox .risk_title {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  font-size: 16px;
  color: #707070;
}
@media screen and (max-width: 620px) {
  .accordionBox .risk_title {
    font-size: 12px;
  }
  .accordionBox .risk_txt {
    font-size: 12px;
  }
  .accordionBox .risk_url {
    font-size: 12px;
  }
}

/*footer*/
.f_wrap{
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  background: #000;
  color: #fff;
}
.f_wrap .f_wrap__inner {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}
.f_wrap ul li {
list-style-type: none;
  margin-bottom: 14px;
	text-decoration: none;
}
.f_wrap ul li:last-child {
  margin-left: 1.6rem;
}
.f_wrap ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  color: #fff;
		text-decoration: none;
}
.f_wrap .f_copy p{
	font-size:11px;
	text-align:center;
}
@media screen and (max-width: 30em) {
.f_wrap{
padding:2rem 0.5rem;
}
}


