@charset "UTF-8";

html, body {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #313131;;
	letter-spacing: 1px;
}


body {
	font-size: 1.5rem;
	line-height: 1.6;	
	background-color: #ffe8a4;   
	
	width: 100%;
	/*background: #FFF2CB;*/

	/*斜め線*/
	background-image: linear-gradient(
		-45deg,
		#FFF2CB 25%,
		#FFE8A4 25%,
		#FFE8A4 50%,
		#FFF2CB 50%,
		#FFF2CB 75%,
		#FFE8A4 75%,
		#FFE8A4
		);
	background-size: 100px 100px;
	background-attachment: fixed;

}


@media only screen and (max-width: 750px) {
	
	body {
		font-size: 1.3rem;
		line-height: 1.4;
	}

}


@media only screen and (max-width: 750px) {
	.for_pc{
		display: none;
	}
}

@media only screen and (min-width: 751px) {
	.for_sp{
		display: none;
	}
}


#container{
	min-width: 100%; 
    background-color: transparent; 
}


/* メインビジュアル 
----------------------------------------*/

.main{
	width: 100%;
	padding: 5em 0 0 0;
	height: auto;
}
.main h1{
	text-align: center;
}
.main .catch{
	font-weight: bold;
	padding: 0.5em 1em;
	font-size: 30px;
	text-align: center;
}
.main .catch .wf-mplus1p { font-family: "M PLUS 1p"; }

.main .intro{
	margin: auto;
    text-align: center;
}
/*.main .catch .wf-mplus1p span,
.main .intro span{
	font-size: 11px;
}
*/

@media screen and (max-width: 750px) {

.main{
	padding: 1em;
}
.main .catch{
	width: 100%;
	font-size: 22px;
	padding: 1em;
}

}



/* article・section --------------------*/

article{
    display: block;
    width: 100%;
    margin: 1em auto 5em;
    overflow: hidden;
}
section{
	width: 1000px;
	margin: auto;
}

table{
	width: 100%;
	margin: 1em auto;
	border-collapse: collapse;
	border: solid #CCC;
	border-width: 1px;
}
table tr th,
table tr td{
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
	border: solid #CCC;
	border-width: 1px;
	background: #fff;
}
table tr th{
	background: #eee;
}

	
@media screen and (max-width: 750px) {
	
article{
	padding: 5%;
    margin: 0em auto;
}
section{
    width: 100%;
	margin: 1em auto;
}

table,
table tbody,
table tr,
table tr th,
table tr td{
	display: block;
}
table{
	width: 100%;
	border-width: 0 0 1px 0;
}
table tr th,
table tr td{
	width: 90%;
	padding: 3% 5%;
}
table tr td{
	border-width: 0px 1px 0px 1px;
}

}



/*--------------------*/

h2 {
	padding: 1rem 2rem;
	border-top: 6px double #000;
	border-bottom: 6px double #000;
	font-weight: bold;
    font-size: 20px;
    margin: 3em auto 1em;}

h3{
	font-weight: bold;
	color: #333;
    font-size: 18px;
    margin: 1.5em 0 0.5em;}

@media screen and (max-width: 750px) {

h2 {
	padding: 1rem;
    font-size: 18px;
    margin: 2em auto 1em;
}

h3{

}

table tr th,
table tr td{
	width: 100%;
}

}



/*ul li ----------------------*/

ul li {
	position: relative;
	padding-left: 1.5em;
}
ul li::after,
ul li::before {
	display: block;
	content: '';
	position: absolute;
	margin-left: 1em;
}
ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #8b62a4;
	border-radius: 100%;
}
ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
	
ul li {
	margin-bottom: 1em;
}
	
}



/*2階層 黒丸*/
.maru ul{
  padding:0.5em;
}
.maru li.maru {
  position: relative;
}
.maru li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
.maru ul li {
	padding-left: 1em;
}
.maru ul li:before{
  display: none;
}


/*2階層 数字*/
.number ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
.number ol li {
  position: relative;
  padding-left: 30px;
  padding: 0 0 0 30px;
}

.number ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  border-radius: 50%;
  /*left: 0;*/
  width: 20px;
  height: 20px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.number ol li:after{
  display: none;
}



/*----------------------------*/

.kikan{
	background: #c10f0f;
    padding: .45em;
    margin-bottom: 2em;
    font-weight: bold;
    color: #fff;
    font-size: 23px;
	text-align: center;
	border-radius: 8px;
}

.marker {
	font-weight: bold;
    background: linear-gradient(transparent 0%, #ffff66 0%);
}

.step{
	margin: 1em 0;
}
.steptext {
	margin-left: 0.51em;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 17px;
}

dt{
  float: left;
}

dd{
  margin-left: 80px;
}


.note{
	border: #E50C10 2px solid;
    padding: 0.5em;
    color: #E50C10;
    font-size: 25px;
    width: 400px;
    font-weight: bold;
    margin: 0 auto 1em;
    text-align: center;
}


@media only screen and (max-width: 750px) {

	
.kikan{
    padding: .35em;
    font-size: 18px;
	text-align: left;
}

.steptext {
	font-size: 16px;
	margin-top: .5em
}
	
.note{
    font-size: 20px;
    width: 90%;
}


}



/* button --------------------*/

.button{
    color: #fff;
    border: 1px solid #54361d;
    background-color: #f9780a;
	padding: 1em 6em;
    border-radius: 5px;
    text-decoration: none;
    overflow: hidden;
	font-weight: bold;
    font-size: 17px;
}
.button:hover{
    background-color: #fff;
    border: 1px solid #54361d;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: orange;
    overflow: hidden;
}
@media only screen and (max-width: 750px) {

.button{
	padding: 1em 2em;
    font-size: 14px;
	}

}



/* いろいろ --------------------*/

.center{ text-align: center; }
.red{ color: #E0070B; }
.bold{ font-weight: bold; }
.mt20{ margin-top: 20px; }
.mt30{ margin-top: 30px; }
.mb15{ margin-bottom: 15px; }
.mb30{ margin-bottom: 30px; }
.f18{ font-size: 18px; }
.ruby{ font-size: 11px; }	
/*a {	text-decoration: none; }*/
a{ color: #0598d6; }
a:hover { color: #FF9600; }



/*-------------------------------------*/
/*-------------------------------------*/


.flex {	
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;/* Safari */
		-webkit-flex-wrap: wrap; /* Safari */
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-justify-content: space-between; /* Safari */
		justify-content: space-between;
	}

/*-------------------------------------*/
/*-------------------------------------*/




/* header/footer --------------------*/

.header_simple {
    background-color: #231815;
}

.footer_simple {
    background: #8b62a4;
}

.footer_simple .copyright{
	color: #fff;
}
	