@charset "UTF-8";
main {
  width: 842px;
  margin: auto;
  line-height: 1.65;
  font-size: 18px;
  color: #555566;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
  float: right;
}
#ikkatsu h1 {
  font-size: 26px;
  border-bottom: 8px solid #004795;
  padding: 1px;
}
#ikkatsu .img {
  text-align: center;
}
#ikkatsu article h4 {
  font-size: 23px;
  color: #2394c6;
  margin: auto;
  line-height: 28px;
}

#ikkatsu article p {
  font-size: 16px;
  color: #555566;
}
#ikkatsu article .txt {
  font-size: 14px;
  color: #555566;
  margin: 1em 0
}
#ikkatsu article .flex {
  display: flex;
}
#ikkatsu article .flex div {
  margin-left: 20px;
}
#ikkatsu article ul {
  padding-left: 1rem;
	margin-top: 5px;
}
#ikkatsu article ul li {
  font-size: 14px;
  color: #555566;
  list-style-type: disc;
  margin-left: 0.5em;
}
#ikkatsu article ul li span {
  color: #555566;
}
#ikkatsu aside h2 {
  font-size: 24px;
  border-bottom: 1px solid #4b4b4b;
  padding: 1px;
  margin: 1em 0;
}
#ikkatsu aside span {
  color: #004795;
  font-weight: 700
}
#ikkatsu aside ul {
  padding-left: 0rem;
}
#ikkatsu aside li {
  list-style: none;
  font-size: 14px;
}
#ikkatsu aside .q:before {
  content: "Q："
}
#ikkatsu aside .a:before {
  content: "A：";
}
#ikkatsu aside .a{
	margin-bottom: 2rem;
}

.flowchart{
	display: flex;
	flex-direction : column;
	margin-bottom: 30px;
}
.title_2{
    border-left: solid 6px #144e94;
    font-size: 24px;
    padding-left: 10px;
	color: #555566!important;
	margin-top: 40px!important;
}
.step{
	margin: 20px 0 20px 15px;
}
.step_title{
	display: flex;
	align-items: center;
}

.step_title span ,.step_title h3{
	color: #2394c6!important;
}

.step_title span{
	font-weight: 700;
	font-size: 16px;
	
	text-align: center;
}

.step_title h3{
	font-size: 22px;
}

.step_content{
	display: flex;
	align-items: center;
}
.step_title span ,.bg_skyblue{
	width:100px;
}

.bg_skyblue{
	background: #2394c6;
	height: 100px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
  justify-content: center;
}

.bg_skyblue img{
	height: 60px;
	width: auto;
}

.step_title h3 ,.step_txt{
	margin-left: 30px;
}

.step_txt{
	font-size: 16px;
	color: #555566;
}

.step_txt span{
	padding: 6px 20px;
	background: linear-gradient(90deg, #1c2c57, #2394c6);
	border-radius: 5px;
	font-size: 20px;
	color: #fff!important;
	font-weight: bold;
	font-family: hiragino kaku gothic w7 jis2004;
	letter-spacing: 1.2px;
}

.step_txt a:hover{
	cursor: pointer;
	text-decoration: none!important;
	opacity: 0.6; 
	filter: brightness(110%);

}

.mb10{
	margin-bottom: 10px!important;
}
