@charset "UTF-8";
body {
  color: #666666;
  float: none;
  font-family: Verdana,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  min-width: 1000px;
  width: 100%;
  min-height: 700px;
  height: 100vh;
  letter-spacing: 0;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
}
.txtred {
	color: red;
}
.txtsmall {
	font-size: 75%;
}
.txtsmallest {
	font-size: 55%;
}

.icon_new {
	background: #FF9326;
	margin: 0 15px;
	padding: 0px 12px;
	color: #fff;
}
.icon_hissu {
	background: #ff6b6b;
	margin: 0 0 0 1em;
	padding: 1px 6px;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
}
.icon_error {
	background: #ff862d;
	margin: 0 1em 0 0;
	padding: 1px 6px;
	color: #fff;
	border-radius: 3px;
	vertical-align: top;
	font-size: 80%;
}
.sponly {
	display: none;
}

#wrap{
     width: 100%;
     position: relative;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}
#maincnt {
	margin: 0 auto;
	padding: 126px 0 50px;
	width: 750px;
}
#maincnt_res { /*レスポンシブの時*/
	margin: 0 auto;
	padding: 126px 0 50px;
	width: 100%;
}
#maincnt h2,
#maincnt_res h2 {
	margin-bottom: 60px;
	font-size: 240%;
	font-weight: normal;
}

header {
    overflow: hidden;
    background: #001A43;
    min-width: 1000px;
    min-height: 66px;
    padding: 0 0;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
header .toplogo {
	width: 156px;
	float: left;
	background: #fff;
	padding: 3px 15px;
	position: absolute;
}
header .toplogo img {
	width: 100%;
}
header ul {
	overflow: hidden;
	display: inline-block;
}
header ul li {
	float: left;
}
header ul li a {
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 22px 14px;
}
header ul li a:hover {
	border-bottom: solid 3px #fff;
	padding-bottom: 17px;
}


.home {
	background: #fff url(../images/top_bg.jpg) center 38% no-repeat;
}
.home .mainimg {
	margin: 0px auto;
	width: 728px;
	position: relative;
	top: 38%;
	transform: translateY(-38%);
}
.home .topics {
	position: absolute;
	bottom: 83px;
	left: 0;
	right: 0;
	padding: 14px 0 2px;
	background: #fff;
}
.home .topics .topicimg {
	margin: 0 auto 15px;
	width: 715px;
}
.home .topics .topic_list {
	overflow: hidden;
	margin: 0 auto;
	width: 715px;
}
.home .topic_list dt {
	float: left;
	margin: 0;
	width: 10em;
}

.main-content-wrapper {
  margin: 0px auto 0px;
  padding: 0 0 68px;
  position: relative;
  width: 1000px;
  top: 50%;
  transform: translateY(-50%);
}
.main-content-wrapper .mainimg {
  margin: 60px auto 120px;
  width: 72%;
}
.main-content-wrapper section {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.main-content-wrapper section > div {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.main-content-wrapper section > div.topicimg {
	margin: 0 0 20px;
}
.main-content-wrapper section > div.topicimg img {
	width: 93px;
}
.topic_list {
	overflow: hidden;
}
.topic_list dt {
    float: left;
    margin: 0 0 0 20px;
}
.topic_list dd {
	margin: 0 0 12px;
}

.main-content-wrapper section > div.topic_1 {
	margin: 0 0 0 3%;
}
.main-content-wrapper section > div.topic_1 > p {
	margin: 0 0 2%;
}
.main-content-wrapper section > div.topic_1 > p img {
	vertical-align: middle;
	padding: 0 2%;
	width: 9%;
}

.topic_3 {
  margin-top: 24px;
}
.topic_3 img {
  float: left;
  margin: 1px 0 0 1.742919%;
  width: 10.457517%;
}
.topic_3 > p {
  float: left;
  font-weight: bold;
  margin-right: 0;
}

.text {
  margin-bottom: -1px;
  margin-left: 0;
  margin-top: -3px;
  width: 23.747276%;
}

.text-2 {
  margin-bottom: -2px;
  margin-left: 3.267974%;
  margin-top: -2px;
  width: 60.784313%;
}

.topic_2 {
  margin-top: 11px;
}
.topic_2 img {
  float: left;
  margin: 1px 0 0 1.742919%;
  width: 10.457517%;
}
.topic_2 > p {
  float: left;
  font-weight: bold;
  margin-right: 0;
}

.text-4 {
  margin-bottom: -2px;
  margin-left: 3.267974%;
  margin-top: -1px;
}

.text-6 {
  margin-bottom: -2px;
  margin-left: 3.267974%;
  width: 60.784313%;
}

footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #001A43;
	margin: 0;
	padding: 10px 10px 5px;
	min-height: 68px;
}
footer > p {
  color: #ffffff;
  float: left;
  font-weight: normal;
  margin: 48px 0 0;
}
footer ul {
	overflow: hidden;
	text-align: right;
	float: right;
}
footer ul li {
	color: #ffffff;
	font-weight: normal;
}
footer .footer-p-2 {
  margin: 0 0 4%;
}
footer .footer-p-3 {
  margin: 0 0 4%;
}
footer .footer-p-4 {
  margin: 0;
}

/*# sourceMappingURL=style.css.map */




/**********************
      会社概要
**********************/
.company {
}
.company h2 {
}
.company dl {
	font-size: 100%;
	margin: 0 0 80px;
	line-height: 1.4;
}
.company dt {
	float: left;
}
.company dd {
	margin-left: 200px;
	margin-bottom: 25px;
}

/**********************
      お問い合わせ
**********************/
.form {
}
.form h2 {
}
.form form {
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
}
.form form table tr {
}
.form form table th {
	width: 230px;
	line-height: 30px;
	vertical-align: top;
}
.form form table td {
	padding: 0 0 40px;
}
.form form input,
.form form textarea {
	border: 1px solid #999;
	width: 100%;
	padding: 5px 0px 5px 10px;
	box-sizing: border-box;
}
.form form input {
}
.form form textarea {
	height: 7em;
	line-height: 1.2;
	
}
.form form .sendbtn {
    margin: 0 0 0 230px;
}
/*
.form form .sendbtn p {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #29e23f), color-stop(100%, #23c136));
  background:    -moz-linear-gradient(top, #29e23f, #23c136);
  background: -webkit-linear-gradient(top, #29e23f, #23c136);
  background:   linear-gradient(to bottom, #29e23f, #23c136);
  background-color: #23c136;
  color: #FFFFFF;
	border: none;
	font-size: 170%;
	text-align: center;
	width: 290px;
	line-height: 75px;
	margin: 0 0 60px 230px;
	border-radius: 10px;
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.form form .sendbtn p:hover {
	cursor: pointer;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #23c136), color-stop(100%, #29e23f));
  background:    -moz-linear-gradient(top, #23c136, #29e23f);
  background: -webkit-linear-gradient(top, #23c136, #29e23f);
  background:   linear-gradient(to bottom, #23c136, #29e23f);
}
*/
.form .sendbtn p input {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #062c68), color-stop(100%, #001A43));
  background:    -moz-linear-gradient(top, #062c68,#001A43);
  background: -webkit-linear-gradient(top, #062c68,#001A43);
  background:   linear-gradient(to bottom, #062c68,#001A43);
  background-color: #001A43;
  color: #FFFFFF;
	border: none;
	width: 250px;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
	font-size: 160%;
    line-height: 2;
}
.form .sendbtn p input:hover {
	cursor: pointer;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #001A43), color-stop(100%, #062c68));
  background:    -moz-linear-gradient(top, #001A43, #062c68);
  background: -webkit-linear-gradient(top, #001A43, #062c68);
  background:   linear-gradient(to bottom, #001A43, #062c68);
}
#nameerror, #emailerror, #telerror, #texterror {
	display: none;
	color: #ff862d;
}
#errorattention {
    display: none;
    color: #ff862d;
    position: absolute;
    top: 60px;
    left: 230px;
    font-weight: bold;
}
.wpcf7-response-output {
	text-align: center;
	color: #f00;
	font-size: 120%;
}
.wpcf7-mail-sent-ok	{
	display:none!important
}


.formchk {
}
.formchk h2 {
}

.formchk form {
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
}
.formchk p {
	text-align: center;
	font-size: 150%;
	margin: 4% auto;
	line-height: 2;
}
.formchk form table tr {
}
.formchk form table th {
	width: 230px;
	line-height: 30px;
	vertical-align: top;
}
.formchk form table td {
/*	width: 250px;*/
	padding: 0 0 40px;
	line-height: 30px;
}
.formchk .soushinbtn {
	margin: 6% 0 10%;
	overflow: hidden;
    height: 85px;
    text-align: left;
    font-size: 100%;
}
.formchk .soushinbtn  .soushin {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #29e23f), color-stop(100%, #23c136));
    background: -moz-linear-gradient(top, #29e23f, #23c136);
    background: -webkit-linear-gradient(top, #29e23f, #23c136);
    background: linear-gradient(to bottom, #29e23f, #23c136);
    background-color: #23c136;
    color: #FFFFFF;
    border: none;
    font-size: 170%;
    text-align: center;
    width: 290px;
    line-height: 75px;
    border-radius: 10px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    display: inline-block;
    vertical-align: middle;
}
.formchk .soushinbtn  .soushin:hover {
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #23c136), color-stop(100%, #29e23f));
    background: -moz-linear-gradient(top, #23c136, #29e23f);
    background: -webkit-linear-gradient(top, #23c136, #29e23f);
    background: linear-gradient(to bottom, #23c136, #29e23f);
}
.formchk .soushinbtn  .modoru {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #d2d2d2));
    background: -moz-linear-gradient(top, #e6e6e6, #d2d2d2);
    background: -webkit-linear-gradient(top, #e6e6e6, #d2d2d2);
    background: linear-gradient(to bottom, #e6e6e6, #d2d2d2);
    background-color: #d2d2d2;
    color: #999;
    border: none;
    font-size: 130%;
    text-align: center;
    width: 115px;
    line-height: 40px;
    display: block;
    vertical-align: middle;
    border-radius: 6px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
    float: left;
    margin: 17px 57px;
}
.formchk .soushinbtn  .modoru:hover {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d2d2d2), color-stop(100%, #e6e6e6));
    background: -moz-linear-gradient(top, #d2d2d2, #e6e6e6);
    background: -webkit-linear-gradient(top, #d2d2d2, #e6e6e6);
    background: linear-gradient(to bottom, #d2d2d2, #e6e6e6);
}
.formchk .soushinbtn input:hover {
	cursor: pointer;
}

.thankstext {
	text-align: left;
	font-size: 100%;
	line-height: 2;
}

/**********************
      トップへ戻るボタン
**********************/
#page-top {
    position: fixed;
    top: 40px;
    right: 20px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
/**********************
      新着情報topics
**********************/
.topicslist {
}
.topicslist h2 {
}
.topicslist .topicspost {
	margin: 0 0 20px;
}
.topicslist .topicstitle {
	border-left: 5px solid #29ABE2;
	padding: 0 0 0 10px;
	margin: 0 0 20px;
}
.topicslist .topicspost h3 {
	margin: 0 0 5px;
	color: #29ABE2;
}
.topicslist .topicspost p {
    padding: 0 0 20px 25px;
    border-bottom: 1px dashed #ccc;
    line-height: 1.4;
}
.topicslist .topicspost .post-date {
    font-size: 80%;
    border: none;
    padding: 0;
}
/**********************
      ブログ一覧
**********************/
.bloglist {
}
.bloglist h2 {
}
.bloglist .blogbox {
    margin: 0px 10px 20px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.bloglist h3 {
    font-size: 150%;
    text-align: center;
    display: block;
    margin: 0 0 5px;
}
.bloglist h3 a {
	text-decoration: none;
	color: #29ABE2;
}
.bloglist .blogdate {
    text-align: right;
    margin: 0 0 10px;
}
.bloglist .blogthum {
    overflow: hidden;
    max-height: 150px;
}
.bloglist .blogthum img {
	width: 100%;
	height: auto;
}
.bloglist .blogtext {
    margin: 15px 0;
    line-height: 1.4;
}
.bloglist .blogmore {
    text-align: right;
}
.bloglist .blogmore a {
    color: #29ABE2;
}


/**********************
      ブログ記事
**********************/
.blogpost {
}
.blogpost h2 {
}
.blogpost .bloginfo {
	text-align: right;
}
.blogpost .bloginfo .cal {
	font-size: 120%;
	margin: 0 0 5px;
}
.blogpost .bloginfo .cat {
	margin: 0 0 5px;
}
.blogpost .bloginfo .tag {
	margin: 0 0 5px;
}
.blogpost .blogthum {
	margin: 0 0 20px;
}
.blogpost .blogthum img {
	width: 100%;
	height: auto;
}
.blogpost .thecontent {
	line-height: 1.4;
	margin: 0 0 40px;
}
.nav-below {
	text-align: center;
	padding: 0 0 60px;
}
.nav-below a {
	color: #29ABE2;
}

/**********************
      ブログカテゴリ一覧
**********************/

.page-nav {
	text-align: center;
	margin:30px 0;
}
.page-nav li {
	display:inline;
}
.page-nav li a {
	border: 1px solid rgba(255,255,255,0.8);
	border-radius:10px;
}
.page-nav li a:hover {
	text-decoration:none;
	border: 1px solid #fff;
	box-shadow: 0 0 20px #fff inset;
}
.page-nav li a:active {
	top:1px;
}/*push image*/
.page-nav li.current span {/*style of current button*/
	border: 1px solid #ccc;
	border-radius: 10px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {/*no link buttons*/
	border: 1px solid rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.5);
	border-radius: 10px;
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.after span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0.5em 0.8em;
	position:relative;
}

/**********************
      サイトマップ
**********************/
.sitemap p {
	line-height: 2;
}

/**********************
      事業内容
**********************/
.business {
	line-height: 1.4;
}
.business p {
	margin: 0 0 15px;
}
.business h3 {
	margin: 0 0 15px;
	color: #001A43;
	text-align: center;
	font-size: 150%;
}
.business h4 {
	margin: 0 0 5px;
	color: #001A43;
}
.business .logo {
	text-align: center;
	margin: 20px 0;
}
.business .logo img {
	width: 30%;
}
.business .business_box {
	margin: 0 0 100px;
}

/**********************
 ライブ配信事業ページ
**********************/
.live {
}
.live h3 {
	margin: 0 auto 20px;
	padding: 0 0 3px;
	font-size: 150%;
	color: #c1272d;
	border-bottom: 1px solid #c1272d;
}
.live .mv {
	margin: 0 auto 40px;
	width: 100%;
}
.live .live_text {
	margin: 0 auto 60px;
	padding: 0 10px;
	line-height: 1.6;
}

.live .live_sns {
	margin: 0 auto;
}
.live .live_sns img {
	width: 40px;
}

.live .live_list {
	margin: 0 auto 60px;
	padding: 0 10px;
	line-height: 1.6;
}
.live .live_list li {
	list-style-type: circle;
	list-style-position: inside;
}
.live .live_merit {
	margin: 0 auto 10px;
	padding: 0 10px;
	line-height: 1.6;
}
.live .live_merit li {
	font-weight: bold;
	list-style-position: inside;
	list-style-type: square;
}
