@charset "utf-8";
body {
	background-color: #FFFFFF;
	color: #000000;
	font: 16px/31px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}

body main {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	word-wrap: break-word;     /* 旧プロパティ名 */
	overflow-wrap: break-word; /* 新プロパティ名 */
}
body main section {
	clear: left;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
br.clear {
	clear:both;
}
main a:link, main a:visited {
	text-decoration:none;
}
main a:hover, main a:active {
}
.next a:link, .next a:visited {
	background-color:#FFFFFF;
	display:block;
}
.next a:hover, .next a:active  {
	background-color:#CEE5F2;
	display:block;
}
#globalNavi .logo {
}
.maincontents{
margin-top:50px;
}

@media screen and (min-width: 640px) {

/* PC用設定 */
.widthset {
	margin: 0px auto;
	width: 1060px;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}
div#blog_main{
	
}
aside#blogpage{
 	width: 200px;
	float: left;
	margin-top: 30px;
	}
main#blog_contents{
	width: 750px;
	float: right;
}
.main_img{
text-align:center;
}
.br-hx {
	 display:none; 
	 }
	 

/* PC　ヘッダー */
header{
	position: relative;
	margin: 0px auto;
	width: 1060px;
	}
#globalNavi{
	background-color:#FFFFFF;
	min-height:70px;
}
header .topmenu .logo {
	padding: 0;
	margin: 20px 0 0 0;
	text-align:center;
	}
header .fixed .logo {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 15px;
	left: 0;
}
header .topmenu .catch {
	padding: 0;
	margin: 0;
	font-size: 0.7em;
	line-height:1em;
	text-align:center;
}
header .fixed .catch {
	display:none;
}
header .contact{
	position: absolute;
	top:0;
	right: 0;
}
header .contact a {
	padding: 0.1em 4em;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.75em;
	border-radius: 2px;
}
header .contact a:link, header .contact a:visited {
	background-color: #449A55;
}
header .contact a:hover, header .contact a:active {
	background-color: #0E5999;
}
header nav #menu-icon, header nav #menu-cb,
#wj-menu li.spmenu {
	display:none;
}
header nav ul {
	padding: 0;
	margin: 0;
	display: table;
    border-collapse:separate;
}
header .topmenu nav ul {
    width: 100%;
	border-spacing:10px;
	margin-top:20px;
}
header .fixed nav ul {
	position: absolute;
	margin-top: 15px;
	width: 80%;
	top: 0;
	left: 130px;
	border-spacing: 10px 0;
}
header nav ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
header nav ul li a {
    display: block;
    padding: 0 0 10px 0;
    color: #3A3A3A;
    text-decoration: none;
    font-size: 0.9em;
}
header nav ul li a:link, 
header nav ul li a:visited {
	border-bottom: 4pt solid #FFFFFF;
}
header nav ul li a:hover, 
header nav ul li a:active {
	border-bottom: 4pt solid #449A55;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}
#menu-background {
    background-color: #FFF; 
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
	min-height:70px;
}

/* PC　キャッチ */

#top_catch{
    text-align: center;
}
#top_catch h1{
	font-size: 1.87em;
	background-color: #001C55;
	color: #FFFFFF;
	padding: 0.8em 0;
	text-align: center;
	}
#main_catch  {
	width: 100%;
	background-color: #001C55;
	display:block;
	color:#FFFFFF;
}

#main_catch h1 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 3em 0;
}
	
/* PC　メッセージ */

#top_message {
	margin-top: 50px;
	background-color:#F7F7F7;
}
#top_message h2 {
	font-size: 1.89em;
	width: 100%;
	padding: 50px 0;
	color: #00072D;
	text-align: center;
	line-height: 120%;
}
#top_message h3 {

	font-size: 1.25em;
	padding: 0 0 5px 0;
	margin: 0;
}
#top_message a {
	clear: both;
	position: relative;
	display: block;
	border-top: 1px solid #E0E0E0;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
  	color: #000000;
	text-decoration: none;
	}
#top_message a:first-child {
	border:none;
	padding-top: 0;
  }
.release3 {
 	padding-bottom: 100px;
 }
.release3 a img {
	float: left;
	display: inline-block;
	margin-right: 50px;
}
.release3 .trim {

}
.release3 a:before{
}
.release3 a:after{
	display: block;
	content: ">";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	color: #001C55;
	font-size: 2em;
}

.release3 dl {
	margin: 0;
	padding: 0 3em 0 0;
	}
.release3 dl dt {
	margin: 0;
	padding: 0;
	color: #001C55;
}
.release3 dl dd {
overflow: auto;
	margin: 0;
	padding: 0;}

#main_message {
	margin-top: 30px;
	font-size: 1.12em;
}

#main_message h2 {
	text-align: center;
	font-size: 1.89em;
	width: 100%;
	padding: 50px 0;
	color: #00072D;
	line-height: 1.2em;
}

/* PC　サービス概要 */

#top_service {
	background-color: #F7F7F7;
	margin-top: 50px;
	padding-bottom: 80px;
}
#top_service h2 {
	color: #00072D;
	font-size: 1.87em;
	text-align: center;
	padding: 50px 0 20px 0;
}
#top_service div.s1 {
	width: 275px;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 53px;
	padding: 0 0 0 55px;
	border-left: 1px solid #E0E0E0;
}
#top_service div.s1:first-child  {
	margin: 0;
	padding: 0;
	border:none;
}
#top_service p {
	margin: 0px;
	padding: 0px;
}
#top_service p.want {
	position: relative;
	display: inline-block;
	width: 195px;
	height: 30px;
	color: #FFFFFF;
	background: #0E5999;
	z-index: 0;
	margin: 25px auto;
	font-size: 0.87em;
	font-weight: bold;
	border-radius: 3px;
}
#top_service p.want:after {
	content: "";
	position: absolute;
	bottom: -5px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0E5999 transparent transparent transparent;
}
#top_service h3 {
	font-size: 1.37em;
	line-height: 130%;
	margin: 5px auto;
	height: 4em;
}
#top_service .text {
	text-align: left;
	min-height: 16em;
}
#top_service .next {
	border: 1px solid #00072D;
	width: 90%;
	margin: 2em auto 0;
	font-size: 0.8em;
}
#top_service .next a {
	padding: 0.5em;
}

#main_service {
	margin: 20px 0;
	padding-bottom: 50px;
}

#main_service ul{
	list-style:none;
	width:1080px;
	margin: 0 auto;
	padding: 0;
}
#main_service ul li{
	margin: 0.5em 0 0 100px;
	padding: 0 0 0 3em;
	background-image: url(w-img/check1.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* PC お客様の声*/
#top_voice h2 {
	color: #00072D;
	font-size: 1.87em;
	text-align: center;
	padding: 50px 0 20px 0;
	overflow: hidden;
}
#top_voice h2 span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
#top_voice span::before, 
#top_voice span::after{
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #001C55;
}
#top_voice span::before {
	right: 100%;
}
#top_voice span::after {
	left: 100%;
}
#top_voice div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 50px 0 10px;
	font-size: 1em;
	line-height: 150%;
	}
#top_voice img {
	padding-left:100px;
}
#top_voice h3 {
	color: #001C55;
}
#top_voice .next a {
	padding: 0.5em;
	border: 1px solid #00072D;
	margin: 1em auto;
	width: 400px;
	text-align: center;
}
/* PC 動画リスト*/

#home_movie{
	margin-top: 50px;
	padding-bottom: 50px;
}

#home_movie h2 {
	font-size: 1.87em;
	background-color: #0E5999;
	color: #FFFFFF;
	padding: 0.8em 0;
	margin-bottom:50px;
	text-align: center;
}
#home_movie ul{
	margin: 0;
	padding: 0;
	display: table;
	border-spacing: 5px 0;
}
#home_movie ul li{
	margin: 0;
	padding: 0;
	display: table-cell;
	font-size: 0.8em;
	text-align: center;
}

/* PC blogリスト*/

#home_blog h2 {
	font-size: 1.87em;
	background-color: #0E5999;
	color: #FFFFFF;
	padding: 0.8em 0;
	margin-bottom:50px;
	text-align: center;
}
#home_blog h3 {
	color: #001C55;
	background-color: #E0E0E0;
	padding: 0.3em 0.5em;
	margin-top:2em;
	}
#home_blog img {
	display: inline-block;
	float: left;
	padding-right: 30px;
}
.blog_date{
	text-align:right;
	margin: 0;
	padding:0;
	}
#home_blog .blog01 p {
	margin: 0;
	padding:0;
	overflow: auto;
}
#home_blog .next {
	padding: 0.8em;
	border: 1px solid #00072D;
	margin: 3em auto;
	width: 400px;
	text-align: center;
}
#main_inner h3{
	background-color: #E0E0E0;
	padding: 0.3em 0.5em;
	margin-top:2em;
}
/* PC single */

#main_catch p {
	background-color: #001C55;
	color: #FFFFFF;
	padding: 0.8em 0;
}
.blog01 h1 {
	color: #0E5999;
	padding: 0.8em 0;
}
/* PC　サイドバー */
.textwidget{
	padding: 0.3em;
	text-align: center;
	margin: 1em 0;
	background-color: #CEE5F2;
	border-radius: 5px;
}
#blogpage div h3{
	font-weight: normal !important;
}	
/* PC　診断フォーム */
#main_text{
	font-size: 1.125em;
	text-align: center;
	margin: 100px 0;
	line-height: 2em;
}
#form_block{
	background-image: url(/w-img/bg_cross.png);
	text-align: center;
	padding: 50px 0;
}
#form_block h2 {
	font-size: 1.87em;
	background-color: #0E5999;
	color: #FFFFFF;
	padding: 0.8em 0;
	margin-bottom:20px;
	text-align: center;
}
#form_contents div{
    display:table;
	margin: 0 auto;
}
#form_contents dl{
    display:table-row;
	text-align: left;
}
#form_contents dt,#form_contents dd{
	display: table-cell;
	border: 1px solid #D1D1D1;
	border-collapse: collapse;
	}
#form_contents dt{
	width: 300px;
	background-color: #EBEBEB;
	vertical-align: middle;
	padding:1em;
	}
#form_contents dd i{
	display: block;
	font-style: normal;
	font-size: 0.75em;
	color: #929393;
	width: 700px;
}
#form_contents dd{
	padding:1em;
	background-color:#FFFFFF;
}
#form_contents dl dd .required{
	height:2em;
	border: 1px solid #A8CBE5;
}
#form_contents span.hissu::before {
	color: #FF0000;
	content: "必須";
	font-size: 0.75em;
	border: 1px solid #FF0000;
	border-radius: 3px;
	padding:0 0.5em;
	margin-right:1em; 
}
#form_contents span.ninni::before {
	color: #22B2C1;
	content: "任意";
	font-size: 0.75em;
	border: 1px solid #22B2C1;
	border-radius: 3px;
	padding:0 0.5em;
	margin-right:1em; 
}
#form_contents input[type="submit"] {
	padding: 1em 4em;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.25em;
	border-radius: 2px;
	background-color: #449A55;}

#form_contents input[type="submit"]:hover {
	background-color: #0E5999;
	cursor:pointer;
}
/* PC　診断結果 */
.kekka_contents{
	background-image: url(w-img/bg_cross.png);
	margin-top:50px;
}
#shindan-kekka div.nayami {
	text-align: center;
	padding: 2em;
}
#shindan-kekka h3{
	font-size: 1.37em;
	margin: 5px;
}
#shindan-kekka div.kekka {
	padding: 1em 3em 2em;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
}
.kekka .keyword span {
	background-color: #D1D1D1;
	padding: 0 0.5em;
	margin-right: 0.5em;
}

#shindan-kekka .kekka  h3 {
	color: #0E5999;
	text-align: center;
}
#shindan-kekka .osusume{
	margin-top:50px;
	}
#shindan-kekka .osusume p{
	font-weight: bold;
	clear:both;
	background-image: url(w-img/check1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
	}
	
.osusume ul{
	list-style:none;
	margin: 0 auto;
	padding: 0;
}
.osusume ul li{
	margin: 0.5em 0 0 1em;
	padding: 0 0 0 2em;
}
.osusume ul li.key{
	text-indent: -1em;
}
.osusume ul li.key:before{
	font-family: FontAwesome;
	content: "\f02e";
	padding-right:3px;
}
.osusume ul li a:hover{
	text-decoration: underline;
}
#shindan-kekka .osusume .books {
	width: 30%;
	margin-right: 3%;
	margin-bottom: 2em;
	float: left;
	min-height:360px;
	line-height:120%;
}
.kekka_contents h2 {
	text-align: center;
	font-size: 1.89em;
	width: 100%;
	padding: 50px 0 20px 0;
	color: #00072D;
	line-height: 1.2em;
}

#service-list{
	margin-top:50px;
	background-color:#F7F7F7;
	padding-bottom:50px;
}
#service-list a{
	color: #00072D;
}
#service-list p{
	font-size: 1.25em;
	margin-bottom:1em;
	text-align: center;
}

#service-list .service-menu{
	display:table;
	border-collapse: collapse;
	margin-bottom:50px;
}
#service-list .service-menu dl{
	display: table-cell;
	width:33%;
	height:6em;
	padding:1em 0;
	vertical-align: middle;
	text-align:center;
	border: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	position: relative;
}
#service-list .service-menu dd{
	font-size: 1.38em;
	font-weight: bold;
	margin:0;
}
#service-list .service-menu dd:after{
	position: absolute;
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent #449A55 #449A55 transparent;
	border-style: solid;
	border-width: 0.25em;
	bottom:5px;
	right:5px;
}	
#service-list .service-menu dl a {
	position: absolute;
	width: 100%;
 	height: 100%;
	top: 0;
	left: 0;
	display: block;
}
#service-list .service-menu dl:hover {
	background-color:#CEE5F2;
}
/* PC　サイドメニュー */
aside#blogpage ul{
	padding: 0;
	margin: 0;
	line-height: 180%;
}
aside#blogpage ul li{
	list-style:none;
}
aside#blogpage ul li ul{
	padding-left:2em;
}

/* PC　フッター */

.paging{
	font-size: 0.8em;	
}
footer {
	position: relative;
	background-color: #001C55;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
}
footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
footer a:hover, footer a:active {
	color: #CEE5F2;
	text-decoration:underline;
}
footer .pageup {
	position: relative;
	top:-43px;
	left:957px;
	}
footer .menu {
    display: table;
	margin: 0 auto;
}
footer .menu div {
    display: table-cell;
	border-left: 1px solid #BEBEBF;
	margin: 0;
	padding: 0 30px;
}
footer .menu div:first-child {
	border: none;
	padding: 0 30px 0 0;
}
footer .menu p {
	font-size: 0.9em;
	position: relative;
	display: inline-block;
	margin: 0.5em 0;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
footer .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer .menu li {
	font-size: 0.75em;
	line-height: 2em;
	padding: 0 0 0 20px;
	margin: 0;
	position: relative;
}
footer .menu p::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #449A55;
	left: 0;
}
footer .menu p::after{
	left: 4px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #001C55;
	border-right: 1px solid #001C55;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
footer .menu p::before,
footer .menu p::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
footer .menu li::before {
	content: "－";
	color: #6B6C6D;
	position: absolute;
	left:0;
}
footer .office {
	display: table;
	margin: 30px auto;
}
footer .office p {
    display: table-cell;
	margin: 0;
	padding: 0 30px;
	font-size: 0.75em;
	line-height:1.5em;
}
footer .office p:first-line {
	font-size: 1.2em;
	line-height:2em;
}
footer .under {
	background-color: #00072D;
	font-size: 0.75em;
	padding-bottom:30px;
}
footer .under div{
	position: relative;
	padding: 30px 0;
}
footer .under ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer .under li {
	float:left;
	padding-right: 20px;
}
footer .under p {
	position: absolute;
	top:15px;
	right:0;
}
}
@media screen and (max-width: 639px) {

/* SP用設定 */
.widthset {
	margin: 0px auto;
	width: 98%;
}
h1 {
	background-color: #001C55;
	display: block;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	padding: 1em 1%;
}
h2 {
	font-size: 1.2em;
	color: #001C55;
	padding: 1em 0;
	margin: 1em 0;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}
img.right,img.left{
	margin: 0px auto;
	display:block;
}
.maincontents{
	background-image:url(img/bg_cross2.png);
}
#home_movie{
	display:none;
}
#blog_contents img{
	max-width:100%;
	height:auto;
}
/* SP　ヘッダー */
header{
	margin: 0px auto;
	width: 100%;
	}
#globalNavi{
}
header .logo {
	padding: 0;
	margin: 1em 0;
	}
header .catch, header .contact {
	display:none;
}

/*メニュー背景色*/
#wj-menu {
	background-color: #fff; /*メニュー背景色*/
	box-sizing: border-box;
	height: 100%;
	padding: 4em 10px 0; /*メニュー内左右上下余白*/
	position: fixed;
	right: -10em; /*メニュー横幅 width と合わせる*/
	top: 0;
	width: 10em; /*メニュー横幅*/
	z-index: 1000;
}

#menu-background {
    background-color: #333; /*黒背景*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    /*transition: all 0.3s linear 0s; 0.3s はアニメーションにかかる時間*/
    width: 100%;
    z-index: -1;
}

#menu-icon {
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	text-align: center;
	width: 7em;
	z-index: 2000;
	padding: 0;
	border: 1px solid #CCCCCC;
	margin: 0.8em 0.5em;
	color: #666666;
}
#menu-icon span {
	font-size: 2em;
	vertical-align: middle;	
}
#menu-cb {
    display: none; /*チェックボックス本体は消しておく*/
}

#menu-cb:checked ~ #wj-menu{
    transform: translate(-9em); /*メニュー本体横幅 width と合わせる*/
}
#menu-cb:checked ~ #menu-icon {
}

#menu-cb:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
#wj-menu ul{
	list-style:none;
	padding:0 0 0 1em;
	margin:0;
	}

/* SP　キャッチ */

#top_catch{
    text-align: center;}

#top_catch img, .main_img img{
	width: 100%;
	height:auto;
	}

/* SP　メッセージ */

#top_message,  #main_message {
	margin: 0px auto;
	width: 98%;
}
#top_message .next,
.prof_contact .next {
	text-align: center;
	border: 1px solid #00072D;
	margin: 3em auto;
	width: 80%;
}
#main_service ul{
	list-style:none;
	width: 98%;
	margin: 0 auto;
	padding: 1em 0;
}
#main_service ul li{
	margin: 0.5em 0;
	padding: 0 0 0 30px;
	background-image: url(w-img/check1.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}
/* SP　サービス概要 */

#top_service {
	background-color: #F7F7F7;
	margin-top: 2em;
	padding-bottom: 2em;
}
#top_service h2 {
	width: 98%;
	margin: 1em auto;
}
#top_service div.s1 {
	text-align: center;
	margin: 0 0 1em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #E0E0E0;
}
#top_service p {
	margin: 0px;
	padding: 0px;
}
#top_service p.want {
	display: inline-block;
	width: 195px;
	height: 30px;
	color: #FFFFFF;
	background: #0E5999;
	z-index: 0;
	margin: 5px auto;
	font-size: 0.87em;
	font-weight: bold;
	border-radius: 3px;
}
#top_service h3 {
	font-size: 1.37em;
	line-height: 130%;
	margin: 5px auto;
}
#top_service .text {
	text-align:left;
}
#top_service .next {
	display:none;
}

/* SP　運営・発信 */
#top_release{
	background-image: url(/img/bg_cross.png);
	padding: 1% 0 60px 0;
}
#top_message{
	background: #F7F7F7;
 	padding-bottom: 50px;
}
.release3 a {
	display: block;
	border-top: 1px solid #E0E0E0;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
  	color: #000000;
	text-decoration: none;
	position: relative;
	}
.release3 a img {
	display: block;
	margin: 0 auto;
}
.release3 a:after{
	display: block;
	content: ">";
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
	color: #001C55;
	font-size: 2em;
}
.release3 dl {
	margin: 0;
	padding: 0 3em 0 0;
	}
.release3 dl dt {
	margin: 0;
	padding: 0;
	color: #001C55;
}
.release3 dl dd {
	overflow: auto;
	margin: 0;
	padding: 0;}

#main_catch,
.main_key{
	padding-bottom:60px;
}
.main_key img {
	display: block;
	margin: 0 auto;
}
.main_key h2 em {
	display:block;
	background-color: #0E5999;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	border-radius: 4px;
	margin: 0 auto;
}

/* SP　診断フォーム */
#main_text{
	font-size: 1.125em;
	text-align: center;
	margin: 100px 0;
	line-height: 2em;
}
#form_block{
	background-image: url(/w-img/bg_cross.png);
	text-align: center;
	padding: 50px 0;
}
#form_block h2 {
	font-size: 1em;
	background-color: #0E5999;
	color: #FFFFFF;
	padding: 0.8em 0;
	text-align: center;
}
#form_contents div{
	margin: 0 auto;
}
#form_contents dl{
	text-align: left;
}
#form_contents dt,#form_contents dd{
	border: 1px solid #D1D1D1;
	border-collapse: collapse;
	}
#form_contents dt{
	background-color: #EBEBEB;
	padding:1em;
	margin: 0;
	}
#form_contents dd i{
	display: block;
	font-style: normal;
	font-size: 0.75em;
	color: #929393;
}
#form_contents dd{
	padding:1em;
	margin: 0;
	background-color:#FFFFFF;
}
#form_contents dl dd .required{
	height:2em;
	border: 1px solid #A8CBE5;
}
#form_contents span.hissu::before {
	color: #FF0000;
	content: "必須";
	font-size: 0.75em;
	border: 1px solid #FF0000;
	border-radius: 3px;
	padding:0 0.5em;
	margin-right:1em; 
}
#form_contents span.ninni::before {
	color: #22B2C1;
	content: "任意";
	font-size: 0.75em;
	border: 1px solid #22B2C1;
	border-radius: 3px;
	padding:0 0.5em;
	margin-right:1em; 
}
#form_contents input[type="submit"] {
	padding: 1em 4em;
	display: inline-block;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.25em;
	border-radius: 2px;
	background-color: #449A55;}

#form_contents input[type="submit"]:hover {
	background-color: #0E5999;
	cursor:pointer;
}
/* SP　診断結果 */
.kekka_contents{
	background-image: url(w-img/bg_cross.png);
	margin-top:50px;
}
#shindan-kekka div.nayami {
	text-align: center;
}
#shindan-kekka h3{
	font-size: 1em;
	margin: 5px;
}
#shindan-kekka div.kekka {
	padding: 0.5em;
	background-color: #FFFFFF;
	border: 1px solid #D1D1D1;
}
.kekka .keyword span {
	background-color: #D1D1D1;
	padding: 0 0.5em;
	margin-right: 0.5em;
}

#shindan-kekka .kekka  h3 {
	color: #0E5999;
	text-align: center;
}
#shindan-kekka .osusume{
	margin-top:50px;
	}
#shindan-kekka .osusume p{
	font-weight: bold;
	clear:both;
	background-image: url(w-img/check1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:30px;
	}
	
.osusume ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.osusume ul li{
	margin: 0.5em 0 0 1em;
	padding: 0 0 0 2em;
}
.osusume ul li.key{
	text-indent: -1em;
}
.osusume ul li.key:before{
	font-family: FontAwesome;
	content: "\f02e";
	padding-right:3px;
}
#shindan-kekka .osusume .books {
	margin-bottom: 1em;
}
#shindan-kekka .osusume .books img {
	margin: 0 auto;
	display: block;
}
.kekka_contents h2,
#service-list p{
	text-align:left;
}


/* SP　service */
#main_message h2,
#main_service h2,
#main_special h2,
#main_sample h2,
#top_message h2,
#training h2{
	text-align:left;
}

#service-list{
	padding: 0 1% 50px;
	background-color:#F7F7F7;
}
#service-list a{
	color: #00072D;
}

#service-list .service-menu{
}
#service-list .service-menu dl{
	padding:1em 0;
	vertical-align: middle;
	text-align:center;
	border: 1px solid #DDDDDD;
	background-color:#FFFFFF;
	position: relative;
}
#service-list .service-menu dd{
	font-size: 1.38em;
	font-weight: bold;
	margin:0;
}
#service-list .service-menu dl a {
	position: absolute;
	width: 100%;
 	height: 100%;
	top: 0;
	left: 0;
	display: block;
}

/* SP　blog */
#main_inner h3{
	background-color: #E0E0E0;
	padding: 0.3em;
	margin-top:2em;
}
.blog_date{
	text-align:right;
	font-size: 0.8em;	
	line-height: 1em;
	}
/* SP　サイドバー */
.textwidget{
	padding: 0.3em;
	text-align: center;
	margin: 1em 0;
	background-color: #CEE5F2;
	border-radius: 5px;
}
#blogpage div h3{
	font-weight: normal !important;
}

/* SP　フッター */
.paging{
	font-size: 0.8em;	
	line-height: 1.2em;
}
footer {
	position: relative;
	background-color: #001C55;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	width:100%;
}
footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
footer a:hover, footer a:active {
	color: #CEE5F2;
	text-decoration:underline;
}
footer .pageup {
	position: absolute;
	top: -43px;
	text-align:right;
}
footer .menu {
	margin: 0.5em auto;
}
footer .menu div {
	margin: 0;
	padding: 0 10%;
}
footer .menu div:first-child {
}
footer .menu p {
	font-size: 100%;
	position: relative;
	display: inline-block;
	margin: 0.5em 0;
	padding: 0 0 0 20px;
	vertical-align: middle;
}
footer .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer .menu li {
	font-size: 0.75em;
	line-height: 2em;
	padding: 0 0 0 20px;
	margin: 0;
	position: relative;
}
footer .menu p::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #449A55;
	left: 0;
}
footer .menu p::after{
	left: 4px;
	width: 3px;
	height: 3px;
	border-top: 1px solid #001C55;
	border-right: 1px solid #001C55;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
footer .menu p::before,
footer .menu p::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
footer .menu li::before {
	content: "－";
	color: #6B6C6D;
	position: absolute;
	left:0;
}
footer .office {
	margin: 1em auto;
	text-align:center;
}
footer .office p {
	margin: 0;
	padding: 0.5em auto;
	font-size: 0.75em;
	line-height:1.5em;
}
footer .office p:first-line {
	font-size: 1.2em;
	line-height:2em;
}
footer .under {
	background-color: #00072D;
	font-size: 0.75em;
}
footer .under div{
	padding: 1em 0;
	text-align:center;
}
footer .under ul {
	padding: 0 auto;
	margin: 0;
	list-style-type: none;
}
footer .under li {
	float:left;
	padding-right: 20px;
}
footer .under p {
	clear:both;
}	

}
