<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@media only screen and (max-width: 640px) {
  /*------------------------------------------------------------
	HD
------------------------------------------------------------*/
  .section-hero .top_bg {
    background-image: url(../images/re_hd_bg.jpg);
  }
  .section-hero {
    width: 100%;
    height: auto;
    position: relative;
  }

  .section-hero .top_bg {
    width: 100%;
    min-height: auto;
    height: auto;
    background-size: cover;
    background-position: top center;
    position: relative;
    padding: 20px 0;
  }
  /* .section-hero .top_bg {
	background-image: url(../images/re_hd_bg.jpg);
} */

  .section-hero .box-gray {
    width: 94%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 10px 20px;
    box-sizing: border-box;
    color: #ffffff;
    margin: 0 auto;
  }
  .section-hero .box-gray .inner {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .section-hero .box-gray .h2-txt {
    width: 96%;
    height: auto;
    margin: 0 auto 20px;
  }

  .section-hero .box-gray img {
    width: 100%;
  }

  .section-hero .box-gray .clm-left,
  .section-hero .box-gray .clm-right {
    float: none;
  }

  .section-hero .box-gray .clm-left .card-img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .section-hero .box-gray .clm-left p {
    font-size: 0.85em;
    line-height: 135%;
  }
  .section-hero .box-gray .clm-left p span {
    font-size: 0.8em;
  }
  .section-hero .box-gray .clm-right p {
    width: 96%;
    margin: 15px auto;
  }

  .section-hero .box-gray p.card-name {
    text-align: center;
    font-size: 0.85em;
    line-height: 140%;
    margin-bottom: 5px;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN" !important;
    font-feature-settings: "palt" !important;
  }
  .section-hero .box-gray p.caption {
    display: block;
    clear: both;
    font-size: 0.9em;
    line-height: 160%;
    text-align: center;
  }
  .section-hero .box-gray .box-camp {
    display: block;
    clear: both;
    height: auto;
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    margin: auto;
  }
  .section-hero .box-gray .box-camp p.box_w_txt {
    display: table-cell;
    color: #fff;
    /* background: #000; */
    padding: 5px 8px;
    font-size: 1.3em;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    z-index: 2;
    top: 15px;
  }
  .section-hero .box-gray .box-camp p.date_txt {
    width: 100%;
    color: #fff;
    border: solid 1px #fff;
    /* padding: 15px 10px; */
    font-size: 1.25em;
    line-height: 160%;
    text-align: center;
    font-weight: 700;
    position: relative;
    box-sizing: border-box;
    z-index: 1;
  }
  .section-hero .box-gray .box-info {
    display: block;
    clear: both;
    height: auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .section-hero .box-gray .box-info p.box_w_txt {
    display: table-cell;
    color: #ffffff;
    border: solid 2px #fff;
    padding: 18px 5px;
    font-size: 1.3em;
    line-height: 130%;
    font-weight: 700;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 30%;
    float: left;
    box-sizing: border-box;
  }
  .section-hero .box-gray .box-info p.txt {
    width: 66%;
    color: #fff;
    text-align: left;
    float: right;
  }
  .section-hero .box-gray .link-button .btn_area {
    width: 100%;
  }

  .section-hero .box-gray .link-button .btn_area a,
  .footer-btn .btn_area a {
    color: #fff;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    font-size: 1.25em;
  }
  .section-hero .box-gray .link-button .btn_area .btn a {
    /*     display: table-cell; */
    display: block;
    vertical-align: middle;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.8);
  }

  .section-hero .box-gray .link-button .btn_area .clm-left,
  .section-hero .box-gray .link-button .btn_area .clm-right {
    float: none !important;
  }

  .section-hero .box-gray .link-button .btn_area .btn_01 {
    margin-bottom: 10px;
  }
  .section-hero .box-gray .link-button .btn_area .btn_01 a {
    width: 100%;
    height: auto;
    background: #375aaa;
    padding: 25px 18px;
  }
  .section-hero .box-gray .link-button .btn_area .btn_02 a {
    width: 100%;
    height: auto;
    background: #375aaa;
    padding: 15px 18px;
  }

  /* .holder .section-hero {
	width: 100%;
	height: auto;
	position: relative;
}

.holder .section-hero .top_bg {
	width: 100%;
	min-height: auto;
	height: auto;
	background-size: cover;
	background-position: top center;
	position: relative;
	padding: 20px 0;
}
.holder .section-hero .top_bg {
	min-height: auto;
}
.holder .section-hero .box-gray{
	width: 94%;
	height: auto;
	background: rgba(0,0,0,0.8);
	padding: 8% 8%;
	box-sizing: border-box;
	color: #ffffff;
	margin: 0 auto;
}
.holder .section-hero .box-gray .inner{
	width: 100%;
	padding: 0px;
	box-sizing: border-box;	
}
.holder .section-hero .box-gray .h2-txt{
	width: 100%;
	height: auto;
	margin: 0 auto 20px;
}

.holder .section-hero .box-gray .card-img{
	width: 90%;
	height: auto;
	margin: 0 auto 5px;
}
.holder .section-hero .box-gray p{
	font-size: 1em;
	line-height: 135%;
}
.holder .section-hero .box-gray p span{
	font-size: 0.8em;
} */

  /*------------------------------------------------------------
	Button Area
------------------------------------------------------------*/
  .section-hero .hd-tab {
    width: 90%;
    margin: 20px auto 15px !important;
    position: relative;
    bottom: 0px;
    z-index: 10;
  }
  .section-hero .hd-tab .tab_top {
    display: none;
  }
  .section-hero .hd-tab .tab_top img {
    display: none;
  }
  .section-hero .hd-tab .tab_area {
    width: 100%;
    height: auto;
    background: #ffffff;
    text-align: center;
    border: solid 2px #969696;
  }
  .section-hero .hd-tab .tab_area ul.tab {
    width: 100%;
    margin: 0 auto;
    display: table;
    padding: 0 0 0;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
  }
  .section-hero .hd-tab .tab_area ul.tab li,
  .section-hero .hd-tab .tab_area ul.tab li a {
    display: inline-table;
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-size: 1.1em;
    padding: 8px 0;
  }
  .section-hero .hd-tab .tab_area ul.tab li {
    border-bottom: dotted 1px #000;
    border-right: none;
  }
  .section-hero .hd-tab .tab_area ul.tab li:last-child {
    border-bottom: none;
    border-right: none;
  }
  .section-hero .hd-tab .tab_area ul.tab li a {
  }
  .section-hero .hd-tab .tab_area ul.tab li:last-child {
    border-right: none;
  }
  .section-hero .hd-tab .tab_area ul.tab li.tab_01 a:before,
  .section-hero .hd-tab .tab_area ul.tab li.tab_02 a:before,
  .section-hero .hd-tab .tab_area ul.tab li.tab_03 a:before {
    content: "";
    display: inline-block;
    width: 34px;
    height: 34px;
    background-image: url(../images/re_tab_icon01.png);
    background-size: cover;
    vertical-align: middle;
    margin-right: 6px;
  }
  .section-hero .hd-tab .tab_area ul.tab li.tab_02 a:before {
    background-image: url(../images/re_tab_icon02.png) !important;
  }
  .section-hero .hd-tab .tab_area ul.tab li.tab_03 a:before {
    background-image: url(../images/re_tab_icon03.png) !important;
  }

  #cp_popup.iziModal {
    width: 100%;
    max-width: 100% !important;
  }
  .modal_summary {
    padding: 50px 15px;
  }
  .modal_summary ul {
    margin: 0;
  }
  .modal_summary .block:not(:last-child) {
    padding-bottom: 50px;
  }
  .modal_summary .block .txt_block .num_list li {
    padding: 2em 0 1em;
    margin-bottom: 0;
  }
  .modal_summary .block .txt_block .num_list li:before {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .modal_summary .block .txt_block .num_list li:after {
    left: calc(50% - 0.5em);
  }

  /*------------------------------------------------------------
	Page Title Area
------------------------------------------------------------*/
  #container .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #container .inner .ttl-area {
    width: 90%;
    background: #c8c8c8;
    display: table;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /* background-image: url(../images/re_ttl_icon01_op.png); */
    background-repeat: no-repeat;
    background-size: 150px !important;
    background-position: right bottom;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto 20px !important;
  }
  /* #container .inner .icon_02{
	background-image: url(../images/re_ttl_icon02_op.png) !important;
}
#container .inner .icon_03{
	background-image: url(../images/re_ttl_icon03_op.png) !important;
} */
  #container .inner .ttl-area .ttl-txt {
    width: 90%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.4em;
    line-height: 180%;
    color: #375aaa;
    border-bottom: solid 1px #5a5a5a;
    letter-spacing: 1px;
    padding-top: 30px;
    padding-bottom: 10px;
    margin: 0 auto 10px;
  }
  #container .inner .ttl-area .desc-txt {
    width: 90%;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1em;
    line-height: 160%;
    color: #5a5a5a;
    padding-bottom: 30px;
    letter-spacing: 0px;
    margin: 0 auto;
  }

  /*------------------------------------------------------------
	Container Area
------------------------------------------------------------*/
  #container div.service img {
    width: 100%;
  }
  #container {
    width: 100%;
    margin-top: 20px;
  }
  #container section {
    margin: 0;
    padding: 0;
  }
  #container div.service {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 0;
    margin: auto;
    overflow: hidden;
    padding: 0 4%;
    box-sizing: border-box;
    line-height: 160%;
  }

  #container div.service .caption {
    font-size: 0.8em;
    line-height: 140%;
  }

  #container div.service .box_cnt h3 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    line-height: 160%;
    color: #375aaa;
    letter-spacing: 0px;
    margin-bottom: 15px;
    border-bottom: solid 1px #a0a0a0;
    padding: 10px 0;
  }
  #container div.service .box_cnt h3.img_txt {
    /* flex-direction: column; */
  }
  #container div.service .box_cnt h3 img {
    margin: 0;
    padding-top: 0;
    width: 150px;
  }
  #container div.service .box_cnt h3 .caption-txt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 10px;
    line-height: 160%;
    color: #333;
    font-weight: normal;
    /* position: relative; */
    padding: 0 0 0px;
  }
  #container div.service .box_cnt {
    width: 92%;
    height: auto;
    min-height: auto;
    margin: 0 auto 25px;
    background: #ffffff;
    border: solid 1px #a0a0a0;
  }
  #container div.service .box_cnt .inner {
    padding: 0% 4% 2%;
    box-sizing: border-box;
    position: relative;
  }

  #container div.service .box_cnt .box_logo {
    width: 100%;
    text-align: center;
    margin: 0 auto 0;
    padding: 0 0 0;
    border-bottom: none;
    position: relative;
  }

  #container div.service .box_cnt .box_logo .caption-txt {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 10px;
    line-height: 160%;
    color: #333;
    font-weight: normal;
    position: relative;
    bottom: 0;
    right: 0;
    padding: 0 0;
    text-align: right;
    clear: both;
  }

  #container div.service .box_cnt .box_logo:nth-child(3) {
    margin: 0 auto 0px;
    padding: 0 0 0px;
    border-bottom: none;
  }
  #container div.service .box_cnt .box_logo .logo {
    display: block;
    width: 50%;
    margin: 20px 0px;
    padding: 0;
    float: left;
  }
  #container div.service .box_cnt .box_logo .logo img {
    width: 90% !important;
    padding: 0;
    margin: 0;
  }

  #container div.service .box_cnt .attention {
    border-top: solid 2px #a0a0a0;
    width: 100%;
    padding: 15px 25px 25px;
    box-sizing: border-box;
  }
  #container div.service .box_cnt .attention .ttl {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.4em;
    line-height: 180%;
    color: #333;
    margin-bottom: 8px;
  }

  .content_open {
    text-align: center;
    position: relative;
  }
  .content_open span {
    display: block;
    margin-left: 0px;
  }

  #container div.service .box_cnt .inner .box_img {
    width: 70%;
    float: none;
    margin: 0 auto 15px;
  }
  #container div.service .box_cnt .inner .txt_area {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #container div.service .box_cnt .inner .txt_area .red_button {
    margin-top: 20px !important;
  }
  #container div.service .box_cnt .inner .txt_area .box_img_logo {
    width: 100px;
    margin: 10px auto 10px;
  }

  /*expand_bo*/
  #container div.service .box_cnt .expand_box_cnt {
    width: 90%;
    margin: 20px auto 0;
  }
  #container div.service .box_cnt .expand_box_cnt .expand_box {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: dotted 1px #969696;
  }
  #container div.service .box_cnt .expand_box_cnt .expand_box:last-child {
    border-bottom: none;
  }
  #container div.service .box_cnt .ttl,
  #container div.service .box_cnt .expand_box_cnt .ttl {
    font-size: 1.1em;
    padding-bottom: 8px;
    font-weight: 700;
  }
  #container div.service .box_cnt .expand_box_cnt ol {
    margin-left: 1em;
    padding-right: 1em;
    width: 100%;
  }
  #container div.service .box_cnt .expand_box_cnt ol li {
    text-indent: -1em;
    font-size: 1em;
    padding-bottom: 5px;
  }
  #container div.service .box_cnt ol.caption {
    margin-left: 1em;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #container div.service .box_cnt ol.caption li {
    text-indent: -1em;
    padding-bottom: 3px;
    line-height: 140%;
  }

  #container div.service .box_cnt .expand_box_cnt dl {
    display: table;
    width: 100%;
    border-bottom: solid 1px #969696;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #container div.service .box_cnt .expand_box_cnt dl:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #container div.service .box_cnt .expand_box_cnt dt {
    display: block;
    float: none;
    width: 100%;
    padding: 0 0 0 0;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
  }
  #container div.service .box_cnt .expand_box_cnt dt img {
    width: 15%;
    margin: 0 auto;
  }
  #container div.service .box_cnt .expand_box_cnt dd {
    display: block;
    margin-left: 0;
    vertical-align: middle;
    width: 100%;
  }

  #container div.service .box_cnt .expand_box_cnt .ban {
    width: 100%;
    margin: 10px 0 15px;
  }
  #container div.service .box_cnt .red {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 350px) {
  #container div.service .box_cnt h3 img {
    width: 120px;
  }
}

/*------------------------------------------------------------
	Modal
------------------------------------------------------------*/
.iziModal-wrap {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.iziModal-content {
  width: 100% !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}
.iziModal-content .close {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 24px;
  background: #969696;
  height: 45px;
  width: 45px;
  text-align: center;
  z-index: 50;
}

.iziModal-content .close a {
  display: block;
  cursor: pointer;
  color: #fff;
}

.iziModal-content .modal_hd_txt {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
  line-height: 38px;
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  border-bottom: solid 1px #969696;
}

.iziModal-content p {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  font-feature-settings: "palt";
}

.iziModal-content .modal_info {
  padding: 40px 20px 20px;
  margin: 30px auto 15px;
  position: relative;
}
.iziModal-content .modal_info_gray {
  padding: 30px 20px 30px;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
}
.iziModal-content .modal_info .modal_ttl {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
  line-height: 180%;
  text-align: center;
  margin-bottom: 20px;
}
.iziModal-content .modal_info .modal_sttl {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
  line-height: 160%;
  text-align: center;
  margin-bottom: 20px;
}
.iziModal-content .modal_info .modal_img2 {
  margin: 15px 0;
}
.iziModal-content .modal_info .txt-L {
  color: #828282;
  font-weight: 700;
  text-align: center;
  font-size: 1.1em;
  line-height: 180%;
  text-align: center;
}
.iziModal-content .modal_info .txt-L span {
  color: #000000;
}
.iziModal-content .modal_info .txt-L em {
  font-size: 1.5em;
}
.iziModal-content .modal_info .caption {
  font-size: 0.85em;
  margin-top: 8px;
  padding: 0;
}
.iziModal-content .modal_info .box {
  border: solid 1px #969696;
  padding: 10px;
  margin: 20px 0 0;
  box-sizing: border-box;
}

.iziModal-content .modal_info_gray table {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #969696;
  border-bottom: solid 1px #969696;
}

.iziModal-content .modal_info_gray .last td:last-child {
  border-bottom: none;
  width: 100%;
}
.iziModal-content .modal_info_gray .tbl-r02 {
  width: 100%;
}
.iziModal-content .modal_info_gray .tbl-r02 th,
.iziModal-content .modal_info_gray .tbl-r02 td {
  display: block;
  background: #fff;
  width: 100%;
}
.iziModal-content .modal_info_gray .tbl-r02 th {
  　　border-bottom: none;
  background: #e1e1dc;
  padding: 10px;
}
.iziModal-content .modal_info_gray .tbl-r02 td {
  /* 　　background: #fff; */
}
.iziModal-content .modal_info_gray .box-cap {
  width: 100%;
  margin: 10px auto;
}
.iziModal-content .modal_info_gray ol {
  margin: 0 0 0 1em;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.iziModal-content .modal_info_gray ol li {
  text-indent: -1em;
  font-size: 0.85em;
}

@media only screen and (max-width: 640px) {
  /*add btn_area*/

  .inner .btn_area {
    width: 90%;
    margin: 20px auto 25px;
  }

  .inner .btn_area a {
    color: #375aaa;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
  }

  .inner .btn_area .btn a {
    display: block;
    text-align: center;
    padding: 15px;
    margin: 0;
  }

  .inner .btn_area .btn {
    position: relative;
    background: #f0f0f0;
    border: solid 2px #375aaa;
    width: 100%;
    margin-bottom: 10px;
  }

  .inner .btn_area .btn a::after {
    display: none;
  }

  .sp-non {
    display: none;
  }
  .pc-non {
    display: inherit;
  }

  /*add campaign_2001*/

  .campaign_box2001 section.service {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 0;
    margin: auto;
    overflow: hidden;
    padding: 0 4%;
    box-sizing: border-box;
  }

  .campaign_box2001 .pc-non {
    display: inherit;
  }
  .campaign_box2001 .sp-non {
    display: none;
  }
  .campaign_box2001 .anc_ttl {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 1.3em;
    line-height: 160%;
  }
  .campaign_box2001 .box_cnt {
    width: 100%;
    margin: 0 auto 25px;
  }
  .campaign_box2001 .box_cnt h3 {
    font-size: 1.2em;
    padding: 10px 0 10px;
  }
  /* .campaign_box2001 section.service .box_cnt .inner {
		padding: 25px 30px 20px;
		box-sizing: border-box;
		position: relative;
		background: #ffffff;
		width: 100%;
		height: auto !important;
		min-height: auto !important;
		margin: 0 auto 0;
		box-shadow: none;
		border-top: none;
	}
	.campaign_box2001 section.service.campaigm_area.part1 .box_cnt .inner {
		padding: 0 0 34px;
	}
	.campaign_box2001 .campaigm_area .cp_pop_open .popbtn {
		background-color: #375AAA;
		color: #fff;
		display: inline-block;
		padding: 5px 10px;
		font-weight: bold;
		position: absolute;
		right: 0;
		bottom: 0;
		cursor: pointer;
	} */

  /*campaign_2001*/

  /* .campaign_2001 .section-hero .box-gray {
		background: rgba(0,0,0,0.5);
		padding-top: 20px;
	}
	.campaign_2001 .section-hero .box-gray .w55{width: 48.7%;}
	.campaign_2001 .section-hero .box-gray .w45{width: 47%;}
	.campaign_2001 .section-hero .box-gray .clm-left .card-img {
		width: 100%;
		padding: 0 8px 24px;
		margin: 0;
	}
	.campaign_2001 .section-hero .box-gray .clm-left .card-img img {filter: none;}
	.campaign_2001 .section-hero .box-gray .h2-txt {padding-top: 15px;}
	
	.campaign_2001 .section-hero .box-gray p.notes{
		color: #FFF;
		font-size: 0.9em;
		margin-top: 5px;
	}
	.campaign_2001  .section-hero .box-gray .clm-right p {
		line-height: 1.2;
	}
	.campaign_2001 .section-hero .box-gray .box2001{
		background: #000;
		background: -moz-linear-gradient(-45deg,  #ffffff 0%, #000000 13%);
		background: -webkit-linear-gradient(-45deg,  #ffffff 0%,#000000 13%);
		background: linear-gradient(135deg,  #ffffff 0%,#000000 13%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );
		margin: 0 -28px;
		padding: 13px 28px 15px;
	}
	.campaign_2001 .section-hero .box-gray .box2001 .title{
		font-size: 1em;
		font-weight: bold;
	}
	.campaign_2001 .section-hero .box-gray .box2001 .img{
		margin-top: 10px;
		margin-bottom: 6px;
	}
	.campaign_2001 .section-hero .box-gray .box2001 .notes{
		text-align: right;
		font-size: 0.8em;
	}
	
	.campaign_2001 .section-hero .box-gray .link-button .btn_area{padding-top: 17px;}
	
	.campaign_2001 .section-hero .box-gray .link-button .btn a{height: 61px;}
	.campaign_2001 .section-hero .box-gray .link-button .btn &gt;a,
	.campaign_2001 .footer-btn .btn_area .btn a {background: #113a9b;}
	
	.campaign_2001 .section-hero .box-gray .link-button .btn_area .btn a::after,
	.campaign_2001 .footer-btn .btn_area .btn a::after {display: none;}
	
	.campaign_2001 .section-hero .box-gray .link-button .btn_area .btn a,
	.campaign_2001 .footer-btn .btn_area .btn a {
		border-radius: 2px;
		box-shadow: 0px 0px 1px 1px #9c9c9c;
	} */

  .campaign_2001 .section-hero .box-gray .w55 {
    width: 100%;
  }
  .campaign_2001 .section-hero .box-gray .w45 {
    width: 100%;
  }
  .campaign_2001 .section-hero .box-gray {
    padding-top: 10px;
  }
  .campaign_2001 .section-hero .box-gray .clm-right p {
    text-align: center;
  }
  .campaign_2001 .section-hero .box-gray .clm-left .card-img {
    padding: 0 18px 0;
    margin: 0;
  }
  .campaign_2001 .section-hero .box-gray .box2001,
  .campaign_2001 .section-hero .box-gray .box2001.single_cp {
    background: #000;
    margin: 0 -18px;
    padding: 13px 28px 15px;
  }

  .campaign_box2001 {
    padding: 20px 0;
  }
  .detail2001a {
    width: 100%;
    /* margin: 0 auto 20px; */
    margin: 20px auto 0;
    padding: 0 20px;
  }

  .modal-cont .boxtxt,
  .detail2001a .boxtxt {
    padding: 5px;
    font-size: 1em;
    /* margin-bottom: 15px; */
    margin-bottom: 0;
  }
  /* .campaign_box2001+section.service{padding-top: 30px !important;} */
  #container .campaign_box2001 section.service.campaigm_area.part1 .box_cnt .inner {
    padding: 0 0 25px;
  }

  /* .detail2001a{padding-top: 40px;} */

  .detail2001a .title {
    font-size: 0.9em;
  }
  .detail2001a .notes {
    font-size: 0.7em;
    margin-bottom: 4px;
  }
  .detail2001a .lead {
    text-align: left;
    font-size: 0.9em;
  }
  .detail2001a .clm-left {
    width: 30%;
    font-size: 0.9em;
  }
  .detail2001a .clm-right {
    width: calc(100% - 33%);
  }
  .modal-cont .c_title {
    padding: 20px 0 10px;
    font-size: 1.2em;
  }
  .modal-cont .detail2001a {
    padding: 10px 20px;
  }
  .modal-cont .detail2001a &gt; div.clearfix:first-child {
    padding: 5px 0;
  }

  .detail2001a &gt; .borders {
    padding: 20px 0 15px;
  }
  /* .modal-cont{padding: 0 20px;} */
  .modal-cont .detail2001a:not(.no-fill) {
    padding: 10px 20px;
    margin-bottom: 0;
  }
  .modal-cont .detail2001a.no-fill {
    padding: 20px 0 0;
  }
  .modaal-content-container {
    padding: 10px 0 0;
  }

  /*------------------------------------------------------------
	Card-info Area
------------------------------------------------------------*/
  section.card-info img {
    width: 100%;
  }

  section.card-info {
    width: 100%;
    display: block;
    clear: both;
    margin: 20px 0 40px;
  }
  section.card-info .box_info {
    width: 92%;
    margin: 0 auto;
    background: #ffffff;
    border-left: solid 4px #aaaaaa;
    border-right: solid 4px #aaaaaa;
    border-bottom: solid 4px #aaaaaa;
    padding-bottom: 20px;
  }
  section.card-info .box_info .ttl {
    width: 100%;
    text-align: center;
    padding: 5px 0 10px;
    background: #aaaaaa;
    color: #ffffff;
    font-size: 1.5em;
  }
  section.card-info .box_info .card_area {
    width: 90%;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
  section.card-info .box_info .card_area h3 {
    display: table;
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 1.15em;
    line-height: 160%;
    color: #1e326e;
    letter-spacing: 0;
    margin: 0 auto 10px;
    border-bottom: solid 1px #aaaaaa;
    padding: 10px 0;
  }

  section.card-info .box_info .card_area h4 {
    font-family: "Noto Sans Japanese", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 0.85em;
    line-height: 140%;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  section.card-info .box_info .card_area .card-img {
    width: 80%;
    height: auto;
    float: none;
    margin: 0 auto 20px;
  }
  section.card-info .box_info .card_area .txt_area {
    width: 100% !important;
    float: none;
    color: #000;
    line-height: 160%;
    position: relative;
  }
  section.card-info .box_info .card_area .txt_area .hd-txt {
    font-size: 1.2em;
    text-align: center;
    padding-bottom: 15px;
  }
  section.card-info .box_info .card_area .txt_area .rd-txt {
    font-size: 1em;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ccc;
  }
  section.card-info .box_info .card_area .txt_area .cap-txt {
    width: 100%;
    font-size: 0.85em;
    line-height: 160%;
    text-align: left;
    color: #d2505a;
  }
  section.card-info .box_info .card_area .txt_area .btn-link a {
    display: block;
    padding: 15px 30px;
    background: #1e326e;
    color: #fff;
    text-align: center;
    /* position: relative; */
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
    /* bottom: -20px; */
    width: 100%;
  }
}
</pre></body></html>