@charset "UTF-8";

/* 共通 */
body {
	font-size:14px;
	background-color:#000000;
	height:100%;
	font-family : 'ＭＳ Ｐゴシック', Arial, sans-serif;
}

p {
	color:#000000;
	margin:15px auto 15px auto;
}

ul {
	margin:0;
	padding:0;
}

.color-red {
	color:#FF0000;
}

.midashi {
	background: url(../img/midashi_icon.png) no-repeat;
	background-position: right bottom;
	margin:0 0 30px 0;
}

.midashi>p {
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	padding:0 0 0 0px;
	margin:0 50px 0 0;
	padding: 14px 0 14px 15px;
	background-color:#30447f;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.navbar .navbar-nav > li > a {
	color: #FFFFFF;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
	color: #30447f;
	background-color: transparent;
}

/* navbar active設定時のカラー */
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
	color: #FFFFFF;
	background-color: #30447f;
}

#header {
	width:100%;
	height:50px;
	background-image: initial;
	background-size: initial;
	background-position: initial;
	background-repeat: initial;
	background-color: initial;
}

.page-title {
	width:100%;
	margin:0 0 30px 0;
	padding:0 0 5px 0;
	border-bottom: 2px solid #30447f;
}

.navbar-nav>li>a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #FFFFFF;
	border-right: solid 2px #FFFFFF;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cyumidashi{
	position: relative;
	padding: 5px 0 0 35px;
	color: #000000;
	font-size:14px;
	margin:15px 0;
	font-weight: bold;
}

.cyumidashi:before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 2px solid #018560;
	content: "";
}

.cyumidashi:after {
	position: absolute;
	top: 3px;
	left: 9px;
	width: 13px;
	height: 13px;
	border: 2px solid #018560;
	content: "";
}

.komidashi {
	position: relative;
	padding: 5px 0 0 17px;
	color: #000000;
	margin:15px 0;
	font-weight: bold;
}

.komidashi:after {
	position: absolute;
	top: 50%;
	left: .2em;
	content: '';
	margin-top: -5px;
	border: 9px solid transparent;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-left-color: #018560;
	transition: all .3s;
}

.normal-table {
	width:100%;
	margin:15px 0;
	background-color:#FFFFFF;
}
	
.normal-table table, .normal-table td, .normal-table th {
	border-collapse: collapse;
	border:1px solid #000000;
}

.normal-table th {
	background-color: #292f33;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
}

.normal-table th, .normal-table td {
	padding:5px;
}

.normal-table td {
	vertical-align:middle;
	color:#000000;
}

.normal-table td>img {
	width:100%;
}

.normal-table .center {
	text-align:center;
}

.icon-img {
	width:20%;
}

.line-title {
	background-color:#f0f8fd;
}

.text-link {
	background-color:#d86d0b;
	color:#000000;
	padding:5px 8px;
	margin:0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.text-link:hover{
	background-color:#d11d20;
	color:#FFFFFF;
	padding:5px 8px;
	margin:0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.onepoint {
	margin: 15px 0 30px 0;
}

.onepoint .title {
	font-size:14px;
	color:#FFFFFF;
	background-color:#018560;
	padding:10px 25px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display:inline-block;
	* display:inline;
	* zoom:1;
}

.onepoint p {
	padding:0 15px;
}

span.roundnumber {
	display:inline-block;
	text-align:center;
	vertical-align:middle;
	width:24px;
	height:24px;
	border-radius:12px;
	border: 2px solid #FFFFFF;
	text-align:center;
	padding-top:2px;
	background-color:#d04a50;
	color:#FFFFFF;
	margin:0 8px 0 0;
}
	
span.round-green {
	border: 2px solid #FFFFFF;
	background-color:#018560;
	color:#FFFFFF;
}

span.round-white {
	border: 2px solid #d04a50;
	background-color:#FFFFFF;
	color:#d04a50;
}

/* PC */
@media (min-width: 768px) {

	body {
		font-size:12px;
		background-image: url("../img/bg.jpg");
		background-position: top center;
		background-repeat: no-repeat;
		background-attachment:fixed;
	}

	#wrapper {
		width: 1000px;
		margin: 50px  auto 0 auto;
		overflow:hidden;
		background-color: rgba(0, 0, 0, 0.6);
	}
	
	.container {
		margin:0;
		padding:0;
	}
	
	.title-img {
		margin:30px 15px;
		text-align:center;
	}
	
	.nav-inner {
		margin:30px 0 0 15px;
	}
	
	.navwrapper {
		width: 250px;
		height:100%;
		float: left;
	}
	
	
	.contents {
		width:735px;
		float: right;
		padding-bottom: 32768px;
		margin-bottom: -32768px;
	}

	.section {
		min-width:100px;
		margin:0 15px;
		padding:15px;
		background-color:#fcfbf7;
	}
	
	.section-wrapper {
		width:100%;
		margin:0 auto;
	}
	
	.section-bloack {
		width:100%;
		margin:0 0 45px 0;
	}
	
	.back-top {
		width:220px;
		margin: 20px auto 10px auto;
	}
	
	.back-top>a>img {
		width:100%;
	}
	
	.nav>li {
		width:100%;
		display: inline;
		padding:0;
		border-top:2px dotted #CCC;
		border-bottom:2px dotted #CCC;
		margin-top: -2px;
	}
	
	.navbar {
		background-color:#000000;
		padding-bottom: 32768px;
		margin-bottom: -32768px;
	}
	
	.navbar-nav>li>a {
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.navbar-header {
		padding:0 0 0 15px;
		margin:0;
	}

	.mokuji {
		height:40px;
		padding:10px 0 0 0;
		color:#FFFFFF;
		font-size:16px;
	}
	
	.ss img {
		width:100%;
	}
	
	.del-margin {
		margin:0;
	}
	
	.add-margin {
		margin:10px 0;
	}
	
	.ex-list {
		width:100%;
		overflow:hidden;
		margin:15px 0;
		display: -ms-flexbox;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.ex-list-del {
		margin: 0 0 0 0;
	}
	
	.ex-list .title{
		padding: 8px;
		font-weight: bold;
		background-color:#292f33;
		border-radius: 1em 1em 0 0;
		color:#FFFFFF;
		font-weight: bold;
	}
	
	.ex {
		width:321px;
		float: left;
		list-style: none;
		background-color:#FFFFFF;
		border: 1px solid #535353;
		border-radius: 1em;
		margin:8px;
	}
	
	.ex-double{
		width:658px;
	}
	
	.list-small li {
	}
	
	.list-middle li {
	}
	
	.ex-long{
	}
	
	.ex-list p{
		margin:10px;
		color:#000000;
	}
	
	.icon-img{
		width:12%;
	}

	.kigou {
		font-family : 'ＭＳ Ｐゴシック', Arial, sans-serif;
	}
	
	.sp-back-link {
		display: none;
	}
}

/* スマホ */
@media screen and (min-width:0px) and ( max-width:768px) {

	#header {
		height:0px;
	}
	
	#wrapper {
		background-color:#fcfbf7;
		
	}
	
	#snklogo {
		display: none;
	}
	
	.title-img {
		text-align:center;
		background-color:#000000;
		width:100%;
		padding:15px 0;
	}
	
	.contents {
		background-color:#fcfbf7;
		padding:0 0 1px 0;
	}
	
	/* GLOBAL STYLES
	-------------------------------------------------- */
	/* Padding below the footer and lighter body text */
	
	.code { counter-reset: listing; }
	xmp { counter-increment: listing; }
	.code xmp:before { content: counter(listing) ". "; color: gray; }
	
	body {
	  padding-bottom: 40px;
	  color: #5a5a5a;
	  font-size:14px;
	}
	
	#features {
	  max-width:none;
	}
	
	.row.featurette {
	  padding: 0 80px;
	  margin-right:0px;
	  margin-left:0px;
	}
	
	.row.featurette:nth-child(even){
	  background:#e6f1fa;
	  padding-bottom:50px;
	}
	
	.isStuck{
	    left:0px;
	    width:100%;
	}
	/* CUSTOMIZE THE NAVBAR
	-------------------------------------------------- */
	
	/* Special class on .container surrounding .navbar, used for positioning it into place. */
	.navbar-wrapper {
	  margin-top:20px;
	  position: relative;
	  z-index: 15;
	  background-color:#FF0000;
	}
	
	.navbar.navbar-inverse.navbar-static-top {
	  background-color: #000000;
	  border-color: #CCCCCC;
	}

	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus{
	  font-weight:700;
	}
	.navbar-inverse .navbar-nav>.active>a:hover {
	  color:#fff;
	  font-weight:700;
	}

	.nav>li {
		width:50%;
		float:left;
		padding:0;
		border:1px solid #CCCCCC;
		margin: 0;
	}
	
	/* CUSTOMIZE THE CAROUSEL
	-------------------------------------------------- */
	
	/* Carousel base class */
	.carousel {
	  /*
	  margin-bottom: 60px;
	
	  margin-top: -90px;
	
	  Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
	}
	/* Since positioning the image, we need to help out the caption */
	.carousel-caption {
	  z-index: 10;
	}
	
	/* Declare heights because of positioning of img element */
	.carousel .item {
	  height: 450px;
	  background-color: #0A64A4;
	}
	.carousel-inner > .item > img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  min-width: 100%;
	}
	
	
	
	/* MARKETING CONTENT
	-------------------------------------------------- */
	
	/* Pad the edges of the mobile views a bit */
	.marketing {
	  padding-left: 15px;
	  padding-right: 15px;
	}
	
	/* Center align the text within the three columns below the carousel */
	.marketing .col-lg-4 {
	  text-align: center;
	  margin-bottom: 20px;
	}
	.marketing h2 {
	  font-weight: normal;
	}
	.marketing .col-lg-4 p {
	  margin-left: 10px;
	  margin-right: 10px;
	}
	
	
	/* Featurettes
	------------------------- */
	
	.featurette-divider {
	  margin: 80px 0; /* Space out the Bootstrap <hr> more */
	}
	
	/* Thin out the marketing headings */
	.featurette-heading {
	  font-weight: 300;
	  line-height: 1;
	  letter-spacing: -1px;
	}
	
	.header {
		height:0;
	}
	
	.header-title {
		display: none;
	}
	
	.navbar-header {
		background-color:#000000;
	}
	
	.back-top {
		display: none;
	}
	
	.section {
		margin:15px;
	}
	
	.section-wrapper {
		width:100%;
		margin:0 auto;
	}
	
	.section-bloack {
		width:100%;
		margin:0 0 35px 0;
	}
	
	.ss img {
		width:100%;
		margin:15px 0;
	}
	
	.ex-list {
		width:100%;
		overflow:hidden;
		margin:15px 0;
	}
	
	
	.ex-list-del {
		margin: 0 0 0 0;
	}
	
	.ex-list .title{
		padding: 8px;
		font-weight: bold;
		color:#FFFFFF;
		background-color:#292f33;
	}
	
	.ex-list li {
		border: solid 1px #292f33;
		margin: 8px;
		list-style: none;
		background-color:#FFFFFF;
	}
	
	.ex-list p{
		margin:10px;
		color:#000000;
	}
	
	span.roundnumber {
		padding:0;
	}
	
	.mokuji {
		display: none;
	}
	
	.btn {
		background-color: #0bafaa;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		color: #111;
    	padding: 10px;
    	margin:4px 0 0 15px;
	}
}
