@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}
html {
    height: 100%;
}
body {
	height: 100%;
	color: #4b4b4b;
	background-color: #FFFFFF;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}
img {
	vertical-align: top;
}
a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	text-decoration: none;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

.obi {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center 2px;
}


/*トップ
-------------------------------------------*/
.toppage header {
	height: auto !important;
}
header {
	width: 100%;
	display: block;
	position: relative;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-bottom-color: #EEE;
	background-size: cover;
	margin-bottom:200px;
}
header img{
	display: block;
	width: 100%;
	height: auto;
}
.top_catch {
	width:35%;
	position: absolute;
	top: 28%;
	left: 33%;
	z-index: 100;
}
.top_cont{
	text-align:center;
}
.top_cont img {
	margin:0 auto;
	width:50%;
}
.inu{
	height:300px;
	padding-top:30px;
	padding-bottom:200px;
	margin-left:200px;
	
}
.inu-top{
	float:left;	
}
.inu3 img{
	width:300px;
}
.top-comment img{
	width:600px;
	padding-top:50px;
}

/*コンテンツ
-------------------------------------------*/
.content {
	clear: both;
	padding-bottom: 150px;
}

.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	line-height: 1.8;
	font-size: 18px;
	margin-bottom: 60px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
}

/*お悩み
-------------------------------------------*/
.dounyu{
	heigth:200px;
}
.nayami {
	padding-bottom:150px;
	width:100%;
	clear: both;
	overflow:hidden;
}
.nayami-cont {
	float:left;
	margin-top:80px;	
}

img.img_left {
	width: 250px;
	padding-right:100px;
	padding: 10px;
	margin-left:100px;
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.kaifont{
	float:right;
	width:100%;
	height:300px;
}
.kaiketsu01 {
    background-image: url(img/kaiketsu017.png);
    background-position: center;
	background-size: cover;
}
.kaiketsu02 {
    background-image: url(img/kaiketsu022.png);
}
.kaiketsu03 {
	margin-bottom:300px;
    background-image: url(img/kaiketsu031.png);
}
.btn-gradation {
  display: inline-block;
  width: 180px;
  text-align: center;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px;
  background-image: linear-gradient(-90deg, #05B1B9, #B7F9FC);
  transition: .5s;
  background-size: 200%;
  margin-top:40px;
  margin-left:450px;
}
.btn-gradation:hover {
	background-position: right center;
	color: #025F63;
}
img.img_icon {
	width: 65px;
	padding-left:20px;
}


/*機能詳細（子ページ）
-------------------------------------------*/
.function{
	clear: both;
	margin:70px;
}
.func-title{
	float:left;
}
.func-cont .funcIcon {
	width:42px;
	margin-left:15px;
}
.func-cont{
	float:left;
	width:50%;
	height:700px;
}

/* 吹き出し（共通） */
.fukidashi{
	position: relative;
	padding: 15px;
	border-radius: 10px;
	color: #4b4b4b;
	width:60%;
    margin-bottom: 30px;
}

/* 吹き出し（左から） */
.balloon1{
  margin-left: 100px;          /* 左に余白を設ける */
  background-color: #E6FEFF;
  box-shadow: 5px 5px 0px 0px #66C8CC;
  z-index:5;
}
/* 三角アイコン（左） */
.balloon1::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13px;
  top: 10px;
  border-right: 15px solid #E6FEFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 10;
}
/* 三角アイコンの影（左） */
.balloon1::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -13px;
  top: 15px;
  border-right: 15px solid #66C8CC;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 犬アイコン（共通） */
.inuIcon img{
	width:130px;
	z-index:0;
}
/* 犬アイコン - 絶対配置で左上に配置 */
.balloon1 .inuIcon{
  position: absolute;
  left: -130px;
  top: -30px;
}
/* 吹き出し（右から）*/
.balloon2{
  margin-right: 100px;          /* 右に余白を設ける */
  background-color: #E6FEFF;
  box-shadow: -5px 5px 0px 0px #66C8CC;
  z-index:5;
}
/* 三角アイコン（右） */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13px;
  top: 10px;
  border-left: 15px solid #E6FEFF;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  z-index: 10;
}
/* 三角アイコンの影（右） */
.balloon2::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -13px;
  top: 15px;
  border-left: 15px solid #66C8CC;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
/* 犬アイコン - 絶対配置で右上に配置 */
.balloon2 .inuIcon{
  position: absolute;
  right: -130px;
  top: -30px;
}
.function .funcMain{
	width:470px;
	margin-top:60px;
}
.function .func-image{
	text-align:center;
}
.func-button{
	clear: both;
}
a.app_btn.func-app{
	padding: 50px 60px 50px 50px;
	font-size: 1.6rem;
}
.return{
	clear:both;
	padding-top:200px;
}

/*特徴・機能
-------------------------------------------*/
.feature{
	height:100%;
	height:100%;
	margin-bottom:150px;
}
.feature-number{
	width:50%;
	margin:0 auto;
}

/*ご利用の流れ
-------------------------------------------*/
.install{
	clear:both;
	background-color:#00acb3;
	padding-top:60px;
	margin-top:200px;
	width:80%;
	margin:0 auto;
}
.cont_list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	width:90%;
	margin:0 auto;
	padding-bottom:100px;
}

.cont_list .list_box {
	width: 28%;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: 0.2s linear;
	padding-bottom: 40px;
}

.cont_list .list_box img {
	width: 45%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*テーブル共通（ご利用料金／申し込み・お問い合わせフォーム）
-------------------------------------------*/
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
.content table {
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.content table th,
.content table td {
	padding: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.content table th {
	background-color: #00acb3;
	color: #4b4b4b;
	letter-spacing: 2px;
}
/** チェックOFFなら非表示 */
.message1,
.message2,
.message3 { 
  display: none;
}
/** チェックONなら表示 */
.toggle1:checked ~ .message1{
  display: block;
}
.toggle2:checked ~ .message2{
  display: block;
}
.toggle3:checked ~ .message3{
  display: block;
}

/*ご利用料金
-------------------------------------------*/
.price{
	font-size: 18px;
	width:80%;
	margin:0 auto;
	margin-top:200px;
}
.price table th {
    color: #FFF;
    border-bottom-color: #FFF;
}
.price table .thmidashi,
.price table .tdmidashi {
	border-bottom:5px double;
	color:#FFF;
}
.price table .thnormal {
	font-weight:normal;
	text-align:left;
}
.price table td {
	color: #4b4b4b;
	width: 20%;
	text-align:center;
}
.price table .tdmidashi{
	font-weight:bold;
	background-color: #00acb3;
}
.price table .tdblank{
	background-color: #F5F2F2;
}
.price table span{
	font-size:12px;
}

.price p{
	text-align:center;
}

/*お申し込みボタン
-------------------------------------------*/
.application{
	padding-top:200px;
	text-align:center;
	position: relative;
}

a.app_btn{
	color: #fff;
	background-color: #00c4cc;
	border-bottom: 5px solid #069CA3;
	position: relative;
	padding: 60px 60px 60px 50px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2rem;
}

a.app_btn:hover {
	color: #fff;
	background: #069CA3;
	margin-top: 3px;
	border-bottom: 2px solid #00c4cc;

}
a.app_btn:before {
 	font-family: 'Font Awesome 5 Free';
	font-size: 1.6rem;
	line-height: 1;
	position: absolute;
	top: calc(50% - .8rem);
	right: 1rem;
	margin: 0;
	padding: 0;
	content: '\f054';
}
a.app_btn img{
	width:35%;
	padding-bottom:20px;
	position: absolute;
	top: -20px;
	left: 380px;
}
/*お申し込みフォーム・お問い合わせフォーム
-------------------------------------------*/
.content .agreement{
	width: 80%;
	margin:0 auto;
	
}
.agree-check {
	float:left;
	width:50%;
	height:80px;
}
.agree-check a {
	line-height:120px;
}
.kiyaku{
	margin:0 auto;
	text-align:center;
}
.application_btn{
	text-align:center;
}

/*↓同意チェック*/
.notes_required {
  text-align: center;
  background: #fff;
  border: 3px solid #E6FEFF;
  padding: 30px 20px;
}
.notes_required .check_text_b {
  font-size: 16px;
}
.notes_required .checkBtn_area {
  max-width: 400px;
  margin: 15px 10px 10px 650px;
  border-radius: 12px;
  background: #E6FEFF;
  padding: 20px 0;
  transition-duration: 0.2s;
}
.notes_required._check .checkBtn_area {
  background: #E6FEFF;
}
.notes_required label {
  color: #333;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition-duration: 0.3s;
  position: relative;
}
.notes_required label .label_inner {
  padding-left: 22px;
}
.notes_required label .label_inner:before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border: 4px solid #737373;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
/*チェックボックスクリックでチェックマーク表示*/
.notes_required._check1 label .label_inner1:after,
.notes_required._check2 label .label_inner2:after,
.notes_required._check3 label .label_inner3:after {
  content: '';
  width: 20px;
  height: 12px;
  border-top: 6px solid #d6042e;
  border-right: 6px solid #d6042e;
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.9em;
}

.notes_required label input {
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .notes_required label:hover {
    border-bottom: 2px solid #00c4cc;
  }
}
/*↓申し込み内容送信ボタン*/
.btnArea {
  max-width: 400px;
  margin: 30px auto 0;
  position: relative;
}
.btnArea input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0;
  z-index: -1;
  transition-duration: 0.3s;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.btnArea input[type="submit"] {
  cursor: default;
  z-index: +1;
  outline: none;
}
.btnArea ._check1 ._check2 input[type="submit"],
.btnArea ._check3 input[type="submit"] {
  /*z-index: -1;*/
}
a.btn_one {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #969696;
  border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px 0px #00407b;
  width: 100%;
  height: 80px;
  padding: 0 10% 0 6%;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
a.btn_one:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 8%;
  margin-top: -11px;
}
._check1 ._check2 a.btn_one,
._check3 a.btn_one {
  background: #3475b1;
  box-shadow: 0px 5px 0px 0px #104575;
}
a.btn_one:hover {
  background: #228bc8;
  opacity: 1;
}
#mailform table.table_form {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
#mailform table.table_form th {
    text-align: right;
    border-right-width: 2px;
    border-bottom-width: 1px;
    border-right-style: solid;
    font-size: 14px;
    font-weight: normal;
    padding: 20px;
    background-color: #E6FEFF;
}
#mailform table.table_form td {
    padding: 20px;
    background-color: #FFF;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    border-bottom-width: 1px;
    font-size: 14px;
}
input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    
}

/*よくある質問
-------------------------------------------*/
.faq{
	margin-top:200px;
}
.faq_content {
	width:70%;
	margin:0 auto;
}
.faq_content ul{
	margin-top:50px;
	margin-left:200px;
	margin-right:200px;
}
.faq_content li{
	padding-top:50px;
	padding-bottom:8px;
	border-bottom: 1px solid rgba(112, 112, 112, 0.2);
	font-size:18px;
	list-style-type: none;
}
.faq_content .answer-list{
	padding-top:20px;
}
.faq_content li img{
	width:5%;
}


/*お問い合わせボタン／(仮)資料ダウンロードボタン
-------------------------------------------*/
.btngroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  margin: 150px auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btngroup a img{
	width:70%;
}
.con_btn, .doc_btn {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  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;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  line-height: 1.4;
  width: 45%;
  padding: 2rem 0.1rem 0.1rem 0.1rem;
  color: #ffff;
}
a.con_btn {
  color: #fff;
  background: #00c4cc;
}
a.doc_btn {
  color: #fff;
  background: #069CA3;
}
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-bottom: 20px;
	display: block;
	color: #FFFFFF;
	color: rgba(255,255,255,0.8);
	background-color: #069CA3;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #F6F6F6;
}

.footer_box {
	padding-top: 30px;
	padding-bottom: 90px;
}
.footer_box .box_in ul,
.footer_box .box_in ul li {
	width:250px;
}
.footer_box ul li .li_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 14px;
	letter-spacing: 1px;
}

.footer_box ul li a {
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	font-size: 13px;
	line-height: 22px;
}

.footer_box ul li a::before {
	font-size: 10px;
	display: block;
	width: 20px;
	line-height: 22px;
	position: absolute;
	top: 5px;
	left: 10px;
	content: '・';
}
.footer_box ul li a:hover {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

.footer_box ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_box ul li ul {
	width: 100% !important;
}

/*追従メニュー
-------------------------------------------*/
#menu {
	position: fixed;
	top: 0;
	z-index: 200;
	background-color: rgba(236,227,227,0.5);
	color:white;
	padding-left:10%;
	padding-right:10%;
}

#menu a {
	text-decoration: none;
	text-align: center;
	display: block;
	padding-top: 15px;
	padding-bottom:15px;
	color:#A7A7A7;
	float:left;
	width:400px;
}
#menu a:hover{
	background-color: rgba(0,196,204,0.5);
	color:white;
}

/*フォント
-------------------------------------------*/
h2 {
	text-align: center;
	margin-bottom: 30px;
	background-position: center 59px;
	padding-bottom: 15px;
	padding-top:70px;
	font-size: 40px;
	line-height: 40px;
	color: #636363;
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: bold;
	clear: both;
}
.content h3 {
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 70px;
	line-height: 30px;
	font-weight: bold;
	color: #82D6FF;
	clear: both;
	margin-top:100px;
}
.content h4 {
	font-size: 40px;
	line-height: 40px;
	color: #636363;
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	padding-bottom: 5px;
	position: relative;
	display: block;
	font-weight: bold;
}
.content h6 {
	font-size: 25px;
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	color: #00c4cc;
	clear: both;
	font-weight: normal;
	text-align:center;
	text-decoration:underline solid;
}
.top_cont h1 {
	font-size: 60px;
	letter-spacing:0.5em;
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
}
.top_cont h1:before, h1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.top_cont h1:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.top_cont h1:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}
.top_cont h2{
	font-size: 30px;
	margin:0;
	padding:0;
}
.top_cont span{
	font-size:40px;
}
.top_cont h3{
	font-size:64px;
	color:#90D7EC;
	line-height:0em;
}
.top_cont p{
	font-size:20px;
	margin-bottom:20px;
}

.top_cont .top_summary{
	margin-top:20px;
}
.nayami-cont h2 {
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	font-size: 30px;
	clear: both;
	line-height:1.7em;
	font-weight: normal;
}
.nayami-cont h3 {
	margin-bottom:30px;
}
.kaifont h4 {
	padding-left:30%;
	padding-top:20px;
}

.kaifont .midashi {
	background: linear-gradient(transparent 70%, yellow 70%);
}

.kaifont .midashi2 {
	border-bottom: dotted 3px yellow;
}

.kaifont h5 {
	font-size: 30px;
	line-height:1.8em;
	color: #636363;
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 20%;
	position: relative;
	display: block;
	font-weight: bold;
}
.function h2 {
	font-family:"游明朝";
	clear: both;
	font-weight: normal;
	margin-bottom:150px;
}
.function span {
	font-size:17px;
}
.func-cont h2 {
	font-family:"メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";
	margin:20px 0 0 20px;
	font-size:38px;
}
.func-cont h3 {
	background-color:#00c4cc;
	color:#fff;
	font-size:40px;
	text-align:center;
	line-height: 0.8em;
	width:85px;
	padding-bottom:10px;
	margin:0;
}
.func-cont p{
	clear:both;
	padding-top:25px;
}
h8{
	font-size:14px;
	font-weight:lighter;
	color:#4b4b4b;
}
.func-cont .kakudai{
	padding:0;
	font-size:14px;
	text-align:center;
}
.return a{
	color: #636363;
}
.content .feature h2{
	margin-bottom:40px;
}
.content .feature h3{
	font-size:38px;
	color: #00c4cc;
}
.content .feature .heading14 {
	position: relative;
	padding-left: 80px;
    font-size: 25px;
    line-height: 2.1em;
    padding-top:10px;
}

.content .feature .heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: #90D7EC;
	font-size: 43px;
}

.content .feature .heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}
.content .feature .feature-number p {
	margin: 0;
	padding-left:70px;
}

.install .list_box span {
	text-align:center;
	font-size: 30px;
	color:#00c4cc;
}
.install h2 {
	color: #FFF;
}

.cont_list h2{
	color: #4b4b4b;
	padding-top: 20px;
	background-color: #FFF;
	font-size: 22px;
	font-weight:normal;
	line-height: 30px;
	padding-bottom: 10px;
}
.content .list_box p {
	color:#4b4b4b
}
h2.h2_title_01 {
	margin:0 auto;
	margin-top:100px;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #066C93;
    background-color: #F9F9F9;
    padding: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDD;
    width:80%;
}
#mailform p{
	color:#4b4b4b;
}
span.required {
    display: inline-block;
    margin-left: 5px;
    color: #FFF;
    background-color: #00c4cc;
    font-size: 12px;
    line-height: 24px;
    padding-right: 5px;
    padding-left: 5px;
}
.required span {
    margin-left: 10px;
    color: #00c4cc;
}

.faq .question {
	color:#00c4cc;
	font-weight: bold;
	font-size: 25px;
	opacity:0.8;
}
.faq .answer {
	color:#F15B5B;
	font-weight: bold;
	font-size: 33px;
}

/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transition: 4.0s ease-out;
}

.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
}



/*
レスポンシブ
-------------------------------------------*/

/*------------------------------------（↓/1100～）------------------------------------*/

@media screen and (min-width:1100px) {

/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 1400px;
	margin:0 auto;
}

.pankuzu ul {
	display: block;
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/*フッター
-------------------------------------------*/
.footer_box  {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 240px;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 30px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 250px;
	margin-right: 30px;
}
/*追従メニュー
-------------------------------------------*/
#menu2 {
	visibility:hidden;
}
.menu_btn {
	display: none;
}

}
/*------------------------------------（/1100～）------------------------------------*/
/*------------------------------------（↓/～1400）------------------------------------*/

@media screen and (max-width:1400px) {

/*お悩み
-------------------------------------------*/
.nayami-cont {
    margin-top: 130px;
}
img.img_left {
    width: 200px;
}
img.img_icon {
    width: 58px;
}
.kaifont {
    background-position:center;
    background-size:contain;
    background-repeat: no-repeat; 
	height:200px;
}
.kaiketsu01 {
	margin-top:10px;
}
.kaifont h4 {
	font-size:33px;
}
.kaifont h5 {
	padding-top:0;
    font-size: 27px;
}

/*ご利用の流れ
-------------------------------------------*/
.install{
	width:70%;
	margin:0 auto;
}
.cont_list .list_box img {
    width: 38%;
}
.install h6 {
    font-size: 20px;
}
.install p {
    margin-bottom: 0;
}

/*料金表
-------------------------------------------*/
.price{
	width:70%;
	margin:200px auto;
}
.price table th, .price table td {
    padding: 20px;
}

/*追従メニュー
-------------------------------------------*/
#menu a {
	width: 300px;
}

}
/*------------------------------------（/～1400）------------------------------------*/
/*------------------------------------（↓/～1300）------------------------------------*/
@media screen and (max-width:1300px) {

/*
トップ
-------------------------------------------*/
.top_catch {
	margin:0 auto;
	text-align:center;
}
.inu {
    margin-left: 120px;
}
.top-comment img{
	width:550px;
}

/*お悩み
-------------------------------------------*/
.nayami{
	padding-bottom:0;
	height:2800px;
}
.nayami-cont{
	margin-top:200px;
}
img.img_left{
	margin-bottom:0;
}
/*機能詳細
-------------------------------------------*/
.function{
	margin:200px;
}
.function h2{
	font-size:30px;
}
.func-cont span{
	font-size:14px;
	padding:5px;
}
.func-cont h3{
	font-size:25px;
	width:60px;
}
.func-cont h2 {
	font-size:28px;
	margin:4px 0 0 20px;
}
.function .funcMain {
    width: 400px;
}

/*ご利用の流れ
-------------------------------------------*/
.install{
	width:60%;
    padding-top: 30px;
}
.install p {
	font-size:16px;
}
.content .cont_list {
    padding-bottom: 50px;
}
.content .cont_list h2 {
    font-size: 20px;
}

/*ご利用料金
-------------------------------------------*/
.price{
	width:60%;
	font-size:16px;
}
/*お申し込みボタン
-------------------------------------------*/
.application{
	padding-top:0;
}
a.app_btn{
	padding: 40px 40px 40px 30px;
	font-size:29px;
}
a.app_btn img{
	left: 320px;
}
/*よくある質問
-------------------------------------------*/
.faq_content {
	width:60%;
}

}
/*------------------------------------（/～1300）------------------------------------*/



/*------------------------------------（↓/～1100）------------------------------------*/


@media screen and (max-width:1100px) {

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

.content {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content p {
	margin-right: 20px;
	margin-left: 20px;
}

.obi {
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*
トップ
-------------------------------------------*/

header {
	height: 60px;
}
.top_catch {
	width:350px;
}
.top_cont {
    margin-bottom:0;
}
.inu{
	padding-top:0;
	padding-bottom:300px;
	margin-left:70px;
}
.inu3 img{
	width:250px;
}
.top-comment img{
	width:500px;
}
/*お悩み
-------------------------------------------*/
img.img_left {
	width: 180px;
    margin-bottom: 0;
    margin-left:0;
}
.content h2 {
	font-size:30px;
}
.nayami {
    height: 2300px;
}
.nayami-cont h3 {
	font-size: 60px;
	margin-top:80px;
}
.nayami01{
	margin-top:100px;
}
.kaifont{
	margin-top:0;
}
.kaifont h4 {
	font-size: 30px;
}
.kaifont h5 {
	font-size: 27px;
	line-height:1.8em;
	padding-top: 0;
	padding-bottom: 5px;
	padding-left: 20%;
	position: relative;
	display: block;
	font-weight: bold;
}

/*機能詳細
-------------------------------------------*/
.function{
	text-align:center;
}
.function h2{
	font-size:27px;
	margin-top:60px;
}
.function h3{
	font-size:30px;
}
.func-cont {
	float:none;
	width:100%;
	margin:0;
	height:600px;
}
.func-cont p{
	font-size:14px;
	margin-bottom:35px;
}
.func-image {
	height:500px;
}
.function .funcMain {
    width: 500px;
    margin-top: 0;
}
a.app_btn.func-app{
	margin-top:100px;
	padding: 50px 60px 50px 50px;
	font-size: 1.6rem;
}

/*
ご利用の流れ
-------------------------------------------*/
.install{
	width:80%;
}

.cont_list {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/*ご利用料金
-------------------------------------------*/
.price{
	width:80%;
}
.price table th, .price table td {
    padding: 15px;
}

/*お問い合わせボタン／資料ダウンロードボタン
-------------------------------------------*/
.btngroup {
  max-width: 500px;
}
.con_btn, .doc_btn {
	font-size:14px;
	padding: 20px 20px 20px 15px;
	width: 40.5%;
}
/*申し込み画面
-------------------------------------------*/
.notes_required .checkBtn_area {
    margin: 15px 10px 10px 400px;
}
a.btn_one {
    height: 60px;
    font-size: 20px;
}
.notes_required label {
	font-size: 18px;
}
.notes_required .check_text_b {
	font-size: 14px;
}
.notes_required label .label_inner {
	padding-left: 10px;
}
.notes_required label .label_inner:before {
	width: 20px;
    height: 20px;
    margin-top: -10px;
}
.notes_required._check label .label_inner:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
}
/*フッター
-------------------------------------------*/
.footer_box {
	padding-bottom: 100px;
}
.footer_box .box_in {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.footer_box .box_in .foot_right {
	float: right;
	width: 24%;
}
.footer_box .box_in .foot_right p {
	font-size: 12px;
	margin-bottom: 20px;
}
.footer_box .box_in ul {
	display: block;
	float: left;
	width: 15%;
	padding-right: 5px;
	width:30%;
}
.footer_box ul li {
	width:180px;
}
.footer_box ul li a {
	width:100%;
	padding-left:0;
}
/*追従メニュー
-------------------------------------------*/
#menu {
	visibility:hidden;
}

/*---右上メニューボタン（jsと連動してアニメーション）----------------------------------------*/
.menu_btn {
	display: block;
	height: 30px;
	width: 40px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	position: fixed;
	z-index: 5000;
	top: 5px;
	right: 5px;
	background-color: rgba(255,255,255,0.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.menu_btn::after {
	content: "MENU";
	display: block;
	height: 10px;
	width: 40px;
	font-size: 9px;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
	color: #003584;
}

.menu_btn.opened::after {
	content: "CLOSE";
	color: #FFF;
	font-size: 8px;
	bottom: 2px;
}

.menu_btn:hover {
	cursor: pointer;
}

.menu_btn.opened {
	background-color: rgba(0,0,0,0.2);
}

.menu_btn.opened span {
	background-color: #FFF;
}
.menu_btn span {
	width: 28px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	top: 36%;
	margin-left: -14px;
	background-color: #003584;
}
.menu_btn span {
    transition: all 0.3s;
    transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
.menu_btn span.top {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
  }
.menu_btn span.bottom {
    transform: translateY(8px);
	-webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
}
.menu_btn:hover span.top {
    transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.menu_btn:hover span.bottom {
    transform: translateY(10px);
	-webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}
.menu_btn.opened  span.middle {
    background: rgba(255, 255, 255, 0);
	 transform: translateX(30px);
	 -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
}
.menu_btn.opened  span.top {
    transform: rotate(-45deg) translateY(0px);
	-webkit-transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
}
.menu_btn.opened  span.bottom {
    transform: rotate(45deg) translateY(0px);
	-webkit-transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
}

/*---ボタン押下後menu2を表示----------------------------------------*/
#menu2 {
	position: fixed;
	height: 40%;
	padding-top: 40px;
	top: 0px;
	left: 70%;
	overflow: auto;
	z-index: 3000;
	background-color: #005DA3;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-ms-filter: "alpha( opacity=95 )";
	box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 7px 0px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu2 ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#menu2 ul li:first-child a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #13476F;
}
#menu2 ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 14px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C0C0C0;
	background-color: #005DA3;
	background-image: url(img/li_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 22px;
	vertical-align: middle;
}

#menu2 ul li a:hover {
	background-color: #00c4cc;
}

.fixed {
	overflow: hidden;
}



}
/*------------------------------------（/～1100）------------------------------------*/

/*------------------------------------（↓/～900）------------------------------------*/
@media screen and (max-width:900px) {

/*トップ
-------------------------------------------*/
header{
	margin-bottom:100px;
}	
.top_cont h1{
	font-size:50px;
}
.top_cont h2{
	font-size:26px;
	margin-bottom:0;
}
.top_cont h3 {
    font-size: 50px;
}
.top_cont p {
    font-size: 16px;
}
.inu{
	padding-left:0;
	padding-bottom:250px;
}
.inu3 img{
	width:220px;
	padding-right:0;
}
.top-comment img{
	width:450px;
}

/*
お悩み
-------------------------------------------*/
img.img_left {
	margin-left: 0;
}
.nayami-cont h2{
	padding-top:20px;
	font-size:26px;
}
.nayami-cont h3 {
	margin-bottom:0;
}
.kaifont h4 {
	font-size:32px;
	padding-left:15%;
}
.kaifont h5 {
	font-size:25px;
	padding-left: 10%;
}
.btn-gradation {
    margin-left: 300px;
}

/*機能詳細
-------------------------------------------*/
.function{
	margin:80px;
}
.func-button{
	padding-top:100px;
}
a.app_btn.func-app{
	padding: 40px 50px 40px 40px;
	font-size: 1.2rem;
}

/*特徴・機能
-------------------------------------------*/
.feature-number{
	width:70%;
}
.content .feature .heading14{
	padding-left:70px;
}
.content .feature .heading14::before{
	font-size:35px;
	padding-left:10px;
}
.content .feature h3{
	font-size:32px;
}

/*ご利用の流れ
-------------------------------------------*/
.install {
    width: 75%;
}
.cont_list {
	flex-direction:column;
	justify-content:space-between;
}
.cont_list .list_box {
    width: 100%;
	display: flex;
	height:50%;
	padding-bottom:0;
}
.cont_list .step_left{
	width:35%;
}
.cont_list .list_box img {
    width: 35%;
}
.cont_list h2 {
	padding-bottom:0;
}
.content h6 {
    font-size: 18px;
}
.content .list_box p {
	margin-top:60px;
}

/*ご利用料金
-------------------------------------------*/
.price{
	width:80%;
}
.price table th, .price table td {
    padding: 15px;
    font-size:14px;
}

/*よくある質問
-------------------------------------------*/
.faq_content li{
	padding-top:25px;
	font-size:14px;
}

/*申し込み画面
-------------------------------------------*/
.notes_required .checkBtn_area {
    margin: 15px 10px 10px 300px;
}


}
/*------------------------------------（/～900）------------------------------------*/

/*------------------------------------（↓/～760）------------------------------------*/

@media screen and (max-width:760px) {

/*トップ
-------------------------------------------*/
.top_catch {
	width:280px;
	margin:0 auto;
	text-align:center;
}
.inu{
	padding-top:0;
	padding-bottom:160px;
	margin-left:20px;
}
.inu3 img{
	width:180px;
	padding-top:20px;
}
.top-comment img{
	width:400px;
}

/*お悩み
-------------------------------------------*/
.nayami {
    height: 2300px;
}
.btn-gradation {
    margin-left: 250px;
}
/*テーブル
-------------------------------------------*/
.content table.table_01 th,
.content table.table_01 td,
.content table.table_02 th,
.content table.table_02 td,
.content table.table_form th,
.content table.table_form td {
	display: block;
	padding: 20px;
}

.content table.table_form th,
.content table.table_form td {
	text-align: center !important;
}

.content table.table_form th {
	border-right: none !important;
}

/*お問い合わせボタン／資料ダウンロードボタン
-------------------------------------------*/
.btngroup {
  max-width: 400px;
}
.con_btn, .doc_btn {
	font-size:14px;
	font-weight:normal;
	padding: 15px 15px 15px 10px;
}
/*
フォーム（お申し込み／お問い合わせ）
-------------------------------------------*/
.contact h2 {
	font-size:30px;
}
.contact p{
	font-size:14px;
}

/*申し込み画面
-------------------------------------------*/
.notes_required .checkBtn_area {
    margin: 15px 10px 10px 230px;
}
.notes_required label .label_inner {
    font-size: 14px;
}
a.btn_one {
    font-size: 16px;
}
.notes_required {
    padding: 20px 15px;
}
.notes_required .check_text_b {
    font-size: 13px;
}
.notes_required._check label .label_inner:after {
    width: 16px;
    height: 8px;
    margin-top: -0.8em;
}
  
/*
フッター
-------------------------------------------*/
footer {
	padding-bottom: 20px;
}
.footer_box .box_in .foot_right {
	float: none;
	clear: both;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
}
.footer_box .box_in .foot_right p {
	line-height: 26px;
	margin-bottom: 0px;
}

}
/*------------------------------------（/～760）------------------------------------*/

/*------------------------------------（↓/～700）------------------------------------*/
@media screen and (max-width: 700px){

/*トップ
-------------------------------------------*/
.top_cont h1 {
	font-size: 40px;
}
.top_cont h2 {
    margin-top: 10px;
}
.top_cont p {
    margin-right:45px;
    margin-left:45px;
}
.inu{
}
.inu3 img{
	width:150px;
}
.top-comment img{
	width:360px;
}

/*お悩み
-------------------------------------------*/
img.img_left {
	width:140px;
	margin-left:0;
}
.nayami {
    height: 2100px;
}
.nayami-cont h2 {
    padding-top: 26px;
}
.content h3{
	font-size:50px;
}
.kaifont h4 {
	font-size:25px;
	padding-left:15%;
}
.kaifont h5 {
	font-size:19px;
	padding-left: 10%;
}

/*機能詳細
-------------------------------------------*/
.fukidashi{
	margin-bottom:20px;
}
.func-cont h3 {
	font-size:24px;
	padding-top:10px;
}
.func-cont h2 {
	font-size:20px;
}
.func-cont .funcIcon {
    width: 35px;
}
.func-button{
	padding-top:100px;
}
a.app_btn.func-app{
	padding: 40px 50px 40px 40px;
	font-size: 1.2rem;
}
.return{
	font-size:14px;
}

/*機能一覧
-------------------------------------------*/
.content .feature .heading14 {
    font-size: 20px;
}
.content .feature .heading14::before {
    font-size: 30px;
}
.content .feature .heading14::after {
    width: 55px;
}
.content .feature h3 {
    font-size: 28px;
}
.feature p{
	font-size:14px
}

/*ご利用の流れ
-------------------------------------------*/
.content .list_box p{
	font-size:14px;
    margin-top: 30px;
}
.content .install h6 {
    font-size: 15px;
}
.content .cont_list h2 {
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.cont_list .list_box img {
	margin-top: 0;
	margin-bottom:0;
}
/*ご利用料金
-------------------------------------------*/
.price p{
	font-size:13px;
}

/*お申し込みボタン
-------------------------------------------*/
a.app_btn{
	font-size:24px;
	padding: 30px 30px 30px 25px;
}
a.app_btn img{
	left: 270px;
}
/*お申し込み画面
-------------------------------------------*/
.agree-check {
	float:none;
    width:100%;
}
.notes_required .checkBtn_area {
	margin:0 auto;
}
.application-privacy{
	margin:0 auto;
}
.application-privacy iframe{
	margin-top:50px;
}

/*フッター
-------------------------------------------*/
footer {
    padding-bottom: 30px;
}
.footer_box{
	width:100%;
	margin:0 auto;
}
.footer_box .box_in ul {
	width: 50%;
}
.footer_box ul li a {
    font-size: 12px;
    padding-left: 0px;
}
/*追従メニュー
-------------------------------------------*/
#menu2{
    left: 62%;
}
#menu2 ul li a{
	font-size:12px;
}

/*------------------------------------（/～700）------------------------------------*/
/*------------------------------------（↓/630～）------------------------------------*/
@media screen and (max-width:630px) {

/*お悩み
-------------------------------------------*/
.nayami {
    height: 2500px;
}


}
/*------------------------------------（/630～）------------------------------------*/

/*------------------------------------（↓/560～）------------------------------------*/
@media screen and (min-width: 560px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
/*------------------------------------（/560～）------------------------------------*/

/*------------------------------------（↓/～560）------------------------------------*/

@media screen and (max-width:560px) {

/*トップ
-------------------------------------------*/
.top_catch {
	width:40%;
	margin:0 auto;
	text-align:center;
}
.top_cont h1{
	font-size:30px;
}
.top_cont h2{
	font-size:20px;
	margin-top: 0;
}
.top_cont span {
    font-size: 30px;
}
.top_cont p{
	font-size:14px;
}
.inu3 img {
    width: 100px;
}
.top-comment img{
	width:300px;
	padding-top:15px;
}
/*
お悩み
-------------------------------------------*/
.obi h2 {
	font-size:20px;
	padding-top:0;
}
.nayami {
    height: 1600px;
}
.nayami-cont {
    margin-top: 0;
}
.nayami-cont h2 {
	font-size:18px;
}
img.img_left {
    width: 120px;
}
.content h3 {
    font-size: 40px;
}
.br-pc { display:none; }
.br-sp { display:block; }

img.img_left,
img.img_right {
	float: none;
	margin: auto;
}
.btn-gradation {
   margin-left: 140px;
   font-size: 14px;
   padding: 10px 10px;
}

/*機能詳細
-------------------------------------------*/
.function{
	margin:50px;
}
.func-cont {
	height:650px;
}
.function h2{
	margin-bottom:50px;
}
.func-title{
	float:none;
}
.func-cont h3 {
	font-size:22px;
	margin:0 auto;
	padding:10px 100px;
}
.func-cont h2 {
	margin-top:40px;
	margin-bottom:0;
}
.func-cont p{
	font-size:14px;
}
.fukidashi{
	padding: 10px;
    width: 70%;
}
.balloon1 {
    margin-left: 70px;
}
.inuIcon img {
    width: 90px;
}
.balloon1 .inuIcon{
  left: -100px;
  top: -15px;
}
.balloon2 .inuIcon{
  right: -100px;
  top: -15px;
}
.balloon1::before{
  top: 7px;
}
.balloon1::after{
  top: 11px;
}
.balloon2::before{
  top: 7px;
}
.balloon2::after{
  top: 11px;
}

.func-cont h8 {
	font-size:12px;
}
.content .kakudai{
	margin-bottom:90px;
}

/*特徴・機能
-------------------------------------------*/
.feature-number{
	width:70%;
}
.content .feature .heading14{
	font-size:16px;
}
.content .feature .heading14::before{
}
.content .feature h3{
	font-size:20px;
}
.content .feature .feature-number p{
	font-size:14px;
}

/*ご利用の流れ
-------------------------------------------*/
.install{
	padding-top:40px;
	width:80%;
}
.cont_list{
	padding-bottom:40px;
}
.cont_list .list_box {
    padding-bottom: 0
    width: 98%;
}
.cont_list .list_box img {
    width: 28%;
}
.content h6 {
    font-size: 14px;
}
.list_box h2{
	padding-top:20px;
}
.cont_list .list_box p{
	font-size:12px;
}
/*テーブル（ご利用料金／各フォーム）
-------------------------------------------*/
.content table th,
.content table td {
	padding: 15px;
	font-size: 12px;
	font-weight:normal;
}

/*ご利用料金
-------------------------------------------*/
.price {
    margin-bottom: 120px;
}
.price p{
	font-size:11px;
}
.price table span {
    font-size:11px;
}
.price table th, .price table td {
    padding: 10px;
}



/*フォーム（お申し込み／お問い合わせ）
-------------------------------------------*/
.contact h2 {
	font-size:20px;
	width:100%;
}
textarea,
input {
	max-width: 360px;
}

/*お申し込みボタン
-------------------------------------------*/
a.app_btn{
 font-size: 18px;
 padding: 20px 20px 20px 15px;
}
a.app_btn img {
    left: 200px;
}
/*よくある質問
-------------------------------------------*/
.faq_content {
	width:80%;
}
.faq_content li{
	padding-top:15px;
	font-size:12px;
}

/*お問い合わせボタン／資料ダウンロードボタン
-------------------------------------------*/
.btngroup {
  max-width: 300px;
}
.con_btn, .doc_btn {
	font-size:14px;
	padding: 16px 16px 16px 12px;
}

/*フッター
-------------------------------------------*/
.footer_box .box_in {
	width: 100%;
}
.footer_box ul li .li_title {
	font-size: 12px;
	letter-spacing: 0px;
}
.footer_box ul li a {
	padding-left: 20px;
	font-size: 11px;
	line-height: 18px;
}
.footer_box .box_in ul {
	width: 32%;
	margin-left: 1%;
	padding-right: 0px;
}

}
/*------------------------------------（/～560）------------------------------------*/
/*------------------------------------（↓/～450）------------------------------------*/
@media screen and (max-width:450px) {
/*トップ
-------------------------------------------*/
.top_cont h3{
	font-size:40px;
}
.inu{
	margin-left:0;
}
.inu3 img {
    width: 100px;
}
.top-comment img{
	width:260px;
	padding-top:15px;
}

/*お悩み
-------------------------------------------*/
.content h2{
	font-size:20px;
}
.nayami-cont h2 {
    font-size: 18px;
}
.nayami-cont h3 {
    margin-top: 30px;
}
.kaifont h4 {
    font-size: 20px;
}
.kaifont h5 {
    font-size: 15px;
}
img.img_left {
    width: 90px;
}
.kaifont img{
	width: 35px;
}
.nayami02,
.nayami03 {
	padding-top:60px;
}

/*機能詳細
-------------------------------------------*/
.fukidashi {
    padding: 5px;
}
.func-cont h8 {
    font-size: 11px;
}
/*特徴・機能
-------------------------------------------*/
.feature-number{
	width:80%;
}
.content .feature h3{
	padding-left:18px;
}

.content .feature .heading14::before{
	font-size:28px;
}
.content .feature .heading14::after{
	width:53px;
}
/*追従メニュー
-------------------------------------------*/
#menu2{
    left: 40%;
    width:300px;
}

}
/*------------------------------------（/～450）------------------------------------*/
/*------------------------------------（↓/～400）------------------------------------*/
@media screen and (max-width:400px) {

/*
トップ
-------------------------------------------*/
.top_cont h1{
	font-size:22px;
}
.top_cont h2{
	font-size:14px;
	line-height:0.1em;
}
.top_cont h3{
	font-size:30px;
}
.top_cont p{
	font-size:12px;
}
.top_cont span {
    font-size:20px;
}
.inu{
	padding-bottom:0;
}
.inu3 img{
	width:90px;
}
.top-comment img{
	width:230px;
}

/*
お悩み
-------------------------------------------*/
img.img_left {
    width: 80px;
}
img.img_icon {
    width: 35px;
    padding-left: 10px;
}
.nayami {
    height: 1250px;
}
.nayami-cont h2 {
	font-size:12px;
    padding-top: 0;
}
.nayami-cont h3 {
	font-size:23px;
	margin-top: 30px;
}
.kaifont h4 {
    font-size: 16px;
}
.kaifont h5 {
    font-size: 12px;
}
.btn-gradation {
   margin-left: 80px;
   font-size: 12px;
   padding: 10px 7px;
   margin-top:25px;
}

/*
機能詳細
-------------------------------------------*/
.func-cont h2{
	font-size:18px;
}
.func-cont {
    height: 700px;
}
.func-cont .funcIcon {
    width: 25px;
}
.func-cont p {
	font-size:13px;
    padding-top: 10px;
    margin-right: 0;
    margin-left: 0;
}
.func-image{
	height: 400px;
}
.fukidashi{
	padding: 10px;
	width:70%;
    margin-bottom: 22px;
}
.balloon1{
	margin-left: 80px;
}
.inuIcon img{
	width:85px;
}
.balloon1 .inuIcon{
  left: -95px;
}
.balloon2 .inuIcon{
  right: -95px;
}
.func-cont h8 {
    font-size: 12px;
}
a.app_btn.func-app{
	padding: 30px 40px 30px 30px;
	font-size: 1rem;
}
.return {
    padding-top: 100px;
}

/*特徴・機能
-------------------------------------------*/
.feature-number .kihon{
	margin-top:20px;
}
.content .feature .heading14{
	font-size:14px;
	padding-left: 55px;
}
.content .feature .heading14::before {
    font-size: 20px;
}
.content .feature .heading14::after {
    width: 40px;
}
.content .feature .feature-number p{
	font-size:12px;
}
.feature h3 {
    margin-top: 50px;
}
/*ご利用の流れ
-------------------------------------------*/
.cont_list h2{
	font-size:14px;
}
.cont_list .step_left{
	width:100%
}
/*フォーム共通（お問い合わせ／お申し込み）
-------------------------------------------*/
textarea,
input {
	max-width: 280px;
}
/*お申し込み画面
-------------------------------------------*/
.application-privacy iframe {
    width:80%;
    margin-top:20px;
}

/*フッター
-------------------------------------------*/
.footer_box .box_in ul {
	width: 50%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 5%;
	padding-right: 5px;
}
/*追従メニュー
-------------------------------------------*/
#menu2{
    left: 10%;
}
#menu2 a{
	font-size:10px;
	line-height: 10px;
}

}
/*------------------------------------（/～400）------------------------------------*/



