@charset "UTF-8";
/* line 40, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}


/* line 55, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 57, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 59, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 61, ../../../../../../../../var/lib/gems/1.9.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 7, ../scss/style.scss */
body {
  width: 100%;
}

/* line 12, ../scss/style.scss */
.question {
  display: none;
}

/* line 15, ../scss/style.scss */
#q-1 {
  display: block;
}
/* line 17, ../scss/style.scss */
#q-1 li.back-button {
  display: none;
}

/* ここから先で装飾してください */


body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
}



/*
#question-area {
  border: 2px solid Blue;
  padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.answer-buttons {
  margin-top: 20px;
}

.answer-buttons ul {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}

.answer-buttons ul li {
  color: white;
  background-color: #000099;
  border-color: 1px solid Blue;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

.answer-buttons li.back-button {
  margin-top: 15px;
}

#qno-area {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
}
#qno-area .qno-box {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 5%;
  width: 15%;
  font-size: 150%;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #0000cc;
  color: black;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  text-align: center;
}
#qno-area .qno-box:first-child {
  margin-left: 0;
  
}
#qno-area .current-qno {
  background-color: #000099;
  color: white;
}
*/



/* 追記 */


@media screen and (min-width: 415px) {
	
body {
	width: 100%;
	height: 100%;
/*	background: url(http://reunionjapan.sakura.ne.jp/RH/shindan/img/bgsptest.jpg);
	background-size: 100% auto;
*/
	border: 10px solid #06C;
	
}

#intro {
	width: 100%;
	height: auto;
}

.introbg {
	background: url(../img/bgintro.jpg);
	background-size: 100% auto;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}

.questionbg {
	background: url(../img/bgsptest.jpg);
	background-size: 100% auto;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}

body.result {
	background-size: 100% auto;
	width: 100%;
	height: auto;

}

.jinzaibg {
	background: url(../img/jinzaibg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.advbg {
	background: url(../img/advbg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.amusebg {
	background: url(../img/amusebg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.apparelbg {
	background: url(../img/apparelbg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.dinnerbg {
	background: url(../img/dinnerbg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.itbg {
	background: url(../img/itbg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.estatebg {
	background: url(../img/estatebg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.tradebg {
	background: url(../img/tradebg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

.welfarebg {
	background: url(../img/welfarebg.jpg);
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}


.frame-intro{
	width: 600px;
	height: auto;

	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.frame-shindan{
	width: 100%;
	height: 100%;

	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 10px;
	
}

.introwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 10px;
	
}

.frame-result {
	width: 980px;
	height: auto;	
	text-align: center;
	margin: 0 auto;
	padding: 30px 20px;
	background: rgba(255,255,255,0.9);
}

.logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.sponcered {
	position: fixed;
	bottom: 10px;
	right: 20px;
	color: #fff;
	font-size: 0.7em;
	z-index: 9999;
	text-align: right;
}





/* TOP */

.intro-text {
	width: 100%;
	height: auto;
	padding: 15px 10px;
	background: rgba(0,0,51,0.8);
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	box-sizing: border-box;
}

img.start {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto;

	
}

/* 進行 */

#qno-area {
	width: 100%;
	padding: 0px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 200px;
}

.qno-box {
	width: calc(100% / 5 - 8px);
	border: 3px solid #06C;
	color: #06C;
	padding: 5px 0px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	float: left;
	box-sizing: border-box;
	margin-right: 10px;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  background: #fff;
}

#qno-5 {
	margin-right: 0px;
}

#qno-area .current-qno {
  background: #06C;
  color: #fff;
}

.t-img {
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.t-text {
	width: 50%;
	height: auto;
	padding: 10px;
	background: rgba(255,255,255,0.8);
	color: #000;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
	box-sizing: border-box;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
	float: left;
	margin-bottom: 40px;
	
}

.t-subtitle {
	font-size: 14px;
}

.t-name {
	font-size: 16px;
	font-weight: bold;
}

.t-desc-open {
	border: 1px solid #333;
	border-radius: 5px;
	padding: 5px 10px;
	margin-top: 30px;
}

.t-desc-sub {
	font-size: 0.7em;
	display: none;
}

/* 問題 */
.wrapper-qno {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	
}


#question-area {
	margin-top: 150px;
	width: 100%;
			background: rgba(0,0,51,0.8);
}

#qno-area {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 10px;
    width: 600px;
}

.question-wrap {
	width: 600px;
	height: auto;
	padding-bottom: 50px;
	overflow: hidden;
	margin: 0 auto ;
	box-sizing: border-box;
	z-index: -9999;
	text-align: center;
}

.question-text {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.question-text p {
    color: #fff;
    display: table-cell;
    height: 100px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
padding: 30px 5px;
width: 9999px;
font-size: 20px;

}

li.yes-button {
	width: 400px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

li.no-button {
	width: 400px;
	height: auto;
	margin: 0 auto;
}

li.back-button {
width: 90%;
height: auto;
margin: 0 auto;
text-align: center;
margin-top: 20px;
}

li.back-button span{
	color: #fff;
	font-size: 0.9em;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 100px;
	bottom: 20px;
	left: 15px;
}

li.back-button span:hover {
	background: #fff;
	color: #06c;
}

li.back-button span:hover {
	background: #fff;
	color: #06c;
}

li.yes-button img, li.no-button img {
	width: 100%;
	height: auto;
}


/* 結果 */

.youare {
	width: 100%;
	height: auto;
	padding: 10px 20px;
	text-align: center;
	color: #333;
	text-shadow: 0px 1px 1px 0px #666;
	box-sizing: border-box;
	font-size: 26px;
}

.result-title {
	width: 50%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
}



.rt {
	width: 100%;
	height: auto;
}

.result-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 2em;
    margin-bottom: 35px;
	color: #000;

}

.result-image {
	width: 100%;
	height: auto;
	border: 4px solid #06c;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}

.result-image .mainvisual {
	width: 100%;
	height: auto;
}

.company-wrap {
	width: 100%;
	margin-bottom: 40px;
	overflow: hidden;
	display: none;
}

.morph-button {
	margin-bottom: 20px;
}


.company-logo {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 100px 10px 100px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}



.company-title-min {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,102,204,0.5);
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
}
.company-logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:280px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
}


.osusume-title {
	wifth: 100%;
	height: auto;
	padding: 20px 10px;
	color: #333;
	margin: 20px 0;
	border-bottom: 1px dotted #06c;
}

.seminar-button {
	width: 80%;
	height: auto;
}



.morph-wrap {
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
}





.content-style-overlay p.comp-title {
	font-size: 15px;
	font-weight: bold;
}

.content-style-overlay p.comp-desc {
	font-size: 0.85em;
	line-height:2;
}

.content-style-overlay p.comp-check {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #fff;
}

.content-style-overlay table {
	width: 700px;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	box-sizing: border-box;
}

.content-style-overlay tr {
	height: 50px;
}

.content-style-overlay .seminar-button {
	width: 600px;
}


.type-wrap {
	width: 189px;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	box-sizing: border-box;
	font-size: 0.7em;
}


.type-2016 {
	border: 1px solid #fff;
	background: #FC0;
	color: #fff;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.type-2017 {
	border: 1px solid #fff;
	background: #6C9;
	color: #fff;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
		margin-bottom: 10px;


}


.type-int {
	border: 1px solid #fff;
	background: #09F;
	color: #fff;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;

}

.company-logo-big{
	width: 300px;
	height: 300px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	background: #fff;
	padding: 10px;
}

.company-logo-big img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:280px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
}

/* privacy */

section.privacy {
	width: 100%;
	padding: 20px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	color: #333;
}

.pbold {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	text-align: left !important;
}

.ptext {
	font-size: 0.8em;
	line-height: 2;
	margin-bottom: 10px;
}

.footer {
	width: 100%;
	height: auto;
	background: #06c;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}

.footerspan {
	margin-right: 10px;
	font-size: 0.8em;
}

.footer a {
	color: #fff;
	text-decoration: none;
}
	
	
.takumi {
	overflow: hidden;
}

.content-style-overlay p.comp-desc {
    text-align: left;
}


}


@media screen and (max-width: 500px) {

body {
	width: 100%;
	height: 100%;
/*	background: url(http://reunionjapan.sakura.ne.jp/RH/shindan/img/bgsptest.jpg);
	background-size: 100% auto;
*/
}

.semibanner {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.introtext {
	color: #06F;
	font-size: 14px;
	text-align: center;

}

.introbg {
	background: url(../img/bgintrosp.jpg);
	background-size: 100% 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}

.questionbg {
	background: url(../img/bgsptest.jpg);
	background-size: 100% auto;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}

body.hresource {
	background: url(../img/amuse.jpg);
	background-size: 100% auto;
	width: 100%;
	height: auto;
}


.frame-intro{
	width: 100%;
	height: auto;
	border: 5px solid #06C;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.frame-shindan{
	width: 100%;
	height: 100%;
	border: 5px solid #06C;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.wrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 10px;
	padding: 0px;
	
}

.introwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px 10px;
	
}



.logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}

.sponcered {
	position: fixed;
	bottom: 10px;
	right: 20px;
	color: #fff;
	font-size: 0.7em;
	z-index: 9999;
	text-align: right;
}

.frame-result {
	width: 100%;
	height: auto;
	border: 10px solid #06C;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
		
}



/* TOP */

.intro-text {
	width: 100%;
	height: auto;
	padding: 15px 10px;
	background: rgba(255,255,255,0.8);
	color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
	box-sizing: border-box;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
}

img.start {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 10px auto;
}

.takumi {
	margin: 10 auto;
	paddign-bottom: 30px;
}

.t-img {
	border: 2px solid #fff;
}

.t-img img {
	width: 100%;
}

.t-text {
	width: 100%;
	height: auto;
	padding: 15px 10px;
	background: rgba(255,255,255,0.8);
	color: #000;
    font-size: 12px;
    line-height: 2em;
    text-align: center;
	box-sizing: border-box;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
margin: 10px auto;
}

.t-subtitle {
	font-size: 14px;
}

.t-name {
	font-size: 16px;
	font-weight: bold;
}

.t-desc-open {
	border: 1px solid #333;
	border-radius: 5px;
	padding: 5px 10px;
}

.t-desc-sub {
	font-size: 0.7em;
	display: none;
}
	

/* 進行 */

.wrapper-qno {
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0;
	
}


#qno-area {
	width: 100%;
	padding: 0px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.qno-box {
	width: calc(100% / 5 - 8px);
	border: 2px solid #06C;
	color: #06C;
	padding: 5px 0px;
	font-weight: normal;
	text-align: center;
	font-size: 12px;
	float: left;
	box-sizing: border-box;
	margin-right: 10px;
  -moz-transition: 2s;
  -o-transition: 2s;
  -webkit-transition: 2s;
  transition: 2s;
  background: #fff;
}

#qno-5 {
	margin-right: 0px;
}

#qno-area .current-qno {
  background: #06C;
  color: #fff;
}

/* 問題 */

#question-area {
	margin-top: 15px;
}

#qno-area {
    box-sizing: border-box;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 10px;
    width: 100%;
}

.question-wrap {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	background: rgba(0,0,51,0.8);
	overflow: hidden;
	margin: 0 auto ;
	box-sizing: border-box;
	z-index: -9999;
}

.question-text {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-bottom: 10px;

}

.question-text p {
    color: #fff;
    display: table-cell;
    height: 100px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Helvetica', 'Verdana', 'ＭＳ Ｐゴシック', 'MS-PGothic', sans-serif;
padding: 0 5px;

}

li.yes-button {
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

li.no-button {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

li.back-button {
width: 90%;
height: auto;
margin: 0 auto;
text-align: center;
margin-top: 20px;
}

li.back-button span{
	color: #fff;
	font-size: 0.9em;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 5px 10px;
	bottom: 20px;
	left: 15px;
}

li.back-button span:hover {
	background: #fff;
	color: #06c;
}

li.yes-button img, li.no-button img {
	width: 100%;
	height: auto;
}


/* 結果 */

.youare {
	width: 100%;
	height: auto;
	padding: 10px 5px;
	text-align: center;
	color: #333;
	text-shadow: 0px 1px 1px 0px #666;
	box-sizing: border-box;
}

.result-title {
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.frame-result {
	width: 100%;
	height: auto;	
	text-align: center;
	margin: 0 auto;
	background: rgba(255,255,255,0.5);;
	padding: 10px 20px;
}

.rt {
	width: 100%;
	height: auto;
}

.result-image {
	width: 100%;
	height: auto;
	border: 4px solid #06c;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 20px;
}

.result-text {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    box-sizing: border-box;
    color: #000;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Helvetica","Verdana","ＭＳ Ｐゴシック","MS-PGothic",sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 2em;
    text-align: center;
    width: 100%;
	padding: 10px;
	border: 1px dotted #06e;
}

.result-image .mainvisual {
	width: 100%;
	height: auto;
}

.company-wrap {
	width: 100%;
	margin-bottom: 40px;
	/*overflow: hidden;*/
	display: none;
}

.morph-button {
	margin-bottom: 20px;
}


.company-logo {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 70px 10px ;
	box-sizing: border-box;
	background: #fff;
}

.company-logo-big{
	width: 200px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 100px 10px ;
	box-sizing: border-box;
	background: #fff;
}

.company-logo-big img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 200px;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
}

.content-style-overlay {
    padding: 50px 10px !important;
    text-align: center;
}

table {
	line-height: 2;
}

td {
	padding: 10px;
	line-height: 2;
}
.company-title-min {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0,102,204,0.5);
	color: #fff;
	box-sizing: border-box;
	padding: 10px;
}
.company-logo img {
	width: 100%;
	height: auto;
}

.osusume-title {
	wifth: 100%;
	height: auto;
	padding: 20px 10px;
	color: #333;
	margin: 20px 0;
	border-bottom: 1px dotted #06c;
}

.seminar-button {
	width: 100%;
	height: auto;
}



.content-style-overlay p.comp-title {
	font-size: 15px;
	font-weight: bold;
}

.content-style-overlay p.comp-desc {
    font-size: 0.85em;
    line-height: 1.5;
    text-align: left;
}

.content-style-overlay p.comp-check {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #fff;
}

.content-style-overlay table {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	box-sizing: border-box;
}

.content-style-overlay tr {
	height: 50px;
}




.type-wrap {
	width: 167px;
	height: auto;
	overflow: hidden;
	margin: 20px auto;
	box-sizing: border-box;
	font-size: 0.7em;
}


.type-2016 {
	border: 1px solid #fff;
	background: #FC0;
	color: #fff;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 5px 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

.type-2017 {
	border: 1px solid #fff;
	background: #6C9;
	color: #fff;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
		margin-bottom: 10px;


}


.type-int {
	border: 1px solid #fff;
	background: #09F;
	color: #fff;
	border-radius: 5px;
	font-size: 0.8em;
	padding: 5px 10px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;

}


.company-logo {
	display: none;
}

.company-name-min {
	padding: 15px 5px;
	box-sizing: border-box;
}


/* privacy */

section.privacy {
	width: 100%;
	padding: 20px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	color: #333;
}

.pbold {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
	text-align: left !important;
}

.ptext {
	font-size: 0.8em;
	line-height: 2;
	margin-bottom: 10px;
}

.footer {
	width: 100%;
	height: auto;
	background: #06c;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}

.footerspan {
	margin-right: 10px;
	font-size: 0.8em;
}

.footer a {
	color: #fff;
	text-decoration: none;
}
	
	
.welfarebg {
	background: url(../img/welfarebg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.dinnerbg {
	background: url(../img/dinnerbg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.apparelbg {
	background: url(../img/apparelbg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.amusebg {
	background: url(../img/amusebg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.advbg {
	background: url(../img/advbg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.tradebg {
	background: url(../img/tradebg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.estatebg {
	background: url(../img/estatebg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.itbg {
	background: url(../img/itbg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	

.hrbg {
	background: url(../img/hrbg.jpg);
	background-size: auto 100%;
	background-position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	position: fixed;
}	



}


.morph-button > button {
	background: #fff;
}