@charset "utf-8";
/* ============================================================
cssの初期化
============================================================ */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media print {
  body {
    width: 100%;
    position: relative;
    transform-origin: 0 0;
  }
}
html, body, h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr, table, caption, th, td, span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub, sup, q, br, ins, del, a, img, object, iframe, figure, section, article {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
/* ============================================================
タグの基本設定
============================================================ */
a {
  outline: none;
  color: #009;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  color: #777;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  opacity: 0.60;
}
hr {
  display: none;
}
ul {
  list-style: none;
}
header img,
footer img,
article img,
div img,
section img {
	max-width: 100%;
	height: auto;
}
/* ============================================================
枠基本スタイル
============================================================ */
html {
  font-size: 62.5%; /*10px*/
}
body {
  line-height: 1.8;
  font-size: 1.8rem; /*18px同様のサイズ*/
}
/* ============================================================
header
============================================================ */
#header {
	width: 100%;
	background: #009;
}
#header .contentWrap {
  max-width: 1200px;
  width: 94%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 20px 0 10px;
}
#header h1 {
  margin-right: auto;
}
#header h1 img {
	max-width: 100%;
}
#header .header_tel {
}
@media screen and (max-width: 699px) {
#header h1 {
  margin-right: 10px;
}
}
/* ============================================================
footer
============================================================ */
footer {
	color: #fff;
	background: #009;
}
footer small {
  display: block;
  padding: 50px 0;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
footer small {
  display: block;
  padding: 50px 0 100px;
}
}
/* ============================================================
タイトル
============================================================ */
.PageTitle {
	margin: 0 0 50px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
}
.PageTitle .title_bg {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	border-radius: 5px;
	background: #f06;
} 
.PageTitle .title_bg::after {
	position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 10px solid transparent;
  border-top: 15px solid #f06;
  width: 0;
  height: 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
}
.PageTitle em {
 	text-emphasis: filled circle #fc0;
	-webkit-text-emphasis: filled circle #fc0;
	font-style: normal;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.PageTitle .size08,
.PageTitle .title_bg span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.PageTitle02 {
	margin: 0 0 50px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
.PageTitle {
	margin: 0 0 30px;
	font-size: 7.5vw;
	letter-spacing: -2px;
}
.PageTitle .title_bg {
	padding: 8px 10px;
	font-size: 4.8vw;
}

.PageTitle02 {
	margin: 0 0 30px;
	font-size: 7.8vw;
}
}
/* flexbox */
.flexbox {
	display: flex;
	flex-wrap: nowrap;
}
/*contentWrap*/
.contentWrap {
	max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
/*テキストに関するCSS
---------------------------------------------------------- */
/* テキスト揃え */
.txtL {
  text-align: left;
}
.txtR {
  text-align: right;
}
.txtC {
  text-align: center;
}
/*色指定*/
.color01 {
  color: #f81200;
}
.color02 {
  color: #ff0;
}
.color03 {
  color: #f06;
}
/* 背景色 */
.bg01 {
	background: #f06;
}
.bg02 {
	background: rgba(255,255,255,0.7);
}
.size06 {
	font-size: 60%;
}
.size07 {
	font-size: 70%;
}
.size08 {
	font-size: 80%;
}
.size12 {
	font-size: 120%;
}
.size13 {
	font-size: 130%;
}
.size14 {
	font-size: 140%;
}
.size15 {
	font-size: 150%;
}
.size16 {
	font-size: 160%;
}
.size17 {
	font-size: 170%;
}
.size18 {
	font-size: 180%;
}
.size20 {
	font-size: 200%;
}
.size24 {
	font-size: 240%;
}
.size25 {
	font-size: 250%;
}
.size30 {
	font-size: 300%;
}
.weightB {
	font-weight: bold;
}
.weightB {
  font-weight: bold;
}
/*margin-bottom*/
.marB20 {
	margin-bottom: 20px;
}
/* table_list */
.table_list {
  max-width: 1000px;
  width: 100%;
  margin: auto;
	border-top: 1px solid #ccc;
	table-layout: fixed;
	border-collapse: collapse;
}
.table_list th {
	width: 25%;
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	background: #e5f8ff;
}
.table_list td {
	padding: 10px 20px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.table_list td ol {
 margin-left: 1.2em; 
}
@media screen and (max-width: 767px) {
/* table_list */
.table_list th {
  display: block;
  width: 100%;
  padding: 10px;
  background: #e5f8ff;
}
.table_list td {
  display: block;
  width: 100%;
  padding: 10px;
}
.table_list tr:nth-of-type(even) {
  background-color: #fff;
}
}
/* ============================================================
キービジュアル
============================================================ */
#kv {
  position: relative;
	width: 100%;
	text-align: center;
  overflow: hidden;
	background: url(../../images/kv_bg.jpg) no-repeat top center;
	background-size: cover;
}
#kv .kv_img {
	padding: 30px 10px;
}
#kv .kv_img img {
	max-width: 1210px;
	width: 100%;
}
@media print, screen and (min-width: 700px) {
.kv_pc_no {
	display: none;	
}
}
@media print, screen and (max-width: 699px) {
#kv {
	background: url(../../images/kv_bg_s.jpg) no-repeat top left;
	background-size: cover;
}
.kv_sp_no {
	display: none;	
}
}
/* ============================================================
コンテンツ
============================================================ */
/* dicount
---------------------------------------------------------- */
.discount {
	padding-top: 30px;
	line-height: 0;
	background: url(../../images/discount_bg.jpg) repeat-y center center;
}
.discount > picture {
  position: relative;
	width: 50%;
}
.discount > picture:nth-of-type(1) {
	padding-right: 70px;
	text-align: right;
}
.discount > picture:nth-of-type(2) {
	padding-left: 60px;
}
.discount > picture:nth-of-type(2)::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  border: 25px solid transparent;
  border-left: 25px solid #6495ed;
  width: 0;
  height: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);/*位置調整*/
}
@media screen and (max-width: 767px) {
.discount {
	padding-top: 20px;
	}
.discount > picture:nth-of-type(1) {
	padding: 0 10px;
}
.discount > picture:nth-of-type(2) {
	padding: 0 10px;
}
.discount > picture:nth-of-type(2)::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  border: 10px solid transparent;
  border-left: 10px solid #6495ed;
  width: 0;
  height: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);/*位置調整*/
}
}
/* offer01
---------------------------------------------------------- */
.offer01 {
	padding: 60px 0;
	background: #ff0;
}
.offer01 h2 {
	margin-bottom: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.4;
	color: #204495;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.offer01 h2 span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.offer01 ul {
	display: flex;
	justify-content: center;
	max-width: 1200px;
	width: 96%;
	margin: 20px auto;
}
.offer01 ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 95px;
	margin: 0 5px;
	padding: 5px 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #f30;
	border: 3px solid #f30;
	background: #fff;
}
.offer01 ul li div,
.offer01 ul li span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}

.offer01 ul li span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.offer01 p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width: 767px) {
.offer01 {
	padding: 40px 0;
}
.offer01 h2 {
	margin-bottom: 10px;
	font-size: 5.8vw;
}
.offer01 h2 span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.offer01 h2::before,
.offer01 h2::after {
	content: "";
}
.offer01 ul {
	display: block;
	margin: 10px auto 0;
}
.offer01 ul li {
	min-height: auto;
	margin: 0 5px 10px;
	padding: 5px 10px;
	font-size: 4.3vw;
}
}
/* service
---------------------------------------------------------- */
.service01 {
	padding: 100px 0 140px;
	position: relative;
	z-index: 2;
	background: url(../../images/service_bg01.png) no-repeat center bottom;
}
.service01 picture {
	text-align: center;
}
.service01 picture img {
	max-width: 1106px;
	width: 100%;
}
.service02 {
	margin: -140px 0 0;
	padding: 220px 0 100px;
	background: url(../../images/service_bg02.jpg) no-repeat center top;
	background-size: cover;
}
.service02 .service02_box {
	position: relative;
	width: calc(100% / 3 - 40px);
	margin: 0 20px 40px;
	background: #fff;
	border-radius: 5px;
}
.service02 .service02_box figure {
	padding: 15px 25px;
}
.service02 .service02_box img {
	width: 100%;
	height: auto;
}
.service02 .service02_box h3 {
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: #009 url(../../images/point_01.png) no-repeat right 20px top;
}
.service02 .service02_box:nth-of-type(even) h3 {
	background: #6495ed url(../../images/point_01.png) no-repeat right 20px top;
}
.service02 .service02_box ul {
	padding: 10px 25px 100px;
}
.service02 .service02_box li {
	margin: 0 0 0.5em 1em;
	text-indent: -0.9em;
	font-size: 1.8rem;
	line-height: 1.4;
}
.service02 .service02_box li::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: #6495ed;
	margin-right: 0.5em;
}
.service02 .service02_box .service_price {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #f06;
	text-align: center;
	vertical-align: middle;
}
.service02 .service02_box .service_price .bg01 {
	margin-right: 10px;
	padding: 5px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}
.service02 p {
	margin-top: 50px;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width: 767px) {
.service01 {
	padding: 50px 0 70px;
}
.service01 picture img {
	width: 96%;
}

.service02 .service02_box {
	width: 100%;
	margin: 0 0 40px;
}
.service02 .service02_box h3 {
	font-size: 5.3vw;
}
.service02 .service02_box ul {
	padding: 10px 25px 80px;
}
.service02 p {
	margin: 30px 10px 0;
}
}

/* range
---------------------------------------------------------- */
#range {
	padding: 100px 0 140px;
	position: relative;
	background: url(../../images/service_bg01.png) no-repeat center bottom;
}
#range .PageTitle .title_bg {
	background: #009;
}
#range .PageTitle .title_bg::after {
  border-top: 15px solid #009;
}
#range .PageTitle em {
   padding-top: .2em;
    background-size: 0.75em .3em;
}
.range01 ul {
	position: relative;
	margin: 0 auto 45px;
	padding: 50px;
	text-align: center;
	background: #83aaf1;
	border-radius: 5px;
}
.range01 ul::after {
	position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 20px solid transparent;
  border-top: 30px solid #83aaf1;
  width: 0;
  height: 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
}
.range01 .pc_flexbox03 > * {
	width: calc(100% / 3 - 70px);
	margin: 0 35px;
}
.range01 li {
	font-size: 2.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	color: #fff;
}
.range02 h3 {
	margin-bottom: 50px;
font-size: 5.8rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.range02 h3 span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.range02 .pc_flexbox03 {
	justify-content: center;
}
.range02 dl {
	position: relative;
	margin-bottom: 30px;
}
.range02 dl dt {
	line-height: 0;
}
.range02 dl dd {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px 10px;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.7);
}
.range03 {
	margin-top: 50px;
}
.range03 h3 {
	margin-bottom: 50px;
font-size: 5rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1.4;
}
.range03 h3 span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
}
.range03.contentWrap {
	max-width: 1000px;
	width: 96%;
}
.range03 .pc_flexbox02 > div {
    width: calc(100% / 2 - 40px);
    margin: 20px;
	padding: 25px;
	border-radius: 10px;
	background: #e0eafb;
}
.range03 figure {
	margin-bottom: 10px;
}
.range03 h4 {
	margin-bottom: 20px;
	padding-bottom: 5px;
font-size: 3rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1.4;
	color: #01009a;
	border-bottom: 2px solid #01009a;
}
@media screen and (max-width: 767px) {
#range {
	padding: 50px 0 70px;
}
#range .PageTitle {
	line-height: 1.7;
	}
.range01.contentWrap {
	margin: 0 auto 40px;
	padding: 20px;
}
.range01 .pc_flexbox03 {
	justify-content: center;
	}
.range01 .pc_flexbox03 > * {
	width: calc(100% / 2 - 20px);
	margin: 0 10px;
}
.range01 ul {
padding: 10px;
}
.range01 li {
	font-size: 4.5vw;
	line-height: 1.4;
}
.range02 h3 {
	margin-bottom: 20px;
font-size: 8vw;
	line-height: 1.4;
}
.range02 dl dd {
	padding: 5px 10px;
	font-size: 5.3vw;
}
.range03 {
	margin-top: 30px;
}
.range03 h3 {
	margin-bottom: 30px;
font-size: 8vw;
}
.range03.contentWrap {
	max-width: 1000px;
	width: 96%;
}
.range03 .pc_flexbox02 > div {
    width: 94%;
    margin: 20px auto;
	padding: 25px;
}
.range03 h4 {
font-size: 6.66vw;
}
}
/* caution
---------------------------------------------------------- */
#caution {
	padding: 130px 0 100px;
	position: relative;
	background: url(../../images/texture01.jpg) repeat;
}
#caution h2 {
	position: relative;
	z-index: 2;
	width: 22em;
	margin: auto;
	padding: 10px;
	font-size: 3.4rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	border-radius: 10px;
	background: #f06;
}
#caution .contentWrap {
	max-width: 1000px;
	margin-top: -40px;
	padding: 60px 40px 40px;
	border: 3px solid #ccc;
	border-radius: 10px;
	background: #fff;
}
#caution .contentWrap h3 {
	margin-bottom: 50px;
	font-size: 2.5rem;
	line-height: 1.4;
	color: #009;
}
#caution .contentWrap .flexbox {
	flex-direction: row-reverse;
	justify-content: space-between;
}
#caution .contentWrap figure {
	width: 220px;
}
#caution .contentWrap ul {
	width: calc(100% - 220px - 40px);
}
#caution .contentWrap ul li {
	margin-bottom: 0.5em;
	padding: 0 0 0.5em 50px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 1px solid #ccc;
	background: url(../../images/point_02.png) no-repeat top -5px left;
}
#caution .contentWrap ul li:last-child {
	font-size: 1.8rem;
	border: none;
	background: none;
}
@media screen and (max-width: 767px) {
#caution {
	padding: 60px 0 50px;
}
#caution h2 {
	width: 90%;
	font-size: 6.4vw;
}
#caution .contentWrap {
	max-width: 1000px;
	margin-top: -40px;
	padding: 60px 20px 20px;
}
#caution .contentWrap h3 {
	margin-bottom: 40px;
	font-size: 5.3vw;
}
#caution .contentWrap .flexbox {
	flex-direction: column;
	justify-content: center;
}
#caution .contentWrap figure {
	width: 220px;
	margin: auto;
	text-align: center;
}
#caution .contentWrap ul {
	width: 100%;
}
#caution .contentWrap ul li {
	padding: 0 0 0.5em 35px;
	font-size: 4.8vw;
	background-size: 25px auto
}
}
/* advantage
---------------------------------------------------------- */
#advantage {
	padding: 100px 0 70px;
	position: relative;
}
#advantage .PageTitle .title_bg {
	background: #1a1aa3;
}
#advantage .PageTitle .title_bg::after {
  border-top: 15px solid #1a1aa3;
}
#advantage .advantage_box {
	position: relative;
	width: calc(100% / 3 - 50px);
	margin: 0 25px 50px;
	padding: 20px;
	border-radius: 5px;
	background: url(../../images/advantage_bg.jpg) no-repeat center top;
	background-size: cover;
}
.advantage_box h3 {
	display: flex;
	flex-direction: column;
	left: 0;
	right: 0;
	top: -5px;
	margin-top: -25px;
	margin-bottom: 20px;
	font-size: 3rem;
	line-height: 1.4;
	text-align: center;
}
.advantage_box h3 img {
	width: 76px;
	margin: 0 auto 20px;
}
.advantage_box h3 em,
.advantage_box h3 span {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	font-style: normal;
		text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
.advantage_box h3 em {
	min-height: 3.2em;
}
.advantage_box:nth-of-type(5) h3 em {
	padding-top: 30px;
}
.advantage_box:nth-of-type(6) h3 em {
	padding-top: 20px;
}
.advantage_box figure {
	text-align: center;
}
.advantage_box figure img {
	width: auto;
	height: 118px;
}
.advantage_box .bg02 {
	min-height: 220px;
	padding: 20px;
	font-size: 1.6rem;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
	#advantage {
	padding: 50px 0 40px;
	position: relative;
}
#advantage .PageTitle {
	line-height: 1.8;
}
#advantage .advantage_box {
	position: relative;
	width: 100%;
	margin: 0 25px 30px;
}
.advantage_box h3 {
	font-size: 6.66vw;
}
.advantage_box:nth-of-type(5) h3 em {
	padding-top: 30px;
}
.advantage_box:nth-of-type(6) h3 em {
	padding-top: 20px;
}
.advantage_box .bg02 {
	min-height: auto;
}
}
/* virus
---------------------------------------------------------- */
#virus {
	padding: 120px 0 100px;
	position: relative;
	background: #e0eafb;
}
#virus h2 {
	display: inline-block;
	margin-bottom: 50px;
	padding: 0 145px;
	background: url(../../images/virus_ttl_bg01.png) no-repeat left 40px center,url(../../images/virus_ttl_bg02.png) no-repeat right center;
	background-size: 90px auto, 145px auto;

}
#virus h2 span {
	padding: 7px 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2.3;
	color: #fff;
	border-radius: 5px;
	background: #6495ed;
}
#virus p {
	margin-bottom: 60px;
}
#virus ul {
	max-width: 800px;
	width: 96%;
	margin: auto;
}
#virus .pc_flexbox03 li {
	width: calc(100% / 3 - 50px);
	margin: 0 25px;
}
@media screen and (max-width: 767px) {
	#virus {
	padding: 60px 0 50px;
}
#virus h2 {
	display: inline-block;
	margin-bottom: 30px;
	padding: 80px 0 0;
	background: url(../../images/virus_ttl_bg01.png) no-repeat left top,url(../../images/virus_ttl_bg02.png) no-repeat right top;
	background-size: auto 70px, auto 80px;
}
#virus h2 span {
	padding: 7px 10px;
	font-size: 5.5vw;
}
#virus p {
	margin-bottom: 30px;
}
#virus .pc_flexbox03 li {
	width: calc(100% / 3 - 10px);
	margin: 0 5px;
}
}
/* comparison
---------------------------------------------------------- */
#comparison {
	padding: 70px 0;
	position: relative;
}
#comparison .PageTitle .title_bg {
	background: #f90;
}
#comparison .PageTitle .title_bg::after {
  border-top: 15px solid #f90;
}
#comparison picture img {
	max-width: 1016px;
	width: 100%;
}
/* flow
---------------------------------------------------------- */
#flow {
	padding: 100px 0 140px;
	position: relative;
	background: url(../../images/flow_bg.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
}
#flow .PageTitle .title_bg {
	background: #000099;
}
#flow .PageTitle .title_bg::after {
  border-top: 15px solid #000099;
}
#flow .contentWrap {
	border-radius: 10px;
	background: #fff;
}
.flow_box {
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 50px 50px 100px;
	background: url(../../images/flow_arrow.png) no-repeat center bottom;
}
.flow_box:last-child {
	padding-bottom: 50px;
	background: none;
}
.flow_box figure {
	max-width: 350px;
	width: 100%;
	margin-left: 50px;
}
.flow_box h3 {
	margin-bottom: 50px;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.5;
}
.flow_box h3 .flow_smallttl_bg {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 13px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	color: #fff;
	background: #6495ed;
}
.flow_box h3 .flow_smallttl_bg em {
	font-size: 3.8rem;
	font-weight: bold;
	font-style: normal;
}
@media screen and (max-width: 767px) {
#flow {
	padding: 70px 0;
}
#flow .contentWrap {
	border-radius: 10px;
	background: #fff;
}
.flow_box {
	flex-direction: column-reverse;
	justify-content: center;
	padding: 20px;
}
.flow_box:last-child {
	padding-bottom: 0;
}
.flow_box figure {
	margin: 20px auto 60px;
}
.flow_box:last-child  figure {
	margin-bottom: 20px;
	}
.flow_box h3 {
	margin-bottom: 30px;
	font-size: 5.5vw;
}
.flow_box h3 .flow_smallttl_bg {
	display: block;
	width: 70px;
	margin: 0 auto 20px 0;
}
}
/* voice
---------------------------------------------------------- */
#voice {
	padding: 100px 0;
	position: relative;
}
#voice .PageTitle02 {
	padding-top: 60px;
	background: url(../../images/voice_ttl_ico.png) no-repeat center top;
	background-size: 60px auto;
}
#voice .voice_box {
	min-height: 800px;
	margin: 0 20px 30px;
	padding: 30px;
	border-radius: 5px;
	background: #e0eafb;
}
#voice .voice_box h3 {
	margin: 20px 0;
	padding-bottom: 10px;
	font-size: 2.4rem;
	line-height: 1.4;
	color: #009;
	border-bottom: 3px solid #009;
}
#voice .voice_box h3 span {
	color: #555;
}
@media screen and (max-width: 767px) {
#voice {
	padding: 50px 0;
}
}
/* area
---------------------------------------------------------- */
#area {
	padding: 100px 0 80px;
	background: #e9f8ff;
}
#area .contentWrap {
	max-width: 1100px;
	width: 96%;
}
#area .area_txt {
	padding-top: 50px;
}
#area h2 {
	margin-bottom: 40px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-size: 4rem;
	font-weight: 700;
	font-size: 4rem;
	line-height: 1.4;
	color: #009;
}
#area figure {
	max-width: 435px;
	width: 90%;
	margin-left: 100px;
}
#area .support_area {
	margin-top: 50px;
	padding: 10px;
	font-size: 2.5rem;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-display: swap;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #6495ed;
	border-radius: 5px;
}
@media screen and (max-width: 767px) {
#area {
	padding: 50px 0 40px;
	background: #e9f8ff;
}
	#area .contentWrap {
		width: 90%;
	}
#area .flexbox {
	flex-direction: column;
}
#area h2 {
	font-size: 6.6vw;
}
#area .area_txt {
	padding-top: 0;
}
#area figure {
	margin: 0 auto;

}
#area .support_area {
	margin: 30px 0;
}
}
/* policy
---------------------------------------------------------- */
#policy {
	padding: 150px 0 120px;
	background: url(../../images/policy_bg.jpg) no-repeat center top;
}
#policy .contentWrap {
	max-width: 995px;
	width; 90%;
	margin: auto;
	padding: 80px;
	background: rgba(255,255,255,0.75);
}
#policy .contentWrap h2 {
  position: relative;
	margin-bottom: 60px;
	font-size: 4.5rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	color: #009;
}
#policy .contentWrap h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 68px;/*線の長さ*/
  height: 3px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #009;/*線の色*/
}
#policy .contentWrap p {
	line-height: 2;
}
@media screen and (max-width: 767px) {
	#policy {
	padding: 70px 0;
}
#policy .contentWrap {
	padding: 20px;
}
#policy .contentWrap h2 {
	margin-bottom: 50px;
	font-size: 8vw;
}
#policy .contentWrap p {
	line-height: 1.8;
}
}
/* faq
---------------------------------------------------------- */
#faq {
	padding: 130px 0;
	background: #83aaf1;
}
#faq .PageTitle02 {
	padding-top: 70px;
	color: #fff;
	background: url(../../images/faq_ttl_ico.png) no-repeat center top;
	background-size: 70px auto;
}
#faq dl{
	max-width:1050px;
	margin:0 auto 20px;
	padding: 10px 20px;
	border-radius:  5px;
	background: #fff;
}
#faq dt{
	display:block;
	cursor:pointer;
	text-indent: -45px;
	margin-left: 45px;
	font-size: 120%;
	line-height: 
	color: #009;
}
#faq dt::before {
	display: inline-block;
	content: "Q";
	width: 35px;
	height: 35px;
	margin-right: 10px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	text-indent: 0;
	background: #009;
	border-radius: 100px;
}
#faq dd{
	display:none;
	text-indent: 0;
	margin-left: 45px;
	padding-top: 20px;
}
#faq dd::before {
	clear: both;
	display: inline-block;
	float: left;
	content: "A";
	width: 35px;
	height: 35px;
	margin-right: 10px;
	margin-left: -45px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-indent: 0;
	background: #83aaf1;
	border-radius: 100px;
}
#faq dd p {
	margin: 0;
}
@media screen and (max-width: 767px) {
#faq {
	padding: 80px 0 50px;
}
#faq dl{
	margin:0 auto 10px;
	padding: 10px;
}
}
/* company
---------------------------------------------------------- */
#company {
	padding: 130px 0;
}
#company .PageTitle02 {
	padding-top: 60px;
	background: url(../../images/company_ttl_ico.png) no-repeat center top;
	background-size: 60px auto;
}
@media screen and (max-width: 767px) {
#company {
	padding: 80px 0 50px;
}
}
/* ページの先頭に戻る
---------------------------------------------------------- */
#topcontrol {
	position: fixed;
	z-index: 1000;
	bottom: 70px;
	right: 5px;
	opacity: 1;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 1.3;
}

@media print, screen and (max-width: 767px) {
#topcontrol {bottom: 130px;}
el {position: relative;position: fixed;bottom: 65px;left: 0;right: 0;max-width: 100%;margin: auto;line-height: 0;z-index: 1000;}
}

#topcontrol a{
	display: block;
	width: 80px;
	height: 80px;
	padding: 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background: #000;
	border-radius: 100px;
	box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#topcontrol a::before {
	display: block;
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 200%;
	color: #fff;
}
#topcontrol a:hover {
	background: #333;
}
/*sticky*/
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.tel {position: relative;position: fixed;bottom: 65px;left: 0;right: 0;max-width: 100%;margin: auto;line-height: 0;z-index: 1000;}

@media print, screen and (min-width: 750px) {
.is-fixed nav {
	padding: 15px 0 0;
}
.is-fixed nav ul li {
  font-size: 15px;
  }

}

@media print, screen and (min-width: 768px) {
  /*各デバイス非表示設定*/
  .pc_no {
    display: none !important;
  }
  .pc_flexbox02 {
    display: flex;
    flex-wrap: wrap;
}
  .pc_flexbox02 > * {
    width: calc(100% / 2 - 2%);
    margin: 1%;
  }
  .pc_flexbox03 {
    display: flex;

    flex-wrap: wrap;
  }
  .pc_flexbox03 > * {
    width: calc(100% / 3 - 2%);
    margin: 1%;
  }
  
	/* telリンクを無効 */
	a[href^="tel:"] {
		cursor: default;
		color: #000;
		pointer-events: none;
	}
}

@media screen and (max-width: 767px) {
  /*各デバイス非表示設定*/
  .sp_no {
    display: none !important;
  }
  /*テキストに関するCSS
---------------------------------------------------------- */
  /* テキスト揃え */
  .sp_txtL {
    text-align: left;
  }
  .sp_txtR {
    text-align: right;
  }
  .sp_txtC {
    text-align: center;
  }
  .sp_flexbox02 {
    display: flex;

    flex-wrap: wrap;
  }
  .sp_flexbox02 > * {
    width: calc(100% / 2 - 2%);
    margin: 1%;
  }
  .sp_flexbox03 {
    display: flex;
    flex-wrap: wrap;
  }
  .sp_flexbox03 > * {
    width: calc(100% / 3 - 2%);
    margin: 1%;
  }
/* ============================================================
枠基本スタイル
============================================================ */
  body {
    min-width: inherit;
    max-width: 100%;
  }
  div#container {
    width: 96%;
    margin: 0 auto;
  }
	
}


/* ============================================================
　PDFダウンロード
============================================================ */

.pdf-download	{position: fixed; right: 0;top: 160px; writing-mode: vertical-rl;z-index: 20000}
.pdf-download	a.pdf-link{display:flex;justify-content: center;align-items: center;width: 55px; height: 230px;background: #009;color: #fff;border-radius: 10px 0 0 10px;border: 2px solid #fff;}
.pdf-download	a.pdf-link	span{font-size: 18px;font-family: 'Noto Sans JP', sans-serif;font-weight: 700;letter-spacing: 2px;}
.pdf-download	a	i{margin-bottom: 10px;font-size: 20px;font-weight: 700;}
@media screen and (max-width:767px){
.pdf-download	{top: auto;left: 0;bottom: 0;writing-mode:  horizontal-tb}
.pdf-download	a.pdf-link{width: 100%; height: 65px;border-radius:0;border: none;border-top: 2px solid #fff;}
.pdf-download	a	i{margin: 0 10px 0 0;}
}