/* --------------------
  base
-------------------- */
html {
  -webkit-text-size-adjust: 100%;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
img[height="1"][width="1"] {
  display: none;
}
ol, ul {
  list-style: none;
}
.bodyarea {
  width: 100%;
  margin: 0 auto;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}

/* --------------------
  contents
-------------------- */
#sc20223cp3 {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  text-align: left;
  color: #1d1c18;
}
#sc20223cp3 img {
  vertical-align: bottom;
}
#sc20223cp3 p, #sc20223cp3 dt, #sc20223cp3 dd {
  line-height: 1.75;
}
#sc20223cp3 .anno {
  text-align: right;
  font-size: 1.2rem;
}
#sc20223cp3 .button a:hover, #sc20223cp3 .cpbnr a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
#sc20223cp3 sup {
  vertical-align: super;
  font-size: smaller;
  padding-right: 0.25em;
}

/* --------------------
  fv
-------------------- */
#sc20223cp3 #fv {
  background: #d2ecf7 url("../images/fv_bg.jpg") no-repeat center 0;
  background-size: cover;
  padding: 26px 0 40px;
}
#sc20223cp3 #fv h1 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  background: none;
  text-align: center;
}

/* --------------------
  cpinfo
-------------------- */
#sc20223cp3 #cpinfo {
  width: 920px;
  margin: -16px auto 0;
  padding-bottom: 15px;
  background: rgba(255, 255, 255, 0.65);
}
#sc20223cp3 #cpinfo div {
  width: 880px;
  margin: -35px auto 0;
  padding: 15px 25px;
  border-radius: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 1);
  display: table;
}
#sc20223cp3 #cpinfo div dl {
  display: table-cell;
  border-right: 3px dotted #ecc9c9;
  padding: 0 30px 0 0;
  width: 50%;
  color: #7b6660;
}
#sc20223cp3 #cpinfo div dl:nth-child(2n) {
  border-right: none;
  padding: 10px 0 10px 30px;
}
#sc20223cp3 #cpinfo div dl dt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
#sc20223cp3 #cpinfo div dl dt:nth-of-type(2n) {
  margin-top: 20px;
}
#sc20223cp3 #cpinfo div dl dd {
  font-size: 14px;
  padding-left: 1em;
  /*padding-top: 0.25em;*/
  padding-top: 0.5em;
  line-height: 1.5;
}
#sc20223cp3 #cpinfo div dl dd ul {
  padding-left: 1em;
  text-indent: -1em;
}

/* --------------------
  modal
-------------------- */
#sc20223cp3 .modallink {
  color: #73c105;
}
#sc20223cp3 .modal_notice h4:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: -webkit-linear-gradient(right, #d4eba3 0%, #c3e2f2 12%, #f7aa99 50%, #f8917a 90%);
  background: -moz-linear-gradient(right, #d4eba3 0%, #c3e2f2 12%, #f7aa99 50%, #f8917a 90%);
  background: linear-gradient(to left, #d4eba3 0%, #c3e2f2 12%, #f7aa99 50%, #f8917a 90%);
}

/* --------------------
  service
-------------------- */
#sc20223cp3 .service {
  background: #f8917a;
  padding: 76px 0 100px;
}
#sc20223cp3 .service > h2 {
  text-align: center;
  font-size: 3rem;
  padding: 0 0 38px;
}
#sc20223cp3 .service .contbox {
  max-width: 1000px;
  margin: 0 auto;
  display: table;
  border-spacing: 10px 0;
}
#sc20223cp3 .service .contbox dl {
  display: table-cell;
  width: 33%;
  background: #fff;
}
#sc20223cp3 .service .contbox dl .logo {
  text-align: center;
}
#sc20223cp3 .service .contbox dl .ofr {
  text-align: center;
  padding: 20px 0 20px;
}
#sc20223cp3 .service .contbox dl .ofr .button {
  margin-top: 10px;
}
#sc20223cp3 .service .contbox dl .new {
  position: relative;
}
#sc20223cp3 .service .contbox dl .new::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/icon_new.png") no-repeat right 0;
  width: 58px;
  height: 58px;
  top: -18px;
  left: -11px;
}
/* accbox */
.accbox {
  margin: 0 10px;
}
.accbox label {
  display: block;
  margin: 5% auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  background: #eff9f9 url("../images/btn_plus.png") no-repeat right 0;
  padding: 1.6em 0 0;
  text-align: center;
  line-height: 0;
  height: 50px;
  box-sizing: border-box;
}
.accbox label:hover {
  opacity: 0.7;
  transition: 0.5s;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  position: relative;
  background: #eff9f9;
  font-size: 1.4rem;
}
.cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
  transition: 0.8s;
  padding: 20px 20px 30px;
  min-height: 15em;
  background: #eff9f9;
}
.cssacc:checked + label {
  background: #eff9f9 url("../images/btn_minus.png") no-repeat right 0;
}
.cssacc:checked + label:before {
  content: "";
  position: absolute;
  top: 75%;
  left: 28%;
  margin-left: -2px;
  border: 2px solid #20babc;
  background: #20babc;
  width: 44%;
  transition: 0.5s;
}
.accbox .accshow ul {
  list-style: disc inside;
  text-indent: -1em;
  padding-left: 1em;
}
.accbox .accshow ul li {
  line-height: 1.75;
}

/* --------------------
  point
-------------------- */
#point {
  padding: 30px 0 80px;
  background: #1d1c18;
  color: #fff;
}
#point > h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  padding: 80px 0 50px;
}
#point .contbox {
  max-width: 980px;
  margin: 0 auto;
}
#point dl {
  border: 1px solid #fff;
  margin-bottom: 20px;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.75;
}
#point dt {
  float: left;
  background: #fff;
  color: #1d1c18;
  padding: 0 0.75em;
  text-align: center;
}
#point dd {
  padding: 0 0.75em;
  display: inline-block;
  color: #ffd21e;
}
#point dt span {
  font-size: 40%;
}
#point dd sup {
  font-size: 50%;
  color: #fff;
  vertical-align: text-top;
  margin-left: -0.25em;
}
#point dd span {
  font-size: 50%;
  color: #fff;
  margin-left: 1em;
}

/* --------------------
  intro
-------------------- */
#intro {
  background: #e8ecee url("../images/intro_bgimg.jpg") no-repeat left 0;
  padding-bottom: 50px;
}
#intro h3 {
  text-align: center;
  padding: 80px 0 15px;
}
#intro .intro_icon {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
#intro .intro_icon img {
  margin: 0 13px;
}
.tile_function {
  width: 920px;
  margin: 20px auto 0;
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
}
.tile_function h4 {
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 20px;
  line-height: 1.7;
}
.tile_function h4:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: -webkit-linear-gradient(right, #f8917a 0%, #f8917a 100%);
  background: -moz-linear-gradient(right, #f8917a 0%, #f8917a 100%);
  background: linear-gradient(to left, #f8917a 0%, #f8917a 100%);
}
.tile_function div {
  width: 560px;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.tile_function div dl {
  margin-top: 10px;
}
.tile_function div dl:first-of-type {
  margin-top: 0;
}
.tile_function div dl dt {
  font-weight: bold;
  font-size: 15px;
}
.tile_function div dl dd {
  font-size: 14px;
  padding-left: 1em;
  font-weight: normal;
  line-height: 1.5;
}
.tile_function p {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

/* --------------------
  tile_detail
-------------------- */
#tile_detail {
  background: #fee3dc;
  margin: 0 auto;
}
#tile_detail .right {
  width: 100%;
  background: linear-gradient(to left, #fee3dc 45%, #fff 45%);
}
#tile_detail .left {
  width: 100%;
  background: linear-gradient(to left, #fff 55%, #fee3dc 55%);
}
#tile_detail .right .box, #tile_detail .left .box {
  width: 1000px;
  margin: 0 auto;
}
#tile_detail .right .img, #tile_detail .left .img {
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
#tile_detail .right .img {
  padding: 50px 80px 50px 50px;
}
#tile_detail .left .img {
  padding: 50px 0 50px 130px;
}
#tile_detail .right .txt, #tile_detail .left .txt {
  width: 350px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  ;
}
#tile_detail .right .txt {
  padding: 0 20px 0 70px;
}
#tile_detail .left .txt {
  padding: 0 70px 0 20px;
}
#tile_detail .txt p:first-of-type {
  font-size: 25px;
  font-weight: normal;
  margin-bottom: 10px;
}
#tile_detail .anno {
  font-size: 0.72em;
  text-align: left;
  margin-top: 60px;
  line-height: 1.5;
}

/* --------------------
  scene
-------------------- */
#scene {
  background: #fcf9ee;
  padding-bottom: 80px;
}
#scene h3 {
  text-align: center;
  padding: 80px 0 15px;
}
.tile_scene {
  width: 1160px;
  margin: 0 auto;
}
.tile_scene > div {
  display: table;
  border-spacing: 40px 0;
}
.tile_scene dl {
  display: table-cell;
  width: 33%;
}
.tile_scene dl dt {
  text-align: center;
  margin: 0 auto;
}
.tile_scene dl dt > p {
  font-size: 1.85rem;
  margin: 10px 10px 10px 10px;
  padding: 0 10px;
  text-align: left;
}
.tile_scene dl dt > p:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(right, #f8917a 0%, #f8917a 100%);
  background: -moz-linear-gradient(right, #f8917a 0%, #f8917a 100%);
  background: linear-gradient(to left, #f8917a 0%, #f8917a 100%);
  margin: 0 0 0 -10px;
  width: 110%;
}
.tile_scene dl dd {
  font-size: 1.5rem;
  margin: 0 15px 0 20px;
  line-height: 1.6;
}

/* --------------------
  flow
-------------------- */
#flow {
  padding: 76px 0 100px;
  background-color: #fff;
}
#flow > h2 {
  text-align: center;
  font-size: 3rem;
  padding: 0 0 38px;
}
#flow .flex_box {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
#flow .flow_list {
  max-width: 1160px;
  margin: 0 auto;
  border: 1px solid #25292a;
  align-items: flex-start;
}
#flow .flow_list li {
  width: calc(100% / 2);
  padding-bottom: 30px;
}
#flow .flow_list li dl dt {
  color: #fff;
  background-color: #25292a;
  padding: 10px;
  margin-bottom: 10px;
  min-height: 56px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
#flow .flow_list li dl dt::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../images/flow_arrow.png") no-repeat right center;
  width: 30px;
  height: 56px;
  right: 0;
  top: 0;
}
#flow .flow_list li:last-of-type dl dt::after {
  display: none;
}
#flow .flow_list dl dd {
  padding: 10px 40px;
}
#flow .flow_list dl dd > figure {
  text-align: center;
}

/* --------------------
  caution
-------------------- */
#caution {
  padding: 76px 0 100px;
  background: url("../images/bg_yellow.png") #fff7d1;
}
#caution > h2 {
  text-align: center;
  font-size: 3rem;
  padding: 0 0 38px;
}
#caution .contbox {
  max-width: 1160px;
  margin: 0 auto;
}
#caution .dl_wrapper {
  background-color: #fff;
  border: 1px solid #25292a;
  padding: 24px 60px 10px;
}
#caution dl {
  padding-bottom: 20px;
}
#caution dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 4px;
}
#caution dl dt, #caution dl dd {
  padding-left: 20px;
  line-height: 1.6;
  position: relative;
}
#caution dl dt::before {
  content: "■";
  display: inline-block;
  position: absolute;
  left: 0;
}
#caution dl dd::before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
}

/*---- clearfix ----*/
.clearfix {
  display: block;
  content: "";
  clear: both;
}

/*モーダル
------------------------------*/
.modallink {
  text-decoration: underline;
  color: #e8584a;
  cursor: pointer;
  display: inline-block;
  padding: 0 0.25em;
}
.modallink:hover {
  opacity: 0.6;
}
.modallink img {
  vertical-align: bottom;
}
/*--- modal-inside ---*/
.modal_box01 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999;
}
.modal_on {
  display: block;
}
.modal_bg {
  background-color: rgba(30, 30, 30, 0.75);
  height: 100%;
  width: 100%;
}
.modal_inner {
  width: 850px;
  box-sizing: border-box;
  background: #fff;
  position: absolute;
  left: 50%;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal_inner div {
  position: relative;
}
.modal_inner div.close {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  top: -40px;
  right: 0;
  background: url(../images/modal_close.png) no-repeat center center;
  cursor: pointer;
  opacity: 0.8;
  background-size: 32px 32px;
}
.modal_notice {
  text-align: justify;
  padding: 20px 50px;
  font-size: 14px;
  max-height: 480px !important;
  overflow: auto !important;
  box-sizing: border-box;
}
.modal_notice > section {
  padding: 30px 0 60px;
}
.modal_notice h4 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 20px;
  line-height: 1.8;
}
.modal_notice h4:first-of-type {
  margin: 0 auto 20px;
}
.modal_notice h4:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: -webkit-linear-gradient(right, #f8dedd 0%, #7da8be 60%, #7894b8 80%);
  background: -moz-linear-gradient(right, #f8dedd 0%, #7da8be 60%, #7894b8 80%);
  background: linear-gradient(to left, #f8dedd 0%, #7da8be 60%, #7894b8 80%);
}
.modal_notice dt {
  font-weight: bold;
  line-height: 1.2;
}
.modal_notice dd {
  padding: 0.5em 1em 1.5em;
}
.modal_notice dd:last-child {
  padding-bottom: 0;
}
.modal_notice ul {
  display: inline-block;
  margin-right: 1em;
}
.modal_notice sup {
  vertical-align: super;
  font-size: smaller;
  padding-right: 0.25em;
}
.modal_notice .img_tile {
  max-width: 100%;
  width: 50%;
  height: auto;
  margin: 20px 10px 10px;
}
.modal_notice .img_tile02 {
  width: 100%;
  height: auto;
  margin: 20px 10px 10px;
}
/* table */
.modal_notice .table_head {
  background: #9fa0a0;
  color: #fff;
  font-size: 15px;
  padding: 5px 10px;
  margin: 0 1%;
  display: inline-block;
  width: 98%;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.2;
}
.modal_notice .flexBox {
  width: 98%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
.modal_notice .flex_between {
  justify-content: space-between;
}
.modal_notice .detail_table {
  width: calc(50% - 5px);
}
.modal_notice table {
  width: 100%;
}
.modal_notice table > tbody > tr > th, .modal_notice table > tbody > tr > td {
  text-align: left;
  font-weight: normal;
  color: #333;
  background: #dcdddd;
  padding: 5px 10px;
  font-size: 14px;
  border-right: 1px solid #fff !important;
  border-top: 1px solid #fff;
  line-height: 1.2;
}
.modal_notice table tr:nth-child(odd) th, .modal_notice table tr:nth-child(odd) td {
  background: #eeefef;
}
.modal_notice table > tbody > tr > th {
  width: 50%;
}
.modal_notice table > tbody > tr > td {
  border-right: none !important;
}


/*--- 768px------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
	
  /*----- common -------------------------------------*/
  #sc20223cp3 section .contbox {
    width: 100%;
    padding: 0 10px;
  }
  #sc20223cp3 p, #sc20223cp3 li, #sc20223cp3 dt, #sc20223cp3 dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #sc20223cp3 section {
    padding: 60px 0 50px;
  }
  #sc20223cp3 h2 {
    padding-bottom: 30px;
  }
  #sc20223cp3 .flex_box {
    display: -webkit-block;
    display: block;
    justify-content: center;
  }
	
  /*----- cpinfo -------------------------------------*/
  #sc20223cp3 #cpinfo {
    width: 100%;
    margin: 10px auto 0;
  }
  #sc20223cp3 #cpinfo div {
    width: auto;
    margin: -35px 10px 0;
    padding: 15px 15px;
    display: block;
  }
  #sc20223cp3 #cpinfo div dl {
    display: block;
    border-right: none;
    padding: 0;
    width: 100%;
  }
  #sc20223cp3 #cpinfo div dl:nth-child(2n) {
    border-right: none;
    padding: 20px 0 0 0;
  }
  #sc20223cp3 #cpinfo div dl dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.2;
  }
  #sc20223cp3 #cpinfo div dl dt:nth-of-type(2n) {
    margin-top: 20px;
  }
	
  /*----- service -------------------------------------*/
  #sc20223cp3 .service {
    padding: 40px 0 40px;
  }
  #sc20223cp3 .service > h2 {
    padding: 0 20px 20px;
  }
  #sc20223cp3 .service .contbox {
    border-spacing: 30px 0;
  }
  #sc20223cp3 .service .contbox dl {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  #sc20223cp3 .service .contbox dl dt img {
    width: 100%;
  }
	
  /*----- point -------------------------------------*/
  #point {
    padding: 40px 0 40px;
  }
  #point > h2 {
    font-size: 2.4rem;
    padding: 0 20px 20px;
  }
  #point dl {
    line-height: 1;
  }
  #point dd {
    padding: 0.25em 0.75em;
    display: table-cell;
    font-size: 2rem;
    line-height: 1.3;
  }
  #point dd sup {
    vertical-align: top;
  }
  #point dd span {
    margin-left: 0;
    display: block;
  }
	
  /*----- intro -------------------------------------*/
  #intro h3 {
    padding: 30px 0 30px;
  }
  #intro .intro_icon img {
    margin: 8px auto;
  }
  .tile_function {
    width: auto;
    margin: 20px 10px 0;
    padding: 20px 10px !important;
  }
  .tile_function div {
    width: auto;
    display: block;
    margin: 0 10px;
  }
  .tile_function div dl dd {
    font-size: 1.3rem !important;
    line-height: 1.4 !important;
  }
  .tile_function p {
    display: block;
    margin: 20px auto 10px;
    text-align: center;
  }
	
  /*----- tile_detail -------------------------------------*/
  #tile_detail .right {
    background: #fee3dc;
    border-bottom: dotted 5px #fff;
  }
  #tile_detail .left {
    background: #fee3dc;
  }
  #tile_detail .right .box, #tile_detail .left .box {
    width: 100%;
  }
  #tile_detail .right .img, #tile_detail .left .img {
    display: block;
    padding: 20px 10px 20px 30px;
  }
  #tile_detail .right .txt, #tile_detail .left .txt {
    width: auto;
    display: block;
    padding: 20px 20px 20px 20px;
  }
  #tile_detail .anno {
    margin-top: 15px;
  }
	
  /*----- scene -------------------------------------*/
  #scene {
    padding: 40px 0 40px !important;
  }
  #scene h3 {
    padding: 0 20px 20px;
  }
  .tile_scene {
    width: 100%;
  }
  .tile_scene > div {
    display: block;
  }
  .tile_scene dl {
    display: block;
    width: auto;
    margin: 0 10px 20px;
  }
  .tile_scene dl dt > p {
    font-size: 1.85rem !important;
    margin: 10px 20px 10px 20px;
  }
  .tile_scene dl dd {
    margin: 0 30px 0 30px;
  }
	
  /*----- flow -------------------------------------*/
  #flow {
    padding: 40px 0 40px !important;
  }
  #flow > h2 {
    padding: 0 20px 20px;
  }
  #sc20223cp3 #flow .flow_list li {
    width: 100%;
    text-align: center;
  }
  #sc20223cp3 #flow .flow_list li dl dt::after {
    display: none;
    background: none;
  }
  #sc20223cp3 #flow .flow_list dl dd p {
    text-align: left;
  }
	
  /*----- caution -------------------------------------*/
  #caution {
    padding: 40px 0 40px !important;
  }
  #caution > h2 {
    padding: 0 60px 20px;
  }
  #sc20223cp3 #caution .dl_wrapper {
    padding: 30px 20px 10px;
  }
  #sc20223cp3 #caution dl {
    padding-bottom: 30px;
  }
  #sc20223cp3 #caution dl dt {
    padding-bottom: 6px;
  }
  #sc20223cp3 #caution dl dd {
    padding: 0 0 10px 16px;
  }
	
  /*----- モーダル -------------------------------------*/
  /*--- modal-inside ---*/
  .modal_inner {
    width: 90%;
  }
  .modal_notice {
    padding: 10px 20px;
  }
  .modal_notice > section {
    padding: 20px 0 30px !important;
  }
  .modal_notice h4 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .modal_notice dt {
    font-weight: bold;
    line-height: 1.2;
  }
  .modal_notice dd {
    padding: 0.5em 1em 1.5em;
  }
  .modal_notice dd:last-child {
    padding-bottom: 0;
  }
  .modal_notice ul {
    display: inline-block;
    margin-right: 1em;
  }
  .modal_notice sup {
    vertical-align: super;
    font-size: smaller;
    padding-right: 0.25em;
  }
  .modal_notice .img_tile {
    width: 100%;
    height: auto;
    margin: 20px auto 10px;
  }
  /* table */
  .modal_notice .detail_table {
    width: 100%;
  }
  .modal_notice table tr:nth-child(odd) th, .modal_notice table tr:nth-child(odd) td {
    background: #eeefef;
  }
  .modal_notice .flexBox .detail_table:nth-of-type(2n) table tr:nth-child(odd) th, .modal_notice .flexBox .detail_table:nth-of-type(2n) table tr:nth-child(odd) td {
    background: #dcdddd;
  }
  .modal_notice .flexBox .detail_table:nth-of-type(2n) table tr:nth-child(even) th, .modal_notice .flexBox .detail_table:nth-of-type(2n) table tr:nth-child(even) td {
    background: #eeefef;
  }
  .modal_notice table > tbody > tr > th {
    width: 38% !important;
  }
}