@charset "utf-8";
@import url("ress.css");
/* CSS Document */

body {
  background-color: #ffffff;
  z-index: 1;
  font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;

}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

img {
  vertical-align: bottom;
}


p,
th,
td {
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
}


ul {
  list-style: none;
}



h1,
h2,
h3,
h4,
h5 {
  color: #333333;
  line-height: 1.5;
}



h2 {
	font-size: 20px;
  position: relative;
  padding: 0.6em;
  background: #dddddd;
	margin: 30px 0;
}






h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;

}

h5 i {
  color: #FAA945;
  padding-right: 5px;
}


#contact .toiawase h5,
#about .toiawase h5 {
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.5;
}

mark {
  background-image: linear-gradient(transparent 0%, rgba(255,254,127,1.00) 0%);
}
.attention {
	color: #e7540b;
}

span.spec-char {
	font-size:0.5em;
	vertical-align: super;
	display: inline!important;
}

/*haderの編集------------------*/

/*
header {
	height: 70px;
}



header div.inner {
	height: 100%;
	background-image: url("../images/toiawase-10-17.svg");
	background-repeat: no-repeat;
	background-position: center right 0;
	display: flex;
}

#logo {
	height: 100%;
	width: auto;
	display: block;
}

#logo img {
	height: 100%;
	width: auto;
}

header h1 {
	color: #333;
	display: block;
	padding-left: 20px;
	font-size: 22px;
	line-height: 70px;
}


.telImage {
  display: none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

#about header,
#contact header,
#questions header,
#flow header,
#procedure header,
#terms header {
  width: 1024px;
  margin: 0 auto;
}

.logo3 {
  margin-bottom: 5px;
}

.toiawase4 {
  margin: 0 0 5px 346px;
}
*/


/*haderの編集ここまで---------------------*/







/*footer固定用-----------------------*/
body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

span.syohyo {
	font-size: 1em;
}

/*footer固定用ここまで-----------------*/








/*メニューボタンの編集-------------------------------*/
.menu li a:visited,
.menu2 li a:visited {
  color: #fff;
}



.menu li a,
.menu2 li a {
  background-color: #FAA945;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}



/*メニューボタンここまで-------------------------*/




/*mainエリアの編集-------------------------*/

/*****main共通設定*****/
#main {
  width: 1024px;
  height: auto;
  margin: 0px auto 80px;
	padding-top: 30px;
}


.mainContent {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}


.content {
  margin: 50px 0px 50px 0px;
}


.content ul li {
  font-size: 1em;
  line-height: 1.5;
  color: #333333;
}

div.content#zisseki {
  padding-top: 150px;
  margin-top: -150px;
}

/*****main共通設定ここまで*****/

/*****indexのmain設定*****/
#landing section ul {
  margin: 5px 23px;
}

/*****indexのmain設定ここまで*****/

/*****aboutのmain設定*****/
.gamenImages {
  padding: 3%;
}

.list {
  display: flex;
  flex-wrap: wrap;
}

.list1,
.list2 {
  padding-right: 30px;
}

.list1 ul,
.list2 ul {
  border-radius: 5px;
  padding: 0em 1em 1em 1.5em;
  position: relative;
  font-size: 1em;
  color: #333333;
}

.list1 ul li:before,
.list2 ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  /*アイコンの種類*/
  position: absolute;
  left: 0;
  /*左端からのアイコンまでの距離*/
  color: #FAA945;
  /*アイコン色*/
}


.container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.kiroku,
.merit {
  width: 230px;
  height: 250px;
  margin: 10px 8px;
  padding: 10px;
  background-color: #F3F3F3;
}

.kiroku img {
  max-height: 5em;
  width: auto;
  margin: 10px auto;
}


.merit figure img {
  display: block;
  margin: 10px auto;
  max-height: 5em;
  width: auto;
}

figure {
  position: relative;
  overflow: hidden;
  width: auto;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

figure:hover figcaption {
  opacity: 1;
}


.kiroku p,
.merit p {
  color: #333333;
  font-size: 15px;
}


.kiroku {
  text-align: center;
}

.kiroku p {
  text-align: left;
}
.suisho ul li p {
  padding-left: 20px;
}


.oneImage {
	display: block;
	width: 70%;
	margin: 0 auto;
}
/*tableの設定(question共通)*/
#about table,
#questions table {
	width: 100%;
	 border-collapse: collapse;
}



/*aboutの設定ここまで----------------*/

/*releaseの設定--------------------*/
#release #info a,
#release #info a:active,
#release #info a:visited {
	color: #ec7917;
	text-decoration: underline;
}
#release #releas_category h2 {
	margin: 0;
}

#release #releas_category ul {
	padding: 20px 0;
}

#release #releas_category ul li {
	cursor : pointer;
	color: #ec7917;
	line-height: 1.75;
	text-decoration: underline;
}
#release #releas_category ul li:hover {
	opacity: 0.6;
}

#release #info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

#release #release_sidememu {
	width: 30%;
}

#release #release_content {
	width: 67%;
}
#release #release_content aside {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #A1A1A1;
}
#release #release_content time {
	width: 8em;
	display: block;
	font-weight: 700;
}
#release #release_content span.category {
	display: block;
	width: 8em;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
}

#release #release_content .fil-1 span.category {
	background-color: #555;
}
#release #release_content .fil-2 span.category {
	background-color: #E7540B;
}
#release #release_content p.title {
	font-size: 25px;
	line-height: 1.75;
	padding: 10px 0;
	color: #333333;
}
#release #release_content p.title::first-letter {
	color: #ec7917;
}
#release #release_content > div {
	border-bottom: 1px #ccc solid;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#release_title h2 {
	margin-bottom: 20px;
}
#release_title dl {
	padding-bottom: 10px;
}
#release .filtering-list img {
	width: 70%;
	height: auto;
	margin: 10px 0;
}

/*releaseの設定ここまで-------------*/


/*release-yokohamaの設定-----------*/

.container-left {
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}

.report {
  width: 230px;
  height: 200px;
  margin: 10px 8px;
  padding: 10px;
  background-color: #F3F3F3;
	text-align: center;
	position: relative;
}

.report h4 {
	line-height: 2;
	border-bottom: 1px dotted #bbb;
}

.report span {
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
	position: absolute;
	top: -10px;
	left: -10px;
	background-color: #FAA945;
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	padding: 0;
	line-height: 40px;
	border-radius: 20px;
}

.report img {
  max-height: 5em;
  width: auto;
  margin: 10px auto;
	text-align: center;
}

.report figure {
	position: absolute;
	top: 50%;
	right: auto;
	left: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
}

.report.kiso {
	width: 476px;
	position: relative;
}

/*.kisoBox {
	display: flex;
}*/

.report.kiso figure {
	width: 230px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.report.kiso div {
	padding-top: 15px;
	width: 230px;
	position: absolute;
	right: 30px;
}
.report.kiso div p {
	line-height: 1.5;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: left;
}

/*release-yokohamaの設定ここまで----*/













/*****aboutのmain設定ここまで*****/

/*****abouto,contact共通mainの設定*****/
.toiawase2 img {
	width: 100%;
	height: 100%;
}

.toiawase2 {
 max-width: 700px;
	width: 100%;
  height: auto;
  padding: 30px 0;
	margin: 0 auto;
}


#main .btn {
	width: 15em;
  font-size: 20px;
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 16px 20px 16px 20px;
  margin: 10px;
  background-color: #ec7917;
}

.btnhaichi {
  text-align: center;
  margin: 20px;
}

div.info {
  padding-top: 50px;
}

div.info p.midashi {
  font-size: 1.2rem;
  margin: 20px 0 5px 0;
  font-weight: 700;
  color: #F35B16;
}

div.info p.midashi::before {
  content: "■";
  font-size: 1.7rem;
}


/*デモはこちら*/
.demo_btn {
	position: relative;
}

#demo_induction_icon {
	display: block;
	position: absolute;
	top: -50px;
	left: -100px;
	animation: fade-in 1s linear 0s 1 normal;
}
#demo_induction_icon img {
		width: 130px;
	height: auto;
}
@keyframes fade-in {
	0% { opacity: 0 }
	100% { opacity: 1 }
}

table.kakaku td {
    padding: 10px;
    font-size: 16px;
	width: 20%;
  }
table.kakaku th {
    padding: 10px;
    font-size: 16px;
	width: 20%;
  }

/*デモはこちら*/

/*****abouto,contact共通mainの設定ここまで*****/

/*price::::::::::::::::::::::::::::::::::::*/
#price h4 {
	font-size: 35px;
}
#price h5 {
	background-color: #666;
	color: #fff;
	font-weight: 700;
	width: 350px;
	font-size: 17px;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	border-radius: 5px;
}

#price .orange {
		color: #EC7917;
}
#price .center {
	text-align: center;
}



#price article#main_block > p {
	padding: 30px 0 0 0;
}
#price article.flex_block {
	display:flex;
	justify-content: space-between;
}



#price h5::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #666;
}
#price span.big {
	font-size: 1.5em;
}


#price article#main_block {
	background-color: #FBF9EE;
	border-radius: 10px;
	padding: 85px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	margin-bottom: 40px;
}
#price div.plan_block {
	background-color: #fff;
	width: 350px;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
	margin-bottom: 20px;
}
#price p.kakaku {
	padding: 10px 0 20px;
	font-size: 16px;
}
#price p.decoration {
	font-size: 20px;
	font-weight: 700;
}
	#price table {
		max-width: none;
		margin: 0;
		border-collapse: collapse;
		width: 100%;
	}
#price table th {
	width: 20%;
	border-right: solid #ccc 1px;
	display: table-cell;
	vertical-align: middle;
	border: #ccc solid 1px!important;
	font-size: 15px!important;
}

#price table td {
	width: 20%;
	/*height: 70px;*/
	border-left: none;
	display: table-cell;
	vertical-align: middle;
	border: #ccc solid 1px!important;
	font-size: 15px!important;
}
#price table td.td1 {
	border-left: 1px solid #ccc;
	border: #ccc solid 1px!important;
	width:40%!important;
}
#price table td.td2 {
	border-left: 1px solid #ccc;
	border: #ccc solid 1px!important;
	width:60%!important;
}

#price div.biko {
	padding-top: 15px;
	text-align: justify;
}
#price figure {
	padding-top: 20px;
}

#price figure img {
	width: 100%;
}
#price dl.acMenu {
	padding: 0;
}
#price #questions_load h4 {
	display: none;
}
#price #questions_load {
	padding-bottom: 50px;
}

.price_course {
	padding: 0.7em;
    margin: 30px 0px;
    background-color: #ffcb004a;
}

p.firsticon::before {
 content: "\f35a";
 font-family: "Font Awesome 5 Free";
 color:#ec7917; /*色*/
 margin-right: 10px;
}

.price_Caution p {
	margin: 10px 0px 20px 0px;
	font-size: 19px;
}

@media screen and (min-width: 1367px) {
/* 1024pxまでの幅の場合に適応される */
    #price div.plan_block_wrap {
		padding-top: 60px;
		margin-top: -60px;
	}
}

/*price:End::::::::::::::::::::::::::::::::*/	
	
	

/*****flowのmain設定*****/
/*
.flowStep2,
.flowStep3,
.flowStep4,
.flowStep5 {
  float: left;
  width: 15%;
  height: 100%;
  padding: 14px 0;
  text-align: center;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 0px rgba(160, 160, 160, 0.3));
  font-family: 'M PLUS Rounded 1c', sans-serif;
}



.flowStep1 {
  background-color: #ffcf94;
}

.flowStep2 {
  background-color: #ffbc69;
	line-height: 1.5;
}


.flowStep3 {
  background-color: #faa945;
  color: #ffffff;
}

.flowStep4 {
  background-color: #ec8c17;
  color: #ffffff;
}

.flowStep5 {
  background-color: #ec7917;
  color: #ffffff;
}


.flowContents {
  padding-left: 10px;
  float: left;
  width: 85%;
  height: 100%;
  background-color: #fff;
  border-radius: 8px;
  filter: drop-shadow(2px 2px 0px rgba(160, 160, 160, 0.3));
}




.flowBox {
  width: 896px;
  height: 84px;
  margin: 25px auto 25px auto;
}

.flowBox2 {
  width: 896px;
  height: 84px;
  margin: 25px auto 25px auto;
}

.flowBox896 {
  display: none;
}

.flowBox b {
  color: #ec7917;
}

a.sss,
.flowBox a,
.linkColor,
.flowContents2 a,
.content a {
  text-decoration: underline;
}

a.sss:link,
a.sss:visited,
.flowBox a:link,
.flowBox a:visited,
.linkColor:link,
.linkColor:visited,
.flowContents2 a:link,
.flowContents2 a:visited,
.content a:link,
.content a:visited {
  color: #ec7917;
}

.arrow {
  display: block;
  margin: auto;
}

.arrow2 {
  display: block;
  margin: 0 auto 11px auto;
}

small.smallFont {
	line-height: 1.5;
	padding: 0;
	color: #555;
	background-color: transparent;
}
*/


.flow_merit {
	border: 3px solid #FAA945;
	padding: 30px;
	margin: 20px 0 40px 0;
	border-radius: 10px;
}

.flow_merit li {
	position: relative;
	padding: 5px 0 5px 1.5em;
}
.flow_merit li::before {
	position: absolute;
	top: 3px;
	left: 0;
	font-family: "Font Awesome 5 Free";
  content: '\f14a';
  color: #ec7917;
	font-size: 1em;
	padding: 5px 0;
}
#flow figure {
	max-width: 800px;
	min-width: 300px;
	margin: 0 auto;
	padding: 5px 0 50px 0;
}
#flow figure img {
	width: 100%;
	height: auto;	
}
b.day40 {
	color: #333;
	font-size: 20px;
}
b.day40 img {
	height: 60px;
	width: auto;
}
.flow1 {
	border: 1px solid #333;
	max-width: 720px;
	min-width: 300px;
	padding: 20px;
	margin: 40px auto 0 auto;
}
.flow1 h4 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.flow1 p {
	text-align:center;
}

/*****flowのmain設定ここまで*****/

/*Q&A::::::::::::::::::::::::::::::::::::*/
#questions .content {
	position: relative;
	}


	div#list {
		position: absolute;
		top: 150px;
		left: 0;
		bottom: auto;
	}
	
	div#list ul{
		position: absolute;
		width: 300px;
		transition-delay: 100ms;
    transition-duration: 300ms;
	}
	
	div#list li a {
		transition-duration: 300ms;
	}
	
#questions h4 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: 700;
	text-align: left;
	margin-top: -150px;
	padding-top: 150px;
	margin-bottom: 20px;
	border-bottom: solid 3px #d0d0d0;
  position: relative;
z-index: -1;
}

#questions h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ec7917;
  bottom: -3px;
  width: 10%;
}



	
	dl.acMenu {
		padding: 0 0 60px 350px;
	}
	


div#list ul {
	line-height: 2.5;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 20px 0 20px 60px;
	width: 300px;
	list-style-type: disc;
}

div#list ul li {
	padding: 5px 0;
}
div#list li a,
div#list li a:active,
div#list li a:visited {
	 color: #333333;
	border-bottom: 1px solid #ededf9;
	text-decoration: none;
}

.acMenu dt {
	line-height: 2;
	font-weight: 500;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
	cursor: hand;
	cursor:pointer;
}

.acMenu dt::before {
	content: "Ｑ．";
	color: #FAA945;
	font-weight: 700;
}

.acMenu dd {
	display: none;
	padding-left: 3em;
	color: #666;
	padding-bottom: 20px;
}

.acMenu dd::before {
	content: "Ａ．";
	color: #E54559;
	font-weight: 700;
	margin-left: -2em;
}

/*Q&A:End::::::::::::::::::::::::::::::::*/


/*****questionsのmainの設定*****/
.accordion {
  text-align: left;
}

.accordion .inner {
  display: none;
}

.accordion p {
  cursor: pointer;
}

.question {
  font-size: 1em;
  line-height: 2.3;
  color: #4d4d4d;
  border-bottom: 1px solid #dddddd;
}



.accordion .inner p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}

.accordion .inner p.answer {}

.questionIcon {
  color: #FAA945;
  line-height: 1;
}


#questions ol li {
  list-style-type: upper-latin;
  color: #E54559 !important;
  font-weight: bold;
}

#questions ol li span {
  color: #555555;
  font-weight: 500;
  font-size: 1em;
}

#questions ol {
	padding: 5px 0 25px 2em;
}


/*****questionsのmainの設定ここまで*****/



/*****procodureのmain設定*****/

#procedure p {
  font-size: 1em;
}

#procedure li {
  font-size: 16px;
  color: #555555;
}

.soudansha {
  margin: 0 0 60px 0;
  width: 50%;
  max-height: 800px;
  float: left;
}

.shien1-4 {
  margin-top: 40px;
  margin-bottom: 20px;
  width: auto;
  height: 220px;
}

.shien5-6 {
  margin-top: 40px;
  width: auto;
  height: 175px
}

.shiensha {
  margin: 1px 0 60px 0;
  width: 50%;
  height: 900px;
  float: right;
}



ul li {
  color: #555555;
}


.suji li,
.suji2 li {
  margin-top: 20px;
}

.ten {
  margin-top: 5px;
  list-style: disc;
}




.soudanFlow {
  height: 800px;
  background-color: #cadcff;
  padding: 8px 8px 8px 20px;
}

.shienFlow {
  height: 800px;
  background-color: #ffe1cc;
  padding: 8px 8px 8px 20px;
}

.monitoringFlow {
  height: auto;
  background-color: #ffe1cc;
  padding: 8px 8px 30px 20px;
	margin-bottom: 50px;
}

#procedure h2 {
  margin: 40px 0 20px 0;
  clear: both;
  text-align: center;
  border-top: solid 1px #333333;
  border-bottom: solid 1px #333333;
  line-height: 2.5;
	background-color: transparent;
}



#procedure h3 img {
  max-width: auto;
  max-height: auto;
}
#procedure h3 {
	border: none;
}
#procedure h3:after {
	content: none;
}
.h3max {
  display: none;
}

ol.suji,
ol.suji2 {
  counter-reset: list;
  list-style: none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0;
}

ol.suji li,
ol.suji2 li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 30px 0 5px 0px;
  font-weight: normal;
  font-size: 1em;
  line-height: 29px;
}

ol.suji li ul.ten li,
ol.suji2 li ul.ten li {
  padding: 0;
  margin: 0;
  font-weight: normal;
  line-height: 1.75;
  font-size: 14px !important;
}


ol.suji li:before,
ol.suji2 li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  border-radius: 50%;
}

ol.suji li:before {
  background: #64a0ff;
}

ol.suji2 li:before {
  background: #ffa76c;
}

ol.suji li ul.ten li:before,
ol.suji2 li ul.ten li:before {
  counter-increment: none;
  content: none;
  position: absolute;
  left: -10px;
  width: 30px;
  height: 30px;
}

#procedure h2:after {
  display: none;
}

#procedure ol p {
  margin-left: 26px
}


/*****procodureのmain設定ここまで*****/




/*****termsのmain設定*****/



/*利用規約*/

#termsOfService {
	max-height: 400px;
	background-color: #F5F5F5;
	border: 1px solid #ccc;
	overflow-y: auto;
	padding: 16px;
}

#termsOfService p {
	text-align: justify;
	text-indent: 1em;
}

#termsOfService h5 {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 700;
}

#termsOfService ol {
	color: #333;
	padding-top: 10px;
	padding-left: 2em;
	font-size: 15px;

}

#termsOfService ol > li {
	list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
		line-height: 1.75;
}

#termsOfService ol > li:before {
	display: marker;
  content: "(" counter(cnt) ") ";
	margin-left: -2em;
}

#termsOfService ol li ul li {
	list-style-type: disc;
}


#termsOfService input {
	display: block;
}

#termsOfService h2 {
	font-size: 20px;
	background-color: transparent;
	line-height: 1.75;
	margin: 0 0 15px 0;
	position: static;
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}

#termsOfService h2:after {
  position: static;
  content: none;
}

#termsOfService h3 {
	font-size: 18px;
	line-height: 1.75;
	padding-top: 40px;
}

.checkArea {
	text-align: center;
	padding: 30px 0 10px 0;
	font-size: 1.5rem;
}

#termsOfService address p {
	text-align: right;
}


#termsOfService address {
	padding-top: 60px;
}

#termsOfService aside {
	padding-top: 120px;
	color: 555;
}
#termsOfService address p, 
#termsOfService aside p 
{
	text-indent: 0;
}

#termsOfService aside p {
		font-size: 12px;
}

/*利用規約:End*/

.consent {
	text-align: center;
}

.offBtn {
	width: 15em;
  font-size: 20px;
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 8px;
  padding: 16px 20px 16px 20px;
  margin: 10px;
	background-color: #FFC28A;
}



 .button:hover {
  background-color: #FFEE74;
  box-shadow: 0 3px 0 #ffd652;
	cursor: pointer;
}
.button:active {
  top: 3px;
  box-shadow: none;
}

.center {
	display: block;
	text-align: center;
	font-weight: 700;
}

div.Application .left_space {
	text-indent: 8em!important;
}



div.Application p.inline-block {
	display: inline-block;
}
@media screen and (max-width: 457px) {
	div.Application p {
	font-size: 12px!important;
	}
}
p.bottom-space {
	padding-bottom: 20px;
}
/*****termsのmain設定ここまで*****/





/*mainエリアここまで-------------------------*/








/*レスポンシブ用スタイルシートここから------------------*/

/*****ウィンドウ幅が1024px以下の設定*****/
@media screen and (max-width: 1024px) {
	

.inner,
.mainContent {
  padding: 0 30px;
}

	

  #main {
    width: auto;
  }
	
	#main h1 {
		padding-left: 30px;
	}
	
/*priceの設定-------------*/
	#price h4 {
		font-size: 30px;
	}
	#price {
		background-color:#FBF9EE; 
	}
	#price article#main_block {
		background-color: transparent;
		box-shadow: none;
	}	
	/*#price h5 {
		width: 300px;
		font-size: 16px;
	}*/
	#price article.flex_block {
		justify-content: space-around;
	}
	/*#price div.plan_block {
		width: 300px;
	}*/
	
/*priceの設定ここまで-------*/	

	
	
	/*releaseの設定----------*/
	
	#release #main {
		padding: 30px;
	}
	#release #main h1 {
		padding-left: 0;
	}
	
	#release #release_sidememu {
	width: 30%;
}

#release #release_content {
	width: 67%;
}
	
/*releaseの設定----------*/
	
/*release-yokohamaの設定----------*/

.container-left {
	justify-content: center;
	width: 700px;
	margin: 0 auto;
}


/*release-yokohamaの設定ここまで----*/

	/*Q&A::::::::::::::::::::::::::::::::::::*/
	
	#questions #main {
		margin: 0;
	}
#questions .content {
	position: static;
	}


	div#list {
		position: static;
	}
	

	
#questions h4 {
	padding-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
}

	
	dl.acMenu {
		padding: 0 0 20px 0;
	}
	


div#list ul {
	position: static;
	margin-bottom: 30px;
}

/*Q&A:End::::::::::::::::::::::::::::::::*/

	


}



/*****ウィンドウ幅が896px以下の設定*****/
@media screen and (max-width: 896px) {
	
	p {
		font-size: 14px;
	}
	p.betu {
		font-size: 16px;
	}

  #index header .headItem {
    width: auto;
    height: 80px;
  }



  #index .logo {
    height: 90px;
    margin: 0 50px 0 0;
  }


  #index .toiawase {
    margin: 15px 0 auto 50px;
    height: 50px;
    width: auto;
  }

  .info {
    width: auto;
  }




  p.item,
  p.endItem {
    font-size: 12px;

  }

  .indexMenu {
    max-width: auto;
  }




  .ssslogo {
    float: none;
  }

  .flowStep2,
  .flowStep3,
  .flowStep4,
  .flowStep5 {
    float: none;
    width: auto;
    height: auto;
    padding: 0;
  }

  .flowStep1 br,
  .flowStep2 br,
  .flowStep3 br,
  .flowStep4 br,
  .flowStep5 br {
    display: none;
  }



  .flowContents {
    float: none;
    width: auto;
    height: auto;
    padding-right: 8px;
  }


  .flowBox {
    width: auto;
    height: auto;
  }

  .flowBox2 {
    width: auto;
    height: 180px;
  }

  .flowBox896 {
    display: block;
    text-align: center;
    width: auto;
    height: auto;
    background-color: #ffbc69;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 0px rgba(160, 160, 160, 0.3));
  }

  .arrow2 {
    margin: 0 auto 27px auto;
  }

  .soudansha {
    float: none;
    width: auto;
    height: auto;
  }

  .shiensha {
    float: none;
    width: auto;
    height: auto;
  }



  .h3max {
    display: inline;
  }

  .h3min {
    display: none;
  }

  .soudanFlow,
  .shienFlow {
    padding-bottom: 30px;
    height: auto;
  }
		/*デモはこちら*/
#demo_induction_icon {
	top: -50px;
	left: -50px;

}
#demo_induction_icon img {
		width: 100px;
	height: auto;
}
/*デモはこちら*/
	
	/*priceの設定-------------*/

	/*#price h5 {
		width: 400px;
		font-size: 16px;
		margin-top: 20px;
	}*/
	
	#price article#main_block {
		padding: 0;
	}
	#price article.flex_block {
		display: block;
	}
	#price div.plan_block_wrap {
		width: 350px;
		margin: 0 auto;
	}
	/*#price div.plan_block {
		width: 400px;
	}*/
	
	.price_Caution p {
    font-size: 14px
	}

/*priceの設定ここまで-------*/	
	
	
/*releaseの設定----------*/
	#release #info {
		display: block;
	}
	#release #main {
		padding: 0 15px;
		font-size: 14px;
	}
	
	#release #release_content p.title {
		font-size: 16px;
	}
	#release #main h1 {
		margin: 0;
	}
	
		#release #release_sidememu {
	width: auto;
}

#release #release_content {
	padding-top: 50px;
	width: auto;
}
	#release #releas_category {
		display: none;
	}
/*releaseの設定----------*/
	
	/*release-yokohamaの設定----------*/

.container-left {
	display: flex;
	justify-content: center;
	width: auto;
	max-width: 700px;
}


/*release-yokohamaの設定ここまで----*/
	
	
	
	
	
	
	
	
	
	
	
}

/*****ウィンドウ幅が480x以下の設定*****/
@media screen and (max-width: 480px) {



  th {
    padding-left: 8px;
    /*vertical-align: top;*/
    border-left: 1px solid #ec7917;
	}
	  
  table {
    margin-bottom: 8px;
  }

  #main h1 {
    font-size: 18px;
		padding-left: 15px;
  }

  h2 {
    font-size: 16px;
  }


	.inner,
	.mainContent {
  padding: 0 15px;
}
	
  #index header .headItem {
    height: auto;
    width: auto;
  }


  #index .toiawase {
    display: none;
  }



  .telImage {
    display: block;
    float: right;
    height: 40px;
    width: auto;
    margin: 0;
  }

  .menu li a {
    font-size: 15px;
  }

  .menu2 li a {
    font-size: 17px;
  }

  .info {
    width: auto;
  }

	

  #index .logo {
    height: 60px;
    width: auto;
    margin: 0;
  }

  .telImage {
    margin: 15px 10px 10px 0;
  }

  .accordion1 .inner {
    width: auto;
  }



  span {
    display: inline-block;
  }




  .ssslogo {
    float: none;
  }

  .ninzu {
    width: auto;
  }

  .getugaku {
    width: auto;
  }




  .flowBox2 {
    width: auto;
    height: 260px;
  }

  .arrow2 {
    margin: 40px auto;
  }

	
	#main .btn {
		font-size: 15px;
	}
	
	.offBtn {
		font-size: 15px;
	}
	
table.kakaku th {
    font-size: 11px;
	padding: 0px;
  }

  table.kakaku td {
    font-size: 11px;
	padding: 0px;
  }	
	
	/*デモはこちら*/
#demo_induction_icon {
	top: -30px;
	left: -30px;

}
#demo_induction_icon img {
	width: 70px;
	height: auto;
}
/*デモはこちら*/
	
	/*priceの設定-------------*/
	
	#price h4 {
		font-size: 25px;
	}

	#price h5 {
		width: 350px;
	}

	#price div.plan_block_wrap {
		width: 350px;
	}
	
	#price table th {
		background-color: #e9e9e9;
	}
	#price table td {
		text-align: center;
	}
	#price #questions_load th {
		font-size: 11px!important;
	}
	#price #questions_load td {
		font-size: 11px!important;
	}
/*priceの設定ここまで-------*/	
	
/*release-yokohamaの設定----------*/

.container-left {
	display: block;
}
	
	.report {
		margin: 15px auto;
	}
	.report.kiso {
		width: 230px;
		height: auto;
		position: relative;
		text-align: center;
		margin: 0 auto;
	}
	.report.kiso figure {
		width: auto;
    position: static;
    transform: translateY(0);
	}
.report.kiso div {
	 width: auto;
    padding-top: 15px; 
    position: static;
}
	.report.kiso div p {
		font-size: 12px;
	}


/*release-yokohamaの設定ここまで----*/

	

	
	/*termsのmain設定--------------*/
	#termsOfService h2 {
		font-size: 16px;
	}
	
	#termsOfService h3,
	#termsOfService p,
	#termsOfService ol {
		font-size: 14px;
	}
	
	.labelCheck {
		font-size: 16px;
	}

	
	/*termsのmain設定ここまで---------*/
	

	
		/*Q&A::::::::::::::::::::::::::::::::::::*/
	
	#questions #main {
		margin: 0;
	}
#questions .content {
	position: static;
	}
	
	#questions .inner {
		padding: 0;
	}
	#questions dl {
		font-size: 14px;
	}

	div#list {
		position: static;
	}
	

	
#questions h4 {
	padding-bottom: 10px;
	margin-top: 0;
	padding-top: 0;
}

	
	dl.acMenu {
		padding: 0 0 20px 0;
	}
	


div#list ul {
	position: static;
	margin: 0 0 30px 0;
	width: auto;
	font-size: 14px;
	padding: 20px 0 20px 50px
}

/*Q&A:End::::::::::::::::::::::::::::::::*/
	
	
}


/*レスポンシブ用スタイルシートここまで------------------*/
