/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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

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: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

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;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}


/*clearfixの設定*/

.clearfix:after {
  visibility: hidden;
  /*見えなくする*/
  height: 0;
  /*見えなくする*/
  display: block;
  /*block要素にする*/
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
  zoom: 1;
}

picture {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

picture img {
  width: 100%;
  object-fit: cover;
}


/* margin css */

.mt_0 {
  margin-top: 0px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mt_75 {
  margin-top: 75px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_75 {
  margin-bottom: 75px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mx_auto {
  margin-left: auto!important;
  margin-right: auto!important;
}

.ml_0 {
  margin-left: 0 !important;
}

.mr_0 {
  margin-right: 0 !important;
}

.px_0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px_8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.px_15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px_30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}


/* padding css */

.pt_0 {
  padding-top: 0px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pt_75 {
  padding-top: 75px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.py_60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py_75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.container,
.s_container,
.l_container,
.full_container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1040px;
}

.l_container {
  max-width: 1240px;
}

.s_container {
  max-width: 880px;
}

.full_container {
  max-width: 100%;
}

.content_in {
  max-width: 920px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

[class*="col_"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col_auto {
  flex: 0 0 auto;
  width: auto;
}

.col_1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col_2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col_3 {
  flex: 0 0 auto;
  width: 25%;
}

.col_4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col_5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col_6 {
  flex: 0 0 auto;
  width: 50%;
}

.col_7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col_8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col_9 {
  flex: 0 0 auto;
  width: 75%;
}

.col_10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col_11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col_12 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 750px) {
  .col_md_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col_md_1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col_md_2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col_md_3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col_md_4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col_md_5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col_md_6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col_md_7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col_md_8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col_md_9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col_md_10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col_md_11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col_md_12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.s_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.s_row>[class*="col_"] {
  padding-right: 10px;
  padding-left: 10px;
}

.m_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.m_row>[class*="col_"] {
  padding-right: 12px;
  padding-left: 12px;
}

.l_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.l_row>[class*="col_"] {
  padding-right: 20px;
  padding-left: 20px;
}

.x_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -25px;
  margin-left: -25px;
}

.x_row>[class*="col_"] {
  padding-right: 25px;
  padding-left: 25px;
}


/* text align */

.text_center {
  text-align: center !important;
}

.image_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.image_wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_bold {
  font-weight: bold !important;
}

.fw_normal {
  font-weight: normal !important;
}

.no_border_bottom {
  border-bottom: none !important;
}

.color_red {
  color: #FF0000 !important;
}

.color_orange {
  color: #FC6D42 !important;
}

.text_left {
  text-align: left !important;
}

.text_right {
  text-align: right !important;
}

.bg_blue {
  background: #B1C5EB !important;
}

.bg_orange {
  background: #EFC287 !important;
}

.bg_purple {
  background: #E6C4C4 !important;
}

.bg_yellow {
  background: #F4E8A4 !important;
}

.bg_green {
  background: #B6D1C3 !important;
}

.width_108 {
  width: 108px;
}

.width_135 {
  width: 135px;
}

.width_244 {
  width: 244px;
}

.vertical_top {
  vertical-align: baseline !important;
}

.vertical_bottom {
  vertical-align: bottom !important;
}