@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@keyframes obj_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

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-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGothic", Arial, sans-serif;
  font-weight: 400;
}

html {
  font-size: 0.5618vw;
  line-height: 1;
  width: 100%;
  margin: 0;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #FFFFFF;
  color: #231815;
  width: 100%;
  margin: auto;
}

a {
  color: #231815;
  text-decoration: none;
  outline: none;
}
a:hover {
  zoom: 1;
}
a.anc-block:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease;
}
a.anc-text:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease;
  text-decoration: underline;
}

sup {
  font-size: 1.0rem;
  vertical-align: super;
}

ruby rb {
  padding-top: 5px;
}

small {
  font-size: 70%;
}

h1, h2, h3, h4, h5, h1 *, h2 *, h3 *, h4 *, h5 * {
  color: #000;
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.U-sp {
	display: none;
}

.U-serif {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","游明朝体","ＭＳ Ｐ明朝","MS PMincho",Times,serif;
}

.U-clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.U-echoes {
  transform: scale(2, 1);
  transform-origin: top left;
  display: inline-block;
}

span.U-highlight{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, transparent), color-stop(52%, #ff0));
  background: -webkit-linear-gradient(transparent 52%, #ff0 52%);
  background: linear-gradient(transparent 52%, #ff0 52%);
  padding: 1px 2px;
}
.invisibleMB{
  visibility:hidden;
}
/*-------------------------------------------------

	layout

=================================================*/
.Header {
  width: 100%;
  position: relative;
}
.Header-global {
  width: 100%;
  padding: 0.33vw 0;
  text-align: center;
  display: block;
  background-color: #004399;
  position: absolute;
  top: 0;
  left: 0;
}

.KV {
  width: 100%;
  display: table;
  background: #eee url(../img/20190829/kv_bg.png) center center no-repeat;
  background-size: cover;
}
.KV__content {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 10rem 4rem;
}
.KV__catch {
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.6;
  color: #fff;
}
.KV__catch span {
  font-weight: 800;
  position: relative;
}
.KV__catch span::before {
  content: "";
  background-color: #FFF;
  display: inline-block;
  position: absolute;
  top: -.5rem;
  left: 50%;
  width: .8rem;
  height: .8rem;
  transform: translateX(-50%);
  border-radius: 50%;
}
.KV__title {
  margin: 3rem 0;
}
.KV__title img{
  width: 48rem;
}
.KV__read {
  font-size: 1.6rem;
  font-weight: 600;
}

.Nav {
  width: 100%;
  background-color: #000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
}
.Nav__wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.Nav__item {
  display: table-cell;
  text-align: center;
}
.Nav__item a {
  width: 100%;
  line-height: 3.2;
  display: block;
  font-weight: bold;
  color: #fff;
}
.Nav__item--contact {
  background-color: #f16d15;
  font-size: 2rem;
}
.Nav__item--contact .fa {
  margin-right: 1em;
}

.Section {
  width: 100%;
}
.Section__inner {
  width: 80vw;
  margin: auto;
  padding: 10rem 0 0;
}
.Section__inner:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.Section__title {
  font-size: 4rem;
  text-align: center;
}
.Section__title + * {
  margin-top: 6rem;
}

.Block {
  margin-top: 4rem;
}
.Block__title {
  font-size: 2.4rem;
}
.Block__title + * {
  margin-top: 2.6rem;
}

.win10{
  background-color: #297cb7;
}
.lessPC{
  background-color: #278d3d;
}
.twoCategory{
  width: 70%;
  margin: 0 auto 3rem auto;
  line-height: 3.6rem;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
}
.twoCategory p{
  font-size: 2rem;
  font-weight: 600;
}
.pdg_btm{
  padding-bottom:10rem;
}

.List__title {
  font-size: 2.4rem;
}
.List__title + * {
  margin-top: 1.5rem;
}
.List__taxonomy {
  font-size: 4rem;
  font-weight: 800;
}
.List__taxonomy__term {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "MS PGothic", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #004399;
  padding: 0 1rem;
  line-height: 3;
  vertical-align: bottom;
  border-radius: .4rem;
}
.List__image {
  width: 100%;
  background-color: #eee;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 1rem;
}
.List__image img {
  width: 100%;
}
.List-row .List__item + .List__item {
  margin-top: 2rem;
}
.List-col:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.List-col--03 .List-col__item {
  width: 33.33%;
}
.List-col--03 .List__image {
  height: 200px;
}
.List-col--04 .List-col__item {
  width: 25%;
}
.List-col--04 .List__image {
  height: 160px;
}
.List-col__item {
  float: left;
  padding: 0 2rem;
}
.List-tag {
  text-align: center;
}
.List-tag .List__item {
  background-color: #eee;
  font-weight: bold;
  display: inline-block;
  line-height: 3;
  margin-top: 1.5rem;
  padding: 0 1.5rem;
  border-radius: .2rem;
}
.List-tag .List__item + .List__item {
  margin-left: 1.5rem;
}

.Btn a {
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
  border-radius: .3rem;
}
.Btn-normal a {
  background-color: #297cb7;
  font-weight: 600;
  color: #fff;
}
.Btn-contact a {
  background-color: #f16d15;
  margin: auto;
  padding: 1rem 2rem;
  font-weight: 800;
  color: #fff;
  border-radius: 3.6rem;
}
.Btn-contact a .fa {
  margin-right: 1em;
}

.btn_movie a{
  display:block;
  margin: auto;
  line-height: 3.2;
  text-align: center;
  border-radius: 0.3rem;
  font-size: 2rem;
  font-weight: bold;
}
.btn_movie a::before {
	content: "\f16a";
	font-family: "FontAwesome";
	font-size: 2.4rem;
	font-weight: 200;
	line-height: 1.2;
	display: inline-block;
	margin-right: 2rem;
}
.btnColor_bk a {
  width: 30rem;
  background-color: #000;
  color:#fff;
}
.btnColor_blue a {
  width: 100%;
  margin-top: 1rem;
  background-color: #dae8f1;
  color:#297cb7;
}
.btnColor_green a {
  width: 100%;
  margin-top: 1rem;
  background-color: #e2f0e5;
  color:#278d3d;
}
.small_icon img{
  width: 3.8rem;
  padding-right: 1em;
  vertical-align: middle;
}

.FAQ {
  padding: 0 12rem;
}
.FAQ__q {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1rem 3rem;
  background-color: rgba(0, 67, 153, 0.15);
  color: #004399;
  border-radius: .4rem;
}
.FAQ__a {
  font-size: 2rem;
  margin-top: 2rem;
  padding: 0 3rem;
}
.FAQ__a + * {
  margin-top: 4rem;
}
.FAQ__a .Btn {
  margin-top: 1em;
}
.FAQ__a .Btn a {
  display: inline-block;
  font-size: 1.4rem;
}

.Footer-local {
  padding: 6rem 10vw;
  background: #000;
}
.Footer-local:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.Footer-local a {
  color: #fff;
}
.Footer-local__sitename {
  font-size: 3rem;
  color:#fff;
  padding: 2rem;
  text-align: center;
}
.Footer-local .Btn-contact {
  margin:2rem auto;
}
.Footer-local .Btn-contact a {
  display: block;
  width: 30%;
  border-radius: 0.5rem;
  font-size: 2.6rem;
  text-align: center;
}
.Footer-local .footer_notes{
  width: 40%;
  margin:2rem auto;
  color:#fff;
  font-size:1.2rem;
}

.Footer-global {
  padding: 0.8427vw 1.68539vw;
  background-color: #fff;
}
.Footer-global:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.Footer-global > div {
  display: table;
}
.Footer-global > div > * {
  display: table-cell;
  vertical-align: middle;
}
.Footer-global__logo {
  padding-right: 1.1236vw;
}
.Footer-global__logo img {
  width: 8.31461vw;
}
.Footer-global__nav {
  display: table;
  height: 100%;
}
.Footer-global__nav li {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  padding: 0.5618vw;
}
.Footer__left {
  float: left;
}
.Footer__right {
  float: right;
}
.Footer .Copyright {
  font-family: Arial;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  color: #aaa;
}

#Section-task {
  background-color:#f6f6f6;
  background: url(../img/20190829/task_bg.png) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 10rem;
}
#Section-task .Block {
  width: 50%;
  float: left;
  padding: 0 3rem;
}
#Section-task .Block__title {
  text-align: center;
  font-size: 2.8rem;
}
#Section-task h3{
  margin:auto;
}
#Section-task .List-win10 li{
  position: relative;
  display: inline-block;
}
#Section-task .List-lessPC li{
  position: relative;
  display: inline-block;
  width: 100%;
}
#Section-task .List__item {
  padding: 1.5rem 2.5rem;
  width: 100%;
  border-radius: 3px;
}
#Section-task .List-win10 li{
  border: 4px solid #297cb7;
  background: #fff;
}
#Section-task .List-lessPC li{
  border: 4px solid #278d3d;
  background: #fff;
}
#Section-task .List-row .List__item + .List__item {
  margin-top: 2rem;
}
#Section-task .List__title + * {
  margin-top: .5rem;
}
#Section-task .List .List__item--aside {
	border: none;
	background-color: #ddd;
	padding: 2rem;
	text-align: center;
}
#Section-task .List .List__item--aside__catch {
	font-size: 1.8rem;
	font-weight: 600;
}
#Section-task .List .List__item--aside__title {
	font-size: 2rem;
}
#Section-task .List .Btn {
	width: 72%;
	margin: 1.2rem auto 0;
}
#Section-task .List .Btn a {
	position: relative;
}
#Section-task .List .Btn a::after {
	content: '\f08e';
	font-weight: 200;
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-50%);
}

#Section-solution .Block {
  width: 50%;
  float: left;
  padding: 0 3rem;
}
#Section-solution h3{
  text-align: center;
}
#Section-solution .List-win10 li{
  border: 4px solid #297cb7;
}
#Section-solution .List-lessPC li{
  border: 4px solid #278d3d;
}
#Section-solution .List__item {
  padding: 2rem 2.5rem 2.5rem;
  border-radius: .3rem;
}
#Section-solution .picposi {
  text-align: center;
  padding-bottom: 6rem;
}
#Section-solution .picposi img{
  padding-top: 8rem;
}
#Section-solution .picposi p{
  padding-top: 3rem;
  font-size: 1.2rem;
}

#Section-function {
	border-top: 1px solid #eee;
}
#Section-function .wrap{
  margin: auto;
  position: relative;
}
#Section-function .wrapInner01,
#Section-function .wrapInner02 {
  margin: auto;
}
#Section-function .wrapInner01{
  position: absolute;
  /*top: 42rem;*/
  left: 40%;
  bottom:-6rem;
}
#Section-function .fwpBG{
  position: relative;
  background: url(../img/20190829/function_bg_round.png) 50% 50% no-repeat;
  background-size: 70rem;
}
#Section-function .bg_round{
  position: absolute;
  top: 50%;
}
#Section-function .win10,
#Section-function .lessPC {
  width: 20%;
}
#Section-function .lessPC {
  margin-top: 20rem;
}
#Section-function .twoBlock{
  width: 100%;
  margin: auto;
  overflow: hidden;
}
#Section-function .twoBlock li {
  float: left;
  width: 29.3%;
}
#Section-function .threeBlock{
  width: 100%;
  margin: auto;
  overflow: hidden;
}
#Section-function .threeBlock li {
  float: left;
  width: 29.3%;
}
#Section-function ul.lineshadow{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-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;
    justify-content: center;
}
#Section-function ul.lineshadow li{
  display: table-cell;
  border: 1px solid #fff;
  background-color: #ffffffc9;
  padding: 2.5rem 3rem;
  box-shadow: 0 0 2rem rgba(0,0,0,.15);
}
#Section-function .mrgnbth{
  margin: 2rem;
  }
#Section-function .productsLogo{
  text-align:center;
}
#Section-function .productsLogo img{
  width: 72%;
  margin:1rem;
}
#Section-function h4{
  font-size: 2.4rem;
  margin-top: 2rem;
  line-height: 1.4;
}
#Section-function .threeBlock h4{
  color:#297cb7;
}
#Section-function .twoBlock h4{
  color:#278d3d;
}
#Section-function h4 + p{
  margin-top: 1rem;
}
#Section-function .btn_movie {
	width: 80%;
	margin: 2rem auto 0;
}
#Section-function .btn_movie a {
	line-height: 2.4;
}
#Section-function .twoCategory {
	line-height: 2;
}
#Section-function .twoCategory p {
	font-size: 1.6rem;
}

#Section-faq {
  background-color: #f6f6f6;
}
#Section-faq .FAQList {
  width:80%;
  margin: auto;
  text-align: left;
  border-top: 1px solid #ccc;
}
#Section-faq .FAQList__q {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1.4;
  padding: 3.2rem 8rem 3.2rem 2rem;
  margin-top: 1px;
  cursor: pointer;
  text-indent: -.8em;
  position: relative;
  transition: all .3s ease-out;
  border-bottom: 1px solid #ccc;
}
#Section-faq .FAQList__q * {
  transition: all .3s ease-out;
}
#Section-faq .FAQList__q::before {
  content: "";
  display: inline-block;
  margin-right: .8em;
  font-size: 2.4rem;
  color: #004499;
}
#Section-faq .FAQList__q::after {
  content: "\f067";
  font-family: "FontAwesome";
  font-weight: 100;
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
#Section-faq .FAQList__q.open {
  border-bottom: none;
}
#Section-faq .FAQList__q.open::before {
  color: #fff;
}
#Section-faq .FAQList__q.open::after {
  content: "\f068";
}
#Section-faq .FAQList__a {
  padding:0 2rem 2rem 2rem;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
  display: none;
}
#Section-faq .FAQList__a a {
  color: #049;
  text-decoration: underline;
}
#Section-faq .FAQList__a a:hover {
  opacity: .5;
}
#Section-faq .contentsinner:after {
    content: "";
    display: table;
    clear: both;
}

#Section-contact {
  padding: 10rem 10vw;
  background: #eee url(../img/20190829/footer_bg.png) center center no-repeat;
  background-size: cover;
}
#Section-contact .Section__inner {
	padding: 0;
}
#Section-contact .Section__title {
	font-size: 3.6rem;
	color: #fff;
}
#Section-contact .Btn-contact {
	text-align: center;
}
#Section-contact .Btn-contact a {
	display: inline-block;
	font-size: 2.4rem;
	border-radius: .3rem;
	padding: 2rem 6rem;
	margin: auto;
}

/*-------------------------------------------------

	Media queries

=================================================*/
/* Smartphone
-------------------------------------------------*/
@media screen and (max-width: 767px) {
	.U-sp {
		display: block;
	}
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }

  .btn_movie a {
  	font-size: 1.6rem;
  }
  .btn_movie a::before {
  	font-size: 2rem;
  	margin-right: 1rem;
  }

  .Header-global {
    padding: 1.5vh 0;
  }
  .Section__inner{
  width: 90vw;
  }

  .KV {
    text-align: center;
    background: #eee url(../img/20190829/kv_bg.png) left bottom no-repeat;
    background-size: cover;
  }
  .KV__content {
  	padding: 6rem 2rem 4rem;
  }
  .KV__catch {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .KV__catch span::before {
    width: .4rem;
    height: .4rem;
    top: -.3rem;
  }
  .KV__title {
    font-size: 4.8rem;
    margin: 2rem 0;
  }
  .KV__title img{
    width: 80%;
    background-color: #fff;
    padding: .5rem;
  }
  .KV__read {
    font-size: 1.2rem;
    color: #fff;
  }
  span.txtBG_wht{
    background:#ffffff5e;
  }
  .Nav {
    display: none;
  }

  .Section__inner {
    padding: 3rem 0 0;
  }
  .Section__title {
    font-size: 2.4rem;
  }
  .Section__title + * {
    margin-top: 3rem;
  }

  .Block__title {
    font-size: 2rem;
  }

  .List__item + .List__item {
    margin-top: 3rem;
  }
  .List__image {
    height: 120px !important;
    margin-bottom: 1rem;
  }
  .List__title {
    font-size: 1.6rem;
  }
  .List__taxonomy__term {
    font-size: 1.6rem;
  }
  .List-col__item {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  .List-tag .List__item {
    padding: .5rem 1.5rem;
    margin-top: 1rem;
    width: 100%;
    line-height: 1.4;
  }
  .List-tag .List__item + .List__item {
    margin-left: 0;
  }

  .Btn-contact a .fa {
    margin-right: .5rem;
  }

  .FAQ {
    padding: 0;
  }
  .FAQ__q {
    font-size: 2rem;
    padding: 1rem 2rem;
  }
  .FAQ__a {
    font-size: 1.6rem;
    padding: 0 2rem;
  }
  .FAQ__a + * {
    margin-top: 2rem;
  }

  .Footer {
    margin-top: 0;
  }
  .Footer-local {
    padding: 4rem 10vw;
  }
  .Footer-local * {
    float: none;
  }
  .Footer-local__sitename {
    font-size: 1.8rem;
  }
  .Footer-local__sitename em {
    font-size: 2.4rem;
  }
  .Footer-local .Btn {
    float: none;
    margin-top: 2rem;
  }
  .Footer-local .Btn-contact a{
    font-size: 2rem;
    width: 100%;
  }
  .Footer-local__sitename{
    padding:0 0 2rem 0;
  }
  .Footer-local .footer_notes{
    width: 100%;
  }
  .twoCategory{
    width:100%;
  }
  .pdg_btm {
  	padding-bottom: 3rem;
  }

  #Section-task {
  	padding-bottom: 6rem;
  }
  #Section-task .Block {
    width: 100%;
    float: none;
    padding: 0;
    text-align: left;
  }
  #Section-task .invisibleMB{
    visibility:visible !important;
    padding-top:1.5rem;
  }
  #Section-task .List-win10 li::before{
    border-left: transparent;
  }
  #Section-task .List-lessPC li::before {
    border-right: transparent;
  }
  #Section-task .blockMid {
    display: none;
  }
  #Section-task .List__item {
  	padding: 1rem 1.5rem;
  }
  #Section-task .List-row .List__item + .List__item {
  	margin-top: 1rem;
  }
  #Section-task .List .List__item--aside__catch {
  	font-size: 1.4rem;
  }
  #Section-task .List .List__item--aside__title {
  	font-size: 1.6rem;
  }
  #Section-task .List .Btn {
  	width: 100%;
  }
  #Section-task .List .Btn a {
  	padding-right: 3.6rem;
  }

  #Section-solution .Block{
    width:100%;
    padding:0;
  }
  #Section-solution .Block + .Block {
	margin-top: 1rem;
  }
  #Section-solution .picposi img{
  width:100%;
  }
  #Section-solution .List__item {
  	padding: 1.5rem 2rem 2rem;
  }
  #Section-solution .picposi {
  	padding-bottom: 3rem;
  }
  #Section-solution .picposi img {
  	padding-top: 3rem;
  }

  #Section-function .threeBlock li{
    width: 100%;
  }
  #Section-function .fwpBG{
    background:#fff;
  }
  #Section-function .wrap{
    position: unset;
  }
  #Section-function .wrapInner01 {
    position: unset;
    top:0;
    left:0;
    bottom:0;
  }
  #Section-function .win10, #Section-function .lessPC{
    width: 100%;
  }
  #Section-function .lessPC{
    margin-top: 3rem;
  }
  #Section-function .twoCategory{
    margin-bottom: 0;
  }
  #Section-function .twoBlock{
    width: 100%;
  }
  #Section-function .twoBlock li{
    width: 100%;
  }
  #Section-function .productsLogo img {
  	width: 60%;
  	margin: 0;
  }
  #Section-function h4 {
  	font-size: 2rem;
  }
  #Section-function h4 br {
  	display: none;
  }
  #Section-function ul.lineshadow {
  	margin-top: 2rem;
  }
  #Section-function ul.lineshadow li {
  	padding: 2rem;
  	margin: 0;
  	box-shadow: 0 0 0;
  	border: 1px solid #ddd;
  }
  #Section-function ul.lineshadow li + li {
  	margin-top: 1rem;
  }

  #Section-faq .FAQList{
    width: 100%;
  }
  #Section-faq .FAQList__q{
    font-size: 1.6rem;
    padding: 2rem 4rem 2rem .5rem;
  }
  #Section-faq .FAQList__q::after {
  	right: 1rem;
  }
  #Section-faq .FAQList__a {
  	padding: 0 1rem 2rem;
  }
  #Section-contact {
  	padding: 4rem 2rem;
  }
  #Section-contact .Section__title {
  	font-size: 1.8rem;
  }
  #Section-contact .Btn-contact a {
  	width: 100%;
  	padding: 1rem 2rem;
  	font-size: 1.6rem;
  }
}


/*
 modal
----------------------------------------------------------*/

@keyframes animation1 {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
@keyframes animation2 {
	0% {
		transform: translate(0, 100px);
		opacity: 0;
	}
	100% {
		transform: translate(0, -50%);
		opacity: 1;
	}
}
@keyframes animation3 {
	0% { opacity: 1;}
	100% { opacity: 0;}
}
@keyframes animation4 {
	0% {
		transform: translate(0, -50%);
		opacity: 1;
	}
	100% {
		transform: translate(0, 100px);
		opacity: 0;
	}
}

body.Openmodal {
	overflow: hidden;
}

#Modal-bg, #Modal {
	display: none;
	position: fixed;
	z-index: 999;
}

#Modal-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
}

.Modal {
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	background: #fff;
	width: 840px;
	transition: all .3s ease-out;
	position: relative;
}
	.Modal__inner {
		max-height: 80vh;
		overflow: auto;
		padding: 0;
		box-sizing: border-box;
	}
	.Modal__content {
		display: none;
		width: 100%;
		position: relative;
	}
	.Modal__close {
		position: absolute;
		top: -6rem;
		right: -6rem;
		width: 6rem;
		height: 6rem;
		text-align: center;
		cursor: pointer;
		z-index: 10;
		font-size: 2.4rem;
		color: #fff;
	}
		.Modal__close i {
			line-height: 6rem;
		}
	.Modal--current {
		display: block;
	}

body.Openmodal #Modal-bg {
	display: block;
	animation: animation1 .3s ease-out 0s forwards;
}
body.Openmodal #Modal {
	display: block;
	animation: animation2 .3s ease-out 0s forwards;
}

body.Closemodal #Modal-bg {
	display: block;
	animation: animation3 .3s ease-out 0s forwards;
}
body.Closemodal #Modal {
	display: block;
	animation: animation4 .3s ease-out 0s forwards;
}

@media only screen and (min-width: 768px) {

	body {
		min-width: 124rem;
	}

}

@media only screen and (max-width: 1239px) and (min-width: 768px) {

	.Modal {
		width: 90%;
	}
		.Modal__inner {
			max-height: 88vh;
		}

}

@media only screen and (max-width: 767px) {

	.Modal {
		width: 90%;
	}
	.Modal iframe {
		width: 100%;
	}
		.Modal__close {
			width: 4rem;
			height: 4rem;
		}

}
