@charset "UTF-8";
/* CSS Document */




/*ココからヘッダー*/

#process_contents{
	max-width:100%;
	background-image:url(../images/process-topimg.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:scroll;
	background-size:cover;
	/*background-color:#000;*/
	overflow:hidden;
	height:800px;
	position:relative;
}

/*メイン画面*/
#title_process h2{
	position: absolute;
	top: 50%;
	left: 25%;
	-ms-transform: translate(-50%,0%); /* IE*/
	-webkit-transform: translate(-50%,0%); /* Safari, Chrome, Opera */
	transform: translate(-50%,0%); /*Firefox, Edge*/
	width:360px;
	height:auto;
	overflow:hidden;

    -webkit-animation: fadeIn 8s ease 0s 1 normal;
    animation: fadeIn 8s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

/*ココから本文メニュー*/
#process,
#pro_01,
#pro_02,
#pro_03,
#pro_04,
#pro_05,
#pro_06,
#pro_07,
#pro_08,
#pro_09,
#pro_10,
#pro_11{
	clear:both;
	max-width:1000px;
	margin:40px auto 80px;
	position:relative;
}

#headtitle_pro{
	max-width:1000px;
  width: 90%;
	margin:0 auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



.pro_group{
	clear:both;
	max-width:1000px;
	padding:0;
	height:auto;
	position:relative;
}

.pro_group_moni{
	clear:both;
	max-width:1000px;
  width:90%;
	padding:5px;
  margin: 0 auto;
	height:auto;
	position:relative;
	border:dotted 1px #963;
}

.pro_group:after{
	content:"";
	display:block;
	clear:both;
}

.pro_group p{
  color: #960;
}

.pro_group_moni:after{
	content:"";
	display:block;
	clear:both;
}

.pro_left{
	max-width:500px;
  width:50%;
	float:left;
	margin-left:2%;
}

.pro_left_moni{
	max-width:600px;
  width:60%;
	float:left;
	margin:20px 20px;
  height: auto;
}

.intro{
	max-width:500px;
	margin:20px 1%;
}

.intro_impre{
	max-width:580px;
  width:100%;
	margin:0px;
}


.intro p{
  max-width:600px;
	font-size:0.9em;
	line-height:1.5em;
	padding:10px 0 0;
}

.intro_impre p{
	font-size:0.9em;
	line-height:1.5em;
	padding:15px 0 0 5px;
  height: auto;
  color: #960;
}

.intro span{
	font-size:1.1em;
	font-weight:bold;
	color:#C69;
	line-height:1.8em;
}

.pro_right{
	max-width:400px;
  width:40%;
	margin-right:4%;
	margin-top:30px;
	float:right;
}

.pro_right02{
	max-width:380px;
  width:38%;
	margin-right:3%;
	margin-top:30px;
	float:right;
	border:solid 1px #963;
	padding:10px;
}

.pro_right .intro_img{
	max-width:400px;
  width:95%;
	display:inline-block;
}

.pro_right img{
	max-width:200px;
	display:inline-block;
}

.leftyose{
  text-align: left;
}

.pro_right_moni{
  max-width:260px;
  width:30%;
  float: right;
  padding:15px 20px 0 5px;
}

.pro_right_moni img{
/*	max-width:250px;
  width:100%;*/
	display:inline-block;

}
	

.intro_impre h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.1em 0.3em;
	color:#960;
	font-size:1.0em;
}

.pro_right02 .cosme{
	width:110px;
}

.pro_right02 h4{
	width:260px;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size:1em;
	color:#C69;
	padding:10px 0 1px;
	text-align:left;
}
		
.pro_right p,
.pro_right02 p{
	padding:5px 10px;
  font-size:0.9em;
}
	
		
	