@charset "UTF-8";
/* modules　
================================================ */
@media screen and (max-width: 599px) { .pc { display: none !important; } }

@media screen and (min-width: 600px) { .sp { display: none !important; } }

/* Title
================================================ */
.mod_tit { font-size: 1.8rem; border-top: 3px solid #f08300; border-bottom: 1px solid #dcdcdc; border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; padding: 8px 0 11px; margin-bottom: 15px; }

@media screen and (min-width: 600px) { .mod_tit { font-size: 2.6rem; border-top: 4px solid #f08300; border-bottom: 1px solid #dcdcdc; border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; padding: 8px 0 15px; margin-bottom: 30px; } }

/* Btn
================================================ */
/* Table
================================================ */
/* Cv
================================================ */
.cv { position: relative; z-index: 3; background: url(../img/common/bg02_sp.png) repeat center top; background-size: 9px; }

.cv .inner { padding: 17px 10px 19px; }

.cv .inner h2 { text-align: center; color: #fff; background: url(../img/common/bg01_sp.png) no-repeat center bottom; background-size: 251px; font-size: 1.6rem; letter-spacing: .1rem; line-height: 1.33; margin-bottom: 10px; }

.cv .inner .box { background: #fff; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; position: relative; padding: 13px 15px; }

.cv .inner .box::after { content: ""; position: absolute; background: url(../img/common/img01_sp.png) no-repeat center top; background-size: contain; width: 167px; height: 113px; left: -35px; top: -36px; z-index: 2; }

.cv .inner .box .time { font-size: 1.1rem; font-weight: 500; padding-left: 96px; margin-bottom: 4px; letter-spacing: .09rem; }

.cv .inner .box .time span { display: inline-block; background: #fdebbd; padding: 3px 6px; margin-right: 7px; font-size: 1rem; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; line-height: 1; vertical-align: text-bottom; }

.cv .inner .box .tel a { background: #fcf897; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; margin-bottom: 10px; border-bottom: 3px solid #e9d75c; text-align: center; margin: 14px 0 9px; padding: 13px 13px 13px 0; z-index: 3; position: relative; }

.cv .inner .box .tel img { width: 220px; margin: 0 auto; }

.cv .inner .box .mail a { color: #fff; background: #1bb8b5; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-bottom: 3px solid #17908d; text-align: center; padding: 13px; }

.cv .inner .box .mail span { background: url(../img/common/ico_arw_sp.png) no-repeat left center; background-size: 14px; padding-left: 20px; font-size: 1.7rem; font-weight: 500; }

@media screen and (min-width: 600px) { .cv { background: url(../img/common/bg02_pc.png) repeat center top; background-size: 12px; }
  .cv .inner { padding: 40px 0 39px; width: 1060px; margin: 0 auto; }
  .cv .inner h2 { background: url(../img/common/bg01_pc.png) no-repeat center bottom; background-size: auto; font-size: 2.8rem; letter-spacing: .1rem; line-height: 1.33; margin-bottom: 24px; }
  .cv .inner .box { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; position: relative; padding: 76px 0 0 303px; min-height: 140px; }
  .cv .inner .box::after { content: ""; position: absolute; background: url(../img/common/img01_pc.png) no-repeat center top; background-size: contain; width: 284px; height: 218px; left: 7px; top: -78px; z-index: 2; }
  .cv .inner .box .time { font-size: 1.3rem; font-weight: 500; padding-left: 0; padding-right: 10px; margin-bottom: 4px; letter-spacing: .09rem; display: inline-block; }
  .cv .inner .box .time span { display: inline-block; background: #fdebbd; padding: 3px 6px; margin-right: 7px; font-size: 1.1rem; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; line-height: 1; vertical-align: text-bottom; }
  .cv .inner .box .tel { position: absolute; top: 10px; left: 305px; }
  .cv .inner .box .tel a { background: transparent; border-radius: inherit; -webkit-border-radius: inherit; -moz-border-radius: inherit; margin-bottom: 10px; border-bottom: none; text-align: center; margin: 14px 0 9px; padding: 13px 13px 13px 0; z-index: 3; position: relative; }
  .cv .inner .box .tel img { width: 347px; margin: auto; }
  .cv .inner .box .mail { position: absolute; position: absolute; right: 40px; bottom: 25px; }
  .cv .inner .box .mail a { color: #fff; background: #1bb8b5; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-bottom: 5px solid #17908d; text-align: center; padding: 21px 0 22px; width: 340px; }
  .cv .inner .box .mail span { background: url(../img/common/ico_arw_pc.png) no-repeat left center; background-size: 20px; padding-left: 34px; font-size: 2.4rem; font-weight: 500; } }

/* arrow
================================================ */
.mod_arw01 { display: block; width: 10px; height: 10px; border-top: 2px solid #f08300; border-right: 2px solid #f08300; transform: rotate(45deg); }

/* pageNav
================================================ */
