@charset "utf-8";

/* リセット */
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, strike, strong, sub, sup, tt, var, 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;
	list-style: none;
}



/* 基本設定 */
img,object,embed {max-width: 100%}

.clearfix:after { 
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px}

/*
*:focus {outline: none}
*/

.left {float: left}
.right {float: right}


/* リンク */
a:link {text-decoration: none}
a:hover {text-decoration: none}
a:visited {}



/* 全体 */
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	vertical-align: baseline;
	-webkit-font-smoothing: subpixel-antialiased;
	color: #333;
    font-family: "Arial, Helvetica sans-serif";
    font-size: 24pt;
    font-weight: 300;
    line-height: 1.65em;
    letter-spacing: 0.015em;
    margin: 0 !important;
}

body {
	background: #f2f2f2;
	margin: 0 !important;
}

html, body, #wrapper, .inner { height: auto; }



/* header */
header {
	width: 100%;
	height: 89px;
	background: #000;
	padding-top: 43px;
}
	.header_inner {
		margin: 0 auto;
		width: 1200px;
		padding: 0 60px;
	}

	#hdLg {
		display: block;
		width: 212px;
		height: 37px;
		overflow: hidden;
		margin: 3px;
		background: url(images/logo.png) no-repeat;
		text-indent: -10000em;
		border: 0;
	}
	
	
/* contents */
#contents_wrap {
	width: 1200px;
	background: #f2f2f2;
	padding: 60px;
	margin: 0 auto;
}

.inner {
	padding: 0 20px;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 20px !important;
	margin-bottom: 20px;
	line-height: 1.2;
}

p {
	color: #505258;
	line-height: 1.5;
	margin-bottom: 20px;
}

img {
	width: 100%;
}

img.real {
	width: 600px
}

.notes_wrap {
	background: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 40px;
	box-shadow: 0 1px 5px 1px  rgba(0,0,0,0.2);
	margin-top: 50px;
	margin-bottom: 50px;
}

.notes {
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 0 !important;
}

.important {
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	margin-top: 120px;
	padding: 5px 20px;
	background: #5787f4;
	line-height: 1.2;
	color: #fff;
}

h3 {
	font-size: 1.2em;
	color: #000;
	margin-top: 60px;
	margin-bottom: 0 !important;
}

h3 + p {
	margin-top: 5px;
}

h2 + h3 {
	margin-top: 30px;
}

.annotation {
	display: inline-block;
	color: #666;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3.head_img {
	width: 750px;
	height: 65px;
	background: url(images/Gameloft.png) no-repeat left center;
	padding-left: 155px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.2em;
}

.indent2 {
	text-indent: -0.4em;
	padding-left: 0.3em;
	line-height: 1.2em;
}

.indent3 {
	text-indent: -1.6em;
	padding-left: 1.6em;
	line-height: 1.2em;
}

.indent4 {
	line-height: 1.2em;
}

.float_wrap {
	overflow: hidden;
	width: 100%;
}

.italic {
	font-style: italic;
}

.normal {
	font-weight: normal !important;
}

.small {
	font-size: 0.8em;
	
}


/* footer */
footer {
	width: 100%;
	background: #d0d0d0;
	padding: 10px 0;
	text-align: center;
}

footer .copyright {
		color: #505258;
		line-height: 1em;
		margin: 0em 0 0 0;
		padding: 0;
		text-align: center;
}

/* for survey */
#questionnaire, #micro_survey_container {
  max-width: 1100px  !important;
}

#questionnaire table td, #micro_survey_container table td {
	font-size: 1.5em  !important;
}


/* 以下、20170314_関根追加 */
.subSection {
	font-size:28px;
	font-weight:bold;
}
.detailSentence {
	font-size:24px;
	color: #4c4c4c;
	margin-bottom:10px;
}
#section_wrap {
	width:100%;
	display:flex;
	justify-content: center;
	padding:0;
	list-style: none;
	margin:0px;
	line-height:30px;
}

#hrStyle {
	margin:5px 0px 5px 0px;
}

.contents {
	width:calc(100% / 2);
	margin: 0px 0px 40px 0px;
}

.section_link {
	color: #5787f4;
	font-size:30px;
	font-weight:bold;
	margin: 0px 0px 0px 0px;
}

.section {
	color: #5787f4;
	font-size:40px;
	font-weight:bold;
	padding-top: 20px;
	margin: 0px 0px 10px 0px;
}

.helpSentence {
	font-size:18px;
	color: #4c4c4c;
}

.image {
	width: 89%;
}

.iconImage {
	width: 63%;
}
.iconImage2{
	width: 7%;
}
.topTitle {
	font-size:42px;
	font-weight:bold;
	color:black;
	margin-top:0px;
}

.explanatory {
	font-size:28px;
	color: #4c4c4c;
}

.caution {
	font-size:28px;
	font-weight:bold;
	color:black;
}
.caution2 {
	font-size:28px;
	color:black;
}

.cautionApp {
	font-size:26px;
	color: #4c4c4c;
}

.cautionApp2 {
	font-size:26px;
	color: #4c4c4c;
	margin:10px;
}

.supportScentence {
	font-size:24px;
	color: #4c4c4c;
	margin-top:-15px;
}

p.head_img {
	height: 65px;
	background: url(images/Gameloft.png) no-repeat left center;
	padding-left: 155px;
	padding-top: 15px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: bold;
	color: black;
}
.head_top {
	font-size: 28px;
	font-weight: bold;
	color: black;
}


.subSectionTd {
	vertical-align:bottom;
	border: 1.5px solid rgb(162, 153, 153); 
    border-top-style:none; 
    border-left-style:none;
    border-right-style:none;
    padding-bottom: 0px;
	line-height:1.2em;
}

.detailTd {
	vertical-align:top;
}

.sectionTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 7px;
	table-layout: fixed;
	padding-bottom: 20px;
}

.noteTable {
	margin:10px 0px 10px 0px;
}

.cardSpaceTd {
	width:40px;
}