@charset "utf-8";
.container {
	max-width: 980px;
	width: 100%;
}
.txt_center {
	text-align: center;
}
.txt_right {
	text-align: right;
}
.pb10 {
  padding-bottom: 10px;
}
#header header {
	height: auto;
	display: block;
}
#header header .header_title {
	margin: 23px 10px;
	display: block;
}
#header header .header_title img {
	width: auto;
	padding-bottom: 0px;
}

#ritou {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	width: 100%;
}
#ritou a {
	color: #00A7EA;
	text-decoration: underline;
}
#ritou .red {color: #f00;}
#ritou .blue {color: #00A7EA;}
#ritou .em {font-weight: bold;}
#ritou .fs-small {font-size: 90%;}
#ritou .fs-large {font-size: 110%;}
#ritou .list > li {
  position: relative;
  padding-left: 1.2em;
}
#ritou .list > li + li {
  margin-top: .5em;
}
#ritou .list > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
#ritou .list.smldot > li::before {
  content: "・";
}
#ritou .list.kome > li::before {
  content: "※";
}
#ritou .list.arrow > li,
#ritou p.list.arrow,
#ritou div.list.arrow {
  position: relative;
  padding-left: 1.7em;
}
#ritou .list.arrow > li::before,
#ritou p.list.arrow::before,
#ritou div.list.arrow::before {
  position: absolute;
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  background: url("../images/ritou/arrow.png") no-repeat left center / 100% auto;
  top: .2em;
  left: 0;
}

#ritou .title {
	border-bottom: 3px solid #00A7EA;
	color: #00A7EA;
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#ritou .content {
	width: 94%;
  max-width: 870px;
  margin: 0 auto;
}
#ritou .content section + section {
  margin-top: 2em;
}
#ritou .content section > * + * {
  margin-top: 1em;
}
#ritou .content section .numlist {
  position: relative;
  padding-left: 1.5em;
}
#ritou .content section .numlist > .num {
  position: absolute;
  top: 0;
  left: 0;
}
#ritou .content section .numlist + div {
  padding-left: 1.5em;
}
#ritou .content section h3 {
  font-size: 130%;
  position: relative;
  padding-left: 1.2em;
}
#ritou .content section h3::before {
  content: "●";
  color: #00A7EA;
  position: absolute;
  top: 0;
  left: 0;
}
#ritou .content section * + h3 {
  margin-top: 2em;
}
#ritou .content section h4 {
  margin-bottom: .5em;
}
#ritou .content section * + h4 {
  margin-top: 1em;
}
#ritou .content section > .list.smldot > li p.fs-large {
  margin-bottom: .2em;
}
#ritou #faq {
  background: #EAF5FC;
}
#ritou #faq h2 {
  color: #00A7EA;
  text-align: center;
}
#ritou #faq dl dt {
  position: relative;
  background: #fff;
  padding: .8em calc(3% + 2em) .8em 3%;
  margin-top: 1em;
  word-break: break-all;
  cursor: pointer;
}
#ritou #faq dl dt::after {
  position: absolute;
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: url("../images/faq/b3dplus.gif") no-repeat 0 0 / 100% auto;
  right: 3%;
  top: calc(50% - .6em);
}
#ritou #faq dl dt.active::after {
  background-image: url("../images/faq/b3dminus.gif");
}
#ritou #faq dl dd {
  background: #fff;
  padding: 0 3% 2em;
}
#ritou #faq dl dd > div {
  border: 1px solid #ACACAC;
  padding: 1em 3%;
}
#ritou section .border1 {
  border: 1px solid #878787;
  padding: 2px 10px 2px 5px;
}




@media only screen and (max-width:768px){
  #ritou {
    padding-bottom: 30px;
  }
	#ritou .title {
		border-bottom-width: 2px;
		font-size: 18px;
		padding: 10px 3%;
	}
  #header header .header_title img {
    height: 36px;
  }
  
  #ritou #faq {
    padding: 20px 4%;
  }
  #ritou #faq h2 {
    font-size: 18px;
  }
  #ritou #faq dl dt {
    font-size: 16px;
  }
  #ritou section .border1 {
    display: block;
  }







}
@media only screen and (min-width:769px){
  #ritou {
    padding-bottom: 60px;
  }
  #header header .header_title img {
    height: 48px;
  }
  
  #ritou #faq {
    padding: 30px;
  }
  #ritou #faq h2 {
    font-size: 24px;
  }
  #ritou #faq dl dt {
    font-size: 18px;
    transition: .5s;
  }
  #ritou #faq dl dt:hover {
    opacity: .7;
  }
  #ritou section .border1 {
    display: inline-block;
  }







}
