@charset "SHIFT-JIS";
body,h1,h2,h3,h4,h5,h6,p,ul,ol,address,div,span,li,table,td,tr,form,dl,dt,dd,form,img,menu,footer,main {
	margin: 0px;
	padding: 0px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #666666;
	line-height: 1.6em;
}
body,html{
	width:100%;
	height:100%;
	
}
p {
	margin-bottom: 8px;
}
*, ::before, ::after {
  box-sizing: border-box;
}
main {
	width: 100%;
	max-width: 1100px;
	margin-inline: auto;
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
}
a {
	text-decoration: none;
    color: #007AC5;
}
a:hover {
    color: #001F99;
    text-decoration: none;
}
img {
	border-width: 0px;
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
.none {
	display: none;
}
.font_big {
	font-size: 1.4em;
}
.font_redB {
	font-weight: bold;
	color: #990000;
}
.font_red {
	color: #990000;
}
.back_gray {
	background: #E7EDEF;
}

h1 {
    background: #5B9BD5;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: 10px;
    -webkit-box-shadow: 1px 0px 7px 0px #003E58;
    box-shadow: 1px 0px 7px 0px #003E58;
}

.map {
	width: 90%;
	margin: 40px auto;
	text-align: center;
}
.questionnairetitle {
  position: relative;
  padding: 0 65px;
  text-align: center;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 30px;
}

.questionnairetitle:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
	border-bottom: 2px dashed #5B9BD5;
}

.questionnairetitle span {
  position: relative;
  padding: 0 1em;
  background: #fff;
	color: #5B9BD5;
	font-size: 2em;
}


.questionnaireButton {
	display: flex;
}
.questionnaireButton a {
	flex-basis: 100%;
	text-align: center;
	font-size:1.2em;
	padding: 1em;
	color: #fff;
}
.questionnaireButton div {
	text-align: center;
	font-size:1em;
	padding: .5em;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.63);
}
.questionnaireButton a span {
	font-size: 1.8rem;
	display: block;
	color: #fff;
}
.questionnaireButton .common {
	background: #0079D0;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}
.questionnaireButton .business {
	background: #FF6F19;
    /*アニメーションの指定*/
    transition: all 0.3s ease-out;
}
.questionnaireButton .common:hover {
    color: #fff;
	background: #00b5ff;
}
.questionnaireButton .business:hover {
    color: #fff;
	background: #FC9C00;
}


h2 {
	background: #259DD0;
	color: #fff;
	border-left: 5px solid #0079D0;
	padding-left: 0.5em;
	margin-bottom: 50px;
	line-height: 2em;letter-spacing: .2em;
	font-size: 2em;
}

.nagare ul {
	display: flex;
	flex-wrap: wrap;
}
.nagare li {
	list-style: none;
	width: 16%;
	border: 5px solid #2589D0;
	border-radius: 10px;
	padding: 7px;
	position: relative;
	min-width: 150px;
	margin: 20px;
	background: ivory;
}
.nagare li:not(:last-child)::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 50px;
	background:#BB0609;
	top: 50%;
	transform: translateY(-50%);
	right: -35px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.nagare li div {
	display: table-cell;
	vertical-align: middle;
	height: 100px;
	font-weight: bold;
	width: 300px;
}

section {
	margin: 100px auto;
}
.nagare li p {
	font-weight: bold;
	margin-bottom: 5px;
	color: #fff;
	background: #2589D0;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
}
.nagare li span {
	position: absolute;
	top: -45px;
	right: 0px;
	background: #BB0609;
	color: #fff;
	line-height: 50px;
	width: 55px;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	border: 2px solid #fff;
	font-size: 1.1em;
	letter-spacing: .1em
}
#kadai h3 {
	background: #ADDDFF;
	font-size: 1.8em;
	color: #000;
	position: relative;
	margin-left: 20px;
	padding-left: 40px;
	margin-bottom: 20px;
	margin-top: 50px;
	border-radius: 30px;
}
#kadai h3 span {
	position: absolute;
	background: #2589D0;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	top: -15px;
	left: -20px;
}

h4 {
	background: #2589D0;
	color: #fff;
	font-size: 1.4em;
	padding: 3px 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

.kadaitxt {
	padding: 10px 20px;
}
.kadaitxt ul {
	margin-left: 40px;
	padding-top: 20px;
}
.kadaitxt li {
	margin-bottom: 10px;
	font-size: 1.2em;
}
#kadai img {
	width: 100%;
	height: auto;
	border: 1px solid #ccc;
	padding: 5px;
}
.flex {
	display: flex;
	justify-content: space-around;
}
.photo > div {
	text-align: center;
	padding: 0 20px;
}
.photo2 {
	text-align: center;
	padding: 0 20px;
	max-width: 500px;
	margin: auto;
}

.source {
	font-size: .8em;
	text-align: right!important;
	width: 100%;
}

.flex2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex2 > div {
	width: 48%;
}

footer {
	background: #2589D0;
	padding: 50px;
}
footer .footer {
	color: #fff;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.footer1 {
	background: #fff;
	width: 120px;
	height: 120px;
	border-radius: 60px;
	line-height: 120px;
	text-align: center;
	font-weight: bold;
	margin-right: 30px;
}
.footer2,.footer2 span {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
}
.footer2 div {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	
}

.oguni_q {
	background: #DDFFAA;
	margin: 50px auto;
	padding: 10px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

.add ul {
	display: flex;
	flex-wrap: wrap;
}
.add li {
	list-style: none;
	color: #fff;
	font-size: 1em;
	padding: 5px 20px 5px 0px;
}

.text_li {
	margin: auto;
	border: 1px solid #ccc;
	margin: 10px 10px 30px;
	padding: 10px 10px 10px 20px;
}
.text_li ul {
	padding: 20px;
}
.text_li li {
	padding-bottom: 10px;
	font-size: 1.2em;
}

.maptop {
	display: flex;
}
.maptop div {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}

@media screen and (max-width: 849px) {
	.nagare li {
	  width: 26%;
	}
	.photo > div {
	  padding: 0 10px;
	}
	.questionnaireButton a span {
	  font-size: 1.3rem;
	}
	li {
		font-size: 1em !important;
	}

	

}

@media screen and (max-width: 699px) {
	.flex2 > div,.flex > div {
	  width: 100%;
		margin-bottom: 10px;
	}
	.questionnaireButton {
	  flex-wrap: wrap;
	}
	.questionnairetitle span {
	  font-size: 1.5em;
	}
	.questionnaireButton div {
	  font-size: 1em;
	}
	h2 {
	  font-size: 1.5em;
	}
	#kadai h3 {
	  font-size: 1.2em;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	h4 {
	  font-size: 1em;
	}
	.kadaitxt ul {
	  margin-left: 20px;
	}
	.map {
	  width: 100%;
	}
	footer {
	  padding: 30px;
	}
	footer .footer {
	  flex-wrap: wrap;
	  justify-content: center;
	}
	.footer1 {
	  margin-right: 0;
	  margin-bottom: 20px;
	}
	.footer2 {
	  font-size: 1.3em;
	}
	h1 {
	  font-size: 1.2em;
	}
	.questionnairetitle {
	  padding: 0 25px;
	}
	.nagare li {
	  width: 40%;
	}
	
	.flex {
		flex-wrap: wrap;
	}
	.footer2 span {
		display: block;
		font-size: 1.2rem;
	}

	.photo2 {
		max-width: 100%;
		padding: 0;
	}
	.maptop {
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 408px) {
	 .questionnairetitle span {
		font-size: 1.2em;
	  }
	.nagare li {
		width: 100%;
	  }
	  .nagare li:not(:last-child)::after {
		width: 50px;
		bottom: -60px;
		transform: translatex(-50%);
		right: 33%;
		clip-path: polygon(0 0, 100% 0, 50% 50%);
		top: auto;
	  }
	.nagare li div {
		width: 320px;
		height: 80px;
	}
	  footer {
		padding: 20px 10px;
	  }
	.add li {
	  list-style: none;
	  color: #fff;
	  font-size: .95em;
	  padding: 0px 10px;
	}
	.kadaitxt {
	  padding: 0px;
	}
	.text_li ul {
	  padding: 10px;
	}

}


.close {
	position: relative;
}
.closetxt {
	position: absolute;
	top: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.closetxt p {
	color: #fff;
}

.link p {
	font-size: 1.2em;
	text-align: center;
}
