@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 0;
    text-align: center;
    background: url(images/main_bg.png) no-repeat center center;
    background-size: cover;
    border-bottom: 1px solid #00112e;
}

.main_title {
	width: 1200px;
  margin: 30px auto 0;
  height: auto;
	/*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 {
  text-shadow: 0 0 12px #172955;
  font-size: 4.4em;
  line-height: 1.4;
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
}

.main_title_containar .main_title h1 span{
  font-weight: bold;
}

.main_title_containar .main_title .subtitle{
    font-weight: bold;
    color: #ffdd15;
    font-size: 28px;
}

.main_title_containar h2.catch01 {
    background-color: #172955;
    font-size: 2.0em;
    font-family: meirio;
    font-weight: bold;
    color: #ffffff;
    /*border-bottom: 1px solid #ffffff;*/
}
.main_title_containar h2.catch01 span{
	color:#ffffff;
}


.main_title_containar p.catch02 {
    background-color: #FFEB3B;
    font-size: 2.0em;
    font-family: meirio;
    font-weight: bold;
    color: #ff0000;
    /*border-bottom: 1px solid #ffffff;*/
}
.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 {
	float: right;
}
.ap_cate{margin-bottom: 30px;}
.ap_cate p{
  border: 2px solid #fff;
  border-radius: 6px;
  display: inline-block;
  padding: 6px 26px;
  color: #fff;
  font-size: 18px;
  margin: 0 4px;
}
.exsamp{margin-bottom: 30px;}
.exsamp p{
  font-size: 2em;
  font-weight: bold;
  color: #1f2e53;
  text-shadow: 0 0 10px #fff;
}
.exsamp table{
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.exsamp table tr{}
.exsamp table tr td{
    width: 33.33333%;
    color: #fff;
    background: rgba(15, 52, 98, 0.45);
    padding: 30px 20px;
    font-size: 1.4em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}



.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: #c62f2f;
	padding: 5px 10px;
	margin: 0px auto 10px;
	text-align: center;
}
.read_area h2 em{
	font-size:30px;
}

.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:#c62f2f;*/
	font-weight:bold;
}

.siryo_area {
	width: 100%;
	margin:2% auto;
}
.siryo_areatxt{
	font-size: 24px;
    font-weight: bold;
    color: #172955;
    text-shadow: 3px 3px 2px #b2b2b2;
    margin: 20px 20px 10px;
}
.siryo_areatxt span{
  color: #000;
  font-size: 16px;
}
.siryo_area h2 {
	font-size: 2.0em;
    /* font-weight: bold; */
    font-weight: normal;
    color: #FFFFFF;
    background-color: #172955;
    padding: 4px 20px 0;
    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 {
	width: 48%;
	float: left;
	padding: 10px;
	left:-50%;
	position: relative;
}

.siryo_containar ul.box li img {
	border: 1px solid #cccccc;
    max-width: 100%;
	/*width:300px;*/
	/*height:210px;*/
}

.siryo_containar:after {
  	content: "";
  	display: block;
  	height: 0;
  	font-size:0;
  	clear: both;
  	visibility:hidden;
}

.siryo_contents {
	margin: 0 10px;
}

.siryo_area .siryo_contents h3 {
	font-size: 1.667em;
    font-weight: normal;
    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.5em;
  font-weight: normal;
  margin: 10px 0 10px 40px;
}

.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 {
	color: #172955;
	font-size: 20px;
	font-weight:bold;
	line-height: 1.8;
	margin:10px auto;
}

.exs_list{
  width: 96%;
  margin: 20px auto 0;
  border: 1px solid #172955;
  border-radius: 6px;
}
.exs_list .tit{
  text-align: center;
  font-weight: normal !important;
  color: #172955;
  font-size: 1.6em !important;
  padding: 4px 0 2px;
  border-bottom: 1px solid #172955;
  margin: 0 10px !important;
}
.exs_list .listbox{
  margin: 10px 10px;
}
.exs_list .listbox p{
  font-weight: normal;
  font-size: 1.2em;
  margin: 6px 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: 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;
}

.info_area:after {
  	content: "";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility:hidden;
}

dl.studyList,dl.studyList2 {
	margin: 40px auto;
}
dl.studyList dt {
    padding: 20px 0 7px 40px;
    background: #144068;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
     text-align: center;
}
dl.studyList2 dt {
    padding: 12px 0 7px 40px;
    background: #e6f8fe;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
     text-align: center;
}
 dl.studyList dd {
    padding: 10px 40px 20px;
    background: #144068;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    /* border: 2px solid #f3884b; */
}
 dl.studyList2 dd {
    padding: 20px 60px 20px;
    background: #e6f8fe;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    border: 2px solid #e6f8fe;
}
dl.studyList dd ul,dl.studyList2 dd ul {
	list-style: disc outside;
	margin: 0 0 -0.25em 20px;
}
dl.studyList dd ul li,dl.studyList2 dd ul li {
	margin: 0 0 0.25em 0;
	color: #fff;
}
dl.studyList dd ul li span,dl.studyList dd ul li span {
	color: #ff7520;
	font-weight: bold;
}
dl.studyList .imptxt{
  padding-top: 1em;
  font-size: 0.9em;
}
dl.studyList .imptxt span{
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

.mt0{margin-top: 0 !important;}

/*拡散ボタン*/
.snsbtns_area{
	margin: 0 auto;
/*	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%;
}