/*-------------------------------------------------------------------
 *
 * File Name   : default.css

-------------------------------------------------------------------*/

/*===================================================================
  reset
===================================================================*/

/*default*/
body,
html,
div,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

/* list */
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}

/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
th,
td {
  margin: 0;
  padding: 0;
}

/* etc */
img {
  border: none;
}
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}

/*===================================================================
  font
===================================================================*/

/*fonts.css*/
body {
  font-family: 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic Pro', 'Osaka－等幅', sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #323334;
}
select,
input,
textarea {
  font: 99% 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}
pre,
code {
  font: 115% monospace;
  *font-size: 100%;
}
body * {
  line-height: 1.4;
}

p {
  line-height: 1.4;
}

a {
  color: #0d1f6b;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  width: auto;
  height: auto;
}
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/*===================================================================
  clearfix
===================================================================*/

/* ------ clearfix ------ */
.clearfix:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* ------ clear ------ */
.clear {
  clear: both;
  display: block;
  font-size: 1px;
  line-height: 0px;
}
*html .clear {
  height: 0px;
}

/*===================================================================
  common
===================================================================*/

body {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  text-align: center;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

#wrapper {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  background: #ffffff;
}

img {
  backface-visibility: hidden;
}

._pc {
  display: block;
}
._sp {
  display: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* ------ header ------ */
#header {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
.header_inr {
  max-width: 1000px;
  margin: 0 auto;
}
#header .logo {
  float: left;
}
#header .header_nav {
  float: right;
}
#header .header_nav li {
  display: inline-block;
  vertical-align: middle;
}
#header .header_nav li + li {
  margin-left: 30px;
}

/* ------ contents ------ */
#contents .contents_inr {
  padding: 0 17px;
}

/* ------ footer ------ */
#footer {
  margin-top: 0;
  padding: 20px 0;
  background: #0d1f6b;
}
#footer .footer_inr {
  max-width: 1000px;
  margin: 0 auto;
}
#footer .footer_link {
  float: left;
  width: 304px;
}
#footer .footer_link li {
  float: left;
}
#footer .footer_link li + li {
  margin-left: 13px;
}
#footer .cp_logo {
  float: right;
  width: 381px;
}
#footer .cp_logo li {
  float: right;
}
#footer .cp_logo li.logo {
  margin-left: 10px;
}
#footer .cp_logo li.copy {
  width: 260px;
}
#footer .cp_logo li.copy img {
  width: 100%;
}

/* ------ pageTop ------ */
.pageTop {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto;
  text-align: right;
}

@media screen and (max-width: 640px) {
  #wrapper {
    min-width: 0;
  }

  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }

  /* ------ header ------ */
  #header {
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
  }
  .header_inr {
    width: 100%;
    margin: 0;
    padding: 10px 4%;
  }
  #header .header_nav {
    width: 36.5px;
    height: 40px;
    background: url(../imgs/sp/ico_ham.png) no-repeat center center;
    background-size: 100% auto;
  }
  #header .header_nav ul {
    position: absolute;
    top: 48px;
    left: 0;
    display: none;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
  }
  #header .header_nav li {
    display: block;
    width: 100%;
    background: #5c5c5c;
    border-top: 1px solid #f4f4f8;
  }
  #header .header_nav li + li {
    margin-left: 0;
  }
  #header .header_nav li:first-child {
    border-top: none;
  }
  #header .header_nav li a {
    display: block;
    padding: 15px 3%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }

  /* ------ footer ------ */
  #footer {
    margin-top: 0;
    padding: 0;
  }
  #footer .footer_inr {
    width: 100%;
    margin: 0 auto;
  }
  #footer .footer_link {
    float: none;
    width: 100%;
    padding: 25px 4%;
    background: url(../../common/imgs/contents_bg.png) repeat top left;
  }
  #footer .footer_link li {
    float: none;
    width: 50%;
  }
  #footer .footer_link li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  #footer .footer_link li img {
    width: 100%;
  }
  #footer .cp_logo {
    float: none;
    width: 100%;
    padding: 20px 4%;
  }
  #footer .cp_logo li {
    float: none;
  }
  #footer .cp_logo li.logo {
    margin-left: 0;
    text-align: right;
  }
  #footer .cp_logo li.copy {
    width: 100%;
    margin-top: 10px;
  }

  /* ------ pageTop ------ */
  .pageTop {
    max-width: auto;
    padding: 0 4.5%;
  }
}

/*===================================================================
  module
===================================================================*/
/* ------ font style ------ */
.fwN {
  font-weight: normal;
}
.fwB {
  font-weight: bold;
}

.fsS {
  font-size: 84%;
}
.fsM {
  font-size: 100%;
}
.fsL {
  font-size: 117%;
}

.fdN {
  text-decoration: none;
}
.fdU {
  text-decoration: underline;
}

/* ------ text-align ------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/* ------ vertical-align ------ */
.vaT {
  vertical-align: top !important;
}
.vaM {
  vertical-align: middle !important;
}
.vaB {
  vertical-align: bottom !important;
}

/* ------ flaot ------ */
.flL {
  float: left !important;
}
.flR {
  float: right !important;
}

/* ------ indent ------ */
/* ------ indent（X） ------ */
.indent01 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* ------ margin ------ */
.mt00 {
  margin-top: 0px !important;
}
.mt01 {
  margin-top: 1px !important;
}
.mt02 {
  margin-top: 2px !important;
}
.mt03 {
  margin-top: 3px !important;
}
.mt04 {
  margin-top: 4px !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt06 {
  margin-top: 6px !important;
}
.mt07 {
  margin-top: 7px !important;
}
.mt08 {
  margin-top: 8px !important;
}
.mt09 {
  margin-top: 9px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt11 {
  margin-top: 11px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt38 {
  margin-top: 38px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt65 {
  margin-top: 65px !important;
}
.mt70 {
  margin-top: 70px !important;
}

.mr00 {
  margin-right: 0px !important;
}
.mr01 {
  margin-right: 1px !important;
}
.mr02 {
  margin-right: 2px !important;
}
.mr03 {
  margin-right: 3px !important;
}
.mr04 {
  margin-right: 4px !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr06 {
  margin-right: 6px !important;
}
.mr07 {
  margin-right: 7px !important;
}
.mr08 {
  margin-right: 8px !important;
}
.mr09 {
  margin-right: 9px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr25 {
  margin-right: 25px !important;
}

.ml00 {
  margin-left: 0px !important;
}
.ml01 {
  margin-left: 1px !important;
}
.ml02 {
  margin-left: 2px !important;
}
.ml03 {
  margin-left: 3px !important;
}
.ml04 {
  margin-left: 4px !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml06 {
  margin-left: 6px !important;
}
.ml07 {
  margin-left: 7px !important;
}
.ml08 {
  margin-left: 8px !important;
}
.ml09 {
  margin-left: 9px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml25 {
  margin-left: 25px !important;
}

.mb00 {
  margin-bottom: 0px !important;
}
.mb01 {
  margin-bottom: 1px !important;
}
.mb02 {
  margin-bottom: 2px !important;
}
.mb03 {
  margin-bottom: 3px !important;
}
.mb04 {
  margin-bottom: 4px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb06 {
  margin-bottom: 6px !important;
}
.mb07 {
  margin-bottom: 7px !important;
}
.mb08 {
  margin-bottom: 8px !important;
}
.mb09 {
  margin-bottom: 9px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb11 {
  margin-bottom: 11px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}

/* ------ padding ------ */
.pt00 {
  padding-top: 0px !important;
}
.pt01 {
  padding-top: 1px !important;
}
.pt02 {
  padding-top: 3px !important;
}
.pt03 {
  padding-top: 4px !important;
}
.pt04 {
  padding-top: 5px !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt06 {
  padding-top: 6px !important;
}
.pt07 {
  padding-top: 7px !important;
}
.pt08 {
  padding-top: 8px !important;
}
.pt09 {
  padding-top: 9px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt17 {
  padding-top: 17px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt48 {
  padding-top: 48px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}

.pb00 {
  padding-bottom: 0px !important;
}
.pb01 {
  padding-bottom: 1px !important;
}
.pb02 {
  padding-bottom: 3px !important;
}
.pb03 {
  padding-bottom: 4px !important;
}
.pb04 {
  padding-bottom: 5px !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb06 {
  padding-bottom: 6px !important;
}
.pb07 {
  padding-bottom: 7px !important;
}
.pb08 {
  padding-bottom: 8px !important;
}
.pb09 {
  padding-bottom: 9px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0px !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}

.pr00 {
  padding-right: 00px !important;
}
.pr05 {
  padding-right: 05px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}

.inline-block {
  display: inline-block;
}
