/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
イシドウ様CSS　追加
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/




.right {
	float: right;
margin-bottom: 20px;
}		

.small {
	font-size: 80%;
}

.check {
	color: #F00036;
		font-weight: bold;
}


.sp {
  display: none;
}


.pt {
display: block;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}





.content h3 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 30px;
	background-color: #154bad;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/, sans-serif;
	clear: both;
	font-weight: normal;
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #0083FF;
	content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/, sans-serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 30px;
	color: #154bad;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-weight: normal;
}


.content h5 {
	float: left;
	text-align: left;
	width: 20%;
	background-color: #0083FF;
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	margin-top: 20px;

	margin-bottom: 20px;
-webkit-border-radius: 20px;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}

.img_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

.img_left {
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}
.img_right {
	float: right;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
}

.content .img_left p {
	font-size: 12px;
	margin: 0px;
}


/*
　線ボックスで囲む部分
-------------------------------------------*/

.box_line {
	background: #f7f7f7;	/*背景色*/
	border-radius: 10px;	/*角丸のサイズ*/
	padding: 20px;
	text-align: center;
	margin: 40px;	/*ボックス空けるスペース*/

}


-------------------------------------------*/
table.table_01 {
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #fff;
}
table.table_01 th,
table.table_01 td {
	border-width: 1px;
	border-style: dotted;
	border-color: #987;
	padding: 20px;
}
table.table_01 th {
	font-size: 16px;
	white-space: nowrap;
	letter-spacing: 1px;
	width: 33%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/, sans-serif;
}
table.table_01 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #fff;
}

table.table_02 {
	background-color: #fff;
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 1100px;
}
table.table_02 th,
table.table_02 td {
	padding: 20px;
	border: 1px dotted #BAB4A9;
}
table.table_02 th {
	font-size: 18px;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #222;
background-color:#f7f7f7;
}
table.table_02 td {
	font-size: 16px;
	line-height: 30px;
	background-color: #fff;
}


table.table_02 tr td:first-child {
	background-color: #f7f7f7; /* お好みの色に変更 */
}

table.table_02 .tr_gr th {
	background-color: #E0DDD8;
}
table.table_02 .tr_gr td {
	background-color: #EBE9E6;
}

table.table_02 td .price {
	font-size: 150%;
	white-space: nowrap;
	color: #0083FF;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}


************************************
.content table.table_03 {
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 40px;
}
.content table.table_03 th,
.content table.table_03 td {
	padding: 10px;
	border: 1px dotted #BAB4A9;
}
.content table.table_03 th {
	font-size: 14px;
	white-space: nowrap;
	letter-spacing: 1px;
	color: #222;
}
.content table.table_03 td {
	font-size: 14px;
	line-height: 30px;
	background-color: #fff;
}


.content table.table_03 .tr_gr th {
	background-color: #E0DDD8;
}
.content table.table_03 .tr_gr td {
	background-color: #EBE9E6;
}

.table_01 th span {
	font-size: 12px;
	color: #CCC;
}

**********************************






/*
FAQ
-------------------------------------------*/

dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
dl.faq dt {
    margin-top: 60px;
	font-size: 22px;
	line-height: 30px;
	position: relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #666;
	color: #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
dl.faq dt span {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	background-color: #3ac234;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -10px;
	z-index: 10;
}
dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #3ac234;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 1.6;
}



#outline
 {
	background: url(../images/materials_bg_01.jpg) no-repeat right bottom,
	url(../images/materials_bg_02.jpg) no-repeat right top,
url(../images/picup_img_01.png) no-repeat left center; bottom,

	padding-top: 120px;
	padding-bottom: 200px;
}


#office
 {
	background: url(../images/materials_bg_01.jpg) no-repeat right bottom,
	url(../images/materials_bg_02.jpg) no-repeat right top,
url(../images/picup_img_01.png) no-repeat left center; bottom,

	padding-top: 120px;
	padding-bottom: 200px;
}




#beginners
 {
	background: url(../images/materials_bg_01.jpg) no-repeat right bottom,
	url(../images/materials_bg_02.jpg) no-repeat right top,
url(../images/picup_img_01.png) no-repeat left center;
	padding-top: 120px;
	padding-bottom: 200px;
}



#orders{
background: #fffef6;
}



#payment
 {
	background: url(../images/materials_bg_01.jpg) no-repeat right bottom,
	url(../images/materials_bg_02.jpg) no-repeat right top,
url(../images/picup_img_01.png) no-repeat left center;
	padding-top: 120px;
	padding-bottom: 200px;
}

#delivery
 {
background: #fffef6;

}


#compensation
 {
background: #f7f7f7;

}




#caution
 {
	background: url(../images/materials_bg_01.jpg) no-repeat right bottom,
	url(../images/materials_bg_02.jpg) no-repeat right top,
url(../images/picup_img_01.png) no-repeat left center;

	padding-top: 120px;
	padding-bottom: 200px;
}


#jobs {
	background: 
		url(../images/materials_bg_01.jpg) no-repeat right bottom,
		url(../images/materials_bg_02.jpg) no-repeat right top,
		url(../images/picup_img_01.png) no-repeat left center;
	padding-top: 120px;
	padding-bottom: 200px;
}
#flow {
	background: 
		url(../images/materials_bg_01.jpg) no-repeat right bottom,
		url(../images/materials_bg_02.jpg) no-repeat right top,
		url(../images/picup_img_01.png) no-repeat left center;
	padding-top: 120px;
	padding-bottom: 200px;
}


#faq {
	background: 
		url(../images/materials_bg_01.jpg) no-repeat right bottom,
		url(../images/materials_bg_02.jpg) no-repeat right top,
		url(../images/picup_img_01.png) no-repeat left center;
	padding-top: 120px;
	padding-bottom: 200px;
}



@media screen and (max-width:460px){


.sp {
display: block;
width: 100%
}

.pt {
  display: none;
}



table.table_01 th,
table.table_01 td {
	width: 100% !important;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table.table_01 th {
	background-color: #F6F6F6;
}


table.table_02{
    width: 100%;

  }
table.table_02 .thead {
    display: none;
	font-size: 14px;

  }
table.table_02 tr {
	font-size: 14px;

  }
table.table_02 td {
    display: block;
    text-align: center;
	font-size: 14px;

  }
table.table_02 td:first-child {
    background: #f7f7f7;
    color: #222;
    font-weight: bold;
    text-align: center;
  }
table.table_02 td:before {
    content: attr(data-label);
    float: center;
    font-weight: bold;
    margin-right: 10px;
  }



.content h4 {
	font-size: 20px;

}


.box_cont3 {
	width: 90%;
	padding-right: 10px;
	padding-left: 10px;
}

.box_cont3 .box_c_in {
	width: 90%;
	padding: 5px;
}

.box_cont3 .box_c_in img {
	max-width: 80%;
	padding: 5px;
}






}
/*(/～460)*/

