@charset "UTF-8";

/*基本項目---------------------------------------------------------------------------------------- 2014.07追加 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td{
	margin:0;
	padding:0;
}
a#top{
	display:none;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
ol,ul{
	list-style:none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
q:before,q:after{
	content:'';
}
body{
	-webkit-text-size-adjust: none;
	/*
	background:#e5f2f5 url(../images/share/bg_body03.gif) repeat-y center top;
	background: url(../images/share/bg_body03.gif) repeat center top;
	*/
	color:#333;
	min-width: 850px;
/*	font-size:81.25%;  2014.07追加 */
}
body,
body *{
	font-family:"Osaka",'メイリオ',Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	_font-family:"Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
#header a{
	text-decoration:none !important;
}
a{
	color:#0066cc; /* 2012.3.22更新 */
	text-decoration:none; /* 2014.07追加 */
	/*
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	*/
}
a:hover{
	color:#3399ff;
	text-decoration:underline;
}
a:active{
	text-decoration:none;
}
img{
	border:0;
}
em{
	font-style:normal;
	font-weight:bold;
}

/*---------------------*/
/*	clearfix 
/*---------------------*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 

/* End hide from IE-mac */
/*---------------------*/
/*	clearfix 
/*---------------------*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
} 
.clearfix {display: inline-block;} 

/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */


/*===============================================
全体レイアウト
===============================================*/

.wrapper {
	min-height: 100vh;
	position: relative;
}
.copyright {
	position: absolute;
	bottom: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
	.wrapper {
		min-height: inherit;
		position: inherit;
	}
	.copyright {
		position: inherit;
	}
}

/*===============================================
new
===============================================*/
.contentsWrapper {
	max-width: 1000px;
	margin: 0 auto;
	color: #000;
	line-height: 1.8;
	padding: 0 24px;
}
.contentsWrapper * {
	box-sizing: border-box;
}
.contentsWrapper p + p {
	margin-top: 15px;
}
.contentsWrapper a {
	color: #0066cc;
}
.contentsWrapper a:hover,
.contentsWrapper a:active,
.contentsWrapper a:focus {
	color: #3399ff;
	text-decoration: none;
}
.contentsWrapper strong {
	color: #00aaeb;
}
.contentsWrapper .strong01 {
	background: linear-gradient(to bottom, transparent 60%, #ffe00d 60%, #ffe00d 90%, transparent 100%);
	color: #000;
	font-size: 15px;
}
.contentsWrapper img {
	vertical-align: bottom;
}
.contentsWrapper .mod-icon01 {
	margin-left: 10px;
	vertical-align: middle;
}
@media only screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}
	.contentsWrapper {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.contentsWrapper .mod-icon01 {
		margin-left: 5px;
	}
}


/* Clearfix
----------------------------------------------- */
.mod-listLink01::before,
.mod-listLink01::after,
.footerMenu .listLogo01::before,
.footerMenu .listLogo01::after {
	display: table;
	content: "";
}
.mod-listLink01::after,
.footerMenu .listLogo01::after {
	clear: both;
}

/* Heading
----------------------------------------------- */
.mod-hdg01 {
	padding: 20px 0;
}
.mod-hdg01 img {
	max-width: 200px;
	height: auto;	
}
.mod-hdg02 {
	margin-bottom: 37px;
}

.mod-hdg02 img {
	max-width: 250px;
	height: auto;
}

.mod-lyt-col .mod-hdg02 {
	text-align: center;
}
.mod-hdg02 > a > img {
	vertical-align: top;
}

@media only screen and (max-width: 768px) {
	.mod-hdg02 {
		margin-bottom: 20px;
	}
	.mod-hdg02 > img,
	.mod-hdg02 > a > img {
		width: 85%;
		height: auto;
	}
}


/* Button
----------------------------------------------- */
.mod-listBtn01 .mod-listBtn02 {
	margin-bottom: -10px;
	margin-left: -10px;
	font-size: 0;
}
.mod-lyt-col .mod-listBtn01{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mod-lyt-col .mod-listBtn02{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mod-listBtn01 .mod-listBtn02> li {
	width: 100%;
	margin: 0 0 10px 10px;
}
.mod-listBtn01 > li > a {
	display: inline-block;
	max-width: 250px;
	width: 100%;
	text-align: center;
	padding: 18px 5px;
	color: #0066cc;
	border-radius: 4px;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, .5);
	font-size: 13px;
	cursor: pointer;
	transition: opacity .2s;
}
.mod-listBtn01 > li > span {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	text-align: center;
	padding: 18px 5px;
	color: #0066cc;
	border: 1px solid #d7dce2;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
	transition: opacity .2s;
}
ul.mod-listBnr01 > li > span {
	display: inline-block;
	min-width: 173px;
	text-align: center;
	padding: 12px 1px 11px;
	color: #0066cc;
	border: 1px solid #d7dce2;
	border-radius: 2px;
	box-shadow: 0 1px 0 0 #d7dce2;
	font-size: 14px;
	cursor: pointer;
}

.mod-listBtn01 > li > a._em {
	background: #F67E28;
	color: #fff;
	border: 0;
}
.mod-listBtn02 > li > a {
	display: inline-block;
	max-width: 250px;
	width: 100%;
	text-align: center;
	padding: 18px 5px;
	color: #0066cc;
	border-radius: 4px;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, .5);
	font-size: 13px;
	cursor: pointer;
	transition: opacity .2s;
}
.mod-listBtn02 > li > span {
	display: inline-block;
	max-width: 200px;
	width: 100%;
	text-align: center;
	padding: 18px 5px;
	color: #0066cc;
	border: 1px solid #d7dce2;
	border-radius: 4px;
	font-size: 13px;
	cursor: pointer;
	transition: opacity .2s;
}
.mod-listBtn01 > li > a:hover,
.mod-listBtn01 > li > a:active,
.mod-listBtn01 > li > a:focus {
	opacity: .8;
}
@media only screen and (max-width: 768px) {
	.mod-listBtn01 {
		margin: 0;
	}
	.mod-lyt-col .mod-listBtn01 {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	.mod-listBtn01 > li {
		display: block;
		margin: 0;
	}
	.mod-listBtn01 > li + li:not(.forSP) {
		margin-left: 10px;
	}
	.mod-listBtn01 > li > a {
		padding: 10px;
		font-size: 14px;
	}
	.mod-listBtn01 > li > a._em {
		padding: 10px;
	}
}
ul.listBtn01 li .button {
	width: 155px;
	/* margin-bottom: 3px; */
	padding: 10px;
}

/* Layout
----------------------------------------------- */
.mod-lyt-col {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.mod-lyt-col._col2 {
	margin-left: -65px;
}
* + .mod-lyt-col {
	margin-top: 60px;
}
.mod-lyt-col > .col {
	padding-top: 15px;
}
.mod-lyt-col._col2 > .col {
	width: 35%;
	margin-left: 65px;
}
.mod-lyt-col._col2 > .col + .col {
	position: relative;
}
.mod-lyt-col._col2 > .col + .col:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e1e5eb;
}
.mod-lyt-col._col2 > .col + .col:before {
	left: -33px;
}

@media only screen and (max-width: 768px) {
	.mod-lyt-col {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin-left: 0;
	}
	.mod-lyt-col._col2 {
		margin-left: 0;
		margin-bottom: 40px;
	}
	* + .mod-lyt-col {
		margin-top: 40px;
	}
	.mod-lyt-col > .col {
		display: block;
		padding-top: 0;
	}
	.mod-lyt-col._col2 > .col {
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	.mod-lyt-col._col2 > .col:nth-child(2) {
		margin-top: 35px;
		padding-top: 35px;
		border-top: 1px solid #e1e5eb;
	}
	.mod-lyt-col._col2 > .col {
		border-left: 0 !important;
	}
	.mod-lyt-col._col2 > .col + .col:before {
		display: none;
	}
	.heightSet {
		height: auto !important;
	}
}
@media only screen and (max-width: 1000px) {
	body {
		min-width: inherit;
	}
	.mod-lyt-col._col2 {
    margin-left: 0;
	}
	.mod-lyt-col._col2 > .col:first-child {
		margin-left: 0;		
	}
}
.copyright {
	width: 100%;
  color: #fff;
  background: #00aaeb;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}