/* pro_pc */

*{
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo',sans-serif;
	margin:0;
}
html{
	background-color:#efefef;
   color:rgba(0,0,0,0.7);

}
body{
	width:100%;
	height:100%;
}

/*スマホ版だけの要素を消す*/
header,.click_hidden,.mob_home{
	display: none;
}


/*ナビゲーションのデザイン*/
.navgation{
	position:fixed;
	top:0;
	left:0;
	width:200px;
	height:100%;
	background:white;
	text-align: center;
	box-sizing: border-box;
	word-wrap: break-word;
	z-index:10;
	transition: all ease-in .3s;
}

.navgation .logo{
	width:100%;
	height: 70px;
	line-height: 70px;
	font-size:16px;
	font-weight: bold;
	background-color:#4285f4;
	border-bottom: 1px solid blue;
}

.navgation .logo a{
	display:inline-block;
	width: 100%;
	height:100%;
	text-decoration: none;
	color:white;
}

.nav_area{
	width:100%;
	height:100%;
	box-sizing: border-box;
	word-wrap: break-word;
	position: relative;
	box-shadow: 1px 0 3px rgba(50,50,50,0.5);
	overflow-x:hidden;
	padding-bottom:80px;
	overflow-y: hidden;
}

.nav_list{
	width:100%;
	height:auto;
	padding:0;
}

.nav_list li{
	width:100%;
	height:50px;
	line-height: 50px;
	list-style-type: none;
	border-bottom:.2px solid #e3e3e3;
	font-size:13px;
	letter-spacing: 2px;
}

.nav_list li:first-child{
	border-top:.2px solid #e3e3e3;
}

.nav_list a{
	width:100%;
	height:100%;
	display:inline-block;
	text-decoration: none;
	color:black;
	transition: all .1s ease-out;
	font-size:13px;
}

.nav_list a:hover{
	transition:all .1s ease-in;
	background-color: rgba(220, 220, 220, 0.4);
}

/*ナビゲーションのスクロールバーのデザイン*/
.nav_area::-webkit-scrollbar {
	width: 2px;
	height:100px;
}

.nav_area::-webkit-scrollbar-track {
	background: whitesmoke;
	border-radius: 3px;
}

.nav_area::-webkit-scrollbar-thumb {
	background-color: rgba(50,50,50,0.5);
	height:100px;
	border-radius: 2px;
}

/*問い合わせボタンのデザイン*/
.form_area{
	width:180px;
	height:40px;
	margin:10px auto;
	box-shadow:1px 3px 3px gray;
	border-radius: 5px;
	background-color:#4285f4;
}

.form_area a{
	display: inline-block;
	width:100%;
	height:100%;
	line-height: 40px;
	text-decoration: none;
	color:white;
	transition:all ease .2s;
}

.form_area a:hover{
	background-color:skyblue;
	transition:all ease .2s;
	border-radius: 5px;
}

.form_mg{
	display: inline-block;
}

.form_img{
	display: inline-block;
	width:18px;
	height: 18px;
}

.form_img img{
	width: 100%;
	height: 100%;
	vertical-align: -3px;
}

article{
   width:83%;
   min-width:700px;
   height:auto;
   float:left;
   margin-left:210px;
   margin-top:20px;
   background: white;
   box-shadow: 0 0 3px #ccc;
   margin-bottom:100px;
   padding-bottom: 100px
}

h2{
   width:95%;
   height:60px;
   border-bottom:1px solid #eee;

	/* rei */
	font-size:24px;
	margin:40px auto 20px auto;

}
h2 .h_title{
   width:auto;
   margin:0;
   padding-left: 0.3em;
   border-left:.5em solid #4285f4;

	/* rei */
	font-weight: normal;
	opacity: .9;
	color:#777;

}

/* rei */
.h_version{
	width:95%;
	height:20px;
	margin: 5px auto;
	font-size:12px;
	padding-right: 15px;
	text-align: right;
	color:#777;
	font-weight: normal;
}

/* rei */
h3{
	width: 95%;
	height:35px;
	margin: 5px auto;
}

.alpha{
	color:#777;
	opacity: .8;
	font-size:22px;
	text-indent: .5em;
	font-weight: normal;
	line-height: 35px;

}
.pro_all_area{
   width:95%;
   height:auto;
   margin:10px auto;
   border-bottom:1px solid #eee;
}

.name_area{
   width:100%;
   height:50px;
   cursor:pointer;
	transition: all .2s ease-in-out;

	/* rei */
	background: white;
	border:solid 1px #4285f4;
}
.name_area:hover{
	/* opacity: .8; */
	background:rgba(0,0,0,.03);
	transition: all .2s ease-in-out;
	border:solid 1px rgb(72, 119, 210);

}

.name{
   width:100%;
   height:100%;
   position: relative;
}
.pro_name{
   width:auto;
   height:100%;
   line-height: 50px;
   padding-left:1em;
   color:white;
   letter-spacing: 2px;

	/* rei */
	color:rgb(72, 119, 210);
	font-weight: 500;
	font-size:18px;


}
.plus_b{
   width:50px;
   height:50px;
   position: absolute;
   right:0;
   top:0;
   text-align: center;
   line-height: 50px;

   transition:all .3s ease-in-out;

	/* rei */
	color:#4285f4;
	font-size: 30px;

}
.pro_details{
   width:100%;
   height:0;
   overflow-y: hidden;
   transition:all .3s ease-in-out;

}

.line_u{
   display: inline-block;
   clear: both;
   width: 100%;
   height: 1px;
   border-bottom:1px solid #eee;

}

.face_area{
   width:100%;
   height:150px;
   margin-top:20px;

}
.my_face{
   width:130px;
   height:130px;
   margin:0 auto;

}
.my_face img{
   width:100%;
   height:100%;
   border-radius: 50%;

}

.place{
	width: 100%;
	height:40px;
	margin: 10px auto;
	text-align: center;
	border-radius: 3px;
}

.place a{
	display: inline-block;
	width: 200px;
	height:100%;
	color:white ;
	margin:0 auto;
	font-weight: bold;
	line-height: 40px;
	font-size:18px;
	text-decoration: none;
	background: #226ecb;
	text-align: center;

}
.place a:hover{
	opacity: .7;
}
.deta{
   width:100%;
   height:auto;
   padding: 30px 0;


}
.deta_name{
   width:120px;
   height:100%;
   float:left;
   text-indent: 1em;
   font-size:14px;

}
.subdeta{
   margin: 0;
   width: 100%;
   height:100%;
}
.my_deta{
   width:auto;
   height:100%;
   /* float:left; */
   padding-left: 1em;
   border-left:1px solid #ccc;
   font-size:14px;
   overflow:auto;

}
.my_deta a{
   color:blue;
}

.profile{
   width:95%;
   height:40px;
   text-align: right;
	letter-spacing: .9px;

	/* rei */
	margin:5px auto;
	margin-bottom: 10px;
}
.profile a{
	font-weight: 500;

	/* rei */
	color: #226ecb;
	text-decoration: none;
	display: inline-block;
	width:150px;
	height:35px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;

	border-radius: 5px;
	border:solid 1px #999;

}

/* rei */
.profile a:hover{
	opacity: .7;
	text-decoration: underline;
}
