@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;*/
	list-style-type: none;
}

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;
}

#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: url(images/main_bg.png) no-repeat center top;
    background-size: cover;
    border-bottom: 1px solid #00112e;
}

.main_title {
	width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    height: 299px;
	/*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: #fff;
    text-shadow: 5px 5px 8px #000;
    margin: 30px auto;
}

.main_title_containar h2.catch01 {
    background-color: #2abedd;
    font-size: 2.4em;
    font-family: meirio;
    padding-top: 3px;
    font-weight: bold;
    color: #ffffff;
    /*border-bottom: 1px solid #ffffff;*/
}
.main_title_containar h2.catch01 span{
	color:#ffffff;
}


.main_title_containar p.catch02 {
    font-size: 2.4em;
    font-family: meirio;
    font-weight: bold;
    color: #ffe1c8;
    text-shadow: 3px 3px 4px #000;
}
.main_title_containar p.catch02 span{
	color:#ff2e11;
}

.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 {
    width: 1200px;
    margin: 0 auto;
}
.main_title_containar .borderbox{
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 4px 0;
}
.main_title_containar .borderbox .wp_area{}

.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{
	opacity:0.8;
}



.btn_txt p{
	font-size: 2.0em;
	line-height: 1.8;
/*	font-weight: bold;*/
	margin:0 auto 10px;
	text-align: center;
}

.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:27px;
	font-weight: bold;
	color: #2c4c7d;
	padding: 5px 10px;
	margin: 0px auto 10px;
	text-align: center;
}
.read_area h2 em{
	font-size:30px;
	color:#ff0000;
}

.read_area p,
.read_area li {
	font-size: 1.5em;
	line-height: 1.8;
}

.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;
}

.read_area .read_contents p span{
	color: #42c0ff;
	font-weight:bold;
}



.siryo_area {
	width: 100%;
	margin:2% auto;

}

.siryo_area h2 {
      font-size: 2.0em;
      /* font-weight: bold; */
      font-weight: normal;
      color: #FFFFFF;
      background-color: #00b4de;
      padding: 0px 20px;
      margin: 10px auto;
      /* text-align: center; */
      /* border-left: 5px solid #9fb8d7; */
  }
.siryo_area h3 {
      font-size: 2.5em;
       font-weight: bold; 
      /*font-weight: normal;*/
      color: #000000;
      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: 1px solid #cccccc;
/*	width:200px;
	height:240px;*/
}

.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: #000000;
/*	padding: 5px 10px;*/
	margin: 10px auto;
/*	text-align: center;*/
	text-indent: -2em;
    padding-left: 2em;
}

.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 .liststyle01 {
	margin:10px;
  /*padding-left: 40px;*/
  padding-left: 20px;
}

.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: 20px;
	font-weight:bold;
	line-height: 1.8;
	margin:10px auto;
}

.info_area {
    background-color: #d9d9d9;
    margin: 2% auto 40px;
    padding: 10px;
    border: 2px solid #000000;
}

.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: 60%;
}
.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: 100px;
}

.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;
}

.info_area:after {
  	content: "";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility:hidden;
}

dl.studyList {
	margin: 40px auto;
}
dl.studyList dt {
		padding: 12px 0 7px 40px;
    background: #ffede8;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
     text-align: center; 
}
 dl.studyList dd {
    padding: 20px 60px 20px;
    background: #ffede8;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    /*border: 1px solid #de1029;*/
}
dl.studyList dd ul {
	list-style: disc outside;
	margin: 0 0 -0.25em 20px;
}
dl.studyList dd ul li {
	margin: 0 0 0.25em 0;
	color: #333333;
}
dl.studyList dd ul li span {
	color: #ff7520;
	font-weight: bold;
}

/*拡散ボタン*/
.snsbtns_area{
    margin: 20px 0 0;
/*	position: absolute;
    bottom: 12px;
    right: 150px;*/
}
.snsbtns_area ul{
	text-align: left;
}
.snsbtns_area ul li{
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: top;
}

#TB_window{
	top: 20%;
}