@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@200;400;500&display=swap');

/* 赤　#E7211A */
/* 薄紫　#E7E8F0  #bbbed6 */
/* 濃紫　#8389AC */
/* 濃濃紫　#6D69A3*/

/*薄グレー　#E9E9ED
グレー　　#D7D7DA
濃グレー　#666666
深濃グレー　#333333*/

/* --------------------------------------------------------------------
	reset
-------------------------------------------------------------------- */

* {
	border:0;
	outline:0;
	margin:0;
	padding:0;
	font-size:inherit;
	font-weight:inherit;
	vertical-align:baseline;
	background-color:transparent;
}

ul,ol,li {
	list-style-type:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
select,input[type="submit"] {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}

/* --------------------------------------------------------------------
	共通
-------------------------------------------------------------------- */

html,body {
	color:#333333;
	font-size: 16px;
	line-height:1.5em;
	letter-spacing: 0.05em;
	overflow-x:hidden;
	-webkit-text-size-adjust:100%;
	font-family:"Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-weight:400;
  scroll-behavior: smooth;
}

a {
	color:#333333;
}
.is_pc{
  display:block;
}
.is_sp{
  display:none;
}

.wrapper {
	max-width:1200px;
  width:94%;
	margin:0 auto;
}

.breadcrumbs {
	margin:50px auto;
  width:94%;
	max-width:1200px;
}
.breadcrumbs li {
	display:inline;
	font-size:0.9rem;
}
.breadcrumbs li::after {
	content:'>';
	display:inline-block;
	padding:0 10px;
}
.breadcrumbs li:last-child::after {
	display:none;
}
.breadcrumbs li a {
	color:#333333;
}

@media screen and (max-width:820px){
	html,body {
		font-size:13px;
	}
	.is_pc{
		display:none;
	}
	.is_sp{
		display:block;
	}
  .breadcrumbs {
    margin:25px auto;
  }
}

/* --------------------------------------------------------------------
	title
-------------------------------------------------------------------- */

.title01 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  margin:0 auto 10px;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}
.title01 span {
  color:#d8d6e5;
  font-size:3.0rem;
  letter-spacing: 0.03em;
}
.title01:before {
  content: '';
  position: absolute;
  left:50%;
  bottom:-25px;
  display: inline-block;
  width:60px;
  height:1px;
  -webkit-text-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
}

.title02 {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  margin:0 auto 50px;
  font-size: 2.1rem;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.05em;
}
.title02 span {
  font-size: 1.5rem;
}
.title02:before {
  content: '';
  position: absolute;
  left:50%;
  bottom:-20px;
  display: inline-block;
  width:60px;
  height:1px;
  -webkit-text-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333333;
}
.title04 {
	text-align:center;
	font-size:1.6rem;
  font-family: 'Noto Serif JP', serif;
	display: flex;
	align-items: center;
	width:100%;
	margin-bottom:30px;
}
.title04:before,
.title04:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #bbbed6;
}
.title04:before {
	margin:0 1.5em 0 0;
}
.title04:after {
	margin:0 0 0 1.5em;
}

@media screen and (max-width:820px){
  .title01 {
    margin-bottom: 50px;
    font-size: 1.3rem;
  }
  .title01 span {
    font-size:2.0rem;
  }
  .title01:before {
    bottom:-20px;
    width:50px;
  }
  .title02 {
    margin:0 auto 50px;
    font-size: 1.7rem;
  }
  .title02:before {
    bottom:-20px;
  }
  .title04 {
    font-size:1.4rem;
  }
}


/* --------------------------------------------------------------------
	header
-------------------------------------------------------------------- */

header {
  width:100%;
  position: fixed;
  top:0;
  z-index: 1000;
  height:130px;
  align-content: center;
  background:rgba(255,255,255,1);
  box-shadow: rgba(0,0,0,0.15) 0px 3px 8px;
}
.header {
  max-width:1200px;
  width:100%;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
}
header .hd_l {
  padding:5px 0 0;
  width:53%;
}
header .hd_text {
  font-family: 'Noto Serif JP', serif;
  font-size:0.9rem;
}
header .hd_logo img {
  width:100%;
  max-width: 350px;
  margin:5px 0 0;
}

header .hd_r {
  padding:5px 0 0;
  display: flex;
  justify-content:flex-start;
  flex-direction: row-reverse;
  width:47%;
}
header .hd_r .hd_tel {
  display: flex;
  justify-content: flex-start;
  margin:10px 15px 0 0;
}
header .header_r ul {
  display: flex;
  justify-content: flex-end;
}
header a.hd_btn_web {
  background:URL(../../images/icon_ft_web.png) #db3b3b no-repeat;
  background-position: 27px 12px;
  background-size: 30px;
  display: block;
  width: 90px;
  text-decoration: none;
  color:#FFFFFF;
  padding:11px 15px 13px 65px;
  font-size:1.2rem;
  transition: 0.3s;
  border:1px solid #db3b3b;
  margin: 0 0 5px auto;
}
header a:hover.hd_btn_web {
  background:URL(../../images/icon_ft_web_red.png) #FFFFFF no-repeat;
  background-position: 27px 12px;
  background-size: 30px;
  color:#db3b3b;
}
header a.hd_btn_line {
  background:URL(../../images/icon_ft_line.png) #43ae7d no-repeat;
  background-position: 27px 12px;
  background-size: 30px;
  display: block;
  width: 90px;
  text-decoration: none;
  color:#FFFFFF;
  padding:11px 15px 13px 65px;
  font-size:1.2rem;
  transition: 0.3s;
  border:1px solid #43ae7d;
}
header a:hover.hd_btn_line {
  background:URL(../../images/icon_ft_line_green.png) #FFFFFF no-repeat;
  background-position: 27px 12px;
  background-size: 30px;
  color:#43ae7d;
}
header .hd_today img {
  max-width:90px;
  margin: 5px 10px 0 0;
}
header .hd_r div p:first-child {
  font-size:0.85rem;
}
header .hd_r div p:nth-child(2) {
  font-size:2.3rem;
  margin:3px auto 10px;
}
header .hd_r div p:nth-child(2) img {
  width:20px;
}
header .hd_r div p:last-child {
  font-size:0.85rem;
  background:#E9E9ED;
  padding:3px 5px;
  text-align: center;
}
@media screen and (max-width:820px){
  header {
    position:inherit;
    height:auto;
    padding:3px 10px 8px;
  }
  header .hd_r {
    display: none;
  }
}

.gnavi ul {
  display: flex;
  justify-content:flex-start;
  margin-top: 7px;
}
.gnavi ul li {
  /*font-family: 'Noto Serif JP', serif;*/
  font-size: 1.05rem;
  text-align: center;
}
.gnavi ul li a {
  display: block;
  text-decoration: none;
  padding:3px 12px;
  border-right:1px solid #CCCCCC;
  position: relative;
  transition: 0.3s;
}
.gnavi ul li a:hover {
  color:#666666;
}
.gnavi ul li:first-child a {
  padding:3px 12px 3px 0;
}
.gnavi ul li:last-child a {
  border-right:none;
}
.gnavi ul li a::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 13px;
  width: 3px;
  background:#E7211A;
  transition: all .3s;
  transform: scale(0);
  transform-origin: bottom;
}
.gnavi ul li a:hover::after {
  transform: scale(1);
}
@media screen and (max-width:820px){
  .gnavi {
    display: none;
  }
}


/* --------------------------------------------------------------------
	main
-------------------------------------------------------------------- */

main {
  margin-top:130px;
}

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/* --------------------------------------------------------------------
	footer
-------------------------------------------------------------------- */

footer {
	margin-top:120px;
  background: #eeedf4;
  padding:50px 0 0;
}
footer .ft_logo {
	text-align:center;
	margin:0 auto 30px;
}
footer .ft_logo img {
	max-width:400px;
	width:55%;
}
footer iframe {
	height:350px;
}
footer .wrapper {
	padding:40px 0;
  display: flex;
  justify-content: space-between;
}
footer .ft_l {
	width:50%;
}
footer .ft_station {
  background:#FFFFFF;
	max-width:560px;
	width:100%;
	padding:15px 20px;
	margin:15px 0 30px;
}
footer .ft_station li {
	margin-bottom:5px;
}
footer .ft_station li::before {
	content: "";
	width:7px;
	height:7px;
	display:inline-block;
	background-color:#6D69A3;
	border-radius:50%;
	margin-right:5px;
}
footer .ft_entrance img {
	width:100%;
  max-width: 600px;
}
footer .ft_entrance p {
	margin-top:10px;
  font-size: 0.9rem;
}

footer .ft_r {
	width:46%;
}
footer .ft_info {
	background:#FFFFFF;
	border-radius:10px;
	margin-bottom:30px;
	padding:22px 30px 27px;
	text-align:center;
}
footer .ft_info p.text {
	font-size:1.2rem;
	margin-bottom:15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #666666;
}
footer .ft_info_tel {
  display: flex;
  justify-content: center;
}
footer .ft_info_tel p.icon {
	margin-right:12px;
}
footer .ft_info_tel p.icon img {
	width:85px;
}
footer .ft_info_tel p.tel {
	text-align:left;
}
footer .ft_info_tel p.tel span {
	font-size:3.2rem;
	line-height:1em;
}
footer .ft_info .ft_web {
	margin:15px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
footer .ft_info .ft_web li {
	width:100%;
	font-size:1.2rem;
	margin:0 5px;
}
footer .ft_info .ft_web li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
  padding:14px 15px 18px 20%;
  border-radius:5px;
	font-size:1.2rem;
}
footer .ft_info .ft_web a.ft_btn_web {
	background:URL(../../images/icon_ft_web.png) #db3b3b no-repeat;
  background-position: 24% 10px;
  background-size: 35px;
  border:1px solid #db3b3b;
  transition: 0.3s;
}
footer .ft_info .ft_web a:hover.ft_btn_web {
	background:URL(../../images/icon_ft_web_red.png) #FFFFFF no-repeat;
  background-position: 24% 10px;
  background-size: 35px;
  color:#db3b3b;
}
footer .ft_info .ft_web a.ft_btn_line {
	background:URL(../../images/icon_ft_line.png) #43ae7d no-repeat;
  background-position: 24% 10px;
  background-size: 35px;
  border:1px solid #43ae7d;
  transition: 0.3s;
}
footer .ft_info .ft_web a:hover.ft_btn_line {
	background:URL(../../images/icon_ft_line_green.png) #FFFFFF no-repeat;
  background-position: 24% 10px;
  background-size: 35px;
  color:#43ae7d;
}
footer .ft_info a.ft_btn_info {
	display:block;
	background:URL(../../images/icon_ft_info.png) #333333 no-repeat;
  background-position: 36% 10px;
  background-size: 35px;
	color:#FFFFFF;
	padding:14px 15px 18px 60px;
	text-decoration:none;
	border-radius:5px;
	width:82%;
	text-align:center;
	font-size:1.1rem;
	margin:10px auto 0;
  border:1px solid #333333;
  transition: 0.3s;
}
footer .ft_info a.ft_btn_info:hover {
	background:URL(../../images/icon_ft_info_black.png) #FFFFFF no-repeat;
  background-position: 36% 10px;
  background-size: 35px;
	color:#333333;
}

.clinic_time table {
	width:100%;
  border-bottom:1px solid #666666;
  border-top:1px solid #666666;
}
.clinic_time tr {
	border-bottom:1px dotted #666666;
}
.clinic_time th:first-child, .clinic_time td:first-child {
  text-align: left;
}
.clinic_time th, .clinic_time td {
	padding:15px 15px;
	line-height:1.0em;
	text-align:center;
	font-size:0.9rem;
  vertical-align: middle;
}
.clinic_time td {
	font-size:1.2rem;
}
.clinic_time_text {
  font-size:0.9rem;
  line-height: 1.6em;
  margin:15px auto 0;
  text-align: center;
}
.clinic_time td span, .clinic_time_text span {
  color:#8085a5;
}

@media screen and (max-width:820px){
  footer {
    margin-top:100px;
    padding:25px 0 0;
  }
  footer .ft_logo {
    margin:0 auto 15px;
  }
	footer iframe {
		height:150px;
	}
  footer .wrapper {
    padding:20px 0;
    display:block;;
    justify-content:center;
  }
  footer .ft_l {
    width:100%;
  }
  footer .ft_station {
    background:#FFFFFF;
    width:93%;
    padding:10px 12px;
    margin:12px 0 15px;
    font-size: 0.9rem;
  }
  footer .ft_station li {
    margin-bottom:2px;
  }
  footer .ft_station li::before {
    content: "";
    width:7px;
    height:7px;
    display:inline-block;
    background-color:#6D69A3;
    border-radius:50%;
    margin-right:5px;
  }
  footer .ft_r {
    width:100%;
    margin:30px auto 0;
  }
  footer .ft_info_tel p.icon {
    margin-right:10px;
  }
  footer .ft_info_tel p.icon img {
    width:55px;
  }
  footer .ft_info_tel p.tel span {
    font-size:2.5rem;
    line-height:1em;
  }
  footer .ft_info .ft_web li a {
    padding:14px 15px 18px 29%;
  }
  footer .ft_info .ft_web a.ft_btn_web {
    background:URL(../../images/icon_ft_web.png) #db3b3b no-repeat;
    background-position: 18% 12px;
    background-size: 25px;
  }
  footer .ft_info .ft_web a:hover.ft_btn_web {
    background:URL(../../images/icon_ft_web_red.png) #FFFFFF no-repeat;
    background-position: 18% 12px;
    background-size: 25px;
  }
  footer .ft_info .ft_web a.ft_btn_line {
    background:URL(../../images/icon_ft_line.png) #43ae7d no-repeat;
    background-position: 18% 12px;
    background-size: 25px;
  }
  footer .ft_info .ft_web a:hover.ft_btn_line {
    background:URL(../../images/icon_ft_line_green.png) #FFFFFF no-repeat;
    background-position: 18% 12px;
    background-size: 25px;
    color:#43ae7d;
  }
  footer .ft_info a.ft_btn_info {
    display:block;
    background:URL(../../images/icon_ft_info.png) #333333 no-repeat;
    background-position: 35% 12px;
    background-size: 25px;
    width:70%;
  }
  footer .ft_info a.ft_btn_info:hover {
    background:URL(../../images/icon_ft_info_black.png) #FFFFFF no-repeat;
    background-position: 35% 12px;
    background-size: 25px;
    color:#333333;
  }
  .clinic_time th, .clinic_time td {
    padding:10px 10px;
  }
}


/* --------------------------------------------------------------------
	fixed_reserve
-------------------------------------------------------------------- */

@media screen and (min-width: 770px){
	.fixed_reserve {
		display:none;
	}
}
@media screen and (max-width:820px){
	.fixed_reserve {
		position:fixed;
		bottom:-5px;
		width:100%;
		z-index:99;
		padding:0;
	}
	.fixed_reserve ul {
		text-align:center;
		font-size:0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    box-shadow: 5px 0 5px #666666;
	}
	.fixed_reserve ul li {
		width:25%;
		padding:7px 0 1px;
	}
	.fixed_reserve ul li a {
		text-decoration:none;
		font-size:0.7rem;
		line-height:1em;
		color:#FFFFFF;
	}
  .fixed_reserve ul li.tel a {
		color:#333333;
	}
	.fixed_reserve ul li a img {
		width:25px;
		margin-bottom:-7px;
	}
	.fixed_reserve ul li.mail {
		background:#558bbc;
	}
	.fixed_reserve ul li.web {
		background:#cc5a44;
	}
	.fixed_reserve ul li.line {
		background:#43ae7d;
	}
	.fixed_reserve ul li.tel {
		background:#FFFFFF;
	}
}


/* --------------------------------------------------------------------
	page_top
-------------------------------------------------------------------- */
#page_top {
	position:fixed;
	bottom:20px;
	right:20px;
}
#page_top a {
	background:URL(../../images/top_arrow.png) no-repeat #cdd0e0;
	background-size:60%;
	background-position:center 23px;
	text-decoration:none;
	color:#FFFFFF;
	width:70px;
	height:70px;
	text-align:center;
	display:block;
	border-radius:50%;
	opacity:0.7;
}
#page_top a:hover {
	text-decoration:none;
	background:URL(../../images/top_arrow.png) no-repeat #cdd0e0 center;
	background-size:60%;
	background-position:center 23px;
	opacity:1.0;
}
@media screen and (max-width:820px){
  #page_top {
    bottom:60px;
    right:10px;
  }
  #page_top a {
    background:URL(../../images/top_arrow.png) no-repeat #cdd0e0;
    background-size:50%;
    background-position:center 18px;
    width:55px;
    height:55px;
  }
  #page_top a:hover {
    background:URL(../../images/top_arrow.png) no-repeat #cdd0e0 center;
    background-size:50%;
    background-position:center 18px;
  }
}


/* --------------------------------------------------------------------
	copyright
-------------------------------------------------------------------- */
#copyright {
	background:#8085a5;
	text-align:center;
	padding:30px;
	font-size:0.8rem;
	color:#FFFFFF;
}
@media screen and (max-width:820px){
	#copyright {
		padding:10px;
		margin:20px auto 60px;
	}
}


/* --------------------------------------------------------------------
	navArea
-------------------------------------------------------------------- */

nav {
	display:block;
	position:fixed;
	top:0;
	left:-85%;
	bottom:0;
	width:85%;
	background:#FFFFFF;
	overflow-x:hidden;
	overflow-y:auto;
	transition:all .5s;
	z-index:5;
	opacity:0;
}
.open nav {
	left:0;
	opacity:1;
}

@media screen and (min-width: 770px){
  .toggle_btn {
    display:none;
  }
}
@media screen and (max-width:820px){
  .toggle_btn {
    display:block;
    position:fixed;
    top:10px;
    right:10px;
    width:30px;
    height:30px;
    transition:all .5s;
    cursor:pointer;
    z-index:9;
    color:#fff;
  }
}

.toggle_btn p {
	font-size:0.7rem;
	position:absolute;
	top:25px;
	text-align:center;
	letter-spacing:0em;
}
.toggle_btn p#menu {
	color:#333333;
}
.toggle_btn p#close {
	color:#FFFFFF;
}
.toggle_btn span {
	display:block;
	position:absolute;
	left:0;
	width:30px;
	height:2px;
	background-color:#333333;
	border-radius:4px;
	transition:all .5s;
	color:#FFFFFF;
}
.toggle_btn span:nth-child(1) {
	top:4px;
}
.toggle_btn span:nth-child(2) {
	top:14px;
}
.toggle_btn span:nth-child(3) {
	bottom:4px;
}
.toggle_btn p#close {
	display:none;
}
.open .toggle_btn p#close {
	display:block;
}
.open .toggle_btn span {
	background-color:#FFFFFF;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform:translateY(10px) rotate(-315deg);
	transform:translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity:0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform:translateY(-10px) rotate(315deg);
	transform:translateY(-10px) rotate(315deg);
}

#mask {
	display:none;
	transition:all .5s;
}
.open #mask {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000000;
	opacity:.8;
	z-index:2;
	cursor:pointer;
}

#navArea .inner {
  padding-bottom: 100px;
}
#navArea .inner .nav_logo {
  margin:20px auto 15px;
  text-align: center;
}
#navArea .inner .nav_logo img {
  width:65%;
}
#navArea .inner ul.list_cont li a {
	display:block;
	padding:15px;
	border-bottom:1px solid #D7D7DA;
	text-decoration:none;
  transition: 0.3s;
}
#navArea .inner ul.list_cont li:first-child a {
	border-top:1px solid #D7D7DA;
}
#navArea .inner ul.list_cont li a:hover {
  background:#E7E8F0;
}
#navArea .inner ul.list_treatment {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin:10px auto;
}
#navArea .inner ul.list_treatment li {
  width:49%;
}
#navArea .inner ul.list_treatment li a {
  display: block;
  border:1px solid #D7D7DA;
  text-decoration: none;
  padding:25px 5px 30px 10px;
  transition: 0.3s;
  margin-bottom: 10px;
  font-size: 0.95rem;
}
#navArea .inner ul.list_treatment li:nth-child(2) a {
  font-size: 0.9rem;
}
#navArea .inner ul.list_treatment li a:hover {
  border:1px solid #8389AC;
}
#navArea .inner ul.list_treatment li._cavity a {
  background: url("../images/top_medical_mushiba.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._cleaning a {
  background: url("../images/top_medical_cleaning.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._whitening a {
  background: url("../images/top_medical_whitening.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._geka a {
  background: url("../images/top_medical_oral_surgery.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._yobou a {
  background: url("../images/top_medical_konkan.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._shisyu a {
  background: url("../images/top_medical_shisyu.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._direct a {
  background: url("../images/top_medical_direct.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._hippari a {
  background: url("../images/top_medical_tooth_extrusion.jpg") no-repeat right;
   background-size: 70%;
}
#navArea .inner ul.list_treatment li._konkan a {
  background: url("../images/top_medical_konkan.jpg") no-repeat right;
   background-size: 70%;
}

.nav_title {
	text-align:center;
	font-size:1.2rem;
	display: flex;
	align-items: center;
	width:100%;
	margin:30px auto 15px;
}
.nav_title:before,
.nav_title:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #bbbed6;
}
.nav_title:before {
	margin:0 1.5em 0 0;
}
.nav_title:after {
	margin:0 0 0 1.5em;
}
#navArea .inner .nav_sns {
  margin:20px auto;
  text-align: center;
}
#navArea .inner .nav_sns img {
  width:45px;
}




/* --------------------------------------------------------------------
	共通
-------------------------------------------------------------------- */

.tlC {text-align:center;}
.tlR {text-align:right;}
.tlL {text-align:left;}

.paT5 {padding-top:5px;}
.paT10 {padding-top:10px;}
.paT15 {padding-top:15px;}
.paT20 {padding-top:20px;}
.paT25 {padding-top:25px;}
.paT30 {padding-top:30px;}
.paT35 {padding-top:35px;}
.paT40 {padding-top:40px;}
.paT45 {padding-top:45px;}
.paT50 {padding-top:50px;}

.paB5 {padding-bottom:5px;}
.paB10 {padding-bottom:10px;}
.paB15 {padding-bottom:15px;}
.paB20 {padding-bottom:20px;}
.paB25 {padding-bottom:25px;}
.paB30 {padding-bottom:30px;}
.paB35 {padding-bottom:35px;}
.paB40 {padding-bottom:40px;}
.paB45 {padding-bottom:45px;}
.paB50 {padding-bottom:50px;}

.paL5 {padding-left:5px;}
.paL10 {padding-left:10px;}
.paL15 {padding-left:15px;}
.paL20 {padding-left:20px;}
.paL25 {padding-left:25px;}
.paL30 {padding-left:30px;}
.paL35 {padding-left:35px;}
.paL40 {padding-left:40px;}
.paL45 {padding-left:45px;}
.paL50 {padding-left:50px;}

.paR5 {padding-right:5px;}
.paR10 {padding-right:10px;}
.paR15 {padding-right:15px;}
.paR20 {padding-right:20px;}
.paR25 {padding-right:25px;}
.paR30 {padding-right:30px;}
.paR35 {padding-right:35px;}
.paR40 {padding-right:40px;}
.paR45 {padding-right:45px;}
.paR50 {padding-right:50px;}

.maT10 {margin-top:10px;}
.maT20 {margin-top:20px;}
.maT30 {margin-top:30px;}
.maT40 {margin-top:40px;}
.maT50 {margin-top:50px;}
.maT60 {margin-top:60px;}
.maT70 {margin-top:70px;}
.maT80 {margin-top:80px;}
.maT90 {margin-top:90px;}
.maT100 {margin-top:100px;}

.maB5 {margin-bottom:5px;}
.maB10 {margin-bottom:10px;}
.maB20 {margin-bottom:20px;}
.maB30 {margin-bottom:30px;}
.maB40 {margin-bottom:40px;}
.maB50 {margin-bottom:50px;}
.maB60 {margin-bottom:60px;}
.maB70 {margin-bottom:70px;}
.maB80 {margin-bottom:80px;}
.maB90 {margin-bottom:90px;}
.maB100 {margin-bottom:100px;}

.maL10 {margin-left:10px;}
.maL20 {margin-left:20px;}
.maL30 {margin-left:30px;}
.maL40 {margin-left:40px;}
.maL50 {margin-left:50px;}
.maL60 {margin-left:60px;}
.maL70 {margin-left:70px;}
.maL80 {margin-left:80px;}
.maL90 {margin-left:90px;}
.maL100 {margin-left:100px;}

.maR10 {margin-right:10px;}
.maR20 {margin-right:20px;}
.maR30 {margin-right:30px;}
.maR40 {margin-right:40px;}
.maR50 {margin-right:50px;}
.maR60 {margin-right:60px;}
.maR70 {margin-right:70px;}
.maR80 {margin-right:80px;}
.maR90 {margin-right:90px;}
.maR100 {margin-right:100px;}

.maLRauto {margin-left:auto; margin-right:auto;}

.fs05 {font-size:0.5rem;}
.fs06 {font-size:0.6rem;}
.fs07 {font-size:0.7rem;}
.fs08 {font-size:0.8rem;}
.fs09 {font-size:0.9rem;}
.fs10 {font-size:1.0rem;}
.fs11 {font-size:1.1rem;}
.fs12 {font-size:1.2rem;}
.fs13 {font-size:1.3rem;}
.fs14 {font-size:1.4rem;}
.fs15 {font-size:1.5rem;}
.fs16 {font-size:1.6rem;}
.fs17 {font-size:1.7rem;}
.fs18 {font-size:1.8rem;}
.fs19 {font-size:1.9rem;}
.fs20 {font-size:2.0rem;}

.fwB {font-weight:bold;}
.fwN {font-weight:normal;}
.fw500 {font-weight:500;}
.fw600 {font-weight:600;}

.fcRed01 {color:#E7211A;}

.bgWhite {background:#FFFFFF;}
.bgGray01 {background:#e9e9ed;}
.bgPurple01 {background:#eeedf4;}
._bgIn {padding:50px 0; margin-bottom:80px;}

ul.flex_02 {
  display: flex;
  justify-content: center;
}
ul.flex_02 li {
  margin:0 15px;
}
ul.flex_02 li img {
  width: 100%;
}
ul.list_circle li {
  margin-bottom: 5px;
}
ul.list_circle li::before {
	content: "";
	width:8px;
	height:8px;
	display:inline-block;
	background-color:#6D69A3;
	border-radius:50%;
	margin-right:10px;
}