@charset "UTF-8";
/*======================================
セッティング
======================================*/
/* IEハック用mixin */
/*#########################################################

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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 {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers 
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  font-size: 62.5%;
  color: #333;
}

a:link,
a:hover,
a:active,
a:visited {
  color: #333;
}

html {
  font-size: 62.5%;
}

html *:not([class*='cta']) {
  line-height: 1.5;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans Japanese', 'Noto Sans JP',Meiryo, メイリオ, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 1.0rem;
  word-wrap: break-word;
}

section .inner {
  width: 950px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section .inner {
    width: 100%;
    padding: 40px 10px 20px 10px;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/*#########################################################

header

#########################################################*/
header {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-width: 950px;
  height: 600px;
  background: url(/svcsol/campaign/images/live_202003/bg_mainvisual.png) no-repeat center bottom;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    min-width: 100%;
    height: auto;
    background: #221815 url(/svcsol/campaign/images/live_202003/bg_mainvisual_sp.png) no-repeat right bottom;
    padding-bottom: 40px;
  }
}

.in_head {
  position: relative;
  z-index: 2;
  width: 950px;
  min-width: 950px;
  margin: 0 auto;
}

.grand_title {
  width: 100%;
  text-align: right;
}

.grand_title .logotop {
  display: inline-block;
  width: 106px;
  height: 70px;
  margin-right: 20px;
  background: #000;
}

.grand_title .logotop a {
  display: block;
  margin-top: 10px;
  margin-right: 5px;
  padding-right: 10px;
  padding-left: 10px;
}

.grand_title .logotop a img {
  width: 100%;
  height: auto;
}

.main-visual {
  width: 950px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .main-visual {
    width: 100%;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .in_head {
    width: 100%;
    min-width: 100%;
  }

  .grand_title {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5px;
    width: 100%;
    text-align: right;
  }

  .grand_title .logotop {
    display: inline-block;
    width: 75px;
    height: 50px;
    margin-left: 10px;
    background: #000;
  }

  .grand_title .logotop a {
    display: block;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .grand_title .logotop a img {
    min-width: 100%;
  }
}
/*#########################################################

cv_area

#########################################################*/
section.cv {
  background: #000;
  color: #FFF;
}
section.cv .inner {
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  section.cv .inner {
    display: block;
    padding: 20px 10px;
  }
}
section.cv .inner .btn {
  flex-grow: 1;
}
section.cv .inner .btn a {
  width: 460px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background: linear-gradient(#CF0040, #B6001E);
  border-radius: 5px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 20px 0;
  position: relative;
}
section.cv .inner .btn a:hover {
  text-decoration: none;
  opacity: .8;
}
section.cv .inner .btn a:after {
  position: absolute;
  content: '';
  display: block;
  width: 16px;
  height: 14px;
  background: url(/svcsol/campaign/images/live_202003/icon_externallink_white.svg);
  background-size: cover;
  right: 20px;
  top: calc((100% - 14px) / 2);
}
@media only screen and (max-width: 767px) {
  section.cv .inner .btn a {
    width: 100%;
    padding: 15px;
    font-size: 16px;
  }
}
section.cv .inner .tel {
  flex-grow: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  section.cv .inner .tel {
    margin-top: 10px;
  }
}
section.cv .inner .tel-ttl {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
}
section.cv .inner .tel-ttl:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/svcsol/campaign/images/live_202003/icon_tel_white.svg) no-repeat left top;
  background-size: 20px 20px;
  margin: 3px 10px -3px 0;
}
section.cv .inner .tel-ttl span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  section.cv .inner .tel-ttl span {
    display: block;
    line-height: 1.5;
  }
}
section.cv .inner .tel-open {
  margin-top: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  section.cv .inner .tel-open {
    margin-top: 10px;
  }
}
section.cv.cv-first {
  border-top: 1px solid #FFF;
}

/*#########################################################

contents area

#########################################################*/
h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #002A66;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.read {
  margin-bottom: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .read {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.co-01 {
  background: linear-gradient(225deg, #0081C4, #001A55);
}
.co-01 .inner h2 {
  font-size: 32px;
  color: #FFF;
  width: max-content;
  border-bottom: 2px solid #FFF;
  margin: 70px auto;
}
@media only screen and (max-width: 767px) {
  .co-01 .inner h2 {
    width: fit-content;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0em;
    margin: 30px auto;
  }
}
.co-01 .inner h2:first-child {
  margin-top: 0;
}
.co-01 .inner ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.co-01 .inner ul li {
  margin-bottom: 15px;
}
.co-01 .inner ul li p {
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0em;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .co-01 .inner ul li {
    width: 32%;
  }
  .co-01 .inner ul li p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0em;
    margin-top: 5px;
  }
}
.co-02 {
  background: #EAF0F3;
}
.co-02 ul {
  text-align: left;
  margin-top: 10px;
  padding-left: 1rem;
}
.co-02 ul li {
  font-size: 14px;
  text-indent: -1rem;
}
@media only screen and (max-width: 767px) {
  .co-02 ul li {
    font-size: 11px;
  }
}
.co-03 {
  background: #F6F6F6;
}
.co-03 ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.co-03 ul li {
  width: 32%;
  padding: 0 0.7rem;
  border-left: 1px solid #71BDE5;
}
@media only screen and (max-width: 767px) {
  .co-03 ul li {
    padding: 0 .5rem;
  }
}
.co-03 ul li:first-child {
  border-left: none;
}
.co-03 ul li .co-03-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.co-03 ul li p {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .co-03 ul li p {
    font-size: 11px;
    text-align: left;
  }
}
.co-faq-unit {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .co-faq-unit {
    margin-bottom: 10px;
  }
}
.co-faq h3 {
  text-align: left;
  background: #9B9B9B;
  padding: 10px;
  color: #FFF;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0em;
}
.co-faq dl {
  text-align: left;
  font-size: 16px;
  padding: 30px 0;
  border-bottom: 1px dashed #707070;
}
.co-faq dl:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .co-faq dl {
    padding: 20px 0;
  }
}
.co-faq dl dt,
.co-faq dl dd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
}
.co-faq dl dt span,
.co-faq dl dd span {
  width: 45px !important;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .co-faq dl dt span,
  .co-faq dl dd span {
    width: 35px;
  }
}
.co-faq dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.co-faq dl dt span {
  color: #007BBC;
}
@media only screen and (max-width: 767px) {
  .co-faq dl dt {
    margin-bottom: 10px;
  }
}
.co-faq dl dd span {
  color: #E50027;
  font-weight: bold;
}
.co-faq dl dd .fwb {
  font-weight: bold;
  margin: 10px 0;
}
.co-faq dl dd .list {
  margin-bottom: 10px;
}
.co-faq dl dd .list li {
  background: url(/common/images/com_icn07.png) no-repeat 5px 0.55em;
  padding: 0 0 5px 18px;
}

/*#########################################################

footer

#########################################################*/
footer {
  min-width: 950px;
  background: #000;
}

footer .in_foot {
  display: -webkit-box;
  display: flex;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 15px 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

footer .in_foot .foot_nav ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

footer .in_foot .foot_nav ul li a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
}

footer .in_foot .foot_nav ul li a:hover {
  text-decoration: underline;
}

footer .in_foot .foot_nav ul li a:after {
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 10px;
  content: '';
  background: url(/svcsol/campaign/images/fxm_202002/common/icon_externallink.svg) no-repeat center top;
  background-size: cover;
}

footer .in_foot .foot_nav ul li {
  margin-right: 20px;
}
footer .in_foot .foot_nav ul li:first-child:after {
  content: none;
}
footer .in_foot .foot_nav ul li:before {
  content: "|";
  color: #fff;
  margin-right: 20px;
}
footer .in_foot .foot_nav ul li:last-child:after {
  content: "|";
  color: #fff;
  margin-left: 20px;
}

footer .in_foot .copy {
  color: #fff;
}

#totop {
  position: fixed;
  right: 0;
  width: 63px;
  background: #030733;
}

#totop a {
  display: block;
}

#totop a:hover {
  -webkit-transition: .8s;
  transition: .8s;
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  footer {
    background: #000;
    width: 100%;
    min-width: 100%;
  }

  footer .in_foot {
    width: 100%;
    padding: 20px 0;
    display: block;
    min-width: 100%;
  }

  footer .in_foot .foot_nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }

  footer .in_foot .foot_nav ul li a {
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
  }

  footer .in_foot .foot_nav ul li a:after {
    display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 10px;
    content: '';
    background: url(/svcsol/campaign/images/fxm_202002/common/icon_externallink.svg) no-repeat center top;
    background-size: cover;
  }

  footer .in_foot .foot_nav ul li {
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:first-child:after {
		content: none;
	}
	footer .in_foot .foot_nav ul li:before {
		content: "|";
		color: #fff;
		margin-right: 20px;
	}
	footer .in_foot .foot_nav ul li:last-child:after {
		content: "|";
		color: #fff;
		margin-left: 20px;
	}
  footer .in_foot .copy {
    margin-top: 20px;
    text-align: center;
    color: #fff;
  }

  footer .in_foot .copy p {
    font-size: 1.0rem;
    margin-bottom: 0;
  }

  #totop {
    display: none;
  }
}

/*# sourceMappingURL=live_202003.css.map */
