/*common_css*/
html {
    font-size: 62.5%;
    background: #fff;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Shimizu JP Gothic","Hiragino Sans","Hiragino Kaku Gothic ProN","游ゴシック Medium","メイリオ",Meiryo,sans-serif;
    color: #333;
    line-height: 1.5;
    font-size: 1.6rem;
    position: relative;
}

html,
body {
    height: 100%;
    margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

p, figure {
    margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul li {
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
  margin-bottom: 0;
}

dl {
  margin: 0;
}

  dt {
    margin: 0;
    font-weight: normal;
  }

  dd {
    margin: 0;
  }

a {
  transition: 0.3s all;
  color: #333;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 3rem;
}

h2,
h3 {
  font-size: 2.4rem;
}

h4,
h5 {
  font-size: 2.1rem;
}

h6 {
  font-size: 1.8rem;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.4em;
}

figcaption {
  padding-top: 4px;
}

figure {
  margin-bottom: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fff;
    outline: none;
    height: 64px;
    padding: 0;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 8px 12px;
background-image: url(/images/01/select_arrow.png);
background-repeat: no-repeat;
background-size: 14px;
background-position: right 20px center;
}

.editor ul {
    list-style: disc;
    padding-left: 1.2em;
}

.editor ul li {
/*     list-style: disc; */
}

.editor ol {
    padding-left: 1em;
    list-style: decimal;
}

.editor a {
    text-decoration: underline;
}

.editor img {
    max-width: 100%!important;
    height: auto!important;
    display: block;
}

.editor:after {
    content: '';
    display: block;
    clear: both;
}

.editor table td {
    border-style: solid;
    border-width: 1px;
    padding: 8px 10px;
    border-color: #ccc;
}

select::-ms-expand {
    display: none;
 }

@media screen and (max-width: 991px) {
    .editor img {
        float: none !important;
        display: block;
    }
}

@media screen and (max-width: 768px) {
    select {
        padding: 8px 20px;        
    }
}

textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    background: #fff;
    font-size: 16px;
    padding: 20px 12px;
}

@media screen and (max-width: 768px) {
    textarea {
        padding: 8px 20px;        
    }
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    height: 64px;
    background: #fff;
    font-size: 1.6rem;
    padding: 8px 12px;
}

input[type="file"] {
    height: auto;
    background: transparent;
    padding: 0;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    input {
        padding: 8px 20px;        
    }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: 0;
  padding: 0;
  appearance: none;

  :focus {
    outline: none;
    box-shadow: none !important;
  }
}

.sticky {
    position: sticky !important;
    position: -webkit-sticky !important;
}

@media screen and (max-width: 1024px) {
    .hidden-ipad-down {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .hidden-sm-down {
        display: none !important;        
    }
}

@media screen and (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media screen and (min-width: 1025px) {
    .hidden-ipad-up {
        display: none !important;
    }
}

@media screen and (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}


@media screen and (min-width: 769px) {
    .hidden-md-up {
        display: none !important;
    }
}


@media screen and (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}


@media screen and (min-width: 376px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media screen and (min-width: 301px) {
    .hidden-300-up {
        display: none;
    }
}

@media screen and (min-width: 401px) {
    .hidden-400-up {
        display: none;
    }
}

@media screen and (min-width: 501px) {
    .hidden-500-up {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .hidden-600-up {
        display: none;
    }
}

@media screen and (min-width: 701px) {
    .hidden-700-up {
        display: none;
    }
}

@media screen and (min-width: 801px) {
    .hidden-800-up {
        display: none;
    }
}

[data-w-width] {
    max-width: 100%;
}

[data-w-width="1"] {
    width: 1120px;
    padding-right: 20px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
}

[data-w-width="1"] [data-w-width="1"]{
    max-width:100%;
    width:100%;
}


@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 100;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Thin.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Thin.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Thin.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Thin.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 200;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Light.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Light.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Light.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-DemiLight.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-DemiLight.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-DemiLight.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-DemiLight.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Regular.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Regular.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Regular.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 500;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Medium.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Medium.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Medium.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 700;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Bold.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Bold.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Bold.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Shimizu JP Gothic';
  font-weight: 900;
  font-style: normal;
  src: url('/fonts/font/notosans/NotoSansJPSB-Black.woff2') format('woff2'),
    url('/fonts/font/notosans/NotoSansJPSB-Black.woff') format('woff'),
    url('/fonts/font/notosans/NotoSansJPSB-Black.eot')
      format('embedded-opentype'),
    url('/fonts/font/notosans/NotoSansJPSB-Black.otf') format('opentype');
}

@font-face {
  font-family: 'shimizu-icon';
  src: url('/fonts/icon/shimizu-icon.eot?20220930');
  src: url('/fonts/icon/shimizu-icon.eot?20220930') format('eot'),
    url('/fonts/icon/shimizu-icon.woff2?20220930') format('woff2'),
    url('/fonts/icon/shimizu-icon.woff?20220930') format('woff'),
    url('/fonts/icon/shimizu-icon.ttf?20220930') format('truetype'),
    url('/fonts/icon/shimizu-icon.svg?20220930') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'], [class*=' icon-'] {
  font-family: 'shimizu-icon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: 1;
}


.icon-access:before {
  content: '\f001'
}

.icon-arrow:before {
  content: '\f002'
}

.icon-caution:before {
  content: '\f003'
}

.icon-child:before {
  content: '\f004'
}

.icon-consultation:before {
  content: '\f005'
}

.icon-department:before {
  content: '\f006'
}

.icon-facebook:before {
  content: '\f007'
}

.icon-facility:before {
  content: '\f008'
}

.icon-gairai:before {
  content: '\f009'
}

.icon-global:before {
  content: '\f00a'
}

.icon-home:before {
  content: '\f00b'
}

.icon-important:before {
  content: '\f00c'
}

.icon-instagram:before {
  content: '\f00d'
}

.icon-jimu:before {
  content: '\f00e'
}

.icon-jyusin:before {
  content: '\f00f'
}

.icon-kaigo:before {
  content: '\f010'
}

.icon-kango:before {
  content: '\f011'
}

.icon-kangokea:before {
  content: '\f012'
}

.icon-kenshin:before {
  content: '\f013'
}

.icon-mail:before {
  content: '\f014'
}

.icon-mail2:before {
  content: '\f015'
}

.icon-map:before {
  content: '\f016'
}

.icon-movie:before {
  content: '\f017'
}

.icon-notice:before {
  content: '\f018'
}

.icon-nousoudan:before {
  content: '\f019'
}

.icon-nyuuin:before {
  content: '\f01a'
}

.icon-omimai:before {
  content: '\f01b'
}

.icon-pdf:before {
  content: '\f01c'
}

.icon-recruit-other:before {
  content: '\f01d'
}

.icon-recruit:before {
  content: '\f01e'
}

.icon-recruitcareer:before {
  content: '\f01f'
}

.icon-recruitdoctor:before {
  content: '\f020'
}

.icon-recruitnew:before {
  content: '\f021'
}

.icon-search:before {
  content: '\f022'
}

.icon-serapisuto:before {
  content: '\f023'
}

.icon-star:before {
  content: '\f024'
}

.icon-stay:before {
  content: '\f025'
}

.icon-symptoms:before {
  content: '\f026'
}

.icon-syoujyou:before {
  content: '\f027'
}

.icon-tel01:before {
  content: '\f028'
}

.icon-tel02:before {
  content: '\f029'
}

.icon-tel03:before {
  content: '\f02a'
}

.icon-twitter:before {
  content: '\f02b'
}

.icon-window:before {
  content: '\f02c'
}

.icon-yakuzai:before {
  content: '\f02d'
}
/*widget:5838c390-5bb0-4d0e-8bea-f419d2362262*/[data-lib="2457"]{position: relative;
	height: 380px;
	background: linear-gradient(to bottom, #fff 0%,#fff 52%,#FAF9F6 52%,#FAF9F6 100%);
	overflow: hidden;}[data-lib="2457"] .inner{float: right;
	display: block;
	height: 320px;
	width: 82%;
	margin: 0 auto;
	background:url(/_img/ja/cms/11338/bg_pc/___/session/) no-repeat center center / cover;}[data-lib="2457"] .inner.nurse{background:url(/_img/ja/cms_parts_library/8663/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.pharmacist{background:url(/_img/ja/cms_parts_library/8665/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.other{background:url(/_img/ja/cms_parts_library/8667/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.nurse + .inner.other,[data-lib="2457"]  .inner.pharmacist + .inner.other{background: none;}[data-lib="2457"] #index .inner{background:url(/_img/ja/cms_parts_library/8667/image//) no-repeat center center / cover;}[data-lib="2457"] h2{display: inline-block;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 400px;
	padding: 1em;
	font-size: 2.2rem;
	text-align: center;
	background: #fff;
	transform: translateY(-50%);}[data-lib="2457"] h2 span{display: inline-block;
	text-align: left;}@media screen and (max-width: 768px){[data-lib="2457"]{height: 260px;}[data-lib="2457"] .inner{width: 74%;
	height: 220px;
	background:url(/_img/ja/cms/11338/bg_sp/___/session/) no-repeat center center / cover;}[data-lib="2457"] .inner.nurse{background:url(/_img/ja/cms_parts_library/8664/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.pharmacist{background:url(/_img/ja/cms_parts_library/8666/image//) no-repeat center center / cover;}[data-lib="2457"] .inner.other{background:url(/_img/ja/cms_parts_library/8668/image//) no-repeat center center / cover;}[data-lib="2457"] #index .inner{background:url(/_img/ja/cms_parts_library/8668/image//) no-repeat center center / cover;}[data-lib="2457"] h2{width: auto;
	min-width: 32%;
	max-width: 90%;}}@media screen and (max-width: 575px){[data-lib="2457"] h2{font-size: 2rem;}}/*widget:88143cb9-9c09-432d-827c-c2fee8e1c2c5*/[data-lib="7784"] .head-ttl{background: linear-gradient(to right, #e3da6f 0%, #84b877 100%);
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	padding: 6px 20px;
	margin-right: 80px;
	display: inline-flex;
	align-items: center;
	margin-bottom: 20px;}[data-lib="7784"] .head-ttl .ttl-icon{margin-right: 10px;}[data-lib="7784"] .page-ttl{margin-bottom: 40px;}[data-lib="7784"] .page-ttl h3{display: inline-block;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	font-size: 32px;
	font-weight: 500;
	color: #333;}[data-lib="7784"] .page-ttl h3:after{position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	display: inline-block;
	height: 3px;
	width: 100%;
	background: linear-gradient(to right, #e3da6f, #84b877);}[data-lib="7784"] .alert{font-size: 1.2rem;
	color: #FF3333;
	margin-top: 6px;}[data-lib="7784"] dl{display: flex;}[data-lib="7784"] dl:not(:last-of-type){margin-bottom: 20px;}[data-lib="7784"] dl dt{max-width: 280px;
	flex-basis: 280px;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding-top: 19px;}[data-lib="7784"] dl dd{max-width: calc(100% - 280px);
	flex-basis: calc(100% - 280px);
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;}[data-lib="7784"] dl dd label{display: inline-flex;
	align-items: center;}[data-lib="7784"] dl dd label:not(:last-of-type){margin-right: 60px;}[data-lib="7784"] dl dd .input_address{width: 100%;}[data-lib="7784"] dl dd .input_address .zip2addr{height: 40px;
	width: 104px;
	color: #84B877;
	border: solid 2px #84B877;
	text-align: center;
	padding: 0;
	border-radius: 2px;
	margin-left: 40px;
	pointer: cursor;}[data-lib="7784"] dl dd .input_address .zip1{width: 5em;
	padding: 8px 12px;}[data-lib="7784"] dl dd .input_address .zip2{width: 5em;
	padding: 8px 12px;}[data-lib="7784"] dl dd .input_address > div:first-of-type{margin-top: 20px;}[data-lib="7784"] dl dd .input_address > div:first-of-type > select{margin-bottom: 10px;}[data-lib="7784"] dl dd .input_address > div:first-of-type > *:not(:last-of-type){margin-bottom: 10px;}[data-lib="7784"] .require{font-size: 1.2rem;
	color: #fff;
	background: #84B877;
	border-radius: 2px;
	padding: 2px 10px;}[data-lib="7784"] input[type="text"]{border: solid 1px #DDDDDD;
	border-radius: 2px;
	width: 100%;
	margin: 0;}[data-lib="7784"] input[type="date"]{border: solid 1px #DDDDDD;
	border-radius: 2px;
	width: 100%;
	margin: 0;}[data-lib="7784"] select,[data-lib="7784"]  textarea{width: 100%;
	border: solid 1px #DDDDDD;
	border-radius: 2px;}[data-lib="7784"] select option:first-of-type{display: none;}[data-lib="7784"] input[type=radio]{border-radius: 50%;
	border: 2px solid #DDDDDD;
	appearance: none;
	height: 30px;
	width: 30px;
	position: relative;
	padding: 0;
	margin: 0 .5em 0 0;}[data-lib="7784"] input[type=radio]:checked:before{transform: scale(1);
	background: #84B877;}[data-lib="7784"] input[type=radio]:before{content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale(0);
	transition: all ease-out 250ms;}[data-lib="7784"] .form-oneline dt,[data-lib="7784"] 
.form-item-3.form-select dt,[data-lib="7784"] 
.form-item-2.form-select dt,[data-lib="7784"] 
.form-item-10.form-multiline dt{padding-top: 19px;}[data-lib="7784"] .form-item-education2 dt span{display: none;}[data-lib="7784"] .form-item-1.form-select,[data-lib="7784"] 
.form-item-9.form-select{align-items: center;}[data-lib="7784"] .form-btn-row{margin-top: 100px;
	display: flex;
	justify-content: center;
	margin-left: -20px;
	margin-right: -20px;}[data-lib="7784"] .form-btn-row .form-btn{max-width: 420px;
	flex-basis: 420px;
	padding: 0 20px;
	position: relative;}[data-lib="7784"] .form-btn-row .form-btn button,[data-lib="7784"] .form-btn-row .form-btn  a{height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 500;
	color: #fff;}[data-lib="7784"] .form-btn-row .btn-yes button{background: linear-gradient(to left, #84b877 0%, #e3da6f 100%);}[data-lib="7784"] .form-btn-row .btn-no:after{content: '';
	position: absolute;
	top: -5px;
	left: 40px;
	bottom: 0;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	transform: rotate(-45deg);
	margin: auto 0;}[data-lib="7784"] .form-btn-row .btn-no a{background: #CCCCCC;}[data-lib="7784"] .-w-rules-body{background: #F5F3EE;
	padding: 36px 40px;
	height: 300px;
	overflow-y: auto;
	margin-bottom: 70px;}[data-lib="7784"] .-w-rules-body > div:not(:last-of-type){margin-bottom: 36px;}[data-lib="7784"] .-w-rules-body .ttl{font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 14px;}[data-lib="7784"] .-w-rules-body .sub{font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 14px;}[data-lib="7784"] .-w-rules-body ul.dot{margin-top: 14px;}[data-lib="7784"] .-w-rules-body ul.dot li{padding-left: 1em;
	text-indent: -1em;}[data-lib="7784"] .-w-rules-body ul.dot li:before{content: '・';}[data-lib="7784"] .-w-rules-agree .require{display: none;}[data-lib="7784"] .-w-rules-agree label{display: flex;
	align-items: center;
	justify-content: center;}[data-lib="7784"] .-w-rules-agree label input{height: auto;
	background: #fff;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 30px;
	width: 30px;
	vertical-align: -0.8rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 .5em 0 0;
	outline: none;
	border-radius: 10%;}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]{border: 2px solid #707070;}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:checked,[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:indeterminate{background: #fff;}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:before,[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:after{position: absolute;
	content: "";
	background: #84B877;}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:before{left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:after{right: 9px;
	bottom: 3px;
	width: 3px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:checked:before{left: 4px;
	top: 16px;
	width: 10px;
	height: 3px;}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:checked:after{right: 8px;
	bottom: 4px;
	height: 24px;
	height: 16px;}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:indeterminate:before,[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:indeterminate:after{width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:indeterminate:before{left: 1px;
	top: 7px;}[data-lib="7784"] .-w-rules-agree label input[type=checkbox]:indeterminate:after{right: 1px;
	bottom: 7px;}[data-lib="7784"] .form-table{margin-bottom: 100px;}[data-lib="7784"] input[name="input[tel1]"],[data-lib="7784"] 
input[name="input[tel2]"],[data-lib="7784"] 
input[name="input[tel3]"]{width: 5em;}[data-lib="7784"] .form-item-contact dt,[data-lib="7784"] 
.form-item-kind dt{padding-top: 0;}[data-lib="7784"] .form-item-5.form-select dt{padding-top: 0;}[data-lib="7784"] #formConfirmBtn:disabled{opacity: .6;
	cursor: auto;}[data-lib="7784"] button{transition: .5s all;}[data-lib="7784"] .form-item-entry_type dt{padding-top: 0;}[data-lib="7784"] .form-confirm .form-table dl dt{padding-top: 0;}@media screen and (max-width: 768px){[data-lib="7784"] .page-ttl{font-size: 28px;}[data-lib="7784"] dl{display: block;}[data-lib="7784"] dl dt{max-width: 100%;
	margin-bottom: 10px;
	padding-top: 0 !important;}[data-lib="7784"] dl dd{max-width: 100%;
	padding-left: 0;}[data-lib="7784"] .form-btn-row{display: block;
	margin-left: 0;
	margin-right: 0;}[data-lib="7784"] .form-btn-row .form-btn{max-width: 330px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;}[data-lib="7784"] .form-btn-row .form-btn:not(:last-of-type){margin-bottom: 20px;}[data-lib="7784"] .-w-rules-body{padding: 36px 20px;
	height: 420px;
	margin-left: -20px;
	margin-right: -20px;}}@media screen and (max-width: 575px){[data-lib="7784"] dl dd{display: block;}[data-lib="7784"] dl dd label{display: flex;
	align-items: center;}[data-lib="7784"] dl dd label:not(:last-of-type){margin-right: 0;
	margin-bottom: 16px;}}@media screen and (min-width: 769px){[data-lib="7784"] .form-btn-row .btn-yes button:enabled:hover{opacity: .7;}[data-lib="7784"] .form-btn-row .btn-no a:hover{opacity: .7;}}/*widget:001ad117-7701-40d8-b7e8-e17404be6db4*/[data-lib="7829"] footer{padding: 35px 0 40px;
	background: #edebe7;}[data-lib="7829"] .footer_box{display: flex;
	justify-content: space-between;}[data-lib="7829"] .footer_box .footer_box_l{width: 77%;}[data-lib="7829"] .footer_box .footer_box_r{width: 23%;}[data-lib="7829"] .footer_box .footer_box_r .grouptop_link{display: block;
	position: relative;
	width: 240px;
	font-size: 14px;
	font-weight: bold;
	font-weight: 700;
	color: #fff;
	line-height: 1.5;
	text-align: center;
	padding: 10px;
	background: #1861ab;
	border-radius: 60px;}[data-lib="7829"] .footer_box .footer_box_r .grouptop_link:before{position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);}[data-lib="7829"] .icon-window{margin-left: 0.5em;}[data-lib="7829"] .clinic_name{font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	margin-bottom: 15px;}[data-lib="7829"] .address{font-size: 14px;
	margin-bottom: 40px;}[data-lib="7829"] .contact{position: relative;
	font-size: 14px;
	padding-left: 34px;}[data-lib="7829"] .contact:before{position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 20px;
	content: '';
	background: url(/_img/ja/cms_parts_library//image/_/) no-repeat right top;
	background-size: contain;
	transform: translateY(-50%);}[data-lib="7829"] #copyright{font-size: 12px;
	text-align: right;
	padding: 20px 0;}@media screen and (max-width: 768px){[data-lib="7829"]{overflow: auto;}[data-lib="7829"] footer{padding: 0;}[data-lib="7829"] .logo{margin-bottom: 5%;
	padding: 0 20px;}[data-lib="7829"] .logo img{max-width: 55%;}[data-lib="7829"] .content-inner{padding: 7% 0 5%;}[data-lib="7829"] .footer_box{flex-wrap: wrap;}[data-lib="7829"] .footer_box .footer_box_l{width: 100%;}[data-lib="7829"] .footer_box .footer_box_r{width: 100%;}[data-lib="7829"] .footer_box .footer_box_r .grouptop_link{margin: 0 auto;}[data-lib="7829"] .clinic_name{font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0 20px;}[data-lib="7829"] .address{font-size: 14px;
	margin-bottom: 40px;
	padding: 0 20px;}[data-lib="7829"] .contact{padding: 20px 0 20px 60px;
	border-bottom: 1px solid #ccc;}[data-lib="7829"] .contact:before{left: 20px;
	width: 30px;
	height: 25px;}[data-lib="7829"] #copyright{text-align: center;
	margin-bottom: 60px;
	padding: 20px;}}@media screen and (max-device-width: 768px){[data-lib="7829"] .nav-open .footer_box .footer_box_r{padding-top: 70px;}}@media screen and (max-width: 768px) and (orientation: landscape){[data-lib="7829"] .footer_box .footer_box_r{bottom: -200vh;}[data-lib="7829"] .nav-open .footer_box .footer_box_r{padding-top: 0;}}@media screen and (max-width: 768px) and (orientation: portrait){[data-lib="7829"] .footer_box .footer_box_r{bottom: -150vh;}}[data-instance="11855"] .logo{margin-bottom: 25px;}[data-instance="11855"] .logo img{max-width: 243px;}/*widget:83b12613-c68e-4901-8c3d-d07d5e0716d1*/[data-lib="7503"]{padding-top: 80px;}[data-lib="7503"] .inner{display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	z-index: 1000;}[data-lib="7503"] .logo{padding: 15px 0 20px 20px;}[data-lib="7503"] .logo a{display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 250px;
	flex-basis: 250px;}[data-lib="7503"] .logo img{width: 165px;}[data-lib="7503"] .logo .flag{display: inline-block;
	width: 60px;
	margin-right: 10px;}[data-lib="7503"] .nav-global .nav{position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	cursor: pointer;
	z-index: 9999;}[data-lib="7503"] .nav-global .nav .btn-nav{display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 80px;
	padding: 0 1em;
	background: linear-gradient(130deg, #E3DA6F 10%, #84B877 55%);
	transition: all 0.2s 0.5s;}[data-lib="7503"] .nav-global .nav .icon-global{font-size: 1.5em;}[data-lib="7503"] .nav-global .nav .btn-close{position: relative;
	display: none;
	height: 60px;
	width: 60px;
	background: #fff;}[data-lib="7503"] .nav-global .nav .btn-close > span{width: 26px;
	height: 2px;
	background: #84b877;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s all;}[data-lib="7503"] .nav-global .nav .btn-close > span:first-child{transform: rotate(135deg);
	top: 29px;}[data-lib="7503"] .nav-global .nav .btn-close > span:last-child{transform: rotate(-135deg);
	bottom: 29px;}[data-lib="7503"] .nav-global .nav-wrap{display: none;
	position: absolute;
	top: 80px;
	right: 0;
	max-width: 160px;}[data-lib="7503"] .nav-global .list > li{text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);}[data-lib="7503"] .nav-global .list > li:last-of-type{display: none;}[data-lib="7503"] .nav-global .list > li > a{display: block;
	position: relative;
	width: 160px;
	height: 80px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	line-height: 80px;
	background: #b7ca73;}@media (max-width: 768px){[data-lib="7503"] .nav-global .nav.active .btn-nav{display: none;
	transition: all 0s;}[data-lib="7503"] .nav-global .nav.active .btn-close{display: block;
	transition: all 0.5s;}[data-lib="7503"] .nav-global .nav-wrap{position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	padding-top: 80px;
	background: linear-gradient(130deg, #E3DA6F 10%, #84B877 55%);}[data-lib="7503"] .nav-global .nav-wrap .list > li{width: 100%;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);}[data-lib="7503"] .nav-global .nav-wrap .list > li > a{display: block;
	position: relative;
	width: 100%;
	padding: 0 20px;
	text-align: left;
	background: transparent;}[data-lib="7503"] .nav-global .nav-wrap .list > li > a:after{content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);}[data-lib="7503"] .nav-global .nav-wrap .list > li:last-of-type{display: block;
	padding: 0 20px;
	text-align: center;
	border-bottom: 0;}[data-lib="7503"] .nav-global .nav-wrap .list .btn-contact{display: block;
	position: relative;
	height: 60px;
	font-size: 16px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	margin: 50px auto;
	border: 2px solid #fff;
	border-radius: 60px;}[data-lib="7503"] .nav-global .nav-wrap .list .btn-contact span{display: inline-block;}[data-lib="7503"] .nav-global .nav-wrap .list .btn-contact .icon-mail2{font-size: 1.2em;
	vertical-align: middle;}}@media (min-width: 769px){[data-lib="7503"] .nav-global .list > li > a:hover{display: block;
	position: relative;
	color: #84b877;
	background: #d9e1bc !important;}}@media (max-width: 380px){[data-lib="7503"] .logo{padding-left: 15px;}[data-lib="7503"] .logo a{max-width: 200px;
	flex-basis: 200px;}[data-lib="7503"] .logo img{width: 145px;}[data-lib="7503"] .logo .flag{width: 40px;}[data-lib="7503"] .nav-global .nav{font-size: 14px;}}/*layout:1*/body {
    font-family: "Noto Sans Japanese","Hiragino Sans","Hiragino Kaku Gothic ProN","游ゴシック Medium","メイリオ",Meiryo,sans-serif;
}/*layout:182*/.nav.hira {
    display: block !important;
    line-height: 1.5 !important;
    padding-top: 10px !important;
}/*layout:184*/main {
    padding: 100px 0;
}

@media screen and (max-width: 768px) {
    main {
        padding: 80px 0;
    }
}