@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background: #dcd1bc;
}

h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

small {
  font-size: 14px;
  font-size: 1.4rem;
}

img {
  vertical-align: bottom;
}

figure img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  border: none;
}

em,
strong {
  font-weight: bold;
}

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0;
}

.skip,
.hide,
.help-nav,
.is_hide,
.is_hidden {
  display: none;
}

.is-fl-l {
  float: left;
  margin: 0 20px 20px 0;
}

.is-fl-r {
  float: right;
  margin: 0 0 20px 20px;
}

.is-center {
  text-align: center;
}

.is-right {
  text-align: right;
}

.is-left {
  text-align: left;
}

.is-rounded {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.is-shadow {
  box-shadow: 5px 5px 0 #dedaca;
}

.mt3 {
  margin-top: 60px;
}

.mt2 {
  margin-top: 40px;
}

.note {
  font-size: 14px;
  font-size: 1.4rem;
}

.nowrap {
  white-space: nowrap;
}

table {
  margin-bottom: 20px;
}

.clearboth {
  clear: both;
}

.clearfix,
#header_area,
.menu_area,
.content_box,
.row_box,
.is-col,
.message_box,
.message_title {
  *zoom: 1;
}
.clearfix:after,
#header_area:after,
.menu_area:after,
.content_box:after,
.row_box:after,
.is-col:after,
.message_box:after,
.message_title:after {
  content: "";
  display: table;
  clear: both;
}

#header_area img {
  max-width: 100%;
}

.logo_azalea {
  float: left;
  padding: 12px 0 10px 8px;
}

.logo_jma {
  float: right;
  padding: 34px 8px 0 0;
}

#feature_area .feature_img {
  margin-bottom: 16px;
  border-top: 5px solid #fd9c38;
}

.feature_subhead img {
  max-width: 100%;
}

.menu_area {
  margin: 30px auto;
  width: 86%;
}
.menu_area li {
  float: left;
  width: 33.3%;
  list-style-type: none;
}
.menu_area li a {
  display: block;
  width: 95%;
  text-align: center;
  margin: 0 auto;
}
.menu_area li img {
  max-width: 100%;
}

.is-btn {
  margin: 0 auto;
  text-align: center;
}
.is-btn a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.is-btn a:hover {
  filter: alpha(opacity=0.8);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.is-btn.recruit {
  width: 86%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.is-btn.recruit ul {
  display: table;
  width: 100%;
}
.is-btn.recruit li {
  display: table-cell;
}
.is-btn.recruit a {
  padding: 30px 60px 34px;
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  text-shadow: 0 -1px 1px #224027;
  background: #e68604;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inset 0 -8px 0 rgba(0, 0, 0, 0.3);
}
.is-btn.recruit a.is-form {
  background: #f366c4;
}
.is-btn.recruit.url {
  width: 100%;
}
.is-btn.recruit.url a {
  padding: 15px 60px 19px;
  font-size: 2.4rem;
}

.is-top a {
  position: fixed;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  width: 92px;
  height: 92px;
  opacity: 0.54;
  display: inline-block;
  content: ".";
  text-indent: 100%;
  background-color: #ff961f;
  border-radius: 20px;
  background: url(../img/btn_totop.png) no-repeat 0 0;
}

#wrapper {
  margin: 0 auto;
  padding: 0;
  width: 1024px;
  background: #fff;
}

#contentsWrap {
  margin: 0 auto;
  padding: 0;
}

.content_area {
  background: #fff;
}
.content_area.voice {
  background: #eaeaea;
}

.content_title {
  position: relative;
  text-align: center;
  padding: 30px 0;
  background: #333;
}
.content_title:after {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: " ";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  border: solid transparent;
  border-width: 20px;
  border-color: rgba(74, 142, 164, 0);
  border-top-color: #333;
}
.content_title img {
  max-width: 100%;
}

.content_subtitle {
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 0 20px;
  background: #ededed;
}
.content_subtitle.appeal_04 {
  text-indent: -9999px;
  background: url(../img/txt_subtitle_appeal_04.png) no-repeat 0 0;
  height: 56px;
}
.content_subtitle.access_01 {
  text-indent: -9999px;
  background: url(../img/txt_subtitle_access.png) no-repeat 0 0;
  margin-top: 40px;
  padding-bottom: 10px;
  height: 35px;
  border-bottom: 1px solid #aaa;
}
.content_subtitle img {
  max-width: 100%;
}

.content_box {
  margin: 50px auto;
  padding: 0;
  width: 86%;
  line-height: 1.7;
  font-size: 16px;
  font-size: 1.6rem;
}
.content_box p {
  margin-bottom: 20px;
}
.content_box.voice_box {
  padding: 20px;
  background: #fff;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.voice_box figure {
  margin-bottom: 30px;
}
.voice_box figure img:first-child {
  margin-bottom: 10px;
}
.voice_box .voice_subtitle {
  color: #fd9c38;
}

.is-col {
  display: table;
  margin: 20px 0;
  width: 100%;
}
.is-col .is-col_cell {
  display: table-cell;
  padding-right: 30px;
}
.is-col .is-col_cell:last-child {
  padding-right: 0;
}

.message_box {
  width: 360px;
  padding: 16px;
  color: #fff;
  background: #efa94b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.message_box p:last-child {
  margin-bottom: 0;
}

.message_title {
  margin-bottom: 8px;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #bd701a;
}
.message_title .message_thumb {
  float: left;
  width: 80px;
  margin-right: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 3px solid #fff;
}
.message_title span {
  display: block;
  color: #bd701a;
  font-family: Helvetica;
}

.access_box > dl dt {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.access_box > dl dd {
  margin-bottom: 30px;
}

address {
  padding: 20px;
  font-style: normal;
  letter-spacing: 0.1em;
  background: #fedbb5;
  border-radius: 6px;
}

.add_title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.sub_title {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

.address_list {
  margin-bottom: 16px;
  list-style-type: none;
}
.address_list:last-child {
  margin-bottom: 0;
}

.footer_area {
  position: relative;
  text-align: center;
  padding: 36px 0;
  color: #fff;
  background: #999;
}

#copyright {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: helvetica;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 900px) {
  #wrapper,
  #headerArea,
  .menu_area,
  #contentsWrap,
  .message_box,
  #footerNavi {
    width: 100%;
  }

  .message_title {
    float: left;
    margin-right: 10px;
    padding-bottom: 0;
    border-bottom: 0 none;
  }

  .voice_box figure {
    margin-bottom: 20px;
  }

  .is-btn.recruit a {
    padding: 30px 50px 34px;
    font-size: 2.6rem;
  }

  .map {
    position: relative;
    float: none;
    margin: 0 0 20px 0;
    padding: 30px 0 56.25%;
    height: 0;
    overflow: hidden;
  }

  .map iframe,
  .map object,
  .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #footerArea {
    background: none;
  }

  .feature_img img {
    max-width: 100%;
  }

  .content_title img,
  .content_subtitle img {
    max-width: 95%;
  }

  #copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 800px) {
  #headerArea #headerNavi {
    margin-bottom: 18px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e6e2db;
    background: none;
  }
  #headerArea #headerNavi a {
    display: inline-block;
    padding: 6px;
  }
  #headerArea #headerNavi li img {
    margin-top: 0;
  }

  .content_box {
    margin: 40px auto;
  }

  .message_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .message_title .message_thumb {
    width: 60px;
    margin-right: 6px;
  }

  .add_title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .is-fl-l,
  .is-fl-r {
    float: none;
    margin: 20px 0;
  }

  figure.is-fl-l,
  figure.is-fl-r {
    text-align: center;
  }
  figure.is-fl-l img,
  figure.is-fl-r img {
    max-width: 100%;
  }

  .is-btn.recruit a {
    padding: 30px 40px 34px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 680px) {
  .content_box {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .logo_jma {
    display: none;
  }

  .logo_azalea {
    float: none;
    text-align: center;
    width: auto;
  }

  .is-btn.recruit a {
    font-size: 40px;
    font-size: 4rem;
  }

  .message_title {
    float: none;
  }

  .content_subtitle.appeal_04 {
    background: url(../img/txt_subtitle_appeal_04@2x.png) no-repeat 0 0;
    background-size: 100%;
    height: 102px;
  }

  .is-btn.recruit a,
  .is-btn.recruit.url a {
    padding: 20px 30px 24px;
    font-size: 2.1rem;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 550px) {
  #headerArea #headerNavi li {
    margin-left: 12px;
  }

  .content_box {
    margin: 30px auto;
  }

  .is-btn.recruit ul,
  .is-btn.recruit li {
    display: block;
  }

  .is-btn.recruit a {
    width: 100%;
    margin: 10px 0;
    padding: 20px 30px 26px;
    font-size: 2.4rem;
  }
  .is-btn.recruit.url a {
    width: 100%;
    margin: 10px 0;
    padding: 20px 30px 26px;
    font-size: 1.8rem;
  }

  .feature_subhead img {
    max-width: 80%;
  }
}
@media screen and (max-width: 550px) {
  .content_subtitle.appeal_04 {
    height: 80px;
  }
}
