@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
selector {
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	  -webkit-text-size-adjust: 100%;
	  background:#dffffc;
	  color:#434343;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


header{
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	background:#74c9d3;

}

h1{
	color:#FFF;
	font-size:18px;
	width:90%;
	max-width:1080	px;
    margin-left:auto;
    margin-right:auto;
}


h1 a{
	text-decoration:none;
	color:#FFF;
}



/*
======================================================
サブミットボタン類
======================================================
*/

/*
---------------------------
診断startボタン
---------------------------
*/

.submit_start{
	cursor:pointer;
	font-size:0;
	line-height:0;
	border-style:none;
	padding:0;
	background-image:url(../img/submit_off.png);
	width:436px;
	height:126px;
	border:none;
}

.submit_start:hover {
/*↓ロールオーバー時の背景画像を指定*/
	background-image:url(../img/submit_on.png);
	border:none;
	
}

.submit_start:active {
	border:none;
	text-decoration: none;
}

.submit_start:focus{
  outline: none;
}



/*
---------------------------
質問ボタン
---------------------------
*/



.btn_box{
	width:780px;
    margin-left:auto;
    margin-right:auto;
    margin-top:120px;
}

/*
---------------------------
質問ボタン
---------------------------
*/


/*yesボタン*/
.submit_left{
	float:left;
	cursor:pointer;
	font-size:17px;
	line-height:22px;
	border-style:none;
	padding:5px;
	background-image:url(../img/submit_left_off.png);
	background-color:#f8f6e3;
	width:355px;
	height:102px;
	color:#FFF;
	margin-left:40px;
	font-weight:bold;
	border:none;
}


.submit_left:hover {
/*↓ロールオーバー時の背景画像を指定*/
	background-image:url(../img/submit_left_on.png);
	margin-top:5px;
	border:none;
}

.submit_left:active{
	border:none;
	text-decoration: none;
}

.submit_left:focus{
  outline: none;
}



/*noボタン*/
.submit_right{
	float:right;
	cursor:pointer;
	font-size:17px;
	line-height:22px;
	border-style:none;
	padding:5px;
	background-image:url(../img/submit_right_off.png);
	width:355px;
	height:102px;
	background-color:#f8f6e3;
	color:#FFF;
	font-weight:bold;

}

.submit_right:hover {
/*↓ロールオーバー時の背景画像を指定*/
	background-image:url(../img/submit_right_on.png);
	margin-top:5px;
	border:none;
}

.submit_right:active{
	border:none;
	text-decoration: none;
}


.submit_right:focus{
  outline: none;
}
a:link{
	border: none;
}
a:visited{
	border: none;
}

a:hover{
	border: none;
}

a:active{
	border: none;
}

button {
  padding: 0;
  border: none;
  background: transparent;
}

button img {
  display: block;
}

/*
======================================================
startページ
======================================================
*/

/*背景及びpadding設定*/
.start {
    width: 1199px;
    height: 809px;
    background-image: url(../img/index.jpg);
    background-repeat: no-repeat;
    margin-left:auto;
    margin-right:auto;
    padding-top:420px;
    padding-left:400px;
}

/*説明文*/
.start p{
	font-size:14px;
	line-height:25px;
	margin-bottom:10px;
}


/*
======================================================
質問ページ
======================================================
*/

/*背景及びpadding設定*/
.flow{
    width: 1199px;
    height: 809px;
    background-image: url(../img/flow.png);
    background-repeat: no-repeat;
    margin-left:auto;
    margin-right:auto;
	padding-top:340px;
}

/*質問項目文字設定*/

.qes{
	font-size:23px;
	text-align:center;
}
/*質問項目 Q.色つき文字 */
.qes_title{
	color:#eba4e7;
}


/*
======================================================
診断結果ページ
======================================================
*/

/*背景及びpadding設定*/
.result{
    width: 1199px;
    height: 809px;
    background-image: url(../img/result.png);
    background-repeat: no-repeat;
    margin-left:auto;
    margin-right:auto;
}

/*イメージ画像*/
.job_img{
	height:350px;
	width:260px;
	float:left;
	padding-top:260px;
	padding-left:180px;
}

/*テキスト格納ボックス*/
.job_text{
	float:right;
	height:620px;
	width:500px;
	padding-top:180px;
	margin-right:215px;
	}

/*職業説明本文*/
.job_text p{
	font-size:13px;
	line-height:19px;
	padding-left:5px;
	padding-right:5px;
	}


/*おすすめ職業項目*/
.job_category{
	font-size:12px;
}

/*職業名*/

h2{
	font-size:34px;
	text-align:center;
}
.green {
	color:#9adf48;
}

.violet {
	color:#e076ff;
}

.pink {
	color:#ff69b7;
}

.orange {
	color:#ff8a3c;
}

.blue {
	color:#41b1ff;
}

/*職業下　説明見出し部分*/

h3{
	font-size:16px;
	line-height:23px;

    margin-left:auto;
    margin-right:auto;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:25px;
    padding-right:25px;
    margin-top:10px;
    margin-bottom:10px;

}

/*職業下　説明見出し部分　背景色指定*/

.green_box {
	background-color:#e5ffae;
}

.violet_box {
	background-color:#ffe2fd;
}

.pink_box {
	background-color:#ffeaf5;
}

.orange_box {
	background-color:#fffede;
}

.blue_box {
	background-color:#edf5ff;
}


/*h4　あなたにおすすめの職業*/

.green_bg{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	margin-top:8px;
	border-top:#ccc 1px solid;
	font-weight:bold;
}
.green_bg:after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	border-radius: 4px;
	background-color: #9adf48;
}

.violet_bg{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	margin-top:8px;
	border-top:#ccc 1px solid;
	font-weight:bold;
}
.violet_bg:after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	border-radius: 4px;
	background-color:#e076ff;
}



.pink_bg{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	margin-top:8px;
	border-top:#ccc 1px solid;
	font-weight:bold;
}

.pink_bg:after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	border-radius: 4px;
	background-color:#ff69b7;
}


.orange_bg{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	margin-top:8px;
	border-top:#ccc 1px solid;
	font-weight:bold;
}
.orange_bg:after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	border-radius: 4px;
	background-color:#ff8a3c;
}


.blue_bg{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	margin-top:8px;
	border-top:#ccc 1px solid;
	font-weight:bold;
}
.blue_bg:after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	border-radius: 4px;
	background-color:#41b1ff;
}

