
/*-----------------------------
 margin
-----------------------------*/

.mb5 {

  margin-bottom: 5px !important;
  }

.mb10 {

  margin-bottom: 10px !important;
  }

.mb20 {

  margin-bottom: 20px !important;
  }

.mb30 {

  margin-bottom: 30px !important;
  }

.mb40 {

  margin-bottom: 40px !important;
  }

.mb50 {

  margin-bottom: 50px !important;
  }
  
.mb60 {

  margin-bottom: 60px !important;
  }

.mt5 {

  margin-top: 5px !important;
  }

/*-----------------------------
 padding
-----------------------------*/

.pt10 {

  padding-top: 10px !important;
  }

.pl10 {

  padding-left: 10px !important;
  }

/*-----------------------------
 txt
-----------------------------*/

.red {

  color: #ff0000;
  }
  
.gray {

  color: #666;
  }

.orange {

  color: #f6b301;
  }
  
.blue {

  color: #0099cc;
  }

.txt_10pxnormal {

  font-size: 10px;
  line-height: 19px;
  }

.txt_13pxnormal {

  font-size: 13px !important;
  line-height: 21px !important;
  }
  
.txt_13pxbold {

  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  }

.txt_17pxboldblue {

  font-size: 17px;
  font-weight: bold;
  line-height: 25px;
  color: #0099cc;
  }

.txt_13pxbold {

  font-size: 13px;
  font-weight: bold;
  line-height: 21px;
  }

.txt_15pxbold {

  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  }

.txt_15pxboldblue {

  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  color: #0099cc;
  }
  
.txt_23pxbold {

  font-size: 23px;
  font-weight: bold;
  }

/*-----------------------------
 見出しスタイル
-----------------------------*/

.h2_style_large { 

  height: 45px;
  padding: 0 0 0 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 45px;
  color: #FFF;
  background: #4EADD9;
  }

.hn_style_32pxgray {

  height: 32px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  color: #FFF;
  background: #A6A6A6;
  }
  
.hn_style_32pxblue {

  height: 32px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  color: #FFF;
  background: #4EADD9;
  }
  
.hn_style_bluewhite {

  padding: 15px 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
  border-top: 4px solid #4EADD9;
  background: #FFF;
  }
  
.hn_style_normal {

  height: 55px;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 55px;
  }
  

.h2_style_1 {

  height: 32px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  color: #FFF;
  background: #4EADD9;
  }

.h2_style_2 {

  height: 32px;
  padding: 0 0 0 10px;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  color: #FFF;
  background: #A6A6A6;
  }
  
/*-----------------------------
 リストスタイル
-----------------------------*/

.wrap_detail_list {

  margin-bottom: 20px;
  padding-bottom: 20px;
  background: #FFF;
  }

.detail_list {

  padding: 0 10px 20px;
  background: #FFF;
  }

.detail_list ul li:nth-child(1) {

  height: 32px;
  margin: 0;
  padding: 0 0 0 10px;
  font-size: 13px;
  line-height: 32px;
  background: #CDEAF7;
  }

.detail_list ul li {

  margin: 0;
  padding: 10px;
  }

/*-----------------------------
 ボタン
-----------------------------*/

.btn_delete {

  width: 80px;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(#5AB9DF, #43A1D3);
  background: -webkit-gradient(linear, center top, center bottom, from(#5AB9DF), to(#43A1D3));
  text-align: center;
  float: right;
  }

.btn_add {

  width: 80px;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(#FE9B00, #FE7800);
  background: -webkit-gradient(linear, center top, center bottom, from(#FE9B00), to(#FE7800));
  text-align: center;
  float: right;
  }
  
 .btn_add2 {

  width: 160px;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(#FE9B00, #FE7800);
  background: -webkit-gradient(linear, center top, center bottom, from(#FE9B00), to(#FE7800));
  text-align: center;
  float: right;
  }
  
.btn_blue {

  height: 30px;
  background: linear-gradient(#5AB9DF, #43A1D3);
  background: -webkit-gradient(linear, center top, center bottom, from(#5AB9DF), to(#43A1D3));
  text-align: center;
  }

.btn_blue a {

  width: 100%;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  }

.btn_orange {

  width: 100%;
  height: 30px;
  background: linear-gradient(#FE9B00, #FE7800);
  background: -webkit-gradient(linear, center top, center bottom, from(#FE9B00), to(#FE7800));
  text-align: center;
  }

.btn_orange a {

  width: 100%;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  }
  
.btn_gray {

  width: 100%;
  height: 30px;
  background: linear-gradient(#BDBDBD, #8C8C8C);
  background: -webkit-gradient(linear, center top, center bottom, from(#BDBDBD), to(#8C8C8C));
  text-align: center;
  }

.btn_gray span {

  width: 100%;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  }

/*-----------------------------
 common
-----------------------------*/

body {

  font-size: 13px;
  line-height: 21px;
  color: #333;
  }

.w100 {

  width: 100%;
  height: auto;
  }

.center {

  text-align: center;
  }

/*-----------------------------
 外枠スタイル
-----------------------------*/

.section_style {

  padding: 20px 10px;
  background: #FFF;
  }
  
.section_style_1 {

  padding: 20px 10px;
  background: #FFF;
  border-top: 4px solid #4EADD9;
  }

.wrap_p10 {

  padding: 0 10px;
  }

/*-----------------------------
 区切り線
-----------------------------*/

.hr_4pxblue {

  width: 100%;
  height: 4px;
  border: none;
  margin: 0;
  padding: 0;
  background: #4EADD9;
  }

/*-----------------------------
 header
-----------------------------*/

#wrap_header {

  width: 100%;
  height: 27px;
  padding: 15px 0;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 0;
  position: relative;
  }
  
#wrap_header h1 {

  width: 82px;
  height: 26px;
  display: table-cell;
  vertical-align: top;
  
  }
  
#wrap_form {

  height: 100%;
  display: table-cell;
  overflow: hidden;
  }

.search_form {

  padding-right: 30px;
  }

#search_txtform {

  width: 100%;
  height: 24px;
  padding: 0;
  border: 1px solid #CECECE;
  vertical-align: top;
  -webkit-appearance: none;
  }

#search_submit {

  width: 30px;
  height: 26px;
  border: 0;
  padding: 0;
  background: url(../img/btn_search.png);
  background-size: 30px 26px;
  vertical-align: top;
  position: absolute;
  top: 15px;
  right: 15px;
  }

#wrap_topnav {

  background: #3C99C5;
  }
  
#wrap_topnav ul {

  width: 100%;
  height: 100%;
  padding: 2px 0 0 0;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 2px;
  }
  
#wrap_topnav ul:nth-child(2) {

  padding-bottom: 2px;
  }

#wrap_topnav ul li {

  width: 50%;
  height: 30px;
  display: table-cell;
  background: #4EADD9;
  position: relative;
  }
  
#wrap_topnav ul li select {
  background: #4EADD9;
  display:none;
  }

.customSelect {

  width: 100%;
  height: 30px;
  color: #FFF;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 30px;
  background: url(../img/bg_select.png) no-repeat right;
  background-size: 30px 30px;
  }
  
.customSelectInner {

  width: 100% !important;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  }

/*-----------------------------
 main-contents
-----------------------------*/

#wrap_contents {

  padding: 10px 10px 15px 10px;
  background: #ECECEC;
  }

/*-----------------------------
 フッターナビ
-----------------------------*/

#wrap_footernav {

  height: 100%;
  overflow: hidden;
  background: #FFF;
  }

#wrap_footernav ul {

  width: 100%;
  display: table;
  table-layout: fixed;
  }

#wrap_footernav ul li{

  width: 50%;
  border-bottom: 1px solid #E6E6E6;
  display: table-cell;
  }

#wrap_footernav ul li:nth-child(odd) {

  border-right: 1px solid #E6E6E6;
  }
  
#wrap_footernav ul li.none {

  background: #ECECEC;
  border: none;
  }

#wrap_footernav ul li a{

  width: 100%;
  height: 30px;
  margin-left: 10px;
  color: #3399cc;
  font-size: 12px;
  line-height: 26px;
  display: block;
  }

#globalsign {

  width: 90px;
  height: 50px;
  margin: 15px auto;
  }

#copy {

  font-size: 10px;
  text-align: center;
  }

/*-----------------------------
 資料請求
-----------------------------*/

#shiryo {

  padding: 10px 10px 10px;
  }

#shiryo_list {

  margin-bottom: 15px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  }

#shiryo_no {

  font-size: 16px;
  }

#txt_blue {

  color: #3399cc;
  }

#shiryo .btn {

  width: 100%;
  height: 30px;
  background: linear-gradient(#FE9B00, #FE7800);
  background: -webkit-gradient(linear, center top, center bottom, from(#FE9B00), to(#FE7800));
  text-align: center;
  }

#shiryo .btn a {

  width: 100%;
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  }
  
/*-----------------------------
 よく一緒に請求されている資料
-----------------------------*/

.wrap_shiryolist ul {

  width: 100%;
  margin-bottom: 15px;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0;
  }
  
.wrap_shiryolist ul:nth-child(2) {

  margin: 0;
  }

.wrap_shiryolist ul li {

  display: table-cell;
  }
  
.wrap_shiryolist ul li img {

  border: 2px solid #D9D9D9;
  box-sizing: border-box;
  }

/*-----------------------------
 モーダル
-----------------------------*/

.modal {

  display:none;
  }

.modalBody {

  width: 300px;
  height: 414px;
  margin-top: -207px;
  margin-left: -150px;
  background: #003A56;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  }

.modalBK {

  width: 100%;
  height: 100%; 
  position: fixed;
  top: 0; 
  background: #FFF; 
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  z-index: 999; 
  }

.window_title {

  height: 45px;
  padding: 0 15px;
  border-bottom: 1px solid #336178;
  }

.window_title .title {

  width: 100px;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  float: left;
  }

.close {

  cursor: pointer;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  float: right;
  }

.wd1 ul li {

  height: 45px;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #336178;
  position: relative;
  }

.wd1 ul li a {

  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 13px;
  line-height: 45px;
  display: block;
  }
  
.wd1 ul li a:before {

  width: 10px;
  height: 10px;
  margin-top: -22px;
  color: #FFF;
  font-size: 10px;
  content: "▶";
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  }
  
.btns { 

  cursor: pointer;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  display: block;
  }
  
.requestArea {
	
  position: fixed;
  bottom: -110px;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #D7D7D7;
  z-index:9999;
  
}


/*-----------------------------
 現在選択中の資料
-----------------------------*/

#wrap_pamphlet_now {

  padding: 0 0 20px;
  background: #FFF;
  }

#wrap_pamphlet_now h3 {

  height: 55px;
  padding: 0 0 0 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 55px;
  }

#wrap_pamphlet_now ul {

  margin: 0 0 30px 0;
  overflow: hidden;
  }

#wrap_pamphlet_now ul:last-child {

  margin: 0;
  }

#wrap_pamphlet_now ul li {

  width: 100%;
  height: 100%;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0;
  }

#wrap_pamphlet_now p.list_thumb {

  width: 98px;
  height: 48px;
  display: table-cell;
  }
  
#wrap_pamphlet_now p.list_thumb img {

  border: 2px solid #D9D9D9;
  }
  
#wrap_pamphlet_now p.list_article {

  display: table-cell;
  vertical-align: top;
  }
  

/*-----------------------------
 お客様情報入力 / テキストエリア
-----------------------------*/

.input_text {

  padding: 15px 10px;
  }

.textarea {

  width: 100%;
  height: 42px;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  border-radius: 5px;
  border: 2px solid #7B7B7B;
  box-sizing: border-box;
  }
  
.textarea_1 {

  width: 100%;
  min-height: 100px;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #7B7B7B;
  box-sizing: border-box;
  }

.input_text .textarea_small {

  width: 100px;
  height: 42px;
  margin: 0 10px 5px 0;
  padding: 0 0 0 10px;
  font-size: 17px;
  border-radius: 5px;
  border: 2px solid #7B7B7B;
  box-sizing: border-box;
  }
  

/*-----------------------------
 お客様情報入力 / セレクトボックス
-----------------------------*/

.input_option_birth {

  padding: 15px 10px;
  }

.input_option_birth select:nth-child(1) {

  width: 30%;
  height: 42px;
  }

.input_option_birth select {

  width: 20%;
  height: 42px;
  }
  
.input_option_birth span {

  margin: 0 5px 0 0;
  }

.input_option_w100 {

  padding: 15px 10px;
  }

.input_option_w100 select {

  width: 100%;
  height: 42px;
  }
  
/*-----------------------------
 お客様情報入力 / ラジオボタン
-----------------------------*/
  
.input_radio_1 {

  height: 100%;
  padding: 15px 10px;
  overflow: hidden;
  }

.input_radio_1 div {

  height: 100%;
  overflow: hidden;
  }

.input_radio_1 input {

  display: none;
  }

.input_radio_1 label{

  width: 50%;
  height: 42px;
  font-size: 17px;
  line-height: 42px;
  text-align: center;
  background: #bdc3c7;
  display: block;
  float: left;
  cursor: pointer;
  transition: .1;
  }

.input_radio_1 label:first-of-type {

  border-radius: 3px 0 0 3px;
  }

.input_radio_1 label:last-of-type {

  border-radius: 0 3px 3px 0;
  }

.input_radio_1 input[type="radio"]:checked + .switch-on {

  background-color: #46A4D4;
  color: #fff;
  }

.input_radio_1 input[type="radio"]:checked + .switch-off {
  
  background-color: #FE7B00;
  color: #fff;
  }

.input_radio_2 {

  height: 100%;
  padding: 15px 10px;
  overflow: hidden;
  }

.input_radio_2 div {

  height: 100%;
  overflow: hidden;
  }

.input_radio_2 input {

  display: none;
  }

.input_radio_2 label{

  width: 50%;
  height: 42px;
  font-size: 17px;
  line-height: 42px;
  text-align: center;
  background: #bdc3c7;
  display: block;
  float: left;
  cursor: pointer;
  transition: .1;
  }

.input_radio_2 label:first-of-type {

  border-radius: 3px 0 0 3px;
  }

.input_radio_2 label:last-of-type {

  border-radius: 0 3px 3px 0;
  }

.input_radio_2 input[type="radio"]:checked + .switch-on_2 {

  background-color: #46A4D4;
  color: #fff;
  }

.input_radio_2 input[type="radio"]:checked + .switch-off_2 {
  
  background-color: #FE7B00;
  color: #fff;
  }

.input_radio_3 {

  height: 100%;
  padding: 15px 10px;
  overflow: hidden;
  }

.input_radio_3 div {

  height: 100%;
  overflow: hidden;
  }

.input_radio_3 input {

  display: none;
  }

.input_radio_3 label{

  width: 100%;
  padding: 12px 0;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  background: #bdc3c7;
  display: block;
  cursor: pointer;
  transition: .1;
  border-bottom: 1px solid #FFF;
  }

.input_radio_3 label:first-of-type {

  border-radius: 3px 3px 0 0;
  }

.input_radio_3 label:last-of-type {

  border-radius: 0 0 3px 3px;
  }

.input_radio_3 input[type="radio"]:checked + .switch-on {

  background-color: #46A4D4;
  color: #fff;
  }

.input_radio_3 input[type="radio"]:checked + .switch-off {
  
  background-color: #46A4D4;
  color: #fff;
  }
