@charset "utf-8";
/*必須ここから*/
/* 20110406クラスあり修正版 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.none {
  display: none;
}
.clear {
  clear: both;
}
.txtCenter {
  text-align: center;
}
.txtLeft {
  text-align: left;
}
.txtRight {
  text-align: right;
}
.smaller {
  font-size: 90%;
}
a img {
  border: 0px none;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
/*必須ここまで*/

/*全体*/
html {
  font-size: 18px !important;
  line-height: 1.8;
  letter-spacing: 0.8px;
  color: 333333 !important;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
	scroll-padding-top: 80px;
}

body {
  margin: 0;
  color: #333333 !important;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8 !important;
  letter-spacing: 0.8px !important;
}
header div, main div, h1, h2, h3, h4, h5, h6, p, span, figure, figcaption, article, section {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, h7 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
/*コンテナ*/
section {}
#section01, #section02, #section03, #section04, #section05, #section06, #section07, #section08, #section09, #section10, #section11, #section12,#section14 {
  width: 100%;
  position: relative;
}
main{box-sizing: border-box;overflow: hidden;}
#section03, #section04, #section05, #section06, #section07, #section08, #section09, #section10, #section11, #section12,#section14{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
h2{font-size: 2rem;
    text-align: center;
	margin-bottom: 20px;}
p {
  font-size: 1.3rem;
}
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 30px;
  position: relative;
}
/*ヘッダー*/
nav{
	box-sizing: border-box;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 5;
	height: 60px;}

.nav {
  width: 100%;
	height: 100%;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 3px #eeeeee;
	position: relative;
}
.nav a {
	width: 120px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #0077bf;
  display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center;     /* 垂直方向の中央揃え */
	text-decoration: none;
	color:#FFF;  
	font-size:12px;
	font-weight: 600;transition : all 0.5s ease 0s;
}
.nav h1 img {
	width:100%;
	max-width:100px;
}

.nav a:hover{
	background: #4f96ca;
}
.login{
	margin-left:15px;
}
.login::before{
	content: "";
	background: url(./icon.png) no-repeat center center;
	width:15px;
	height: 15px;
	background-size:100%;
	position: absolute;
	z-index: 11;
	left: 15px;
	top:50%;
	margin-top:-7px;
}
header {padding-top:60px;
  background: url(./top.jpg) no-repeat right top;
  height: 650px;
}
header#faq_header {
  height:auto!important;
  background: none;
}

.top {
  width: 750px;
  position: absolute;
  left: 0;
  top: 30px;
}
.top h3 {
  width: 100%;
  margin: 10px auto;
}
.top h3 img {
  width: 100%;
  max-width: 735px;
}
.top h2 {
  width: 100%;
  max-width: 800px;
  margin: 0;
}
.top h2 img {
  width: 100%;
}
.top figure {
  margin: 20px 0px;
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top figure img {
  width: 430px;
}
.top figure figcaption {
  width: 300px;
  position: relative;
}

/*
.top figure figcaption a {
  position: absolute;
  bottom: -10px;
  right: 0px;
}*/
.top figure figcaption a {
	right: 0px;
	display: block;
	margin: 5px auto;
	width:100%;
	max-width:100%;
}
.top p {
  display: block;
  width: 100%;
  padding: 30px;
  margin: 10px auto;
}
.top span {
	display: inline-block;
	font-size: 1.5rem;
	color: #FFFFFF;
	border-radius: 20px;
	font-weight: bold;
	padding: 5px;
}
/*ニュース*/
aside {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
aside h3{
	padding:15px 0px 0px;
	font-size:1.5rem;
}

aside h3:before{
	content: "";
	width:30px;
	height: 30px;
	background: url("./news.svg") no-repeat bottom left;
	background-size:contain;
	display: inline-block;
	position: relative;
	top:6px;
	margin-right:6px;
}
aside div.inner {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  background: #FFF;
  width: 100%;
}
#news dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 95%;
	margin: 1rem auto;
}


aside p{text-align: right;padding:0rem 1rem 0.5rem;box-sizing: border-box;}
aside p a,#news p a:visited{color:#333333;font-size:0.9rem;text-decoration: none;}

aside p a:hover{color:#0078c0;transition-duration: 0.3s;}


#news dt {
  color: #0078c0;
  width: 80px;
  border-bottom: 1px dotted #999;
}
#news dt {
  font-size: 0.95rem;
  padding: 6px;
  margin: 2px 0px;
}
#news dd {
  font-size: 0.95rem;
  padding: 6px;
  padding-left: 1rem;
  width: calc(100% - 170px);
  border-bottom: 1px dotted #999;
  margin: 2px 0px;
}
#news a, #news a:visited {
  color: #0078c0;
  transition: all 0.3s ease 0s;
}
#news a:hover {
  color: #00b4ed;
}
/*見出し*/
.mds{font-size:2rem;text-align: center;width:100%;color:red;background: #FFF;border-radius:60px;}
/*リード*/
#section01 {
  background: url(./kairanban.png) 50% 80% no-repeat #def2f5;
  background-size: 230px;
  padding-top: 40px;
}
#section01 h3 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
#section01 h3 img {
  max-width: 900px;
}
.lead {
  display: flex;
}
.lead .box .hito {
  width: 100%;
  max-width: 450px;
}
.lead .box .hito img {
  width: 100%;
}
.lead_left {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 400px;
}
.lead_left .box {
  display: block;
  position: absolute;
  right: 5%;
}
.lead_left .come {
  position: absolute;
  left: -170px;
  top: -20px;
  width: 650px;
}
.lead_right .come {
  position: absolute;
  right: -140px;
  top: -10px;
  width: 650px;
}
.lead .come img {
  width: 100%;
}
.lead_right {
  width: 50%;
  position: relative;
  z-index: 2;
  padding: 40px;
  height: 400px;
}
.lead_right .box {
  display: block;
  position: absolute;
  left: 5%;
}
/*内容*/
#section02 {
  background: #FFFFFF;
  text-align: center;
  position: relative;
  z-index: 444;
  padding-bottom: 20px;
}
#section02 h2 {
  width: 100%;
  margin: 0 auto;
}
#section02 h2 img {
  margin-top: -150px;
  width: 100%;
}
/*内容紹介*/

	.tk{
		position: relative;
	}
figure.tk::after {
	content: "";
	background: url(./tokutyo.png) no-repeat center center;
	width: 103px;
	height: 103px;
	background-size: 100%;
	margin: 0;
	position: absolute;
	z-index: 999;
	top: -26px;
	left: -10px;
}
#section03, #section05 {
  background: #fff0eb;
}
#section03 figure, #section05 figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin: 2rem auto 3rem;
}
#section03 figure img {
  width: 100%;
  max-width: 300px;
  padding: 0px 30px 20px;
}
#section03 figure h4, #section05 figure h4 {
  font-size: 2rem;
  padding: 20px 0;
  color: red;
}
#section03 figcaption, #section05 figcaption {
  padding: 120px 10px 20px 40px;
  font-size: 1.1rem;
}
#section03 h2, #section05 h2 {
  display: block;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 10;
  left: 0;
}
#section03 h2 img, #section05 h2 img {
  width: 100%;
  height: 100%;
}
figcaption {
  position: relative;
  z-index: 3;
}
#section03 .t1 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
#section03 .t2 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
#section03 .t3 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
#section03 .t4 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
#section03 .t5 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
#section03 .t6 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p6.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
/*詳しくはコチラ*/
.kwsk{width:100%;
text-align: center;
margin: 0 auto;}
.kwsk a{
	width:100%;
	height: 100%;
	padding:0.5rem;
	display: block;
	font-weight: bold;
	position: relative;
	margin-left:-1rem;
}
.kwsk span{
	text-align: center;
	display: block;
	width:100%;
	max-width:300px;
	padding:0;
	background: #ff6667;
	border-radius:60px;
	margin: 0 auto;
	position: relative;
	border-bottom:2px solid #dd6667;
}
.kwsk a::after {
	content: "";
	width: 2em;
	height: 1.8em;
	position: absolute;
	background: url("./arr.svg") no-repeat center right;
	background-size: 100%;
}
#section18 .kwsk a::after {
	content: "";
	width:0;
	height:0;
	position: absolute;
	background: none;
}

.kwsk a,
.kwsk a:visited,
.kwsk a:active,
.kwsk a:hover{
	color: #FFF;
text-decoration:none!important}
.zirei{
	font-size:1.3rem;
	padding:1rem;
}
/*災害*/
#section04 {
  background: #FFFFFF;
}
#section04 p {
  text-align: center;
}
#section04 h3 {
  color: red;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
#section04 span {
  display: inline-block;
  padding: 15px 20px;
  font-weight: bold;
  border-radius: 10px;
  margin: 10px auto;
  font-size: 1.3rem;
  color: #FFFFFF;
  background: #ff6667;
}
#section04 figure {
  width: 100%;
  max-width: 760px;
  margin: 30px auto;
}
#section04 figure img {
  width: 100%;
}
/*災害詳細*/
#section05 figure img {
  width: 100%;
  max-width: 250px;
  padding: 0px 60px 20px;
}
#section05 .t3 img {
  max-width: 370px;
  padding: 0px 0px 30px;
}
#section05 .t1 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p1.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
#section05 .t2 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
#section05 .t3 figcaption::after {
  content: "";
  display: block;
  width: 220px;
  height: 63px;
  background: url(./p3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0px;
  top: 50px;
}
.blue, .yel, .red {
  width: 130px;
  display: inline-block;
  marign: 2px;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  padding: 5px 10px;
  box-sizing: border-box;
}
.blue {
  background: #c2dcf3;
}
.yel {
  background: #edf0b7;
}
.red {
  background: #fac5b3;;
}
#section06 {
  background: #0078c0;
  color: #FFFFFF;
}
#section06 h3 {
  color: red;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 10px;
}
/*お問合せ*/
#section07 {
  background: url(./back.jpg) #e3e7e8 no-repeat left bottom;
  background-size: auto 100%;
}
.otoiawase {
  display: block;
  border-radius: 10px;
  width: 100%;
  max-width: 825px;
  margin: 20px auto;
  text-align: center;
  padding: 20px 20px 10px;
}
.otoiawase dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 550px;
	margin: 30px auto 0px;
	box-sizing: border-box;
	font-size: 0.8rem;
}
.otoiawase dt {
  border: 1px solid #333333;
  text-align: center;
  padding: 10px 20px;
}
.otoiawase dd {
  margin: 0;
  padding: 0px 20px;
}
#section07 h3 {
  color: red;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 10px;
}
#section07 p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  margin-bottom: 20px;
}
#section07 span {
  display: inline-block;
  font-size: 2.2rem;
  color: #FFFFFF;
  border-radius: 20px;
  font-weight: bold;
  padding: 10px;
}
/*導入支援*/
#section10 {
  background: #def2f5;
  box-sizing: border-box;
}
#section10 h3 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.sien dl {
  box-sizing: border-box;
  width: 100%;
  margin: 2rem auto;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}
.sien dl dt {
  box-sizing: border-box;
  width: 100%;
  max-width: 200px;
  padding: 1rem;
  background: #ecfdff;
  margin: 0px 0px;
  font-size: 1.2rem;
}
.sien dl dd {
  box-sizing: border-box;
  margin: 0;
  background: #FFF;
  padding: 1rem;
  width: calc(100% - 210px);
  margin: 0px 0px;
}
.sien dt a, .sien dt a:visited, .download a, .download a:visited {
  color: #0078c0;
  transition: all 0.3s ease 0s;
}
.sien dt a:hover, .download a:hover {
  color: #00b4ed;
}
.sien dt a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./arr_hoso.svg");
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 5px;
}
.download {
  border: 1px solid #333;
  border-radius: 5px;
  display: inline-block;
  margin: 1rem auto;
  transition: all 0.3s ease 0s;
}
.download:hover {
  background: rgba(255, 255, 255, 0.5);
}
.download a {
  display: inline-block;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.1rem;
}
.download::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url("./dl_h.svg");
  background-size: contain;
  display: inline-block;
  position: relative;
  top: 10px;
  right: -0.9rem;
}
.sien dl dt:not(:last-of-type), .sien dl dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.sien ul {}
/*導入状況*/
#section11 {}
.map img {
  width: 100%;
}
#section11 h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.inject {
  margin: 1rem auto;
  border-radius: 60px;
  background: #fffad1;
  padding: 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.inject div {
  width: 49%;
  color: red;
  font-weight: 700;
  font-size: 1.2rem;
}
.inject small {
  font-size: 0.8rem;
}
.inject span {
  color: #333;
  font-weight: 400;
}
/*資料*/
#section12{
  background: #fff0eb;
}
#section15{
	background: #def2f5;
} 
#section12 .inner {}
#section12 h4, #section12 h3,
#section15 h4,#section15 h3{
  text-align: center;
}
#section12 h4 img {
	width: 100%;
	max-width: 156px;
	position: absolute;
	top: -28px;
	margin-bottom: -30px;
	right: 16%;
}
#section12 a:link {
  color: #ff6667;
}
#section12 a:visited {
  color: #ff6667;
}
#section12 a:hover {
  color: #ff6667
}
#section12 .download {
  border: 1px solid #ff6677;
}
#section12 .download:hover {
  background: #ffeeee;
}
#section12 h3,
#section15 h3 {
  font-size: 2rem;
}
#section12 table,#section15 table {
  width: 100%;
}
#section12 .price td,#section15 .price td {
  background: #FFF;
  padding: 1.3rem;
}
#section12 .price td:nth-child(1) {
  width: 50%;
  background: #fffafa;
  text-align: left;
}

#section15 .price td:nth-child(1){
  width: 23%;
  background: #d4faff;
  text-align: left;

}

.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width:100%;align-items: center;
}

.before,.after{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	letter-spacing: 0.1px;
}

.before{
background: url("./trks.png") no-repeat left center;
background-size:100% 100%;
font-size:1.2rem;font-weight: normal!important}

.after{margin-left:1.5rem;padding-left:2.5rem;}
.after::before {
	content: "";
	background: url("./imdk.png") no-repeat center center;
	background-size: 100%;
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	left: -20px;
	top: -10px;
	position: absolute;
}
#section15 .price td:nth-child(2){
  width: 77%;
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}
#section12 .price td:nth-child(2) {
  width: 50%;
  font-size: 1.6rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}
#section12 .price td img,
#section15 .price td img {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  margin-right: 0.5rem;
  top: 2px;
}
#section12 ul,
#section15 ul {
  width: 100%;
  padding-left: 0.5rem !important;
}
#section12 li,
#section15 li  {
  font-size: 0.9rem;
  list-style: none;
}

#section12 li:before,
#section15 li:before {
  content: "※";
  display: inline-block;
  margin-right: 2px;
}
#section12 ol li{
  font-size: 1.3em;
  list-style-type: decimal;}

#section12 ol li:before {
  content: "";
  display: inline-block;
  margin-right: 0px;}

#section12 ul.list li{
  margin-left:0.5em;
  font-size: 1.1em;
  list-style-type: disc;
}
#section12 ul.list li:before {
  content: "";
  display: inline-block;
  margin-right: 0px;}

  #section12 .fee h4{font-size:1.5em;text-align: left;color:#ff3e48;margin-top:1em;}
  .caution{
    background:#FFFFFF;
    padding:1em;
    border-radius:5px;
    width:100%;
    margin: 1em auto;
    font-size:1em!important;
  }
.bg_zirei{
	background: url("./bg_zirei.jpg") no-repeat center center;
	background-size:200%;
}
.ex{
	margin: 2rem auto;
	background: #ffe2d9;
	border-radius:20px;
	padding:2rem;
}
#section15 .ex{
	margin: 2rem auto;
	background: #c1e6eb;
	border-radius:20px;
	padding:2rem;
}
.ex_box1{
	width:260px;
	font-weight: 700;
	font-size:1.3rem;
}
.ex_box2{
	width:calc( 100% - 270px );
}
.ex_box3{align-items: stretch;padding: 0;margin: 0;}
.ex_box3 li{
	width:25%;
	display: block;
	list-style: none;
	padding:1rem 0.5rem;
	background: #d4faff;
	color: #0078c0;
	margin: 10px;
	border-radius:10px;flex: 1 0 auto;
	font-size:1.1rem;
	font-weight: 600;
	
}.ex_box3 span {
    background: #0078c0;
    border-radius: 60px;
    margin: 5px auto;
    position: relative;
    border-bottom: 2px solid #c1e6eb;
}.ex_box3 span a{
	font-size:0.9rem;
}
/*クレジット*/
#section08 {
  background: #666666;
  color: #FFFFFF;
}
#section08 a:link {
  color: #FFFFFF;
}
#section08 a:visited {
  color: #EEEEEE;
}
#section08 a:hover {
  color: #ffcccc;
}
#section08 a:active {
  color: #ff9999;
}
a.btn {
  box-shadow: 4px 4px 6px #cccccc;
}
#section07 a span {
  padding-left: 2rem;
}
#section07 a span::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(./mail.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 333;
  top: 30%;
  left: -30px;
}
.btn, a.btn, button.btn {
  width: 90%;
  max-width: 500px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 30px;
  margin: 20px auto;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
a.btn-gradient {
  font-weight: normal;
  color: #fff;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff2222), to(#ff2e00));
  background-image: -webkit-linear-gradient(left, #ff2222 40%, #ff864a 100%);
  background-image: linear-gradient(90deg, #ff2222 40%, #ff864a 100%);
}
a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff2222), color-stop(#ff3847), to(#ff4c4a));
  background-image: -webkit-linear-gradient(left, #ee2222, #ff3847, #ff4c4a);
  background-image: linear-gradient(90deg, #ee2222, #ff3847, #ff4c4a);
  border-radius: 30px;
}
a.btn-gradient span {
  position: relative;
  z-index: 1;
}
a.btn-gradient:hover {
  color: #fff;
}
a.btn-gradient:hover:after {
  opacity: 0;
}
/*操作説明ボタン用*/
a.btn-gradient2 {
  font-weight: normal;
  color: #fff;
  border-radius: 30px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff9999), to(#ffdddd));
  background-image: -webkit-linear-gradient(left, #ffdddd 40%, #ffffff 100%);
  background-image: linear-gradient(90deg, #ffdddddd 40%, #fffffff 100%);
}
a.btn-gradient2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff9999), color-stop(#ffdddd), to(#ffdddd));
  background-image: -webkit-linear-gradient(left, #ffdddd,#ffffff,#ffcccc);
  background-image: linear-gradient(90deg, #ffdddd,#ffffff,#ffcccc);
  border-radius: 30px;
}
a.btn-gradient2 span {
  position: relative;
  z-index: 1;
}
a.btn-gradient2:hover {
  color:#ff2222!important;
}
a.btn-gradient2:hover:after {
  opacity: 0;
}.top .btn-gradient2 span{
	color:#ff2222!important;}
/*ここまで*/
footer {
  background: #333333;
  font-size: 12px !important;
  color: #DDDDDD;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}
/*動画ガイド*/
#section09{
  background: #fff0eb;
  color: #FFFFFF;
  text-align: center;
}
#section14 {}
#section09 h3,
#section14 h3 {
  color: red;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

#section16{
	position: relative;
}

#section16 h2{
	position: relative;
	z-index: 888;
}
#section16::after {
	content: "";
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -190px;
	background: url(./zirei.png) no-repeat bottom center;
	background-size: 100%;
	width: 380px;
	height: 100px;
}
.movie_guide {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movie_guide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sp {
  display: none !important;
}
/*ラジオ*/
#section13 {}
#section13 div.inner {}
.radio{
	width:130px;
	display:inline-block;
}
.radio img{
	width:100%;
}
.audio_box {
  width: 100%;
  max-width: 350px;
  margin: 10px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 1px;
  box-shadow: 2px 5px 5px 5px rgba(200, 200, 200, .2);
  border-radius: 10px;
}
.audio_box dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 0.5rem 1rem;
}
.audio_box ul {
  margin: 0;
  padding: 0;
}
.audio_box li {
  margin: 0;
  padding: 0;
}
.audio_box li:first-child {
  font-weight: bold;
  font-size: 1.2rem;
  list-style: none;
	margin-bottom:5px;
}
.audio_box li:not(:first-child) {
  margin-left: 1rem;
  font-size:0.85rem;
}
#section13 h3 {
  font-size: 2rem;
  text-align: center;
	margin-bottom:2rem;
}
.audio_box span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 2px;
  background: url("./oto.svg") no-repeat center center;
  background-size: 100%;
  position: relative;
}
.audio_box span {
  color: #ff6667;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: bold;
}
.audio_box dt {
  background: #fff0eb;
  padding: 0rem 1rem;
  font-size: 1.1rem;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 1rem 0rem;
  width: 100%;
}
.audio_box dd {
  margin: 0 1rem;
  width: 100%;
 background: #ff666
}

.onair{
	display: inline-block;
	padding:1rem 2rem;
	text-align: center;
	color: #ff6667;
	font-weight: bold;
	margin: 2rem auto;
	border: 1px solid #ff6667;
	border-bottom: 3px solid #ff6667;
	border-radius:60px;
}
.oto {
  display: block !important;
  list-style: none !important;
  margin-left: 0px !important;
  padding: 15px 0px 0px !important;
  position: relative;
}
@media screen and (max-width: 1200px) {
  html, body {
    font-size: 15px !important;
  }
  .inner {
    max-width: 900px;
  }
	.nav h1 {
	padding: 10px 20px;
}
  header {
    background-size: 100%;
    height: 450px;
  }
  .top {
    width: 500px;
    position: absolute;
    left: -20px;
    top: 20px;
  }
  .top figure img {
    width: 300px;
  }
  /*リード*/
  .lead_left, .lead_right {
    height: 350px;
  }
  .lead_left .box {
    right: 40px;
  }
  .lead .box .hito {
    width: 100%;
    max-width: 370px;
  }
  .lead_left .come {
    left: -100px;
    top: -20px;
    width: 500px;
  }
  .lead_right .box {
    left: 40px;
  }
  .lead_right .come {
    right: -74px;
    top: -10px;
    width: 500px;
  }#section12 h4 img {
	width: 100%;
	max-width: 156px;
	position: absolute;
	top: -28px;
	margin-bottom: -30px;
	right: 8%;
}
}
/*タブレット*/
@media screen and (max-width: 769px) {
  html, body {
    font-size: 13px !important;
  }
  .inner {
    padding: 30px;
  }
  p {
    font-size: 1.2rem;
  }
  h3 {
    line-height: 1.4;
  }
  #section03 figure h4, #section05 figure h4 {
    font-size: 2rem;
    padding: 20px 0;
    color: red;
  }
  #section01 h3 {
    text-align: center;
  }
  #section01 h3 img {
    max-width: 500px;
  }
	
	.nav h1 {
	padding: 15px 20px;
}
  header {
    background-size: auto 107%;
    height: 470px;
    background-position: 70% -78%;
  }
  .top {
    width: 450px;
    left: 5%;
    top: 60px;
  }
  .top figure img {
    width: 260px;
  }
  #section01 {
    background: url(./kairanban.png) 50% 80% no-repeat #def2f5;
    background-size: 173px;
    padding-top: 20px;
  }
  #section01 h3 {
    margin-bottom: 25px;
  }
  .lead_left, .lead_right {
    padding: 0;
    height: 240px;
  }
  .lead_left .box {
    right: 0px;
    bottom: 0px;
  }
  .lead_right .box {
    left: 20px;
    bottom: 0px;
  }
  .lead .box .hito {
    width: 100%;
    max-width: 250px;
    line-height: 0;
  }
  .lead_left .come {
    left: -100px;
    top: -40px;
    width: 400px;
  }
  .lead_right .box {
    right: 20px;
  }
  .lead_right .come {
    right: -10px;
    top: -30px;
    width: 400px;
  }
  #section02 h2 img {
    margin-top: -90px;
    width: 90%;
  }
	
	#section03{
		position: relative;
	}
  #section03 h2, #section05 h2 {
    width: 100px;
    height: 100px;
    top: 5px;
    left: 5px;
  }
  #section03 figure img {
    width: 100%;
    max-width: 200px;
    padding: 0px 0px 20px;
  }
  #section03 figcaption, #section05 figcaption {
    padding: 60px 10px 20px 40px;
  }
  /*point*/
  #section03 .t1 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section03 .t2 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section03 .t3 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section03 .t4 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section03 .t5 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section03 .t6 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section05 .t1 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section05 .t2 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section05 .t3 figcaption::after {
    width: 120px;
    height: 38px;
    left: 0px;
    top: 30px;
  }
  #section05 figure img {
    width: 100%;
    max-width: 250px;
    padding: 0px 20px 20px;
  }
  .otoiawase dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    margin: 30px auto 0px;
    box-sizing: border-box;
    font-size: 0.9rem;
  }
  #section07 {
    background: url(./back.jpg) #e3e7e8 no-repeat left bottom;
    background-size: auto 100%;
  }
  .otoiawase dl {
    margin: 20px auto 0px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px;
  }
  .otoiawase dt {
    border: 0px;
    text-align: center;
    padding: 10px 20px;
  }#section12 h4 img {
	width: 100%;
	max-width: 110px;
	position: absolute;
	top: -28px;
	margin-bottom: -30px;
	right: 8%;
}
	
	.ex_box1 br{
		display: none!important;
	}
	.ex_box1,.ex_box2{
		width:100%!important;
	}
	#section13 .flex{justify-content: center;}
}
@media screen and (max-width: 600px) {
  html, body {
    font-size: 12px !important;
  }
  .top h2 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    line-height: 0;
    text-align: center;
  }
  #section02 h2 img {
    margin-top: -60px;
    width: 76%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .inner {
    padding: 20px 20px;
  }
  header {
    background: url(./top_sp.jpg) no-repeat center top;
    background-size: cover;
    height: 600px;
  }
  .top {
    width: 100%;
    margin: 0 auto;
    position: static;
  }
  .top h3 {
    width: 85%;
    margin: 10px auto;
  }
  .top figure {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: -380px;
    width: 100%;
    max-width: 300px;
    left: 20%;
  }
  .top figure img {
    width: 0;
    display: none !important;
  }
  .top figure figcaption {
    display: block;
    width: 220px;
  }
	
  .top figure figcaption a {}
  #section03 figure {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #section03 figcaption {
    padding: 34px 20px 20px;
    font-size: 1.1rem;
  }
  #section01 h3 {
    margin-bottom: 0;
  }
  #section01 h3 img {
    width: 100%;
  }
  /*lead*/
  #section01 {
    background: #def2f5;
    background-size: 173px;
    padding-top: 20px;
  }
  .lead {
    display: block;
    width: 100%;
  }
  .lead_left, .lead_right {
    width: 100%;
    position: relative;
    padding: 0px;
  }
  .lead_left {
    z-index: 999;
    height: 190px;
  }
  .lead_right {
    z-index: 1;
    background: #bae0e2;
    height: 190px;
  }
  .box {
    width: 100%;
    position: relative !important;
  }
  .lead .box .hito {
    width: 100%;
    max-width: 220px;
    line-height: 0;
  }
  .lead .lead_left .box .hito {
    position: absolute;
    right: 17%;
  }
  .lead .lead_right .box .hito {
    position: absolute;
    left: 15%;
    top: 20px;
  }
  .lead_left .come {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 333;
  }
  .lead_right .come {
    right: 19px;
    top: 4px;
    width: 100%;
  }
  #section02 h2 img {
    margin-top: -60px;
    width: 90%;
  }
  #section02 {
    padding-bottom: 0;
  }
  .otoiawase dl {
    width: 100%;
    margin: 20px auto 0px;
    display: block;
    font-size: 0.9rem;
  }
  .otoiawase dt {
    border: 0px;
    text-align: center;
    padding: 0px 5px 2px 0px;
    border-bottom: 1px dotted #999999;
  }
  .otoiawase dd {
    margin: 0;
    padding: 5px 0 0;
  }
  #section07 a span::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(./mail.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 333;
    top: 30%;
    left: -15px;
  }
  #section03 figure h4, #section05 figure h4 {
    font-size: 1.9rem;
    padding: 10px 0;
    color: red;
  }
  #section05 figure {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #section05 figcaption {
    padding: 34px 20px 20px 20px;
  }
  #section05 figure img {
    width: 100%;
    max-width: 200px;
    padding: 0px 20px 20px;
  }
  #section05 .t3 img {
    max-width: 300px;
    padding: 0px 0px 30px;
  }
  #section03 figure, #section05 figure {
    margin: 2rem auto 3rem;
  }
  #section03 figcaption, #section05 figcaption {
    padding: 34px 20px 20px;
    font-size: 1.1rem;
    margin-top: -30px;
  }
  /*point*/
  #section03 .t1 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section03 .t2 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section03 .t3 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section03 .t4 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section03 .t5 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section03 .t6 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section05 .t1 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section05 .t2 figcaption::after {
    left: 0px;
    top: 0px;
  }
  #section05 .t3 figcaption::after {
    left: 0px;
    top: 0px;
  }
  .blue, .yel, .red {
    width: 70px;
    display: inline-block;
    marign: 2px;
    border-radius: 5px;
    font-size: 11px;
    text-align: center;
    padding: 5px 5px;
    box-sizing: border-box;
  }
  /*支援*/
  .sien dl dt {
    max-width: 100%;
    padding: 5px 10px;
  }
  .sien dl dd {
    width: 100%;
    padding-bottom: 2rem;
  }
  .sien dl dt:not(:last-child), .sien dl dd:not(:last-child) {
    border: 0;
  }
  #section12 .inner{
    width: 90% !important;
    border: solid 1px #ff6667;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
  }
  .inject {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inject div {
    width: 100%;
  }
  .inject div:not(:last-child) {
    border: 0;
  }
  #section13 div.flex {
    align-content: center;
    justify-content: center;
  }
  .audio_box {
    max-width: 100%;
  }#section12 h4 img {
	width: 100%;
	max-width: 100px;
	position: absolute;
	top: -60px;
	margin-bottom: -30px;
	right: 0%;
}
	figure.tk::after {
	content: "";
	background: url(./tokutyo.png) no-repeat center center;
	width: 80px;
	height: 80px;
	background-size: 100%;
	margin: 0;
	position: absolute;
	z-index: 999;
	top: -26px;
	left: -5px;
}
.before {
	background: url("./trks.png") no-repeat left center;
	background-size: 100% 100%;
	max-width: 66px;
	font-size: 1rem;
	font-weight: normal !important;
}
	.after small{font-size:11px;}
#section15 .price td:nth-child(1) {
	width: 17%;
	line-height: 1.3;
	padding:5px;
}#section15 .price td:nth-child(2) {
	line-height: 1.3;
}.after {
	margin-left: 1.5rem;
	padding-left: 2rem;
	}#section16::after {
	content: "";
	position: absolute;
	top: -100px;
	left: 50%;
	margin-left: -150px;
	background: url(./zirei.png) no-repeat bottom center;
	background-size: 100%;
	width: 300px;
	height: 100px;
}}
@media screen and (max-width: 320px) {
  html, body {
    font-size: 11px !important;
    line-height: 1.6rem;
  }
  header {
    background: url(./top_sp.jpg) no-repeat center top;
    background-size: 100%;
    height: 500px;
  }
  .top figure {
    margin: 0px;
    display: block;
    position: absolute;
    bottom: -299px;
    width: 100%;
    max-width: 300px;
    left: 13%;
  }
  #section07 span {
    display: inline-block;
    font-size: 2rem;
    color: #FFFFFF;
    border-radius: 20px;
    font-weight: bold;
    padding: 3px;
  }
  #section07 a span::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(./mail.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 333;
    top: 30%;
    left: -4px;
  }
  .lead .lead_right .box .hito {
    position: absolute;
    left: 8%;
    top: 20px;
  }
  .lead .lead_left .box .hito {
    position: absolute;
    right: 8%;
  }
  .otoiawase dl {
    width: 100%;
    margin: 20px auto 0px;
    font-size: 0.7rem;
  }
	.before {
	background: url("./trks.png") no-repeat left center;
	background-size: 100% 100%;
	max-width: 50px;
	font-size: 1rem;
	font-weight: normal !important;
}.after {
	margin-left: 1.5rem;
	padding-left: 2rem;
}#section15 .price td:nth-child(1) {
	width: 15%;
	padding: 5px;
}
}

/* =========================================================================== */
.faqSection {
	padding-block: calc(2rem + 50px);
}

@media screen and (max-width: 769px) {
	.faqSection {
		padding-block: calc(2rem + 30px);
	}
}

@media screen and (max-width: 600px) {
	.faqSection {
		padding-block: calc(2rem + 20px);
	}
}

.faqSection .articleTitle {
	text-align: left;
}

.faq {
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: 30px;
}

@media screen and (max-width: 1200px) {
	.faq {
		max-width: 900px;
	}
}

@media screen and (max-width: 769px) {
}

@media screen and (max-width: 600px) {
	.faq {
		max-width: 900px;
		padding-inline: 20px;
	}
}

.faqInner .inner {
	padding-top: 0;
}

.mokuji {
	--border-color-self: #dbdbdb;
	border: 1px solid var(--border-color-self);
	background: #fcfcf9;
	border-radius: 4px;
	overflow: hidden;
	/* display: none; */
}

.mokuji ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mokuji li {
	--mokuji-icon-size: 1em;
	--mokuji-gap: .25em;
	--mokuji-icon-offset: calc(var(--mokuji-icon-size) + var(--mokuji-gap));
}

.mokuji li:not(:first-child) {
	border-top: 1px solid var(--border-color-self);
}

.mokuji a {
	color: #0078c0;
	display: block;
	padding: 1em;
	transition: background-color .2s;
	word-break: break-word;
	text-decoration: none;
}

.mokuji a:hover {
	background-color: color-mix(in srgb, #fcfcf9, black 2.5%);
	text-decoration: none;
}

.mokuji a::before {
	aspect-ratio: 1/1;
	block-size: var(--mokuji-icon-size);
	content: "";
	display: inline-flex;
	float: inline-end;
	margin-block: calc((1lh - var(--mokuji-icon-size)) / 2);
	mask-image: url('data:image/svg+xml;utf-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20 8L12 16L4 8" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	mask-size: contain;
	mask-position: center center;
	background-color: currentColor;
	mask-repeat: no-repeat;
}

.mokuji__header {
	display: none;
}

.midashiTitle {
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #167ac6;
	border-radius: 4px;
	color: #fff;
	padding: .5em .85em;
	margin-block-start: 2em;
	margin-block-end: .85em;
}

.midashiTitle--middle {
	font-size: 1.5rem;
	margin-top: 2em;
	margin-block-end: .85em;
	border-left: 2px solid currentColor;
	padding-inline-start: .5em;
}

.theme2 {
	margin-bottom: 1em;
}

/*画像*/
.layout__imgDouble {
  display: flex;
}
.layout__imgDouble div{
  width: calc( 100% / 2 - 1em) ;  
}
.faqSection figure img {
  max-width: 100%;
  height: auto;
}

/*リンク*/
.layout__linkFile{
	--border-color-self: #dbdbdb;
	border: 1px solid var(--border-color-self);
	background: #f4f4f4;
	border-radius: 4px;
	overflow: hidden;
  margin:5px auto;
	/* display: none; */
}
.layout__linkFile a {
	color: #3d5666;
	display: block;
	padding: 1em;
	transition: background-color .2s;
	word-break: break-word;
	text-decoration: none;
}
.linkOut__title{margin-right:1em;font-weight: bold;}
.downloadFile__name{margin-right:1em;font-weight: bold;}