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

File Name:
Note:


New Creation:
Last Change:


Created By		Kosuke Inoue

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

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


------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
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: 990px;
  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=70);
  opacity: 0.7;
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
.container {
  padding-top: 788px;
  background: url(../img/main_title_bg.jpg) left top repeat-x;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.box-wrap {
  position: relative;
  min-width: 1000px;
}

.right {
  float: right;
}

.left {
  float: left;
}

/*----------------------------------------------------------------------
6.	header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	main
----------------------------------------------------------------------*/
.content {
  padding-bottom: 0;
}

/*----------------------------------------------------------------------
8.	footer
----------------------------------------------------------------------*/
.footer {
  padding-top: 15px;
  height: 30px;
  background-color: #e67067;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

/*----------------------------------------------------------------------
9.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url(../img/main_bg.jpg?v=2) center top no-repeat;
  position: relative;
  height: 788px;
  margin-top: -788px;
}
.main-visual .main-visual-contents {
  position: relative;
  top: 645px;
  left: 185px;
  width: 432px;
  margin: 0 auto;
}
.main-visual .main-visual-contents .main_counseling_btn {
  background: url(../img/main_counseling_btn_h.png) left top no-repeat;
}
.main-visual .main-visual-contents .main_counseling_btn > * {
  transition: all 0.3s linear;
}
.main-visual .main-visual-contents .main_counseling_btn:hover > *, .main-visual .main-visual-contents .main_counseling_btn.is-active > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.g-nav-inner {
  overflow: hidden;
  background: url(../img/nav_bg.png) center top repeat-x;
}
.g-nav-inner .nav-list {
  overflow: hidden;
  width: 829px;
  margin: 0 auto;
  background: url(../img/nav_item_bg.png) center top no-repeat;
}
.g-nav-inner .nav-list .nav-item {
  float: left;
  width: 207px;
  height: 70px;
}
.g-nav-inner .nav-list .nav-item > * {
  transition: all 0.3s linear;
}
.g-nav-inner .nav-list .nav-item:hover > *, .g-nav-inner .nav-list .nav-item.is-active > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.g-nav-inner .nav-list .worry {
  width: 208px;
}

.fixed {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
}

.m-contents {
  padding-top: 50px;
  background-color: #f1efec;
}

.m-title {
  width: 770px;
  margin: 0 auto;
  padding-top: 25px;
}

.contents-inner {
  width: 770px;
  margin: 0 auto;
}
.contents-inner .m-pic {
  margin: 0;
  position: relative;
}

/*===================================
 こんなお悩みに
===================================*/
.m-worry .worry-box-top {
  margin-bottom: 75px;
}
.m-worry .worry-box-top-contents {
  position: relative;
}
.m-worry .worry-box-top-contents .worry-pic1 {
  text-align: right;
}
.m-worry .worry-box-top-contents .worry-pic1-text {
  padding-left: 5px;
  position: absolute;
  top: 70px;
}
.m-worry .worry-box-top-contents .worry-pic2 {
  text-align: left;
  margin-top: -100px;
}
.m-worry .worry-box-top-contents .worry-pic2-text {
  padding-left: 277px;
  position: absolute;
  top: 392px;
}
.m-worry .worry-box-middle {
  background-color: #dcd5ce;
  height: 241px;
}
.m-worry .worry-box-middle .lead {
  position: relative;
  top: -23px;
  width: 1050px;
  margin: 0 auto;
}
.m-worry .worry-box-bottom {
  background-color: #efd5d1;
}
.m-worry .worry-box-bottom-contents {
  text-align: center;
}
.m-worry .worry-box-bottom-contents .m-title {
  padding-top: 39px;
}
.m-worry .worry-box-bottom-contents .m-pic {
  margin-top: 40px;
}
.m-worry .worry-box-bottom-contents-trouble {
  margin-top: 62px;
  padding-bottom: 90px;
  height: 665px;
  background: url(../img/worry_inspection_trouble_bg.gif) center top no-repeat;
}
.m-worry .worry-box-bottom-contents-trouble .trouble-list {
  *zoom: 1;
  padding: 105px 0 0 40px;
}
.m-worry .worry-box-bottom-contents-trouble .trouble-list:after {
  content: "";
  display: table;
  clear: both;
}
.m-worry .worry-box-bottom-contents-trouble .trouble-item {
  float: left;
  margin: 35px 0 0 35px;
}
.m-worry .worry-box-bottom-contents-trouble .trouble-item:nth-child(1), .m-worry .worry-box-bottom-contents-trouble .trouble-item:nth-child(2) {
  margin-top: 0;
}
.m-worry .worry-box-bottom-contents-trouble .trouble-item:nth-child(odd) {
  margin-left: 0;
}

/*===================================
 専門医が担当
===================================*/
.m-specialist {
  position: relative;
  z-index: 1;
}
.m-specialist .m-title {
  text-align: right;
  padding: 60px 0 92px 0;
}
.m-specialist .specialist-box-contents {
  position: relative;
  width: 949px;
  height: 708px;
  margin: -188px auto 0;
  left: -89px;
  background: url(../img/specialist_bg.png?v=2) center top no-repeat;
  margin-bottom: 54px;
}
.m-specialist .specialist-box-contents .pic-title {
  margin-bottom: 15px;
  padding: 188px 0 0 430px;
  text-align: center;
}
.m-specialist .specialist-box-contents .specialist-pic {
  margin-top: 10px;
  padding-left: 428px;
}
.m-specialist .specialist-box-contents .specialist-pic4 {
  margin-top: 30px;
}
.m-specialist .specialist-box-contents .specialist-pic5 {
  margin-top: 50px;
}

/*===================================
 体験者の声
===================================*/
.m-voice {
  position: relative;
}
.m-voice .m-title {
  text-align: left;
  padding-top: 75px;
  margin-bottom: 65px;
}
.m-voice .voice-title-pic {
  position: absolute;
  top: -200px;
  left: 460px;
  transform: rotate(-15deg);
}
.m-voice .voice-box-contents {
  position: relative;
}
.m-voice .voice-box-contents .voice-pic2 {
  margin-top: 65px;
}
.m-voice .voice-box-contents .voice-pic3 {
  position: absolute;
  margin-top: -200px;
  left: -15px;
}

/*===================================
 検査機器／ノウハウ
===================================*/
.m-device_knowhow {
  margin-top: -25px;
}
.m-device_knowhow .m-title {
  text-align: center;
  padding-top: 106px;
}
.m-device_knowhow .device_knowhow-box-top-contents {
  margin-top: 76px;
}
.m-device_knowhow .device_knowhow-box-top-contents .device_knowhow-pic2 {
  margin-top: 54px;
  left: 5px;
}
.m-device_knowhow .profile-box {
  background: url(../img/profile_bg.gif) left top repeat-x;
  background-color: #fff;
  margin-top: 100px;
  height: 940px;
  position: relative;
}
.m-device_knowhow .profile-box-contents {
  position: relative;
}
.m-device_knowhow .profile-box .m-pic {
  margin: 0;
  position: relative;
}
.m-device_knowhow .profile-box .profile-title {
  position: absolute;
  padding-top: 41px;
  right: 0;
}
.m-device_knowhow .profile-box .profile-pic1 {
  padding-top: 73px;
  left: -189px;
}
.m-device_knowhow .profile-box .profile-pic2 {
  position: absolute;
  top: 280px;
  padding-left: 410px;
}
.m-device_knowhow .profile-box .profile-pic3 {
  position: absolute;
  margin-top: 30px;
}

/*===================================
 QA
===================================*/
.m-qa {
  position: relative;
  padding-bottom: 90px;
}
.m-qa .m-title {
  text-align: right;
  padding-top: 68px;
  margin-bottom: 75px;
}
.m-qa .qa-title-pic {
  position: absolute;
  top: -210px;
}
.m-qa .qa-title-pic img {
  width: 319px;
}
.m-qa .qa-box-contents {
  position: relative;
  margin-bottom: 192px;
}
.m-qa .qa-box-contents .qa-pic1 {
  margin-bottom: 38px;
}

/*===================================
 CV
===================================*/
.cv-area {
  margin: 0 auto;
  width: 770px;
  height: 859px;
  background: url(../img/cv_bg1.png?v=2) center top no-repeat;
}
.cv-area .m-pic {
  margin: 0;
  position: relative;
}
.cv-area .cv-counseling-btn {
  padding: 287px 0 0 60px;
  width: 658px;
}
.cv-area .cv-counseling-btn a {
  display: block;
  background: url(../img/cv_counseling_btn_h.png) left top no-repeat;
}
.cv-area .cv-counseling-btn a > * {
  transition: all 0.3s linear;
}
.cv-area .cv-counseling-btn a:hover > *, .cv-area .cv-counseling-btn a.is-active > * {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.cv-area .cv-info {
  width: 658px;
  padding: 70px 0 45px 60px;
}
.cv-area .cv-info-title {
  text-align: center;
}
.cv-area .info-list {
  *zoom: 1;
  padding-top: 20px;
}
.cv-area .info-list:after {
  content: "";
  display: table;
  clear: both;
}
.cv-area .info-list .inquiry.form-item .form-item-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cv-area .info-list .inquiry.form-item .form-item-inner > * {
  display: table-cell;
}
.cv-area .info-list .inquiry.form-item .form-item-title {
  padding-right: 15px;
  width: 275px;
}
.cv-area .info-list .inquiry.form-item .form-item-contents {
  width: 368px;
  background: url(../img/cv_mail_btn_bg.png) left top no-repeat;
}
.cv-area .info-list .inquiry.form-item .form-item-contents a {
  display: block;
}
.cv-area .info-list .inquiry.form-item .form-item-contents a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.cv-area .info-list .tel {
  margin-top: 30px;
}
.cv-area .info-list .tel.form-item .form-item-title {
  margin-bottom: 20px;
}
.cv-area .info-list .tel.form-item .form-item-contents-item:last-child {
  margin-top: 10px;
}
.cv-area .info-list .tel.form-item .form-item-contents-inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cv-area .info-list .tel.form-item .form-item-contents-inner > * {
  display: table-cell;
}
.cv-area .info-list .tel.form-item .form-item-contents-title {
  padding-right: 20px;
  width: 302px;
}
.cv-area .info-list .tel.form-item .form-item-contents-contents {
  width: 318px;
}
.cv-area .info-list .tel.form-item .form-item-contents-contents a {
  display: block;
}

/*----------------------------------------------------------------------
10.	ブレイクポイント
----------------------------------------------------------------------*/
/*# sourceMappingURL=index.css.map */
