@media screen and (max-width: 768px){
	
/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  font-size: 13px;
}
.sp-no01 {
  display: none;
}
.pc-no01 {
  display: block;
}
.fl01 {
	display: block;
}
.bd:before {
	top: inherit;
	bottom: -2px;
}
.bd:after {
	top: inherit;
	bottom: -6px;
}

/*------------------------------------------------------------
  font
------------------------------------------------------------*/
.fs22 {
	font-size: 3vw;
}
.fs24 {/*worries*/
	font-size: 3vw;
}
.fs26 {/*worries*/
	font-size: 4vw;
}
.fs28 {/*offer*/
	font-size: 3vw;
}
.fs30 {/*worries*/
	font-size: 4vw;
}
.fs33 {/*offer*/
	font-size: 4vw;
}
.fs40 {/*worries*/
	font-size: 6vw;
}
.fs43 {/*offer*/
	font-size: 6vw;
}
.fs45 {/*worries*/
	font-size: 5vw;
}
.fs52 {/*worries*/
	font-size: 6vw;
}
.fs55 {/*worries*/
	font-size: 6vw;
}
.fs66 {/*worries*/
	font-size: 8vw;
}

/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	height: 50px;
	min-width: 100%;
}
header .inner {
	max-width: 100%;
}
/*---------- h-logo ----------*/
header .h-logo h1 {
	padding-left: 15px;
}
header .h-logo h1 a {
	width: 220px;
	height: 50px;
}

/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
.mv {
	background: url("../images/sp-mv.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	height: 0;
	min-width: 100%;
	padding: 0 0;
	padding-top: 125.33%;
}
.mv .inner {
	max-width: 100%;
}
.mv .mv-ttl {
	background: none;
	width: 100%;
	height: auto;
	float: inherit;
}

/*------------------------------------------------------------
  g-nav
------------------------------------------------------------*/
.g-nav {
	min-width: 100%;
	padding: 15px 15px 0;
	margin-bottom: 0;
}
.g-nav .g-nav-inner {
	max-width: 100%;
}
.g-nav li {
	width: 48%;
	font-size: 3.2vw;
	border-right: 1px solid #004697;
	box-sizing: border-box;
	padding: 0 0;
	margin-bottom: 20px;
}
.g-nav li:last-child {
	border-right: 1px solid #004697;
}
.g-nav li:first-child,
.g-nav li:nth-child(3) {
	border-left: 1px solid #004697;
}
.g-nav li a {
	display: inline-block;
	padding-right: 18px;
}
.g-nav li a:after {
	left: inherit;
	bottom: 30%;
	width: 6px;
	height: 6px;
}

/*------------------------------------------------------------
  offer
------------------------------------------------------------*/
.offer {
	min-width: 100%;
	padding: 30px 15px 35px;
}
.offer .inner {
	max-width: 100%;
}
.offer h3 {
	line-height: 1.5;
}
.offer .block {
	margin-top: 15px;
}
.offer .box {
	width: 100%;
	height: auto;
	text-align: left;
	padding: 20px 35px;
}
.offer .box:nth-child(1) {
	margin-bottom: 15px;
}
.offer .b-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.offer h4 {
	font-size: 4vw;
}
.offer .box:nth-child(1) .img-box {
	width: 14%;
}
.offer .box:nth-child(2) .img-box {
	width: 16%;
}
.offer img.icon01 {
	width: 100%;
	margin: 0 auto 0;
}
.offer img.icon02 {
	width: 100%;
	margin: 0 auto 0;
}
.offer .txt-box {
	width: 80%;
}
.offer .txt {
	font-size: 3vw;
	margin-top: 10px;
}
.offer .btn {
	position: static;
	left: inherit;
	right: inherit;
	bottom: inherit;
	margin-top: 15px;
}
.offer .btn a {
	line-height: 35px;
	font-size: 14px;
	border-bottom: 4px solid #a10808;
}
.offer .btn a:after {
	right: 20px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
}

/*------------------------------------------------------------
  sec
------------------------------------------------------------*/
.sec {
	min-width: 100%;
}
.sec .inner {
	max-width: 100%;
}

/*------------------------------------------------------------
  ttl
------------------------------------------------------------*/
.m-ttl01 {
	font-size: 6.5vw;
	margin-bottom: 20px;
}
.m-ttl01:after {
	bottom: -20px;
	width: 25px;
	height: 1px;
}

/*------------------------------------------------------------
  worries
------------------------------------------------------------*/
/*---------- block01 ----------*/
.worries .block01 {
	padding: 35px 15px 30px;
}
.worries .block01:after {
  margin-left: -30px;
  border: 30px solid transparent;
  border-top: 20px solid #eceff3;
}
.worries .block01 .area {
	margin-top: 20px;
}
.worries .block01 .box {
	width: 100%;
	height: 0;
	box-shadow: none;
	padding: 20px 20px;
}
.worries .block01 .box:nth-child(1) {
	background: url("../images/w-bg01.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	padding-top: 68.54%;
}
.worries .block01 .box:nth-child(2) {
	background: url("../images/w-bg02.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	padding-top: 68.54%;
}
.worries .block01 .sub-txt {
	bottom: 15%;
	width: 30%;
	line-height: 25px;
	font-size: 11px;
	border: 1px solid #7a90a9;
	padding: 0 5px;
}
.worries .block01 .box:nth-child(1) .b-inner {
	position: absolute;
	top: 10%;
	right: 20px;
	width: 50%;
	float: inherit;
}
.worries .block01 .box:nth-child(2) .b-inner {
	position: absolute;
	top: 10%;
	left: 20px;
	width: 70%;
	float: inherit;
}
.worries .block01 .txt {
	font-size: 3.8vw;
}
.worries .block01 .img-box {
	width: 100%;
	margin-top: 10%;
}
.worries .block01 .box:nth-child(2) .img-box {
	width: 80%;
}

/*---------- block02 ----------*/
.worries .block02 {
	padding: 40px 15px;
}
.worries .block02 .ttl01 {
	background: url("../images/sp-w-ttl01.png") 0 0 no-repeat;
	background-size: 100% auto;
	max-width: 100%;
	height: 0;
	padding-top: 35.98%;
}
.worries .block02 .area {
	margin-top: 25px;
}
.worries .block02 .ttl02 {
	line-height: 1.5;
	font-size: 4vw;
	padding: 15px 20px;
}
.worries .block02 .a-inner {
	padding: 20px 15px 40px;
}
.worries .block02 .box {
	box-shadow: 5px 5px #719ccd;
	padding: 20px 15px 15px;
	margin-bottom: 20px;
}
.worries .block02 .box::before {
	border-bottom: 30px solid transparent;
	border-left: 30px solid #6194cf;
}
.worries .block02 h4 {
	line-height: 1.4;
}
.worries .block02 .box:nth-child(1) .img-area {
	position: static;
	top: inherit;
	right: inherit;
	background: url("../images/sp-w-img03_02.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 60%;
	height: 0;
	margin: 15px auto 0;
	padding-top: 19.81%;
}
.worries .block02 .box:nth-child(1) .img-area:after {
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	background: url("../images/sp-w-img03_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 25%;
	height: 0;
	margin: auto;
	padding-top: 30%;
}
.worries .block02 .b-inner {
	margin-top: 20px;
}
.worries .block02 .b-inner h5 {
	border-top: 1px solid #004697;
	border-bottom: 1px solid #004697;
	padding: 10px 0;
}
.worries .block02 .b-inner ul {
	text-align: center;
	margin-top: 20px;
}
.worries .block02 .b-inner li {
	display: inline-block;
	width: 49%;
}
.worries .block02 .b-inner li:nth-child(1) {
	margin-bottom: 20px;
}
.worries .block02 .b-inner .img-box {
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.07);
}
.worries .block02 .b-inner .b-txt {
	line-height: 1.3;
	font-size: 3vw;
	margin-top: 10px;
}
.worries .block02 .b-inner .note {
	font-size: 10px;
}
.worries .block02 .box:nth-child(2) ul,
.worries .block02 .box:nth-child(3) ul {
	position: static;
	top: inherit;
	right: inherit;
	margin-top: 10px;
}
.worries .block02 .box:nth-child(2) ul {
	width: 100%;
	height: 0;
	padding-top: 24.08%;
}
.worries .block02 .box:nth-child(3) ul {
	width: 100%;
	height: 0;
	padding-top: 31.72%;
}
.worries .block02 .txt {
	line-height: 1.5;
	margin-top: 20px;
}
.worries .block02 .txt01 {
	font-size: 3vw;
	text-align: justify;
}
.worries .block02 .txt02 {
	font-size: 3.5vw;
}

/*------------------------------------------------------------
  service
------------------------------------------------------------*/
#service {
	padding: 50px 15px;
}
#service .block {
	margin-top: 40px;
}
#service .img-box {
	padding: 10px 5px;
}
#service .img-box img {
	width: 100%;
}
#service .box {
	padding: 20px 15px 30px;
}
#service .box .m-txt {
	line-height: 1.6;
	font-size: 3.5vw;
}
#service .txt-list {
	margin-top: 25px;
}
#service .txt-list dt {
	font-size: 16px;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 20px;
}
#service .txt-list dt:before {
	top: 2px;
	width: 12px;
	height: 12px;
	border: 3px solid #7399c6;
}
#service .txt-list dd {
	line-height: 1.5;
	font-size: 13px;
	margin-top: 10px;
}

/*------------------------------------------------------------
  function
------------------------------------------------------------*/
#function {
	padding: 50px 15px 10px;
}
#function .block {
	margin-top: 40px;
}
#function .m-txt {
	line-height: 1.6;
	font-size: 3.5vw;
}
#function .list-area {
	margin-top: 30px;
}
#function .list-area ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#function .list-area li {
	width: 46%;
	margin-bottom: 30px;
}
#function .list-area h4 {
	line-height: 1.4;
	font-size: 3.8vw;
	margin-top: 15px;
}
#function .list-area .txt {
	line-height: 1.5;
	font-size: 13px;
	margin-top: 10px;
}
#function .list-area .note {
	font-size: 10px;
	margin-top: 5px;
}

/*------------------------------------------------------------
  case
------------------------------------------------------------*/
#case {
	padding: 50px 15px 30px;
}
#case .block {
	margin-top: 40px;
}
#case .ttl01 {
	display: table;
	max-width: 100%;
	width: 100%;
	height: 90px;
	line-height: 1.4;
	box-sizing: border-box;
}
#case .ttl01:after {
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 20px solid #fff15e;
}
#case .ttl01 span {
	display: table-cell;
	vertical-align: middle;
	font-size: 5vw;
}
#case .ttl01 span:before {
	border-width: 90px 10px 0 0;
	border-top-color: transparent;
	left: -10px;
}
#case .ttl01 span:after {
	border-width: 0 0 90px 10px;
	border-bottom-color: transparent;
	right: -10px;
}
#case .m-txt {
	line-height: 1.6;
	font-size: 3.5vw;
	margin-top: 25px;
}
#case .area {
	margin-top: 25px;
}
#case .area02 {
  padding: 30px 0 0 0;
}
#case .area:nth-child(2n) {
	margin-top: 30px;
}
#case .ttl02_01 {
	background: url("../images/sp-c-ttl01.png") 0 0 no-repeat;
	background-size: 100% auto;
	max-width: 100%;
	width: 100%;
	height: 0;
	padding-top: 14.26%;
}
#case .ttl02_02 {
	background: url("../images/sp-c-ttl02.png") 0 0 no-repeat;
	background-size: 100% auto;
	max-width: 100%;
	width: 100%;
	height: 0;
	padding-top: 14.26%;
}
#case .box {
	max-width: 95%;
	padding: 25px 15px 30px;
	margin-bottom: 30px;
}
#case .area01 .b-inner {
	background: url("../images/sp-c-img01.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 192.29%;
}
#case .area02 .b-inner {
	background: url("../images/sp-c-img02.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 191.31%;
}
#case .voice {
	max-width: 95%;
	margin: 0 auto 10px;
	position: relative;
}
#case .voice:before {
	position: static;
	left: inherit;
	bottom: inherit;
	background: none;
	background-size: 100% auto;
	width: 100%;
	height: auto;
}
#case .voice .ttl03 {
	line-height: 1.5;
	padding: 15px 0;
}
#case .voice .ttl03 .fs28 {
	font-size: 4vw;
}
#case .voice .sub-txt {
	display: none;
}
#case .voice .t-wrap {
	position: relative;
}
#case .voice .t-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: inherit;
	top: 15px;
	background: url("../images/sp-c-img03_01.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 25%;
	height: 0;
	padding-top: 36.1%;
}
#case .voice02 .t-wrap:before {
	background: url("../images/sp-c-img03_02.png") 0 0 no-repeat;
	background-size: 100% auto;
}
#case .voice .txt-box {
	width: 70%;
  background-size: 100% 2.0em;
  line-height: 2.0em;
	margin-top: 15px;
}
#case .voice .txt {
	font-size: 12px;
	margin-bottom: 20px;
}

/*------------------------------------------------------------
  faq
------------------------------------------------------------*/
#faq {
	padding: 50px 15px 0;
}
#faq .block {
	margin-top: 50px;
}
/*---------- acc-area ----------*/
#faq .acc-area .dt-q {
  padding: 15px 0;
}
#faq .acc-area .dd-a {
  padding: 0 0 15px 0;
}

/*----- icon -----*/
#faq .acc-area .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
	font-size: 18px;
	margin-right: 5px;
}

/*----- txt -----*/
#faq .acc-area .txt {
	width: 70%;
}
#faq .acc-area .txt-q {
  font-size: 3.2vw;
	line-height: 1.5;
}
#faq .acc-area .txt-a {
	width: 85%;
	line-height: 1.5;
  font-size: 12px;
}

/*----- acc_icon -----*/
#faq .acc-area .acc_icon {
  width: 20px;
  height: 20px;
}
#faq .acc-area .acc_icon span {
  height: 3px;
}

/*---------- txt-area ----------*/
#faq .txt-area {
	background: url("../images/sp-balloon.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 37%;
	margin: 30px auto 0;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer {
	min-width: 100%;
}
footer .copy {
	line-height: 50px;
	font-size: 10px;
}
}
