@charset "UTF-8";

/*-----トップイメージ-----*/
.contents_img{
	margin-top: 100px;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 30px;
	display: block;
	position:relative;/*---画像の上に文字を重ねる要素の範囲指定指示---*/
	width: 952px;
}
.contents_img p{
	font-size: 28px;
	position: absolute;
	top: 145px;
	left: 25px;
}
.contents_img span{
	font-size: 20px;
	font-family:"Noto Sans JP";
}
.contents{
	margin-top: 30px;
	margin: 0 auto;
	text-align: center;
	width: 952px;
}

/*-----取扱商品 パッケージ-----*/

.package_box p{
	text-align: justify;
}
.package_box h1 {
	font-size: 2.5rem;
	color: #00a1e9;
	text-align: left;
}
.package_box h2 {
	font-size: 2.2rem;
	color: #00a1e9;
	text-align: left;
}
.example_box{
	display: flex;
	justify-content: space-between;
	padding: 30px 140px 0 140px;
}
.example_box h2{
	font-size: 2.2rem;
	color: #000;
	}

.example_box .left_box{
	text-align: center;
	margin-left: 70px;
}
.sample_box{
	display: flex;
	justify-content: center;
}
.contents_box02 .sample_box p{
	text-align: center;
}
.sample_item{
	padding: 10px 30px 20px 30px;
	text-align: center;
}
.sample_item p {
	line-height: 1.5;
}
.contents_box02 h2 {
	margin-top: 10px;
	color: #00a1e9;
}
.contents_box02 p {
	margin-top: 10px;
	text-align: justify;
}

/*-------表全体-------*/
#processing_table{
margin:auto;
border-collapse: collapse;  /* 表の線を1本化 */
border: solid 2px #00a1e9;/*表全体を線で囲う*/
}

.contents .table h3{
	color: #00a1e9;
	font-size: 2.0rem;
}
.contents .table #processing_table th{
	width: 200px;
	padding: 6px;
	font-weight: normal;
	font-size: 1.6rem;
	text-align: left;
	border: solid 1px #00a1e9;
	background: #DFF2FC;
	border: dashed 1px #00a1e9;  /*破線 1px */
}
.contents .table #processing_table td{
	width: 476px;
	padding: 6px;
	text-align: left;
	font-size: 1.6rem;
	border: solid 1px #00a1e9;
	border: dashed 1px #00a1e9;  /*破線 1px */
}

/*-----メディアクエリ-----*/


/*-----タブレット版-----*/
/* 画面サイズが768px〜1024pxまではここを読み込む */
@media screen and (min-width: 768px) and (max-width: 1024px){
.contents_img {
	width: 100%;
}
.contents_img img{
	width: 100%;
	height: auto;
}
.contents_img p {
	top: 63%;
	left: 3.5%;
}
.package_box p {
	padding: 0 15px;
}
.contents {
	width: 100%;
}
.package_box h1 {
	padding: 0 15px;
}
.example_box .left_box {
	text-align: center;
	margin-left: 0;
	width: 235px;
}
.example_box p{
	padding: 0 ;
}
.example_box {
	padding: 30px 80px 0 80px;
}
.contents_box02{
	padding: 0 15px;
}
.sample_item {
	padding: 10px 10px 20px 10px;
	text-align: center;
}
.sample_item p{
	line-height: 1.5;
}
}

/*-----モバイル版-----*/
/* 画面サイズが〜767pxまではここを読み込む */
@media screen and (max-width: 767px){
.contents_img {
	margin-top: 115px;
	margin-bottom: 10px;
	width: 100%;
}
.contents_img p{
	font-size: 14px;
	position: absolute;
	top: 58%;
	left: 5%;
}
.contents_img span{
	font-size: 10px;
	font-family:"Noto Sans JP";
}
.contents {
	width: 100%;
	padding: 0 15px;
}
.example_box {
	flex-direction: column;
	justify-content: space-between;
	padding: 0;
}
.example_box h2 {
	margin-top: 20px;
}
.example_box .left_box {
	margin-left: 0;
}
.package_box p {
	padding: 0;
}
.left_box {
	text-align: left;
	width: 100%;
	margin-left: 0;
	padding-left: 60px;
}
.contents_box02 h2 {
	font-size: 1.8rem;
	line-height:1.5;
}
/*SPでは有効（改行する）*/
.mobile01{
	display: block;
}
.sample_box{
	flex-direction: column;
	justify-content: center;
}
.contents_box02 p {
	margin-top: 5px;
	text-align: justify;
}
#processing_table {
	margin: auto;
	border-collapse: collapse;
	border: solid 2px #00a1e9;
	width: 100%;
}
.contents .table #processing_table th{
	width: 200px;
	padding: 6px;
	font-weight: normal;
	font-size: 1.6rem;
	text-align: center;
	border: solid 1px #00a1e9;
	background: #DFF2FC;
	border: dashed 1px #00a1e9;  /*破線 1px */
	line-height: 1.4;
}
.contents .table #processing_table td{
	width: 476px;
	padding: 6px;
	text-align: justify;
	font-size: 1.6rem;
	border: solid 1px #00a1e9;
	border: dashed 1px #00a1e9;  /*破線 1px */
	line-height: 1.4;
	padding: 3px 6px 3px 6px;
}
.info_box {
	margin-top: 20px;
}
.info_box h2 {
	color: #00a1e9;
	margin-top: 10px;
	font-size: 2.0rem;
	line-height: 1.6;
	text-align: left;
	margin-left: 0;
}
.left_box {
	text-align: left;
	width: 100%;
	padding-left: 0;
}
.left_box p {
	text-align: justify;
	padding-right: 0;
	display: block;
}
.right_box {
	margin-top: 15px;
	margin-bottom: 20px;
	margin: 0 auto;
}
.info_wrap {
	display: block;
}
.deadline_box h2 {
	text-align: center;
}
a.btn--radius {
	border-radius: 100vh;
	width: 60%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}
.btn--orange, a.btn--orange {
}
.flowchart_box {
	margin: 0 auto;
	writing-mode: horizontal-tb;
}
.flowchart_box h4 {
	font-size: 1.8rem;
	background-color: #fff;
	margin: 0 10px 5px 10px;
	border-radius: 5px;
	padding: 5px 5px 5px 5px;
}
.arrow-clippath {
	transform:rotate(90deg);    /* 中心を基準点に時計回りに回転する */
	width: 30px;    /* 90%縮小 */
	height: 35px;
}
.flowchart_box p {
	margin-top: 0;
	text-align: left;
	height: 0;
	margin-left: 5px;
	font-weight: bold;
}
.flex {
	display: block;
	margin-top: 10px;
}
.flex p{
	margin-left: 40px;
}
}

