@charset "utf-8";

/****************************************
          General Setting
*****************************************/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html,body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* 10px */
}
body {
	background: #fff;
	width: 100%;
  color: #333;
	font-size: 1.6rem; /* 16px */
	font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 1.6;
}

img {
   vertical-align: bottom;
}

#contents > p {
	text-align: justify;
 	text-justify: inter-ideograph;
}

#header ul, #header ol, #footer ul, #footer ol, #nav ul, #topicpath ol, #sns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 669px) {
	body {
		font-size: 1.6rem !important; /* 16px */
		font-family: 'Noto Sans JP','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif !important;
	  line-height: 1.6 !important;
	}
}

/****************************************
          Typography
*****************************************/
.fc-red {color: #ff0000;}
.fc-blue {color: #09f;}
.sml {font-size: 1.2rem; /* 12px */ }
.lrg {font-size: 1.8rem; /* 18px */ }

/****************************************
          Link
*****************************************/
a {
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
	text-decoration: underline;
}
#main a:hover,
#main a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/****************************************
          共通
*****************************************/
.flR {float: right;}
.flL {float: left;}
.taR {text-align: right !important;}
.taL {text-align: left !important;}
.taC {text-align: center !important;}
.mt30 { margin-top: 30px; }
.pr10 { padding-right: 10px !important; }
.pl10 { padding-left: 10px !important; }

.sp, .phone {display: none !important;}
.pc {display: block;}

@media screen and (max-width: 669px) {
	.pc {display: none !important;}
	.sp, .phone {display: block !important;}
}

/****************************************
          Layout
*****************************************/
#header {
  width: 100%;
  min-width: 980px;
}
#footer {
  background-color: #0099ff;
  width: 100%;
  min-width: 980px;
}
#main {
  width: 100%;
  min-width: 980px;
	padding-bottom: 60px;
}
#team_footer{
  border-top: 1px solid #000;
  width: 100%;
  min-width: 980px;
  text-align: center;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 669px) {
	#header, #footer, #main {
	min-width: auto;
	}
	#team_footer, #sns {
	width: auto;
	min-width: auto;
	margin: 0 10px;
	}
	#team_footer {
	border-top: none;
	}
	.wrapper {
	width: auto;
	margin: 0 10px;
	}
}

/****************************************
          header
*****************************************/
#header #header01 {
  background-color: #0099ff;
  width: 100%;
  min-width: 980px;
  height: 62px;
}
#header #header01 p {
  padding-top: 11px;
}

/****************************************
          topicpath
*****************************************/
#topicpath {}
#topicpath ol {
  margin: 8px 0 0 0;
}
#topicpath ol li {
  display: inline-block;
  padding-right: 4px;
  font-size: 1.1rem;
}
#topicpath ol li:before {
  display: inline-block;
  content: ">";
  padding-right: 7px;
}
#topicpath ol li:first-child:before {
  display: none;
}

/****************************************
          team_footer
*****************************************/
#team_footer {}
#team_footer h3 {
  padding-top: 38px;
  padding-bottom: 18px;
  color: #000;
}
#team_footer p {
  margin-bottom: 10px;
  color: #000;
}
#team_footer .tel, #team_footer .mail {
  display: inline-block;
  margin-bottom: 80px;
  padding: 0 15px;
}

@media screen and (max-width: 669px) {
	#team_footer {
	padding-bottom: 28px;
	}
	#team_footer h3 {
	padding-top: 30px;
	padding-bottom: 18px;
	font-size: 1.6rem;
	}
	#team_footer p {
	margin-bottom: 8px;
	font-size: 1.6rem;
	text-align: center !important;
	}
	#team_footer .tel, #team_footer .mail {
	margin-bottom: 8px;
	padding: 0 10px;
	}
}

/****************************************
          footer
*****************************************/
.footernav{
    overflow: hidden;
}
.footernav .text1{
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}
.footernav .text2{
    float: left;
    margin-top: 15px;
}
.copyright{
    width: 322px;
    margin-top: 10px;
    padding-bottom:15px;
}

/* ft_nav */
@media screen and (max-width: 669px) {
	#ft_nav {
	}
	#ft_nav ul {
	border-top: 1px dotted #0099ff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	#ft_nav ul li {
	font-size: 1.4rem;
	line-height: 1;
	}
	#ft_nav ul li a {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dotted #0099ff;
	padding: 14px;
	}
	#ft_nav ul li a:hover {
	text-decoration: none;
	}
	#ft_nav ul li a span {
	}
	#ft_nav ul li a span + span {
	font-size: 2.0rem;
	}
}

/* sns */
@media screen and (max-width: 669px) {
	#sns {
	border-top: 1px solid #0099ff;
	}
	#sns ul {
	padding: 30px 0;
	text-align: center;
	}
	#sns ul li {
	display: inline-block;
	padding: 0 8px;
	font-size: 2.8rem;
	}
	#sns ul li a {
	display: table-cell;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	}
	#sns ul li:nth-child(1) a {
	border: 1px solid #3c5a99;
	color: #3c5a99;
	}
	#sns ul li:nth-child(1) a i {
	  padding-top: 2px;
	}
	#sns ul li:nth-child(2) a {
	border: 1px solid #28aae1;
	color: #28aae1;
	}
	#sns ul li:nth-child(2) a i {
	padding-top: 2px;
	}
	#sns ul li:nth-child(3) a {
	border: 1px solid #e62c2e;
	color: #e62c2e;
	}
	#sns ul li:nth-child(4) a {
	border: 1px solid #231f20;
	color: #231f20;
	}
}

/****************************************
          totop
*****************************************/
.to-top {
  display: none;
  position: fixed;
  bottom: 138px;
  right: 50px;
}
.to-top a {
  display: table-cell;
  border-radius: 50%;
  border: 1px solid #000;
  width: 32px;
  height: 32px;
	color: #000 !important;
  font-size: 30px !important;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}


/****************************************
        side menu 調整
*****************************************/
@media screen and (max-width: 669px) {
	#slidemenu_list h3 {
	height: auto !important;
	}
}

/****************************************
          main 共通
*****************************************/
/* sec_tit */
.sec_tit {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
  color: #000;
  font-size: 2.8rem;
}
@media screen and (max-width: 669px) {
	.sec_tit {
	  font-size: 2.0rem;
	}
}

/* related_list_disc */
.related_list_disc {
	list-style: none;
	padding: 0;
}
.related_list_disc li {
	display: inline-block;
	width: calc(100% - 1.8em);
	margin-bottom: 20px;
	margin-left: 1.8em;
}
.related_list_disc li:before {
	display: inline-block;
	content: "●";
	height: 100%;
	color: #000;
	font-size: 1.4rem;
	padding-top: 2px;
	vertical-align: top;
	text-indent: -1.8em;
}

/* logo */
.ft_logo {
	margin-bottom: 54px;
}

@media screen and (max-width: 669px) {
	/* logo */
	.ft_logo {
	margin: 0 0 25px;
	padding: 0 50px;
	}
	.ft_logo img {
	width: 100%;
	}
}
