@charset "utf-8";

/*
 *	SSDM CSS
 */

.preload *, 
.preload *:before, 
.preload *:after {
    transition: none !important;
}

#mode {
	position: fixed;
	top: 20px;
	left: 25px;
	width: 80px;
	padding: 2px 0;
	text-align: center;
	color: #fff;
	z-index: 1000000;

	display: none;
}






/*------------------------------------------------------------------------------

	TAG ELEMENTS Initialize

*/

a img {
	border: none;
}

a,
a.link {
	color: #0076db;
	transition: color 0.2s linear 0s;
}

a:hover {
	color: #e28200;
	text-decoration: underline;
}

#columnR a {
	text-decoration: none;
}

table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

thead {
	font-size: 1.2rem;
	line-height: 1.2;
	background: #d6e6f6;
}

th, td {
	margin: 0;
	padding: 4px 8px;
}

th {
	font-weight: normal;
}

form {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=cansel] {
	margin: 0;
	padding: 0;
}

input[type=text],
select {
	outline: none;
}

input[type=text]:focus {
}

input[type=button],
input[type=submit],
input[type=cansel] {
	border: 0;
	background: #b2b2b2;
}

p {
	margin: 1.5em 0;
}

p.narrowPad {
	margin: 0.5em 0;
}

p.noPad {
	margin: 0;
}

p.noPad--T {
	margin-top: 0;
	padding-top: 0;
}

p.noPad--B {
	margin-bottom: 0;
	padding-bottom: 0;
}

img {
	vertical-align: bottom;
	display: inline-block;
	line-height: 0;
	border: 0;
}


.iblock {
	display: inline-block;
}



/*------------------------------------------------------------------------------

	FONT STYLE

*/

html {
	font-size: 62.5%;
	font-size-adjust: auto;
	font-family: 'Roboto', sans-serif;
}

body {
	font-size: 1.6rem;
	line-height: 1.5;
}


body, form, table {
	color:#2a2a2a;
}

body:lang(ja), 
body:lang(ja) form, 
body:lang(ja) table:lang(ja) {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", 'Hiragino Sans','ヒラギノ角ゴシック','Meiryo UI',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
	color:#222;
}

h1, h2, h3, h4 {
	color: #001e57;
}

h1 { margin: 45px 0 35px 0; font-size: 3.2rem; line-height: 36px; }

#columnL h1:first-child { margin-top: 0; }

h2 { margin: 0; padding: 0; font-size: 2.6rem; line-height: 28px; }

h2.lineTop	{ margin-top: 60px; padding-top: 50px; border-top: 1px solid #dbdbdb; }
h2.lineNo	{ margin-top: 40px; padding-top: 40px; }
h2.sizeS	{ font-size: 2.0rem; line-height: 1.2; }

h3 { font-size: 1.8rem; line-height: 22px; }

h4 { font-size: 1.6rem; line-height: 20px; }

sup, sub {
	position: relative;
	margin: 0;
	padding: 0 1px;
	text-indent: 0;
	vertical-align: baseline;
	line-height: 1.0;
	font-size: 80%;
	zoom: 1;
	background: none;
}

sup	{ top: -4px; }
sub	{ top: 3px; }

.s10	{ font-size: 1.0rem !important; }
.s11	{ font-size: 1.1rem !important; }
.s12	{ font-size: 1.2rem !important; }
.s13	{ font-size: 1.3rem !important; }
.s14	{ font-size: 1.4rem !important; }
.s15	{ font-size: 1.5rem !important; }
.s16	{ font-size: 1.6rem !important; }
.s18	{ font-size: 1.8rem !important; }
.s20	{ font-size: 2.0rem !important; }
.s22	{ font-size: 2.2rem !important; }
.s24	{ font-size: 2.4rem !important; }
.s26	{ font-size: 2.6rem !important; }
.s28	{ font-size: 2.8rem !important; }
.s30	{ font-size: 3.0rem !important; }
.s32	{ font-size: 3.2rem !important; }
.s36	{ font-size: 3.6rem !important; }

.l05	{ line-height: 5px !important; }
.l10	{ line-height: 10px !important; }
.l11	{ line-height: 11px !important; }
.l12	{ line-height: 12px !important; }
.l13	{ line-height: 13px !important; }
.l14	{ line-height: 14px !important; }
.l15	{ line-height: 15px !important; }
.l16	{ line-height: 16px !important; }
.l17	{ line-height: 17px !important; }
.l18	{ line-height: 18px !important; }
.l19	{ line-height: 19px !important; }
.l20	{ line-height: 20px !important; }
.l22	{ line-height: 22px !important; }
.l24	{ line-height: 24px !important; }
.l26	{ line-height: 26px !important; }
.l28	{ line-height: 28px !important; }
.l30	{ line-height: 30px !important; }
.l32	{ line-height: 32px !important; }

.lx120	{ line-height: 1.20; }
.lx140	{ line-height: 1.40; }
.lx150	{ line-height: 1.50; }
.lx160	{ line-height: 1.60; }
.lx175	{ line-height: 1.75; }

.bold		{ font-weight: bold !important; }
.normal		{ font-weight: normal !important; }
.slanted	{ font-style: italic !important; }
.italic {
	font-style: italic !important;
	font-family: Times, "Times New Roman", serif !important;
	font-size: 115% !important;
}
.underline	{ border-bottom: 1px solid #333; }
a.underline:hover { border-bottom: none; }

.red			{ color: #d20000; }
.white			{ color: #fff; }
.lightgray		{ color: #a2a2a2; }
.gray			{ color: #999; }
.midgray		{ color: #7a7a7a; }
.darkgray		{ color: #5b5b5b; }
.ssdm-blue		{ color: #001e57; }

.not-available	{ color: #999; }
.alert			{ color: #000; background: #fd0; /*display:none;*/ }

.marker_yellow	{ background: #ff0; }

.red.underline,
.red .underline {
	border-color: #d20000;
}

.bar_red {
	padding: 3px 8px;
	color: #fff;
	background: #d20000;
}

.strike			{ position:relative; display:inline-block; padding:0 3px; }
.strike:after {
	content: url("../img/sp.gif");
	position: absolute;
	top: 45%;
	left: 0;
	display: block;
	width: 100%;
	background: url("../img/line_strike2.gif") repeat-x;
}
.strike--top40:after		{ top: 40%; }
.strike--top35:after		{ top: 35%; }
.strike.strike-line1:after	{ background-image:url("../img/line_strike1.gif"); }
.strike.strike-thin:after	{ top: 38%; }
.red .strike	{ color:#8a8a8a; }



.center		{ text-align: center; }
.left		{ text-align: left; }
.right		{ text-align: right; }

.block			{ display: block; }
.iblock, 
.inlineblock	{ display: inline-block; }
.inline			{ display: inline; }
.hidden			{ display: none; }
.invisible		{ visibility: hidden; }

.pos-rel	{ position: relative; }
.pos-abs	{ position: absolute; }


.lineTop {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #dbdbdb;
}


.lineTop.ssdm-blue {
	border-color: #001e57 !important;
	border-top-style: solid;
}

/*------------------------------------------------------------------------------

	STRUCTURES

*/


body {
	position: relative;
	margin: 0;
	background: #fff;
}


#body_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 60px;
	background: #fff;
}

.wrapper {
	position: relative;
/*	display: flex;*/
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 960px;
	height: 112px;
	margin: 0;
	padding: 0;
}


.column {
	display: flex;
}

#home .column {
	min-height: 100px;
}

.column#column1_Regular {
	display: block;
	margin-top: 40px;
}

#column2_Regular {
	margin-top: 40px;
}

#columnL {
	width: 600px;
}

#columnR {
	margin-left: auto;
	width: 270px;
}

#footer {
	margin-top: auto;
	height: 150px;
	border-top: 1px solid #cfcfcf;
}




/*------------------------------------------------------------------------------

	LAYOUT PARTS

*/



span[class^="space"] {
	display: block;
}

.space0		{ height: 0; }
.space2		{ height: 2px; }
.space3		{ height: 3px; }
.space5		{ height: 5px; }
.space10	{ height: 10px; }
.space15	{ height: 15px; }
.space20	{ height: 20px; }
.space30	{ height: 30px; }
.space40	{ height: 40px; }
.space50	{ height: 50px; }
.space60	{ height: 60px; }
.space70	{ height: 70px; }
.space80	{ height: 80px; }
.space90	{ height: 90px; }
.space100	{ height: 100px; }
.space110	{ height: 110px; }
.space120	{ height: 120px; }

.space200	{ height: 200px; }
.space210	{ height: 210px; }
.space220	{ height: 220px; }
.space300	{ height: 300px; }





/*------------------------------------------------------------------------------

	COMMON PARTS

*/

.ic {
	position: relative;
	top: -1px;
	margin-left: 5px;
	font-size: 0.9rem;
}

a.back_ic {
	position: absolute;
	top: 115px;
	left: -32px;
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	padding: 3px 0 0 1px;
	font-size: 3.0rem;
	line-height: 32px;
	color: #c6c6c6;
}

a.back_ic:hover {
	color: #e28200;
}

a.back_txt {
	display: inline-block;
	height: 25px;
	padding-left: 28px;
	line-height: 25px;
	font-size: 1.1rem;
	color: #ccc;
	background: url("../img/ic_arrowLeft_Circle_gray.png") no-repeat;
}

a.back_txt:hover {
	color: #2f8fd1;
	background-image: url("../img/ic_arrowLeft_Circle_blue.png");
}





/*------------------------------------------------------------------------------

	HEADER

*/

#logo {
	width: 460px;
	height: 97px;
}

#logo-ssdm img {
	width: 170px;
	height: auto;
}

#logo-full {
	margin-top: 5px;
	font-size: 1.0rem;
}

#logo-full img {
	width: 460px;
	height: auto;
}

#sponsored
{ position:absolute; left:336px; top:56px; }

#cosponsored
{ display:none; position:absolute; left:298px; top:52px; }

#contact, 
#gsearchForm {
	top: 12px;
}

#contact {
	position: absolute;
	right: 0;
	display: block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 30px;
	color: #fff;
	border-radius: 4px;
	background: #b2b2b2;
	cursor: pointer;
	transition: 0.2s background linear;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

#contact .fa {
	margin-top: 8px;
	margin-right: 5px;
	font-size: 1.5rem;
	vertical-align: -1px;
}

#contact:hover	{
	background-color: #001e57;
}

#gsearchForm {
	position: absolute;
	right: 110px;
	display: block;
	width: 184px;
	height: 28px;
	border: 1px solid #b2b2b2;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	transition: 0.2s boder linear;
}

#gsearchForm:focus {
	border: 1px solid #001e57;
}

#gsearchKw {
	float: left;
	width: 92px;
	height: 24px;
	margin: 0;
	padding: 2px 5px;
	font-size: 1.6rem;
	line-height: 24px;
	border: none;
	outline: none;
	background:none;
}

#gsearchBtn {
	border: none;
	background: none;

	float: right;
	width: 72px;
	height: 28px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
	-webkit-border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	border-radius:0 2px 2px 0;
	cursor:pointer;
	background: #b2b2b2;
	transition: 0.2s background linear;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

#gsearchBtn .fa {
	font-size: 1.5rem;
	margin-right: 2px;
}

#gsearchKw:focus + #gsearchBtn,
#gsearchBtn:hover {
	background-color: #001e57;
}

/*
	モバイル用メニュー
 */

#mm {
	display: none;
}

#mm {
	position: absolute;
	top: 0;
	right: 0;
	width: 66px;
	height: 66px;
	overflow: hidden;
	text-align: center;
	line-height: 1.0;
	z-index: 30000;
	background: #fff;
	cursor: pointer;
}

#mm > span {
	position: relative;
	display: inline-block;
	margin: 32px 0 0;
}

#mm > span, 
#mm > span:before, 
#mm > span:after {
	display: inline-block;
	width: 42px;
	height: 4px;
	border-radius: 1px;
	background: #666;
	transition: 0.35s all ease-in-out;
}

#mm > span:before, 
#mm > span:after {
	content: "";
	position: absolute;
	left: 0;
}

#mm > span:before	{ top: -12px; }
#mm > span:after	{ top: 12px; }

#mm.selected {
	background: #001e57;
}
#mm.selected > span {
	background: rgba(102, 102, 102, 0);
}

#mm.selected > span:before, 
#mm.selected > span:after {
	background: #fff;
}

#mm.selected > span:before {
	top: 0;
	transform: rotate(405deg);
}
#mm.selected > span:after {
	top: 0;
	transform: rotate(-405deg);
}




/*------------------------------------------------------------------------------

	NAVI

*/

#nav {
	z-index:2000;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-radius: 5px;

	display: flex;
	flex-wrap: nowrap;
	line-height: 1.1;
	font-size: 1.7rem;
	font-family: 'Roboto Condensed', sans-serif;
}

#nav li {
	position: relative;
	display: block;
	/***/
	margin: 0;
	padding: 0;
	text-align: center;
}

#nav > li {
	border-right: 1px solid #fff;
}

#nav > li:last-child {
	border-right: none;
}

#nav a {
	display: block;
	width: 159px;
	height: 24px;
	margin: 0;
	padding: 12px 0 4px 0;
	text-decoration: none;
	background: #001e57;
	transition: background 0.2s linear 0s;
}

#nav > li:first-child > a	{ border-radius: 5px 0 0 5px; }
#nav > li:last-child > a	{ border-radius: 0 5px 5px 0; }

#nav > li > ul {

	position: absolute;
	top: 34px;
	left: 0;

	display: none;
	opacity: 0;
    z-index: 10000;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #3d3d3d;
	transition: all .2s ease;

}

#nav > li.slctd > ul {
	top: 40px;
	display: block;
	opacity: 1;
}

#nav > li:last-child > ul {
	left: auto;
	right: 0;
}

#nav > li > ul > li {
	display: block;
	float: none;
	text-align: left;
	font-size: 1.6rem;
}

#nav > li > ul > li > a {
	width: auto;
	min-width: 135px;
	height: auto;
	min-height: 16px;
	padding: 12px;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-right: none;
	border-bottom: none;
	white-space: nowrap;
}

#nav a, 
#nav a:link, 
#nav a:visited, 
#nav a:hover, 
#nav a.selected, 
#nav a.here {
	color: #fff;
}

#nav a.here		{ background: #f2a220; }
#nav a.selected, 
#nav > li:hover > a, 
#nav > li > ul > li > a:hover		{ background: #e28200 !important; }

#nav a .fa {
	margin-left: 5px;
	font-size: 1.5rem;
}

* html #nav {
	height: 1%;
} /*Holly Hack for IE7 and below*/



#panels {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 0 0;
}

#panels > div {
	position: relative;
	margin: 3px 0;
	text-align: center;
	overflow: hidden;
	background: url("../img/panel-bg.gif") no-repeat;
	background-size: contain;
	background: #001e57;
}

/*
#panels > div:nth-child(4n+1) { margin-left: 0; }
#panels > div:nth-child(4n)	{ margin-right: 0; }
*/

#panels > div:before {
    content: "";
    display: block;
    padding-top: 70.721%; /* Silver Ratio */
    padding-top: 61.805%; /* Golden Ratio */
}

#panels > div a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #fff;
}




#aboutVertual {
	padding: 20px 0 50px;
}

#aboutVertual h2 span {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.2rem;
	color: #f00;
	letter-spacing: 0.04em;
}

#aboutVertual h2 span:before, 
#aboutVertual h2 span:after {
	content: " ";
	display: inline-block;
	height: 10px;
	margin-top: -2px;
	flex: 1 0 auto;
	background: #f00;
}

#aboutVertual h2 span:before	{ margin-right: 8px; }
#aboutVertual h2 span:after		{ margin-left: 8px; }

#aboutVertual .main {
	padding-bottom: 1px;
	font-size: 1.8rem;
	color: #028eaf;
}

#aboutVertual ul.mL0 {
	margin-left: -18px !important;
	line-height: 1.4;
}

#aboutVertual ul.mL0 > li {
	margin-top: 12px;
}












