@charset "utf-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
	cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
	display: none;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */
/* ============================================ */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* destyle.css end */
/* ============================================ */



/* Setting */

html {
	font-size: 62.5%;
	height: 100%;
}
body {
    color: #222222;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Roboto, "Droid Sans", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
	height: 100%;
	margin: 0;
}
input,
textarea {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Roboto, "Droid Sans", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 500;
}

/* Form */
input::-webkit-input-placeholder {
	font-size: 1.6rem;
}
input:-moz-placeholder {
	font-size: 1.6rem;
}
input::-moz-placeholder {
	font-size: 1.6rem;
}
input:-ms-input-placeholder {
	font-size: 1.6rem;
}

input,
textarea {
	font-size: 1.6rem;
	width: 100%;
	padding: 1rem;
	margin-bottom: .8rem;
	background-color: #fff;
	border-radius: .5rem;
}

select {
	font-size: 1.6rem;
	width: 100%;
	padding: 1.5rem 1rem;
	margin-bottom: .8rem;
	background-color: #fff;
	border-radius: .5rem;
}

input[type="button"],
button {
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	width: 100%;
	padding: 1em 1em;
	margin-bottom: .8rem;
	background-color: #c7c7c7;
	border-radius: .5rem;
}
button:hover {
	opacity: .8;
}



/* Utility */

.u-clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.bold {
	font-weight:bold;
}

.black {
	color: #000;
}
.red {
	color: #ff0000;
}
.orange {
	color: #FF6600;
}
.blue {
	color: #0000ff;
}
.green {
	color: #009900;
}

@media (min-width:750px) {
	.pcnone {
		display:none !important;
	}
	.spnone {
		display:block !important;
	}
}
@media (min-width:0px) and (max-width:749px) {
	.pcnone {
		display: block !important;
	}
	.spnone {
		display:none !important;
	}
}

/* layout */

.button_contact{
    position: relative;
    width: 580px;
    margin: auto;
}
.button_contact_pop{
    position: absolute;
    /* top: -25px; */
    bottom: 40px;
    right: -60px;;
    width: 125px;
}
.button_contact img{
    width: 100%;
}
.button_contact a:before {
    content: '';
    display: block;
    position: absolute;
    /* width: 100%; */
    width: 300px;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}
@keyframes shine {
    33% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* --------------------------------------------------

main-visual

-------------------------------------------------- */

#main-visual{
    background-image: url(../img/bg-mv.png);
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
#main-visual .p-container{
    background-color: #fff;
}

/* --------------------------------------------------

date

-------------------------------------------------- */

.date{
    padding: 30px 0;
}
.date .p-container{
     text-align: center;
}
.date img{
    width: 100%;
    max-width: 871px;
    max-width: 1034px;
}
.date img.senchaku{
    width: 416px;
    margin-bottom: 10px;
}
.date .button_contact{
    margin: 40px auto 0;
}
/* --------------------------------------------------

online

-------------------------------------------------- */
.online{
    position: relative;
}
.bg_area-online{
    width: 1200px;
    background-image: url(../img/online/bg_area-online.png);
    background-repeat: no-repeat;
    background-size: 100% 98%;
    background-position: 50% 50%;
}
.area-online{
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    margin: 110px auto;
    padding: 50px 0 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.1), 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}
/*
.area-online img{
    width: 100%;
}
*/
.online_title_decoration{
    position: absolute;
    top: -40px;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.img-online_title_decoration{
    display: block;
    width: 321px;
    margin: auto;
}
.online_title{
    width: 1000px;
    margin-top: 20px;
/*
    background-image: url(/lp001/sp/assets/img/online_title_bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
*/
}
.img-online_title{
    display: block;
    width: 1000px;
    margin: auto;
}
.img-online_txt{
    display: block;
    /*    width: calc(100% - 40px);*/
    width: 1000px;
    margin: auto;
}
.online_txt-01{
    width: 800px;
    margin: auto;
}
.online_txt-02{
    width: 900px;
    margin: auto;
}

.online_txt_pop{
    position: absolute;
    /*    top: 0;*/
    z-index: 10;
    top: 17.5%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 730px;
    margin: auto;
}
.img-online_txt_pop{
    display: block;
/*    width: calc(100% - 20px);*/
    width: 96%;
    max-width: 730px;
    margin: auto;
}

/* --------------------------------------------------

clinic

-------------------------------------------------- */
.area-clinic{
    width: 900px;
    margin: auto;
    padding: 50px 0;
}
.area-clinic ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.area-clinic ul.flex-arround{
    justify-content: space-around;
}
.area-clinic ul:last-of-type{
    margin-bottom: 0;
}
.area-clinic ul li{
    width: 280px;
    text-align: center;
}
.area-clinic ul li img{
    width: 100%;
}
.area-clinic ul li .area-clinic-name{
    font-size: 17px;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin: 10px auto;
    text-align: center;
    height: 2em;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.detail_button{
    margin:0 auto;
    width: 220px;
}

/* --------------------------------------------------

merit

-------------------------------------------------- */
.merit{
    width: 100%;
    background-image: url(../img/merit/back_st.png);
    background-repeat: repeat;
    background-size: auto;
    background-position: left top;
    padding: 100px 0;
}
.merit img{
    width: 100%;
}
.merit-title-pop{
    width: 156px;
    margin: -90px auto 10px;
}
.merit-01-title{
    width: 800px;
    margin: auto;
}
.area-merit{
    width: 1000px;
    margin: 110px auto;
    padding: 60px 0 55px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.1), 0 -10px 20px -10px rgba(0, 0, 0, 0.1);
}

.merit-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #222222;
    text-align: center;
    margin-bottom: 20px;
}
.merit-title span{
    color: #f8800b;
}
.merit-01-txt-01{
    width: 900px;
    margin: auto;
}
.merit-01-txt-02{
    width: 900px;
    margin: auto;
}
.merit-02-txt-01{
    width: 900px;
    margin: 40px auto 0;
}
.merit-02-txt-02{
    width: 900px;
    margin: auto;
}
.area-merit.merit-03{
    margin-bottom: 65px;
}
.merit-03 .merit-title{
    margin-bottom: 0;
}
.merit-03 .merit-title span{
    color: #e3007f;
}
.merit-03-txt-01{
    width: 800px;
    margin: auto;
}
.merit-03-txt-02{
    width: 800px;
    margin: auto;
}
.merit-03-txt-03{
    width: 900px;
    margin: auto;
}

.area-merit-04{
    width: 1000px;
    margin: auto;
}

/* --------------------------------------------------

overview

-------------------------------------------------- */
.overview{
    padding: 100px 0;
    background-image: url(../img/overview/back_dot_gry.png);
    background-repeat: repeat;
}
.overview .p-container{
    width: 800px;
}
.overview-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 52px;
    color: #222222;
    text-align: center;
    margin-bottom: 50px;
}
.overview-title span{
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    font-family: 'Quicksand', sans-serif;
}
.overview-txt{
    margin: 0 2%;
}
.overview-txt dt,
.overview-txt dd{
    font-weight: bold;
    text-align: center;
    border: 4px solid #222222;
    border-bottom: 0;
}

.overview-txt dt{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 26px;
    font-weight: 800;
    padding: 15px;
    background-color: #fed312;
}
.overview-txt dd{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    border-top: 2px solid #222222;
    padding: 40px 10px;
    font-size: 30px;
    background-color: #fff;
}
.overview-txt dd:last-of-type{
    border-bottom: 3px solid #222222;
}
.overview-txt dd .date{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 72px;
}
.overview-txt dd .date_sub{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 36px;
}
.overview-txt dd .cap{
    display: block;
    margin-top: 20px;
    font-weight: normal;
    font-size: 20px;
}
.overview-txt dd ul{
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
}
.overview-txt dd .greenbox{
    background-color: #0eb02f;
    width: 204px;
    padding: 20px 10px;
    border-radius: 10px;
    color: #fff;
}
.overview-txt dd .greenbox .step{
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: 600;
}
.overview-txt dd .greenbox .no{
    font-family: 'Quicksand', sans-serif;
    font-size: 50px;
    font-weight: bold;
}
.overview-txt dd .greenbox .cap{
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
}
.overview-txt dd .arrow{
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.overview-txt dd .arrow img{
    width: 15px;
}

.overview-gift{
    margin: 20px 2%;
}
.overview-gift img{
    width: 100%;
}

.overview .button_contact{
    margin-top: 85px;
}

/* --------------------------------------------------

faq

-------------------------------------------------- */

.faq{
    padding: 100px 0;
    background-color: #fff;
}
.faq .p-container{
    width: 800px;
}
.faq-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 52px;
    color: #222222;
    text-align: center;
    margin-bottom: 50px;
}
.faq-title span{
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    font-family: 'Quicksand', sans-serif;
}
.faq-txt{
    margin: 20px 0 0;
    padding: 30px;
    border: 2px solid #222222;
    background-color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.faq-txt:first-of-type{
    margin-top: 0;
}
.faq-txt dt,
.faq-txt dd{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.faq-txt dd{
    margin-top: 10px;
}
.faq-q{
    position: relative;
}
.faq-q::after{
/*    content: "+";*/
/*
    content: url(../img/faq/plus.png);
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 32px;
    font-weight: 100;
*/
    position: absolute;
    content: '';
    top: 4px;
    right:0;
    display: block;
    width: 30px;/*幅*/
    height: 30px;/*どれだけデカくなってもはみ出ないであろう高さを指定*/
    background-image: url(../img/faq/plus.png);
    background-size: contain;
    background-repeat: no-repeat;/*画像を繰り返さない*/
    
}
.faq-q.open::after{
/*    content: "-";*/
/*    content: url(../img/faq/minus.png);*/
    top: 18px;
    background-image: url(../img/faq/minus.png);
}
.faq-txt span{
    display: block;
}
.faq-icon{
    font-family: 'Quicksand', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    width: 1em;
    margin-right: 20px;
}
.faq-txt_in{
/*    width: calc(100% - 2em - 20px);*/
    font-size: 20px;
    width: 650px;
    line-height: 1.5;
}


/* --------------------------------------------------

contact

-------------------------------------------------- */
.contact{
    padding: 100px 0;
    background-image: url(../img/contact/back_dot_pnk.png);
    background-repeat: repeat;
}
.contact .p-container{
    width: 800px;
}
.contact-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 52px;
    color: #e3007f;
    text-align: center;
    margin-bottom: 50px;
}
.contact-title span{
    display: block;
    font-size: 30px;
    margin-bottom: 25px;
    font-family: 'Quicksand', sans-serif;
}
/*
.contact-title{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    font-size: 32px;
    color: #e3007f;
    text-align: center;
    margin-bottom: 30px;
}
.contact-title span{
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    font-family: 'Quicksand', sans-serif;
}
*/
.contact-txt{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
/*    font-size: 14px;*/
    font-size: 20px;
    line-height: 1.9;
    text-align: center;
    margin-bottom: 20px;
}

.p-main{
    width: 800px;
    margin: auto;
}
.p-main .p-container{
    width: auto;
}
/* --------------------------------------------------

footer

-------------------------------------------------- */

.p-footer {
    padding: 90px 0;
    background-color: #fff;
}
.p-footer__container {
}
.p-footer__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 70px;
}
.p-footer__nav li {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    display: inline-block;
    padding: 0;
    width: 160px;
    text-align: center;
}
/*
.p-footer__nav li:after {
    content: '|';
    padding-left: 1rem;
}
*/
.p-footer__nav li:last-child:after {
    content: '';
    display: none;
}
.p-footer__nav li a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
}
.p-footer__nav li a:hover {
    opacity: .8;
}
.p-footer__copyright {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 16px;
    text-align: center;
}

.p-container {
/*    width: 100%;*/
    /*	max-width: 640px;*/
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

/* --------------------------------------------------

float

-------------------------------------------------- */

.float{
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 998;
}
.float-flex{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 250px;
}
.float-flex img{
    width: 100%;
}
.float-overview{
    display: block;
    width: 150px;
    margin-bottom: 10px;
}
.float-line{
    display: block;
    width: 150px;
}
.float-contact{
    display: block;
    width: 250px;
    margin-bottom: 10px;
}
a.float-contact:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
    animation: shine 3s infinite;
}
@keyframes shine {
    33% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

/* --------------------------------------------------

modal

-------------------------------------------------- */

.modal-clinic{
    display: none;
}
.modal-clinic.open{
    display: block;
}

.modal-container{
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.9);
    padding: 40px 0 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
    opacity: 1;
    visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 600px;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #222222;
    cursor: pointer;
}
.modal-close_02{
    display: block;
    width: 100px;
    margin: auto;
    text-align: center;
    background-color: #222222;
    border-radius: 6px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 0;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
    background: #fff;
    text-align: left;
    padding: 40px 60px 30px;
}
.modal-logo{
    text-align: center;
    width: 420px;
    margin:  0 auto 20px;
}
.modal-logo img{
    width: 100%;
}
.modal-point{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 20px;
}
.modal-txt{
    font-size: 18px;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    margin-bottom: 20px;
}



/* アイコンフォント
------------------------- */
@font-face {
    font-family: 'iconset';
    src: url('/images/fonts/iconset.eot?ycis52');
    src: url('/images/fonts/iconset.eot?ycis52#iefix') format('embedded-opentype'), url('/images/fonts/iconset.ttf?ycis52') format('truetype'), url('/images/fonts/iconset.woff?ycis52') format('woff'), url('/images/fonts/iconset.svg?ycis52#iconset') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    font-weight: inherit;
}

.fa:before {
    line-height: 1 !important;
    font-family: 'iconset' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.fa-undo:before {
    content: "\f0e2";
}

.btn-reset, .btn-reSearch {
    margin: 0 0 3px;
    border-radius: 6px;
    color: #fff;
    background-color: #0d3387;
    -webkit-box-shadow: 0 3px 0 0 #05205c;
    box-shadow: 0 3px 0 0 #05205c;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2), 2px 2px 0 rgba(0, 0, 0, 0.2);
    transition: background-color 0.15s, box-shadow 0.15s;
}
.backtoTopBtn {
    line-height: 1;
    margin: 0 0 2.5em;
    text-align: center;
    font-size: 14px;
}

.backtoTopBtn .btn {
    display: block;
    margin: auto;
    width: 91.89189%;
    padding: 1em 0 0.92857em;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 20%);
}

.backtoTopBtn .btn .fa {
    margin-right: 8px;
}

.white{
    color: #fff !important;
}
.blue{
    color: #0d3387 !important;
}
.red{
    color: #ff0000 !important;
}
.center{
    text-align: center !important;
}
.bold{
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
.small{
    font-size: 0.9em;
}
.large{
    font-size: 1.2em;
}