@charset "utf-8";

/* universal
--------------------------------------*/


#main_containar .btn_area button {
        border: none;
        cursor: pointer;
        outline: none;
        padding:0;
        appearance: none;
}

#main_containar　li {
	list-style-type: none;
}

.list_style_none {
  list-style-type: none;
}

.list_style_square{
	list-style:square;
    list-style-position: outside;
}

.list_style_circle{
	list-style:circle;
    list-style-position: outside;
}

.list_style_disc{
	list-style:disc;
    list-style-position: outside;
}

ul.liststyle01 {
	list-style-type: disc;
}

ul.liststyle02 {
	list-style-type: circle;
}

ol.liststyle01 {
	list-style-type: decimal;
}

dl.liststyle01 dt {
	display: list-item;
}


.txtb {
	font-weight: bold;
}

.txtred {
	color: #ff0000;
}


.blockcontainar {
	display: block;
	border: 1px solid #efefef;
	margin: 10px auto;
}

.imgcontainar {
    margin: 20px auto;
    text-align: center;
}

/*レスポンシブ用*/

@media screen and (max-width: 767px) {
  #contents {
  	width: 80%;
  }
  #main_containar {
	max-width:760px !important;
	margin: 0 auto;
  }

  #main_containar .main_img img {
  width:100% !important;
  max-width: 1000px !important;
  height: auto;
}

.siryo_containar ul.box li img {
	width: 100%;
	height: auto;
	min-width: 200px;
}

#main_containar table,
#main_containar tbody,
#main_containar tr,
#main_containar th,
#main_containar td{
	display: block;
}

}
/*レイアウト*/

#main_containar {
/*	width: 1000px;*/
	max-width: 1000px;
	margin: 0 auto;
}


.main_title_containar {
    margin: 0 auto 16px;
    text-align: center;
    background-color: #fc9763;
    border-bottom: none;
}

.main_title {
	position: relative;
	width: 1200px;
    margin: 0 auto;
    height: 300px;
	/*background-image: url(images/main_bg.png);*/
	/*background-repeat: no-repeat;*/
}

.main_title:after {
  	content: "";
  	display: block;
  	height: 0;
  	font-size:0;
  	clear: both;
  	visibility:hidden;
}

.title_area {
    float: left;
    width: 75%;
}

.main_title_containar .main_title h1 {
    font-size: 4.4em;
    line-height: 1.2;
    color: #e1051f;
    text-align: left;
    font-family:meirio;
}

.main_title_containar h2.catch01 {
    background-color: #ED3942;
    font-size: 2.0em;
    font-family: meirio;
    font-weight: normal;
    color: #ffffff;
    border-bottom: none;
}

.main_title_containar h2.sub {
	background-color: #f1b000;
	border-top: 1px solid #ffffff;
    font-size: 2.0em;
    font-family: meirio;
    font-weight: bold;
    color: #ffffff;
}
.main_title_containar h3.read01 {
	font-size: 2.0em;
    color: #00022a;
    text-align: left;
    font-family: meirio;

}

.main_title_containar .wp_area {
	float: right;
}

.snsbtns_area {
	position: absolute;
	bottom: 15px;
	left: 100px;
}
.snsbtns_area ul {
	text-align: left;
}
.snsbtns_area ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: top;
}

.btn_area {
	margin:2% auto;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.btn_area .formbtndl{
  margin: 0 auto;
  text-align: center;
}
div.formbtndl form,
div.formbtndl span {
 display:inline-block;
/* margin:10px;*/
    *display: inline;
    *zoom: 1;
}
div.formbtndl .txt {
 font-size:1.25em;
 margin-bottom:1em;
}

.btn_area .formbtndl button:before {
	content: url(images/icon_dl.png);
	margin-right: 10px;
    position: relative;
    top:3px;
}
div.formbtndl button {
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: 1px solid #ff7f15;
    background-color: #FF7F15;
    color: #ffffff !important;
    font-size: 28px;
 	cursor:pointer;
	padding:10px 20px !important;
	letter-spacing: 1.6;
    font-family: "メイリオ";
}


div.formbtndl p.or_btn button {
    background-color: #FF7F15;
}
div.formbtndl p.or_btn button:hover{
    background-color: #FFA55B;
}



.btn_area .btn_txt p {
	color: #333;
	font-size: 24px;
	line-height: 1.8;
	font-weight: bold;
	margin:0 auto 14px;
	text-align: center;
}
.btn_area .btn_txt p.small {
	margin-bottom: 10px;
	font-size: 18px;
}

.end_txt {
	font-size: 1.5em;
	line-height: 1.6;
	padding: 10px;
	color:#ff0000;
	border:dotted 1px #FF0000;
}

.end_txt p{
	margin-bottom: 0px;
	text-align: center;
}


.read_area {
	width: 100%;
	margin:2% auto;
}

.read_area h2 {
	font-size:2.0em;
	font-weight: bold;
	color: #C00000;
	padding: 5px 10px;
	margin: 0px auto 10px;
	text-align: center;
}

.read_area p,
.read_area li {
	font-size: 1.5em;
	line-height: 1.8;
}

.read_area .read_contents p {
	margin-bottom: 1.5em;
}

.read_area ul {
  padding-left: 40px;
}

.read_area .containar01 {
	margin: 10px auto;
	text-align: center;
	display: inline-block;
	    width: 100%;
}


.read_area .containar01 table.tblstyle01 {
	margin: 0px auto 20px;
	text-align: center;
	border: none;
	padding: 10px;
    border-collapse: separate;
    border-spacing: 10px;
}

.read_area .containar01 table.tblstyle01 th,
.read_area .containar01 table.tblstyle01 td {
	font-size: 1.5em;
	text-align: center;
}


.read_area .containar01 table.tblstyle01 th.bg{
	background-color: #215968;
	padding: 5px;
	color: #ffffff;
/*	border:1px solid #215968;*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.read_area .containar01 table.tblstyle01 th.br{
	background-color: #c00000;
	padding: 5px;
	color: #ffffff;
/*	border:1px solid #c00000;*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.read_area .containar01 table.tblstyle01 th.bb{
	background-color: #376092;
	padding: 5px;
	color: #ffffff;
/*	border:1px solid #376092;*/
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}


.read_area .containar01 table.tblstyle01 th.bw{
	background-color: #ffffff;
	padding: 5px;
	color: #ffffff;
}

.read_area .containar01 table.tblstyle01 td.lg{
	background-color: #ffffff;
	padding: 5px;
	color: #215968;
	border:1px solid #215968;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.read_area .containar01 table.tblstyle01 td.lr{
	background-color: #ffffff;
	padding: 5px;
	color: #c00000;
	border:1px solid #c00000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}




.siryo_area {
	width: 100%;
	margin:2% auto;

}

.siryo_area h2 {
      font-size: 2.0em;
      /* font-weight: bold; */
      font-weight: normal;
      color: #FFFFFF;
      background-color: #ED3942;
      padding: 0px 20px;
      margin: 10px auto;
      /* text-align: center; */
      /* border-left: 5px solid #9fb8d7; */
  }

.siryo_containar {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.siryo_containar ul.box {
	float: left;
	left:50%;
	position: relative;
}

.siryo_containar ul.box li {
	float: left;
	padding: 10px;
	left:-50%;
	position: relative;
}

.siryo_containar ul.box li img {
	border: none;
	border: 1px solid #eee;
}

.siryo_containar:after {
  	content: "";
  	display: block;
  	height: 0;
  	font-size:0;
  	clear: both;
  	visibility:hidden;
}

.siryo_contents {
	margin: 10px;

}

.siryo_area .siryo_contents h3 {
	font-size:1.667em;
	font-weight: bold;
	color: #0B2966;
/*	padding: 5px 10px;*/
	margin: 10px auto;
/*	text-align: center;*/
}

.siryo_area .siryo_contents h4 {
	font-size:1.67em;
	font-weight: bold;
	color: #ef405f;
/*	padding: 5px 10px;*/
	margin: 10px;
/*	text-align: center;*/
}

.siryo_area .siryo_contents .tail {
	margin: -8px 0 12px 30px;
}

.siryo_area .siryo_contents .liststyle01 {
	margin:10px;
  padding-left: 40px;
}

.siryo_area .siryo_contents .list_style_none {
	margin:10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.siryo_contents li {
	font-size: 16px;
	line-height: 1.8;
}

.siryo_area .siryo_contents dl {
	margin:10px;
}

.siryo_area .siryo_contents dt {
	font-size: 16px;
	line-height: 1.8;
}

.siryo_area .siryo_contents dd {
	font-size: 16px;
	line-height: 1.8;
}


.siryo_area .siryo_contents p {
	font-size: 1.333em;
	line-height: 1.8;
	margin: 10px;
}

.info_area {
    background-color: #f2f2f2;
    margin: 2% auto 40px;
    padding: 10px;
    border: 1px solid #cccccc;
}

.info_area h3 {
	font-size:1.5em;
	font-weight: bold;
	color: #222222;
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

.info_area .company_info {
	float: left;
	padding: 10px;
  /*width: 80%;*/
}
.info_area .company_info dl {
  width:100%;
}
.info_area .company_info dt {
  float:left;
  font-size: 1.250em;
  font-weight: bold;
  line-height: 2.0;
  color: #222222;
}
.info_area .company_info dd {
  font-size: 1.250em;
  line-height: 2.0;
  color: #222222;
  margin-left: 80px;
}

.info_area .company_info p {
  font-size: 1.250em;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 0;
}

.info_area .company_info ul {
    margin: 0px 10px 10px 20px;
    list-style-position: outside;
}

.info_area .company_info li {
  font-size: 1.250em;
  line-height: 1.6;
  color: #222222;
}


.info_area .company_info dl:after {
	content: "";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility:hidden;
}
.info_area .company_logo {
	float: right;
	padding: 10px;
}

.info_area .company_logo img {
	text-align: right;
  /*max-width: 140px;*/
  height: auto;
}

.info_area:after {
  	content: "";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility:hidden;
}