@charset "UTF-8";

html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	color: #231815;
	background: #fff;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
sup {
	font-size: 70%;
	vertical-align: top;
}
sub {
	font-size: 70%;
	vertical-align: baseline;
}
a {
	color: #00a0ea;
	text-decoration: underline;
}
button {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.container {
	width: 94%;
	max-width: 980px;
	margin: auto;
}

.mt05 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}

.red {color: #f00;}
.blue {color: #005AA5;}
.green {color: #33AE39}

.fs-xsmall {font-size: 85%;}
.fs-small {font-size: 90%;}
.fs-middle {font-size: 110%;}
.fs-large {font-size: 120%;}
.fs-xlarge {font-size: 140%;}

.em {font-weight: bold;}
.normal {font-weight: normal;}
.underline {text-decoration:underline;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-left {text-align: left !important;}
.marker {
  display: inline;
  background: url("../images/line_marker.png") repeat-x 0 0 / auto 100%;
}
.redmarker {
  display: inline-block;
  background: #f00;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 .3em;
  border-radius: 4px;
}

.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list.exam > li {
	padding-left: 2.3em;
}
.list > li + li {
	margin-top: .3em;
}
.list.fs-xsmall > li + li {
	margin-top: 0;
}
.list > li::before,
.list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.list.smldot > li::before {
	content: '・';
}
.list.circle > li::before {
	content: '○';
}
.list.kome > li::before {
	content: '※';
}
ol.list.defalt {
	padding-left: 1.5em;
}
ol.list.defalt > li {
	list-style: decimal;
	list-style-position: outside;
	padding-left: .5em;
}

/* main */
.setting {
  background: #B5D9EA;
}
.setting h1 {
  color: #2375A5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
.setting .flowbox {
  background: #fff;
  border-radius: 10px;
}
.setting .flowbox h2 {
  font-weight: bold;
  position: relative;
}
.setting .flowbox h2 > .round {
  position: absolute;
  left: 0;
  display: block;
  font-weight: normal;
  background: #33AE39;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.setting .flowbox h2 > .round > span {
  font-weight: bold;
}
.setting .flowbox .flow > ul > li {
  position: relative;
}
.setting .flowbox .flow > ul > li + li::before {
  content: "";
  display: block;
  background: url("../images/arrow_set.png") no-repeat 0 0 / 100% auto;
  position: absolute;
  margin: auto;
}
.setting .flowbox .flow > ul > li > img {
  display: block;
  width: 70%;
  max-width: 318px;
  margin: 0 auto;
}
.setting .flowbox .flow > ul > li#set7 > img {
  width: 100%;
  max-width: 646px;
}
.setting .flowbox .flow > ul > li#set7 p .redmarker {
  margin-left: 0;
}


/* footer */
footer a {
	text-decoration: none;
	color: #000;
}
footer .container {
	overflow: hidden;
	font-size: 12px;
	line-height: 1.1;
}
footer .container > * {
	display: inline-block;
}
footer .container > *:first-child {
	float: left;
}
footer .container > *:last-child {
	float: right;
}
footer ul li {
	display: inline-block;
	padding-right: 10px;
}
footer ul li + li {
	border-left: 1px solid #231815;
	padding-left: 12px;
}
footer ul + a {
	background: #878787;
	color: #fff;
	width: 108px;
	text-align: center;
	padding: 10px 0;
}
footer .copyright {
	padding: 25px 0;
}
footer .copyright small {
	color: #868686;
}


/* スマホ向けのスタイル：960px */
@media only screen and (max-width:768px){
	.pc {display: none;}
	.l_row > * {
		display: block;
	}
	body {
		font-size: 1.3rem;
	}
	article {
		padding: 0 0 50px;
	}
	
	/* main */
  .setting {
    padding: 15px 0 30px;
  }
  .setting h1 {
    font-size: 1.8rem;
  }
  .setting .flowbox {
    padding: 15px 4%;
  }
  .setting .flowbox + .flowbox {
    margin-top: 15px;
  }
	.setting .flowbox h2 {
    font-size: 1.5rem;
    padding-left: 5.5em;
    margin-bottom: 20px;
  }
  .setting .flowbox h2 > .round {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 5px 10px;
    top: 0;
  }
  .setting .flowbox h2 > .round > span {
    font-size: 1.6rem;
    display: block;
  }
  .setting .flowbox .flow {
    padding: 10px 0;
  }
  .setting .flowbox .flow > ul > li + li {
    padding-top: 50px;
  }
  .setting .flowbox .flow > ul > li + li::before {
    width: 25px;
    height: 25px;
    top: 15px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  .setting .flowbox .flow > ul > li p {
    padding-top: 5px;
    text-align: center;
  }
  .setting .flowbox .flow > ul > li#set3 p,
  .setting .flowbox .flow > ul > li#set7 p {
    padding-top: 10px;
  }
  
	
	/* footer */
	footer > .container:first-child {
		width: 100%;
	}
	footer ul {
		display: block;
		padding-left: 3%;
	}
	footer ul + a {
		margin-top: 20px;
	}
	footer .copyright .container > .logo {
		width: 87px;
		float: none;
	}
	footer .copyright .container > small {
		display: block;
		font-size: 8px;
		text-align: center;
		line-height: 1.5;
		margin-top: 25px;
		float: none;
	}
	footer .copyright small > span {
		display: block;
	}
	

	
}

/* タブレット＆PCのスタイル：768px */
@media only screen and (min-width:769px){
	.sp {display: none;}
	.pc_inline {display: inline-block;}
	.l_row {
		display: table;
		width: 100%;
		table-layout: fixed;
	}
	.l_row > * {
		display: table-cell;
		vertical-align: top;
	}
	body {
		font-size: 1.4rem;
	}
	a:hover {
		text-decoration: none;
	}
	a, a img, button {
		transition: .5s;
	}
	article {
		padding: 0 0 80px;
	}
	
	/* main */
  .setting {
    padding: 30px 0 60px;
  }
  .setting h1 {
    font-size: 2.1rem;
  }
  .setting .flowbox {
    padding: 30px;
  }
  .setting .flowbox + .flowbox {
    margin-top: 30px;
  }
	.setting .flowbox h2 {
    font-size: 1.8rem;
    padding-left: 7em;
    margin-bottom: 30px;
  }
  .setting .flowbox h2 > .round {
    font-size: 1.4rem;
    line-height: 1;
    padding: 10px 20px;
    top: -5px;
  }
  .setting .flowbox h2 > .round > span {
    font-size: 2.0rem;
    line-height: .9;
    display: inline-block;
    vertical-align: -3px;
    margin-left: .2em;
  }
  .setting .flowbox .flow {
    padding: 20px 0;
  }
  .setting .flowbox .flow > ul {
    overflow: hidden;
  }
  .setting .flowbox .flow > ul > li {
    float: left;
    width: 33.33%;
  }
  .setting .flowbox .flow > ul > li + li::before {
    width: 30px;
    height: 30px;
    left: -15px;
    top: 90px;
  }
  .setting .flowbox .flow > ul > li p {
    width: 70%;
    max-width: 318px;
    margin: 5px auto;
  }
  .setting .flowbox .flow > ul > li#set6 {
    float: right;
    padding-top: 60px;
  }
  .setting .flowbox .flow > ul > li#set6::before {
    left: 0;
    right: 0;
    top: 15px;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .setting .flowbox .flow > ul > li#set7 {
    float: right;
    padding: 60px 45px 0 0;
    width: 53%;
  }
  .setting .flowbox .flow > ul > li#set7::before {
    left: inherit;
    right: -15px;
    top: 120px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .setting .flowbox .flow > ul > li#set7 p {
    width: 100%;
    max-width: none;
    margin-top: 10px;
  }
	
	
	/* footer */
	footer ul li a:hover {
		text-decoration: underline;
	}
	footer ul + a:hover {
		background: #C3C3C3;
	}
	footer .copyright .logo {
		width: 107px;
	}
	footer .copyright small {
		display: inline-block;
		font-size: 10px;
	}
	
	
	
	
	
	
}