

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block;
	margin:0;
	padding:0;

 }


ol,ul { list-style:none; }


caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
.cf { zoom:1; }
.cf:before,.cf:after { content:""; display:table; }
.cf:after { clear:both; }
img { vertical-align:top;}

input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
    display:block;
}


/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
    margin:0;
    padding:0;
    font-size:100%;
	vertical-align:baseline;
    background:transparent;
	text-decoration:none;
	color:#000;
}



html {
	font-family: "Helvetica Neue","Helvetica","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Arial","Verdana","sans-serif";
	font-size: 14px;
	line-height: 1.5;
}
body{
	color:#000;
	-webkit-text-size-adjust: 100%;
}
#wrap {
	width: 100%;
}


@media screen and (max-width: 480px) {
	.sp_none {

		display: none;
	}
	.pc_none {
		display: block;
	}

}



@media screen and (min-width: 481px) {



	.sp_none {
		display: block;
	}
	.pc_none {
		display: none;
	}


}





/* -------------------
 
---------------------- */


.header {
  text-align: center; }

.main-box {
	max-width:720px;
  margin: 0 auto; }
  .main-box:after {
    display: block;
    content: '';
    clear: both; }


.footer {
  margin-top: 150px;
  background-color: #1CB0CA;
  text-align: center; }

/* -------------------
 
---------------------- */

/* -------------------
 
---------------------- */


.info_list ul li{	
	text-align: left;

}


p.biz-lead-text {
  line-height: 180%;
  border: 1px dotted #333333;
  padding: 25px;
  background-color: #fcfcfc;
  margin-bottom: 25px; }

.iframe-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 35.25%; }

.iframe-inner {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: none; }

h4.biz-title01 {
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #002E73;
  margin-bottom: 15px;
  text-align: center; }

h4.biz-title02 {
  background-color: #5285BC;
  font-size: 20px;
  color: #ffffff;
  border-left: 15px solid #FBB03B;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  margin-top: 35px; 
	text-align: left;

}

@media screen and (max-width: 480px) {
h4.biz-title02 {
	font-size: 17px !important;


}
}


p.biz-title-img {
  text-align: center;
  margin-top: 15px; }

ul.business-forms02-list {
  list-style:none;
  background-color: #F2F2F2;
  margin:0px;
  padding: 15px;

 }
  .business-forms02-list:after {
    display: block;
    content: '';
    clear: both; }

li.business-forms02-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 48%;
  padding-left: 5px; }
  .business-forms02-item:nth-of-type(1) {
    float: left; }
  .business-forms02-item:last-of-type {
    float: right; }

ul.business-forms03-list {
  list-style:none;
  margin:0px;
  padding: 15px;
  background-color: #F2F2F2;
 }
  .business-forms03-list:after {
    display: block;
    content: '';
    clear: both; }

ul.business-cir-list{	
	list-style:none;
	margin:0px;
	padding:0px;

}

li.business-cir-item {
  font-size: 12px;
  position: relative;
	text-align: left;

  padding-left: 18px; }
  
li.business-cir-item:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #29ABE2;
    position: absolute;
    top: 6px;
    left: 4px;
    margin: auto; }

.business-forms-box:after {
  display: block;
  content: '';
  clear: both; }

.business-forms-left-box {
  float: left;
  width: 48%; }
  @media screen and (max-width: 480px) {
    .business-forms-left-box {
      float: none;
      width: 95%;
      margin: 0 auto; } }

.business-forms-right-box {
  float: right;
  width: 48%; }
  @media screen and (max-width: 480px) {
    .business-forms-right-box {
      float: none;
      width: 95%;
      margin: 0 auto; } }

h5.business-forms-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  font-size: 15px !important;
  color: #ffffff;
  background-color: #8CC63E;
  padding-left: 15px;
  border: none;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;

 }

a.business-forms-btn {
  width: 80px;
  font-size: 10px;
  background-color: #D92F3B;
  color: #ffffff !important;
  text-decoration:none !important;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

a.business-forms-btn:hover {
    background-color: #FF9900; }

ul.report-list {
  list-style:none;
  width: 95%;
  margin: 0 auto;
  margin-top: 25px;


 }

ul.report-list:after {
    display: block;
    content: '';
    clear: both; }

li.report-item:nth-of-type(odd) {
  float: left;
  margin-bottom: 30px; }
li.report-item:nth-of-type(even) {
  float: right;
  margin-bottom: 30px; }


@media screen and (max-width: 480px) {

li.report-item:nth-of-type(odd) {
	float: none;

  margin-bottom: 30px; }
li.report-item:nth-of-type(even) {
	float: none;

  margin-bottom: 30px; }


li.report-item img {
	max-width:100%;
	height: auto;

}

}






.waku-img {
  border: 1px solid #A6A6A6; }




.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.fade:hover {
  opacity: 0.4;
  filter: alpha(opacity=60); }

table.form-table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 20px; }
table.form-table th {
	margin:0px;
    padding: 15px;
    width: 120px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    border: 1px dotted #333333;
    background-color: #30AAFC; }
table.form-table td {
	margin:0px;
    padding: 15px;

    text-align: left;
    vertical-align: middle;
    border: 1px dotted #333333;
    background-color: #fcfcfc; }

@media screen and (max-width: 480px) {


table.form-table {
	display: block;
	width:auto;

}
table.form-table th {
	display: block;
	width:auto;
	padding:5px;


}
table.form-table td {
	display: block;
	width:auto;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:10px;

}


}




.biz-form-text {
	text-align: left;
  line-height: 180%;
  margin-top: 25px;
  border: 1px dotted #333333;
  padding: 25px;
  background-color: #fcfcfc; }



.e_learn-img {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px; }

p.biz_button {


}

.submit-btn {
  width: 60px;
  margin-right: 15px; }

/* -------------------
 
---------------------- */


.biz-contents-box{	
	border: 1px solid #ffffff;
	color:#ffffff;
}


article.bizup-sign {
  width: 100%;
  margin: 0 auto;
  background-image: url(img/top/07.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  animation: bg-bizup 23s infinite; }
  .bizup-sign:after {
    display: block;
    content: '';
    clear: both; }

@keyframes bg-bizup {
  0% {
    background-size: 100%; }
  100% {
    background-size: 140%; } }
.bizup-sign-title {
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }

.bizup-sign-text {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 200%; }
  @media screen and (max-width: 667px) {
    .bizup-sign-text {
      width: 90%; } }

.bizup-sign-list {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 40px; }
  .bizup-sign-list:after {
    display: block;
    content: '';
    clear: both; }
  @media screen and (max-width: 769px) {
    .bizup-sign-list {
      width: auto; } }

.bizup-sign-item {
  float: left;
  width: 226px;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  text-align: center; }
  @media screen and (max-width: 480px) {
    .bizup-sign-item {
      float: none;
      margin: 0 auto;
      margin-bottom: 15px; } }
  .bizup-sign-item:nth-of-type(1) {
    background-image: url(img/bizup/01.png); }
  .bizup-sign-item:nth-of-type(2) {
    background-image: url(img/bizup/02.png); }
  .bizup-sign-item:nth-of-type(3) {
    background-image: url(img/bizup/03.png); }
  .bizup-sign-item:nth-of-type(4) {
    background-image: url(img/bizup/04.png); }
  .bizup-sign-item:nth-of-type(5) {
    background-image: url(img/bizup/05.png); }
  .bizup-sign-item a {
    display: block;
    height: 120px;
    padding: 25px;
    font-size: 18px;
    line-height: 110%;
    color: #07427A; }

.bizup-new-title {
  font-size: 16px;
  padding-left: 25px; }

.bizup-news-list {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .bizup-news-list:after {
    display: block;
    content: '';
    clear: both; }

.bizup-news-item {
  float: left;
  width: 49%; }
  @media screen and (max-width: 769px) {
    .bizup-news-item {
      float: none;
      width: 95%;
      margin: 0 auto; } }
  .bizup-news-item:nth-of-type(2) {
    float: right;
    text-align: center;
    padding-top: 75px; }
    @media screen and (max-width: 769px) {
      .bizup-news-item:nth-of-type(2) {
        float: none;
        width: 95%;
        margin: 0 auto;
        padding-top: 25px; } }
    .bizup-news-item:nth-of-type(2) a {
      display: block;
      width: 350px;
      height: 100px;
      line-height: 100px;
      color: #ffffff;
      font-size: 20px;
      background-color: #1CB0CA;
      margin: 0 auto; }
      @media screen and (max-width: 360px) {
        .bizup-news-item:nth-of-type(2) a {
          width: 90%; } }

div.bizup-news {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 45%;
  width: 100%;
  display: inline-block;
  -webkit-overflow-scrolling: touch;

 }

iframe.iframe-inner02 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
	  overflow-x: hidden;
	  overflow-y: scroll; 

}

a.toiawase-btn{	
	display: block;
	width:350px;
	margin: 0 auto;
	margin-top:30px;
	margin-bottom:30px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color:#ffffff !important;
	text-decoration:none !important;
	background-color:#BF2929;
}


a.toiawase-btn:hover {
		
	color:#ffffff !important;
	text-decoration:none !important;
	background-color:#CA526D;

			}