@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, 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, body {
  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;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna" 1;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.smp-none {
  display: none;
}

.pc-none {
  display: none;
}

h1, h2, h3::after, h4 {
  background-image: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.mincho {
  font-family: "Sawarabi Mincho";
}

.bold {
  font-weight: bold;
}

#contents #apshield h1 img {
  width: 100%;
  height: auto;
}
#contents #apshield div.box {
  width: 100%;
  margin: 3rem auto 5rem;
}
#contents #apshield div.box h3, #contents #apshield div.box h4 {
  margin: 3rem auto 1.5rem;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  font-size: 4.5vw;
  line-height: 1.4;
}
#contents #apshield div.box p.review {
  margin: 2rem auto;
  line-height: 1.5;
  font-size: 4vw;
}
#contents #apshield div.box p.review span {
  font-size: 3.5vw;
  line-height: 1 !important;
}
#contents #apshield div.box ul.tokucho {
  margin: 0 0 0 2rem;
}
#contents #apshield div.box ul.tokucho li {
  list-style-type: square;
  font-size: 4vw;
  line-height: 1.4;
  margin: 0 0 1.5rem;
}
#contents #apshield div.box ul.tokucho li span{
  font-size: 3vw;
}
#contents #apshield div.box dl dd p {
  font-size: 4vw;
  line-height: 1.5;
  margin: 0 0 1rem;
}
#contents #apshield div.box dl dd div {
  display: flex;
}
#contents #apshield div.box dl dd div p {
  font-size: 3vw;
}
#contents #apshield div.box dl dd div img {
  width: 25%;
  height: 25%;
  margin: 0 auto;
}
#contents #apshield div.box ul.use {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents #apshield div.box ul.use li {
  width: 48%;
  margin: 0 auto 2rem;
}
#contents #apshield div.box ul.use li span {
  display: block;
  margin: 10px 0 0;
  font-size: 1rem;
}
#contents #apshield div.box a {
  display: block;
  width: 100%;
  margin: 2rem auto 0;
}
#contents #apshield div.box a img {
  width: 100%;
  height: auto;
}

.iframe {
    position: relative;
    width: 80%;
    padding: 45% 0 0 0;
    margin: 0 auto 0%;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg {
background: linear-gradient(0deg, #0471bb, #2f96cb);
border-radius: 5px;
width: 70%;
margin: 0 auto;
padding: 0 2rem;
}

.center {
	text-align: center;
}

.mb4 {
	margin-bottom: 4rem;
}


@media screen and (min-width: 1200px) {
  .smp-none {
    display: block;
  }
  #contents #apshield div.box {
    width: 1052px;
    margin: 110px auto 250px;
  }
  #contents #apshield div.box h3 {
    margin: 100px 0 55px;
    line-height: 1.4;
    font-size: 2.25rem;
  }
  #contents #apshield div.box p.review {
    line-height: 1.7;
    font-size: 1.5rem;
  }
  #contents #apshield div.box p.review span {
    font-size: 1.2rem;
  }  
  #contents #apshield div.box h4 {
    margin: 110px 0 30px;
    font-size: 2.25rem;
  }
  #contents #apshield div.box ul.tokucho {
    margin: 0 0 0 60px;
  }
  #contents #apshield div.box ul.tokucho li {
    line-height: 1.5;
    font-size: 1.7rem;
    margin: 0 0 2rem;
  }
  #contents #apshield div.box ul.tokucho li span {
    font-size: 1.2rem;
  }
  #contents #apshield div.box dl {
    display: flex;
    justify-content: space-between;
  }
  #contents #apshield div.box dl dd {
    width: 600px;
  }
  #contents #apshield div.box dl dd p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  #contents #apshield div.box dl dd div {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #contents #apshield div.box dl dd div p {
    font-size: 1rem;
  }
  #contents #apshield div.box dl dd div img {
    width: 20%;
    height: auto;
  }
  #contents #apshield div.box ul.use {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contents #apshield div.box ul.use li {
    width: 245px;
    margin: 0 auto 80px;
  }
  #contents #apshield div.box ul.use li span {
    display: block;
    margin: 10px 0 0;
    font-size: 1.1rem;
  }
  
  #contents #apshield div.box a {
    display: block;
	margin: 4rem auto 0;
  }
  
  .bg {
    background: linear-gradient(0deg, #0471bb, #2f96cb);
    border-radius: 5px;
    width: 40%;
    margin: 0 auto;
    padding: 0 2rem;
}
  
  
}

@media screen and (min-width: 767px) {
	.flexBox {
		display: flex;
		justify-content: space-between
	}

	#contents #apshield div.box .flexBox div.bg a {
		padding: 0;
		margin: 0;
	}
	
  .bg {
		background: linear-gradient(0deg, #0471bb, #2f96cb);
		border-radius: 5px;
		width: 40%;
		margin: 0 auto;
		padding: 0 2rem;
	}

}

@media screen and (max-width: 768px) {
.iframe {
    width: 100%;
    padding: 56.25% 0 0 0;
}

#contents #apshield div.box h3.center {
	font-size:130%;
	letter-spacing: 0;
}

#contents #apshield div.box h3.center span {
	font-size:80%;
}

}



