@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:


New Creation:
Last Change:


Created By		Takumi Ouchi

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	content
7.	header
8.	main
9.	footer
10.	ページ別個別設定
11.	ブレイクポイント

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

header, footer, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  min-width: 980px;
  height: 100%;
  color: #444;
}

a {
  color: #0d1c4c;
}
a, a:before, a:after {
  transition: background-color 0.3s linear, background-image 0.3s linear;
}
a > * {
  transition: opacity 0.3s linear;
}
a:hover {
  text-decoration: underline;
}
a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

.btn {
  transition: background-color 0.3s linear, background-image 0.3s linear;
}
.btn > * {
  transition: opacity 0.3s linear;
}
.btn:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
.container {
  padding-top: 10px;
  background: url(../img/head_bg.gif) left top repeat-x;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.prxbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: repeat;
}

.bg-near {
  z-index: 2;
  background-image: url(../img/bg_near.png);
}

.bg-far {
  z-index: 1;
  background-image: url(../img/bg_far.png);
}

.m-contents {
  position: relative;
  z-index: 3;
  padding: 80px 0;
}
.m-contents:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/m_contents_bg.png) center -50px no-repeat;
}
.m-contents > * {
  position: relative;
  z-index: 1;
}

.m-title {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
  text-align: center;
}

.m-cv {
  margin: 180px auto 0;
  right: -16px;
  width: 863px;
  height: 568px;
  background: url(../img/cv_bg.png?v=2) left top no-repeat;
}
.m-cv:before {
  content: '';
  display: block;
  position: absolute;
  top: -120px;
  left: 50%;
  margin-left: -88px;
  width: 176px;
  height: 69px;
  background: url(../img/cv_arrow.png) left top no-repeat;
}
.m-cv:after {
  content: '';
  display: block;
  position: absolute;
  top: -47px;
  left: -25px;
  width: 144px;
  height: 144px;
  background: url(../img/cv_icon.png) left top no-repeat;
}
.m-cv .limit {
  position: absolute;
  top: 335px;
  left: 669px;
  width: 120px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -.08em;
}
.m-cv .limit em {
  padding: 0 .1em 0 .025em;
  font-size: 1.85em;
  letter-spacing: -.08em;
}
.m-cv .form-button {
  position: absolute;
  top: 430px;
  left: 42px;
}
.m-cv .form-button {
  position: relative;
  float: left;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-cv .form-button a {
  display: block;
}
.m-cv .form-button:before {
  content: '';
  display: block;
  position: absolute;
  top: -24px;
  left: 3px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-cv .monitor {
  width: 745px;
  height: 101px;
  background-image: url(../img/cv_monitor_h.png);
}
.m-cv .monitor:before {
  width: 241px;
  height: 17px;
  background-image: url(../img/cv_monitor_text.png);
}
.m-cv .cv-tel {
  position: absolute;
  bottom: 32px;
  left: 42px;
}
.m-cv .cv-tel a {
  display: block;
}
.m-cv .cv-tel-list {
  *zoom: 1;
  width: 740px;
}
.m-cv .cv-tel-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-cv .cv-tel-item {
  float: left;
  margin-top: 25px;
  width: 50%;
  height: 52px;
}
.m-cv .cv-tel-item:nth-child(even) {
  float: right;
}
.m-cv .cv-tel-item:nth-child(1), .m-cv .cv-tel-item:nth-child(2) {
  margin-top: 0;
}

.flow-link {
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 1000;
  width: 45px;
  background-position: left top;
  background-repeat: no-repeat;
}
.flow-link a {
  display: block;
}
.flow-link a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.flow-link .monitor {
  margin-bottom: 10px;
  background-image: url(../img/flow_monitor_bg.png);
}

/*----------------------------------------------------------------------
6.	content
----------------------------------------------------------------------*/
#content {
  position: relative;
}

/*----------------------------------------------------------------------
7.	header
----------------------------------------------------------------------*/
.gnav {
  position: fixed;
  top: -75px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 65px;
  background: url(../img/nav_bg.png) left top repeat-x;
}

.g-nav-inner {
  background: url(../img/nav_bg2.png) center -14px no-repeat;
}

.nav-list {
  *zoom: 1;
  margin: 0 auto;
  width: 832px;
  background: url(../img/nav_item_bg.gif) left top no-repeat;
}
.nav-list:after {
  content: "";
  display: table;
  clear: both;
}

.nav-item {
  float: left;
  height: 58px;
}
.nav-item.case {
  width: 134px;
}
.nav-item.reason {
  width: 134px;
}
.nav-item.appeal {
  width: 134px;
}
.nav-item.flow {
  width: 134px;
}
.nav-item.voice {
  width: 103px;
}
.nav-item.qa {
  width: 134px;
}
.nav-item.doctor {
  width: 161px;
}
.nav-item.monitor {
  width: 97px;
}
.nav-item > * {
  transition: all 0.3s linear;
}
.nav-item.case, .nav-item.qa {
  width: 134px;
}
.nav-item:hover > *, .nav-item.is-active > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/*----------------------------------------------------------------------
8.	main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	footer
----------------------------------------------------------------------*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background-color: #000;
  border-bottom: 2px solid #000;
  text-align: center;
}
.footer .f-copyright {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF000000', endColorstr='#FF000000');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjN2Y3ZjdmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: linear-gradient(to right, #000000 0%, #7f7f7f 50%, #000000 100%);
  padding: 10px 0;
}
.footer .f-copyright-list {
  margin-bottom: 5px;
}
.footer .f-copyright-item a, .footer .f-copyright-text {
  font-size: 1em;
  color: #fff;
}
.footer .f-copyright-item {
  display: inline-block;
}

/*----------------------------------------------------------------------
10.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  position: relative;
  z-index: 3;
}
.main-visual-contents {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFDCC690', endColorstr='#FFEDE3CA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjYzY5MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VkZTNjYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: linear-gradient(to bottom, #dcc690 0%, #ede3ca 100%);
  background-color: #dcc690;
}
.main-visual-contents:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}

.main-visual-inner {
  position: relative;
  height: 805px;
  background: url(../img/main_bg.png) center top no-repeat;
}
.main-visual-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -3px;
  padding-top: 10px;
  width: 100%;
  height: 100%;
  background: url(../img/main_visual_bg.png) center top -8px no-repeat;
}

.main-title {
  margin: 0 auto;
  width: 830px;
}
.main-title img {
  position: relative;
  z-index: 1;
  margin-left: -63px;
}

.main-text {
  margin: -130px auto 0;
  padding: 32px 0 20px;
  width: 830px;
}
.main-text img {
  position: relative;
  z-index: 1;
}

.main-monitor {
  position: relative;
  z-index: 1;
  margin: 30px auto 0;
  padding-right: 372px;
  width: 470px;
  height: 163px;
  background: url(../img/main_monitor_bg.png) left top no-repeat;
}
.main-monitor .title {
  padding: 21px 0 11px;
  text-align: center;
}
.main-monitor .limit {
  position: absolute;
  bottom: 40px;
  left: 115px;
  width: 101px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -.08em;
}
.main-monitor .limit em {
  padding: 0 .1em 0 .025em;
  font-size: 1.5em;
  letter-spacing: -.08em;
}
.main-monitor .monitor {
  position: absolute;
  bottom: 31px;
  left: 215px;
  width: 224px;
  height: 46px;
  background: url(../img/main_monitor_btn_h.png) left top no-repeat;
  background-size: 100% auto;
}

.m-lead {
  padding: 20px 0 0;
  height: 205px;
  background-image: url(../img/lead_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: rgba(234, 222, 192, 0.5);
}
.m-lead:after {
  display: none;
}
.m-lead .title {
  margin: 0 auto;
  width: 830px;
  text-align: right;
}
.m-lead .link-list {
  *zoom: 1;
  position: relative;
  margin: 25px auto 0;
  padding-left: 257px;
  width: 673px;
}
.m-lead .link-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-lead .link-list:before {
  content: '';
  display: block;
  position: absolute;
  top: -108px;
  left: 48px;
  width: 147px;
  height: 245px;
  background: url(../img/lead_doctor.png) left top no-repeat;
}
.m-lead .link-item {
  transition: all 0.3s linear;
  float: left;
  margin-top: 10px;
  margin-left: 8px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-lead .link-item:first-child {
  margin-left: 0;
}
.m-lead .link-item a {
  display: block;
}
.m-lead .link-item a:hover > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.m-lead .link-item.case {
  background-image: url(../img/lead_link_case_h.png);
}
.m-lead .link-item.reason {
  background-image: url(../img/lead_link_reason_h.png);
}
.m-lead .link-item.appeal {
  background-image: url(../img/lead_link_appeal_h.png);
}
.m-lead .link-item.flow {
  background-image: url(../img/lead_link_flow_h.png);
}
.m-lead .link-item.voice {
  background-image: url(../img/lead_link_voice_h.png);
}
.m-lead .link-item.qa {
  background-image: url(../img/lead_link_qa_h.png);
}
.m-lead .link-item.doctor {
  background-image: url(../img/lead_link_doctor_h.png);
}
.m-lead .link-item.monitor {
  background-image: url(../img/lead_link_monitor_h.png);
}
.m-lead .blur {
  transform: scale(0.9, 0.9);
  filter: blur(2px);
}

.m-case {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
}
.m-case:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}
.m-case .case-list {
  *zoom: 1;
  margin: 0 auto;
  width: 830px;
}
.m-case .case-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-case .case-item {
  position: relative;
  float: left;
  padding-top: 47px;
  padding-left: 34px;
  width: 398px;
}
.m-case .case-item:nth-child(2n+1) {
  padding-left: 0;
}
.m-case .case-item:nth-child(1), .m-case .case-item:nth-child(2) {
  padding-top: 0;
}
.m-case .before-after {
  *zoom: 1;
}
.m-case .before-after:after {
  content: "";
  display: table;
  clear: both;
}
.m-case .before-after-item {
  float: left;
  padding-bottom: 18px;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.m-case .before {
  background-image: url(../img/case_before_title.png);
}
.m-case .after {
  position: relative;
  float: right;
  background-image: url(../img/case_after_title.png);
}
.m-case .after:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -19px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(../img/case_arrow.png) left top no-repeat;
}
.m-case .note {
  margin: 15px auto 0;
  width: 830px;
  line-height: 1.2;
  font-size: 11px;
  color: #3b3b3b;
}
.m-case .note em {
  font-weight: bold;
}

.m-reason {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
}
.m-reason:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}
.m-reason .reason-box {
  position: relative;
  margin: 65px auto 0;
  width: 740px;
  min-height: 211px;
  background-position: left top;
  background-repeat: no-repeat;
}
.m-reason .reason-box:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-reason .reason-box .title {
  position: relative;
  z-index: 2;
  text-align: right;
}
.m-reason .reason-box .pic {
  position: absolute;
  top: 0;
  right: -55px;
  z-index: 1;
}
.m-reason .reason-box .text {
  position: relative;
  z-index: 2;
  padding-top: 10px;
  padding-left: 115px;
}
.m-reason .reason1:before {
  width: 54px;
  height: 140px;
  background-image: url(../img/reason1_bg.png);
}
.m-reason .reason2:before {
  width: 87px;
  height: 140px;
  background-image: url(../img/reason2_bg.png);
}
.m-reason .reason3:before {
  width: 92px;
  height: 144px;
  background-image: url(../img/reason3_bg.png);
}
.m-reason .reason1 {
  margin-top: 0;
}
.m-reason .reason1:before {
  left: 10px;
}
.m-reason .reason2:before {
  right: -10px;
  left: auto;
}
.m-reason .reason2 .title {
  text-align: left;
}
.m-reason .reason2 .pic {
  right: auto;
  left: -55px;
}
.m-reason .reason2 .text {
  padding-left: 130px;
}
.m-reason .reason3:before {
  left: -10px;
}

.m-appeal {
  position: relative;
  background-image: url(../img/appeal_bg.png);
  background-position: left top;
  background-repeat: repeat;
  background-color: rgba(209, 218, 228, 0.5);
}
.m-appeal:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/appeal_contents_bg.png) center top no-repeat;
  background-size: auto 100%;
}
.m-appeal .appeal-box {
  margin: 0 auto 70px;
  width: 740px;
}
.m-appeal .appeal-box .title {
  margin-bottom: 25px;
}
.m-appeal .appeal-box .lead {
  margin-bottom: 35px;
  text-align: center;
}
.m-appeal .appeal-box .pic {
  text-align: center;
}
.m-appeal .backaging .pic1 img {
  width: 696px;
  height: 472px;
}
.m-appeal .backaging .pic2 {
  padding-top: 10px;
}

.m-flow {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
}
.m-flow:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}
.m-flow .lead {
  text-align: center;
}
.m-flow .flow-list {
  margin: 40px auto 0;
  padding: 21px 0 0 26px;
  width: 714px;
  height: 800px;
  background: url(../img/flow_bg.png) center top no-repeat;
}
.m-flow .flow-item {
  margin-top: 14px;
}
.m-flow .flow-item:first-child {
  margin-top: 0;
}

.m-voice {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
  background-image: url(../img/contents_bg2.png);
}
.m-voice:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}
.m-voice .m-title {
  padding-bottom: 0;
}
.m-voice-list {
  position: relative;
  margin: 0 auto;
  width: 960px;
  height: 700px;
  background: url(../img/voice_bg.png) center top -150px no-repeat;
}
.m-voice-item {
  position: absolute;
}
.m-voice .voice1 {
  top: 50px;
  left: 60px;
}
.m-voice .voice2 {
  bottom: 0;
  right: 40px;
}

.m-qa {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
  background-image: url(../img/contents_bg2.png);
}
.m-qa:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}
.m-qa-list {
  margin: 0 auto;
  width: 762px;
}
.m-qa-item {
  margin-top: 10px;
  margin-left: -5px;
  height: 286px;
  background: url(../img/qa_bg.png) left top no-repeat;
}
.m-qa-item:first-child {
  margin-top: 0;
}
.m-qa-item-inner {
  padding-left: 155px;
}
.m-qa-item-title {
  padding-top: 41px;
  padding-bottom: 35px;
}
.m-qa-item-contents-inner {
  padding-top: 34px;
}
.m-qa-item-contents-title {
  padding-bottom: 45px;
}

.m-doctor {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
}
.m-doctor:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}
.m-doctor .doctor-box {
  position: relative;
  margin: 0 auto;
  padding-left: 228px;
  width: 512px;
}
.m-doctor .doctor-box:before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  left: 5px;
  width: 195px;
  height: 378px;
  background: url(../img/doctor_pic.png) center top no-repeat;
}
.m-doctor .title {
  margin-bottom: 20px;
}
.m-doctor .text {
  padding-left: 10px;
}
.m-doctor .doctor-box-contents {
  margin-top: 30px;
}
.m-doctor .doctor-box-contents-title {
  margin-bottom: 15px;
}
.m-doctor .doctor-box-contents-detail {
  padding-left: 10px;
}
.m-doctor .clinic-box {
  margin: 50px auto 35px;
}
.m-doctor .clinic-box .clinic-box-title {
  margin-bottom: 40px;
  text-align: center;
}
.m-doctor .clinic-box .clinic-box-lead {
  padding: 0 0 50px;
  text-align: center;
}
.m-doctor .clinic-box .clinic-list {
  *zoom: 1;
  margin: 0 auto;
  width: 740px;
}
.m-doctor .clinic-box .clinic-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-doctor .clinic-box .clinic-item {
  position: relative;
  float: left;
  margin-top: 25px;
  height: 130px;
}
.m-doctor .clinic-box .clinic-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 88px;
  right: 0;
  width: 100px;
  background-position: top center;
  background-repeat: no-repeat;
}
.m-doctor .clinic-box .clinic-item:nth-child(even) {
  float: right;
}
.m-doctor .clinic-box .clinic-item:nth-child(1), .m-doctor .clinic-box .clinic-item:nth-child(2) {
  margin-top: 0;
}
.m-doctor .clinic-box .clinic-item .title {
  margin-bottom: 17px;
}
.m-doctor .clinic-box .clinic-item .address {
  line-height: 1.7142857143;
  font-size: 1.4rem;
  color: #412b1c;
}
.m-doctor .clinic-box .clinic-item .tel {
  margin-top: 13px;
}
.m-doctor .clinic-box .tokyo:before {
  margin-top: -35.5px;
  height: 71px;
  background-image: url("../img/clinic_info_tokyo_bg.png");
}
.m-doctor .clinic-box .nagoya:before {
  margin-top: -44.5px;
  height: 89px;
  background-image: url("../img/clinic_info_nagoya_bg.png");
}
.m-doctor .clinic-box .osaka:before {
  margin-top: -48.5px;
  height: 97px;
  background-image: url("../img/clinic_info_osaka_bg.png");
}
.m-doctor .clinic-box .hiroshima:before {
  margin-top: -44px;
  height: 88px;
  background-image: url("../img/clinic_info_hiroshima_bg.png");
}
.m-doctor .clinic-box .fukuoka:before {
  margin-top: -41px;
  height: 82px;
  background-image: url("../img/clinic_info_fukuoka_bg.png");
}

.m-monitor {
  background: url(../img/contents_bg.png) left top repeat-x;
  background-size: auto 100%;
  position: relative;
  padding-bottom: 100px;
}
.m-monitor:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.png) left top repeat;
}
.m-monitor .monitor-summary {
  position: relative;
  margin: 0 auto;
  width: 740px;
}
.m-monitor .url {
  position: absolute;
}
.m-monitor .url a {
  font-size: 1.75rem;
  letter-spacing: -.01em;
}
.m-monitor .tokyo {
  top: 544px;
  left: 363px;
}
.m-monitor .yokohama {
  top: 572px;
  left: 363px;
}
.m-monitor .nagoya {
  top: 600px;
  left: 377px;
}
.m-monitor .osaka {
  top: 628px;
  left: 363px;
}
.m-monitor .hiroshima {
  top: 628px;
  left: 363px;
}
.m-monitor .fukuoka {
  top: 657px;
  left: 363px;
}
.m-monitor .monitor-summary-link {
  position: absolute;
  top: 870px;
  left: 315px;
  width: 224px;
  height: 46px;
  background: url(../img/main_monitor_btn_h.png) left top no-repeat;
  background-size: 100% auto;
}
.m-monitor .monitor-summary-link a {
  display: block;
}

.m-privacypolicy {
  margin-top: 50px;
}
.m-privacypolicy-title {
  margin-right: auto;
  margin-left: auto;
  width: 402px;
  height: 72px;
  background-image: url(../img/privacypolicy_title_a.png);
}
.m-privacypolicy-title img {
  transition: opacity 0.1s linear;
}
.m-privacypolicy-title.is-open img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.m-privacypolicy-contents {
  border-radius: 12px;
  display: none;
  margin: 30px auto 0;
  padding: 30px 65px 70px;
  width: 788px;
  border: 1px solid #85776d;
  background-color: #f4f2ef;
}
.m-privacypolicy-contents-box {
  margin: 40px 0;
}
.m-privacypolicy-contents-box .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #ec7b77;
}
.m-privacypolicy-contents-box p {
  line-height: 1.8333333333;
  font-size: 12px;
}
.m-privacypolicy-contents-box ul {
  margin: 20px 0;
}
.m-privacypolicy-contents-box li {
  padding-left: 2.5em;
  line-height: 1.8333333333;
  font-size: 12px;
  text-indent: -3em;
}
.m-privacypolicy-contents-box .reception {
  margin-top: 20px;
  padding-left: 1em;
  line-height: 1.8333333333;
  font-size: 12px;
}
.m-privacypolicy-contents-box .reception-title {
  text-indent: -1em;
}
.m-privacypolicy-contents-box .reception-tel > * {
  display: inline-block;
  padding-top: .4em;
}
.m-privacypolicy-contents-box .reception-tel-contents {
  text-indent: -.5em;
}

/*----------------------------------------------------------------------
11.	ブレイクポイント
----------------------------------------------------------------------*/
@media (min-width: 480px) {
  /*!
  Animate.css - http://daneden.me/animate
  Licensed under the MIT license - http://opensource.org/licenses/MIT
  
  Copyright (c) 2015 Daniel Eden
  */
  .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
  }

  .animated.infinite {
    animation-iteration-count: infinite;
  }

  .animated.hinge {
    animation-duration: 2s;
  }

  .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s;
  }
  @keyframes bounce {
    0%,100%,20%,53%,80% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0);
    }
    40%,43% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      transform: translate3d(0, -4px, 0);
    }
  }
  .bounce {
    animation-name: bounce;
    transform-origin: center bottom;
  }
  @keyframes flash {
    0%,100%,50% {
      opacity: 1;
    }
    25%,75% {
      opacity: 0;
    }
  }
  .flash {
    animation-name: flash;
  }
  @keyframes pulse {
    0% {
      transform: scale3d(1, 1, 1);
    }
    50% {
      transform: scale3d(1.05, 1.05, 1.05);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .pulse {
    animation-name: pulse;
  }
  @keyframes rubberBand {
    0% {
      transform: scale3d(1, 1, 1);
    }
    30% {
      transform: scale3d(1.25, 0.75, 1);
    }
    40% {
      transform: scale3d(0.75, 1.25, 1);
    }
    50% {
      transform: scale3d(1.15, 0.85, 1);
    }
    65% {
      transform: scale3d(0.95, 1.05, 1);
    }
    75% {
      transform: scale3d(1.05, 0.95, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .rubberBand {
    animation-name: rubberBand;
  }
  @keyframes shake {
    0%,100% {
      transform: translate3d(0, 0, 0);
    }
    10%,30%,50%,70%,90% {
      transform: translate3d(-10px, 0, 0);
    }
    20%,40%,60%,80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  .shake {
    animation-name: shake;
  }
  @keyframes swing {
    20% {
      transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
      transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
      transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
      transform: rotate3d(0, 0, 1, -5deg);
    }
    100% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  .swing {
    transform-origin: top center;
    animation-name: swing;
  }
  @keyframes tada {
    0% {
      transform: scale3d(1, 1, 1);
    }
    10%,20% {
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,50%,70%,90% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,60%,80% {
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }
  .tada {
    animation-name: tada;
  }
  @keyframes wobble {
    0% {
      transform: none;
    }
    15% {
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100% {
      transform: none;
    }
  }
  .wobble {
    animation-name: wobble;
  }
  @keyframes jello {
    0%,100%,11.1% {
      transform: none;
    }
    22.2% {
      transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
      transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
      transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
      transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
      transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
      transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
  }
  .jello {
    animation-name: jello;
    transform-origin: center;
  }
  @keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
      opacity: 1;
      transform: scale3d(1, 1, 1);
    }
  }
  .bounceIn {
    animation-name: bounceIn;
  }
  @keyframes bounceInDown {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(0, -3000px, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(0, 25px, 0);
    }
    75% {
      transform: translate3d(0, -10px, 0);
    }
    90% {
      transform: translate3d(0, 5px, 0);
    }
    100% {
      transform: none;
    }
  }
  .bounceInDown {
    animation-name: bounceInDown;
  }
  @keyframes bounceInLeft {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(25px, 0, 0);
    }
    75% {
      transform: translate3d(-10px, 0, 0);
    }
    90% {
      transform: translate3d(5px, 0, 0);
    }
    100% {
      transform: none;
    }
  }
  .bounceInLeft {
    animation-name: bounceInLeft;
  }
  @keyframes bounceInRight {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(3000px, 0, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(-25px, 0, 0);
    }
    75% {
      transform: translate3d(10px, 0, 0);
    }
    90% {
      transform: translate3d(-5px, 0, 0);
    }
    100% {
      transform: none;
    }
  }
  .bounceInRight {
    animation-name: bounceInRight;
  }
  @keyframes bounceInUp {
    0%,100%,60%,75%,90% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
      opacity: 0;
      transform: translate3d(0, 3000px, 0);
    }
    60% {
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    75% {
      transform: translate3d(0, 10px, 0);
    }
    90% {
      transform: translate3d(0, -5px, 0);
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .bounceInUp {
    animation-name: bounceInUp;
  }
  @keyframes bounceOut {
    20% {
      transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,55% {
      opacity: 1;
      transform: scale3d(1.1, 1.1, 1.1);
    }
    100% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
  }
  .bounceOut {
    animation-name: bounceOut;
  }
  @keyframes bounceOutDown {
    20% {
      transform: translate3d(0, 10px, 0);
    }
    40%,45% {
      opacity: 1;
      transform: translate3d(0, -20px, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  .bounceOutDown {
    animation-name: bounceOutDown;
  }
  @keyframes bounceOutLeft {
    20% {
      opacity: 1;
      transform: translate3d(20px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .bounceOutLeft {
    animation-name: bounceOutLeft;
  }
  @keyframes bounceOutRight {
    20% {
      opacity: 1;
      transform: translate3d(-20px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  .bounceOutRight {
    animation-name: bounceOutRight;
  }
  @keyframes bounceOutUp {
    20% {
      transform: translate3d(0, -10px, 0);
    }
    40%,45% {
      opacity: 1;
      transform: translate3d(0, 20px, 0);
    }
    100% {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  .bounceOutUp {
    animation-name: bounceOutUp;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .fadeIn {
    animation-name: fadeIn;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInDown {
    animation-name: fadeInDown;
  }
  @keyframes fadeInDownBig {
    0% {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInDownBig {
    animation-name: fadeInDownBig;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInLeft {
    animation-name: fadeInLeft;
  }
  @keyframes fadeInLeftBig {
    0% {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInLeftBig {
    animation-name: fadeInLeftBig;
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInRight {
    animation-name: fadeInRight;
  }
  @keyframes fadeInRightBig {
    0% {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInRightBig {
    animation-name: fadeInRightBig;
  }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInUp {
    animation-name: fadeInUp;
  }
  @keyframes fadeInUpBig {
    0% {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .fadeInUpBig {
    animation-name: fadeInUpBig;
  }
  @keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .fadeOut {
    animation-name: fadeOut;
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
    }
  }
  .fadeOutDown {
    animation-name: fadeOutDown;
  }
  @keyframes fadeOutDownBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, 2000px, 0);
    }
  }
  .fadeOutDownBig {
    animation-name: fadeOutDownBig;
  }
  @keyframes fadeOutLeft {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
    }
  }
  .fadeOutLeft {
    animation-name: fadeOutLeft;
  }
  @keyframes fadeOutLeftBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(-2000px, 0, 0);
    }
  }
  .fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
  }
  @keyframes fadeOutRight {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(100%, 0, 0);
    }
  }
  .fadeOutRight {
    animation-name: fadeOutRight;
  }
  @keyframes fadeOutRightBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(2000px, 0, 0);
    }
  }
  .fadeOutRightBig {
    animation-name: fadeOutRightBig;
  }
  @keyframes fadeOutUp {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, -100%, 0);
    }
  }
  .fadeOutUp {
    animation-name: fadeOutUp;
  }
  @keyframes fadeOutUpBig {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(0, -2000px, 0);
    }
  }
  .fadeOutUpBig {
    animation-name: fadeOutUpBig;
  }
  @keyframes flip {
    0% {
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      animation-timing-function: ease-out;
    }
    40% {
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      animation-timing-function: ease-out;
    }
    50% {
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      animation-timing-function: ease-in;
    }
    80% {
      transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
      animation-timing-function: ease-in;
    }
    100% {
      transform: perspective(400px);
      animation-timing-function: ease-in;
    }
  }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
  }
  @keyframes flipInX {
    0% {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      animation-timing-function: ease-in;
    }
    60% {
      transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
      opacity: 1;
    }
    80% {
      transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
      transform: perspective(400px);
    }
  }
  .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
  }
  @keyframes flipInY {
    0% {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      animation-timing-function: ease-in;
      opacity: 0;
    }
    40% {
      transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
      animation-timing-function: ease-in;
    }
    60% {
      transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
      opacity: 1;
    }
    80% {
      transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
      transform: perspective(400px);
    }
  }
  .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
  }
  @keyframes flipOutX {
    0% {
      transform: perspective(400px);
    }
    30% {
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
    }
    100% {
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
  }
  @keyframes flipOutY {
    0% {
      transform: perspective(400px);
    }
    30% {
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
    }
    100% {
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
    }
  }
  .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
  }
  @keyframes lightSpeedIn {
    0% {
      transform: translate3d(100%, 0, 0) skewX(-30deg);
      opacity: 0;
    }
    60% {
      transform: skewX(20deg);
      opacity: 1;
    }
    80% {
      transform: skewX(-5deg);
      opacity: 1;
    }
    100% {
      transform: none;
      opacity: 1;
    }
  }
  .lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
  }
  @keyframes lightSpeedOut {
    0% {
      opacity: 1;
    }
    100% {
      transform: translate3d(100%, 0, 0) skewX(30deg);
      opacity: 0;
    }
  }
  .lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
  }
  @keyframes rotateIn {
    0% {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
    }
    100% {
      transform-origin: center;
      transform: none;
      opacity: 1;
    }
  }
  .rotateIn {
    animation-name: rotateIn;
  }
  @keyframes rotateInDownLeft {
    0% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
    100% {
      transform-origin: left bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownLeft {
    animation-name: rotateInDownLeft;
  }
  @keyframes rotateInDownRight {
    0% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      transform-origin: right bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInDownRight {
    animation-name: rotateInDownRight;
  }
  @keyframes rotateInUpLeft {
    0% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
    100% {
      transform-origin: left bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpLeft {
    animation-name: rotateInUpLeft;
  }
  @keyframes rotateInUpRight {
    0% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -90deg);
      opacity: 0;
    }
    100% {
      transform-origin: right bottom;
      transform: none;
      opacity: 1;
    }
  }
  .rotateInUpRight {
    animation-name: rotateInUpRight;
  }
  @keyframes rotateOut {
    0% {
      transform-origin: center;
      opacity: 1;
    }
    100% {
      transform-origin: center;
      transform: rotate3d(0, 0, 1, 200deg);
      opacity: 0;
    }
  }
  .rotateOut {
    animation-name: rotateOut;
  }
  @keyframes rotateOutDownLeft {
    0% {
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, 45deg);
      opacity: 0;
    }
  }
  .rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
  }
  @keyframes rotateOutDownRight {
    0% {
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutDownRight {
    animation-name: rotateOutDownRight;
  }
  @keyframes rotateOutUpLeft {
    0% {
      transform-origin: left bottom;
      opacity: 1;
    }
    100% {
      transform-origin: left bottom;
      transform: rotate3d(0, 0, 1, -45deg);
      opacity: 0;
    }
  }
  .rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
  }
  @keyframes rotateOutUpRight {
    0% {
      transform-origin: right bottom;
      opacity: 1;
    }
    100% {
      transform-origin: right bottom;
      transform: rotate3d(0, 0, 1, 90deg);
      opacity: 0;
    }
  }
  .rotateOutUpRight {
    animation-name: rotateOutUpRight;
  }
  @keyframes hinge {
    0% {
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    20%,60% {
      transform: rotate3d(0, 0, 1, 80deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
    }
    40%,80% {
      transform: rotate3d(0, 0, 1, 60deg);
      transform-origin: top left;
      animation-timing-function: ease-in-out;
      opacity: 1;
    }
    100% {
      transform: translate3d(0, 700px, 0);
      opacity: 0;
    }
  }
  .hinge {
    animation-name: hinge;
  }
  @keyframes rollIn {
    0% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
  .rollIn {
    animation-name: rollIn;
  }
  @keyframes rollOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
  }
  .rollOut {
    animation-name: rollOut;
  }
  @keyframes zoomIn {
    0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
      opacity: 1;
    }
  }
  .zoomIn {
    animation-name: zoomIn;
  }
  @keyframes zoomInDown {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInDown {
    animation-name: zoomInDown;
  }
  @keyframes zoomInLeft {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInLeft {
    animation-name: zoomInLeft;
  }
  @keyframes zoomInRight {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInRight {
    animation-name: zoomInRight;
  }
  @keyframes zoomInUp {
    0% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomInUp {
    animation-name: zoomInUp;
  }
  @keyframes zoomOut {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
    }
    100% {
      opacity: 0;
    }
  }
  .zoomOut {
    animation-name: zoomOut;
  }
  @keyframes zoomOutDown {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutDown {
    animation-name: zoomOutDown;
  }
  @keyframes zoomOutLeft {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: scale(0.1) translate3d(-2000px, 0, 0);
      transform-origin: left center;
    }
  }
  .zoomOutLeft {
    animation-name: zoomOutLeft;
  }
  @keyframes zoomOutRight {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    100% {
      opacity: 0;
      transform: scale(0.1) translate3d(2000px, 0, 0);
      transform-origin: right center;
    }
  }
  .zoomOutRight {
    animation-name: zoomOutRight;
  }
  @keyframes zoomOutUp {
    40% {
      opacity: 1;
      transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    100% {
      opacity: 0;
      transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
      transform-origin: center bottom;
      animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
  }
  .zoomOutUp {
    animation-name: zoomOutUp;
  }
  @keyframes slideInDown {
    0% {
      transform: translate3d(0, -100%, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInDown {
    animation-name: slideInDown;
  }
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-100%, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInLeft {
    animation-name: slideInLeft;
  }
  @keyframes slideInRight {
    0% {
      transform: translate3d(100%, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInRight {
    animation-name: slideInRight;
  }
  @keyframes slideInUp {
    0% {
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  .slideInUp {
    animation-name: slideInUp;
  }
  @keyframes slideOutDown {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(0, 100%, 0);
    }
  }
  .slideOutDown {
    animation-name: slideOutDown;
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(-100%, 0, 0);
    }
  }
  .slideOutLeft {
    animation-name: slideOutLeft;
  }
  @keyframes slideOutRight {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(100%, 0, 0);
    }
  }
  .slideOutRight {
    animation-name: slideOutRight;
  }
  @keyframes slideOutUp {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      visibility: hidden;
      transform: translate3d(0, -100%, 0);
    }
  }
  .slideOutUp {
    animation-name: slideOutUp;
  }
}
/*================================================================
 980px以下
================================================================*/
/*================================================================
 768px以下
================================================================*/
/*================================================================
 480px以下
================================================================*/
/*================================================================
 その他の細かい調整
================================================================*/
