@import url("https://fonts.googleapis.com/css?family=Lato|Noto+Sans+JP");
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* ===================================================================

reset style

=================================================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

strong {
  font-weight: normal;
}

img {
  vertical-align: bottom;
}

select, input, textarea, button {
  vertical-align: middle;
}

/* ===================================================================

common style

=================================================================== */
html, body {
  width: 100%;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

body {
  background: #f4f7f9;
  color: #4e4e4e;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.open {
  overflow: hidden;
}

body a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  color: #9c9c9c;
  outline: none;
  text-decoration: none;
}

body a:hover {
  color: #767676;
  text-decoration: none;
}

body a:hover img {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

body a:focus {
  color: #134349;
  outline: none;
  text-decoration: none;
}

body .red {
  color: #ed3833;
}

body .blue {
  color: #112cbb;
}

body .pink {
  color: #eb3250;
}

body .ybg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fffcb4));
  background: -webkit-linear-gradient(transparent 50%, #fffcb4 50%);
  background: linear-gradient(transparent 50%, #fffcb4 50%);
}

body .bold {
  font-weight: bold;
}

img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #32b2c3;
  max-width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  text-align: center;
}

.hidden-pc {
  display: none;
}

.image:after {
  content: "";
  display: block;
  clear: both;
}

.photo_l:after {
  content: "";
  display: block;
  clear: both;
}

.photo_l img {
  float: left;
  margin: 0 30px 30px 0;
}

.photo_r img {
  float: right;
  margin: 0 0 30px 30px;
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .photo_l {
    margin: 0 2% 2% 0;
  }
  .photo_l img {
    font-weight: normal;
  }
  .photo_r {
    margin: 0 0 2% 2%;
  }
  .photo_r img {
    font-weight: normal;
  }
}
