@charset "shift-jis";

/* --------------------------------------------------------------------
  Financial Academy

  Style Info: common setting

   - 1. Reset
   - 2. Default Setting
   - 3. Basic Layout Setting
   - 4. Common Module
   - 5. other

-------------------------------------------------------------------- */

@import url("/css/common/InquiryArea.css");

/* -----------------------------------------------------
  1. Reset
----------------------------------------------------- */
html {

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

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
}
q:before,q:after {
  content: '';
}
object,
embed {
  vertical-align: top;
}
hr,legend {
  display: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
img,abbr,acronym,fieldset {
  border: 0;
}
img {
  vertical-align:top;
  max-width: 100%;
}
li {
  list-style-type: none;
}



/* -----------------------------------------------------
  2. Default Setting
----------------------------------------------------- */
body {
  background: #ffffff;
  color: #333333;
  font-size: 85%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic',sans-serif;
  line-height: 1.8;
}

a:link {
  color:#000099;
  text-decoration:none;
}
a:visited {
  color:#000099;
  text-decoration:none;
}
a:hover {
  color:#000099;
  text-decoration:underline;
}



/* -----------------------------------------------------
  3. Basic Layout Setting

  - Contents Area
  - Header Area
  - Navigation
  - Topic Path
  - SiteMap Area
  - Dictionary link
  - Footer Area
  - Inquiry Area
----------------------------------------------------- */
body {
  text-align:center;
}
#container {
/*	background:#ffffff url("/img2010/common/navi_bg.jpg") repeat-x left top;*/
  text-align:left;
}
#contents {
  margin:0 auto;
  padding:0 0 20px 0;
  width:950px;
}


/* Contents Area
--------------------------- */

/* Main Area */
#main {
  background:#ffffff;
  padding-bottom:10px;
}
#mainIn {
  padding:0 15px;
}
#mainCopy {
  width: 742px;
  margin: 0 auto;
}
/*
#mainContents {
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  padding:20px 29px;
}*/
  .clm02R #main {
    float: left;
    width: 720px;
  }
  .clm02L #main {
    float: right;
    width: 720px;
  }


/* Sub Left Area */
#subL {
  float:left;
  margin-right:20px;
  width:210px;
}

/* Sub Right Area */
#subR {
  float:right;
  width:210px;
}
#subR .block {
  background:#ffffff url("/img2010/index/columnbg_s_bottom.gif") no-repeat left bottom;
  padding-bottom:5px;
  width:210px;
}
#subR .blockContents {
  border-left:1px solid #e6e6e6;
  border-right:1px solid #e6e6e6;
  padding:10px 15px;
}
#subR .blockContents02 {
  text-align: center;
}

#subR .loginInfo,
#subR .logout {
  background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.6em;
  padding-left:14px;
  font-size:10px;
}
#subR .loginBtn,
#subR .mypage {
  margin:10px 0;
}
#subR .registration {
  margin-top:12px;
  background:url("/img2010/common/line_side_dotted.gif") repeat-x left top;
  padding-top:9px;
}
#subR .regiBtn {
  margin-top:5px;
}
#mailmagaRegi,
#beginners {
  margin-top:13px;
}
#mailmagaRegi form {
  background:url("/img2010/common/mailmagazine_inputarea.jpg") no-repeat left top;
}
#mailmagaRegi form .mailField {
  border:none;
  margin:4px 0 10px 8px;
  background:#f7f7f7;
  width:165px;
  height:14px;
  color:#999999;
}

#twitterbox,
#beginners {
  margin-top:13px;
}

#facebookbox,
#beginners {
  margin-top:13px;
}

/* Header Area
--------------------------- */
#headerContainer {
  background:url("/img2014/common/header_bg.png") repeat-x center bottom;
  padding-bottom:6px;
}
#header {
  position:relative;
  margin:0 auto;
  width:950px;
  height:80px;
  text-align:left;
}
#header a{
  color: #333;
  font-size: 12px;
  }
  #header li.icon00{
  background:url("/img2014/common/icon00.png") no-repeat left center;
  padding-left: 14px;
  margin-right: 16px;
}
#header li.icon01{
  background:url("/img2014/common/icon01.png") no-repeat left center;
  padding-left: 14px;
  margin-right: 16px;
}
#header li.icon02{
  background:url("/img2014/common/icon02.png") no-repeat left center;
  padding-left: 14px;
  margin-right: 16px;
}
#header li.icon03{
  background:url("/img2014/common/icon03.png") no-repeat left center;
  padding-left: 14px;
}
#header li.icon03 img{
  vertical-align: middle;
  margin-left: 5px;
}

#corporateLogo {
  position:absolute;
  left:0;
  top:34px;
}
#corporateLogo10th {
  position: relative;
  top:24px;
  left:270px;
  width:60px;
}


ul#top_menu{
  margin: 0 0 18px;
}
ul#top_menu li{
  display: inline-block;
  margin-top: 20px;
}
ul#top_menu li a{
  display: inline-block;
width: 185px;
text-align: center;
padding: 10px 0;
border-left: #c4c4c4 1px solid;
}
ul#top_menu li:last-child a {
border-right: #c4c4c4 1px solid;
}

#headerLink {
  position:absolute;
  right:200px;
  top:20px;
}
#headerLink li {
  display:inline;
  padding-left:15px;
}


#headerLink2 {
  position:absolute;
  right:10px;
  top:10px;
}
#headerLink2 li {
  display:inline;
  padding-left:15px;
}







#header form {
  position:absolute;
  right:0;
  top:15px;
  background:url("/img2010/common/header_search_frame.jpg") no-repeat left top;
  text-align:right;
  width:183px;
  height:22px;
}
#header form input {
  vertical-align:top;
}
#header form input.search {
  border:none;
  margin-top:3px;
  background:#f8f8f8;
  width:100px;
  height:15px;
}
#header .phoneNum {
  position:absolute;
  right:226px;
  bottom:21px;
}
#header .phoneNum_ppc {
  position:absolute;
  right:20px;
  bottom:21px;
}
#header .headerContactBtn {
  position:absolute;
  right:109px;
  bottom:21px;
}
#header .headerCartBtn {
  position:absolute;
  right:0;
  bottom:21px;
}


/* Navigation
--------------------------- */
#navigation {
  margin-bottom:9px;
}
#navigation li {
  display:inline;
}
/*15/07/17追記*/
nav{
  margin-bottom:9px;
  font-size:90%;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}


/* Topic Path
--------------------------- */
#topicPath {
  margin-bottom:9px;
  font-size:90%;
}


/* SiteMap Area
--------------------------- */
#sitemapContainer {
  background:url("/img2010/common/sitemap_bg.jpg") repeat-x left top;
  padding:33px 0 30px;
  text-align:left;
}
#sitemap {
  margin:0 auto;
  width:950px;
}
#sitemap .box {
  display:table-cell;
  background:url("/img2010/common/line_vertical_dotted.gif") repeat-y left top;
  padding:10px 15px 10px 16px;
  width:158px;
  vertical-align:top;
}
  /* for IE6, 7 */
  * html #sitemap .box {
    display:inline;
    zoom:1;
  }

  *:first-child+html #sitemap .box {
    display:inline;
    zoom:1;
  }
#sitemap .kyoyokouza {
  background:none;
  width:159px;
}
#sitemap dt {
  margin-bottom:10px;
}
#sitemap dd {
  background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.6em;
  padding-left:14px;
}
#sitemap dd.noIcon {
  background:none;
  padding-left:0;
}
#sitemap dd.twitter {
  background:url("/img2010/common/sitemap_icon_twitter.gif") no-repeat left 0.2em;
  padding-left:22px;
}
#sitemap dd.facebook {
  background:url("/img2010/common/sitemap_facebook.jpg") no-repeat left 0.2em;
  padding-left:22px;
  padding-top:1px;
}

#sitemap dd.google {
  background:url("/img2010/common/sitemap_icon_google.gif") no-repeat left 0.2em;
  padding-left:22px;
}

#sitemap dd.mixi {
  background:none;
  padding-top:8px;
  padding-bottom:0px;
  padding-left:0px;
}

#sitemap dd.bookmark {
  background:url("/img2010/common/sitemap_icon_bookmark.gif") no-repeat left 0.2em;
  padding-left:22px;
}
#sitemap dd.hatena {
  background:url("/img2010/common/sitemap_icon_hatena.gif") no-repeat left 0.4em;
  padding-left:22px;
}
#sitemap dd.yahoo {
  background:url("/img2010/common/sitemap_icon_yahoo.gif") no-repeat left 0.2em;
  padding-left:22px;
}
#sitemap a.noDecoration {
  color:#333333;
  text-decoration:none;
}

/* Dictionary link
--------------------------- */
#dictionary {
  background:#e0e0e0;
  padding:11px 0 10px;
}
#dictionary ul {
  margin:0 auto;
  background:#e0e0e0;
  width:950px;
}
#dictionary ul li {
  display:inline;
  background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.3em;
  padding:0 20px 0 14px;
}
#dictionary ul li.last {
  padding:0 0 0 14px;
}


/* Footer Area
--------------------------- */
#footerContainer {
  background:url("/img2010/common/footer_bg.gif") repeat-x left top;
  height:150px;
}
#footer {
  margin:0 auto;
  width:950px;
  color:#ffffff;
}
#footer ul {
  border-bottom:1px solid #101f3c;
  padding:40px 0 24px ;
}
#footer ul li {
  display:inline;
  background:url("/img2010/common/footer_arrow.gif") no-repeat left top;
  padding:0 15px 0 17px;
}
#footer ul li.last {
  padding:0 0 0 14px;
}
#footer ul li a {
  color:#ffffff;
}
#footer .copyright {
  border-top:1px solid #445372;
  padding-top:10px;
  font-size:90%;
}


/* Inquiry Area
--------------------------- */
#inquiry {
  position:relative;
  margin-top:20px;
  background:url("/img2010/common/inquiry_bg.jpg") no-repeat left top;
  width:950px;
  height:378px;
}
#inquiry .inquiryTitle {
  position:absolute;
  left:40px;
  top:19px;
}
#inquiry .inquiryCopy {
  position:absolute;
  left:84px;
  top:71px;
}
#inquiry .inquiryCopy2 {
  position:absolute;
  left:84px;
  top:173px;
}
#inquiry .inquiryMailBtn {
  position:absolute;
  left:563px;
  top:71px;
}
#inquiry .inquiryFaqBtn {
  position:absolute;
  left:563px;
  top:116px;
}
#inquiry .inquiryPhoneNum {
  position:absolute;
  left:84px;
  top:170px;
}


/* RightClm Area
--------------------------- */
#beginners ul li {
  padding-bottom: 15px;
}


/* -----------------------------------------------------
スクールやセミナー、通信講座などのタグ表記
----------------------------------------------------- */

#TagList {
  margin-bottom: 0px;
  padding:  0px 0px 10px 0px ;
}

#TagList .Tags{
  margin-bottom: 5px;
  font-size: 13px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #333399;
  background-color : #fcfcff;
  box-shadow: 1px 1px 2px #CCCCCC;
}

#TagList #TagTitle{
  margin-bottom: 5px;
  font-size: 13px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #ffffff;
  background-color : #333399;
  box-shadow: 1px 1px 2px #CCCCCC;
}


/* -----------------------------------------------------
DL視聴ぺージなどのタグ表記
----------------------------------------------------- */

#StList {
  margin-bottom: 0px;
  padding:  0px 0px 10px 0px ;
}

#StList .StLink{
  margin-bottom: 5px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #333399;
  background-color : #fcfcff;
  box-shadow: 1px 1px 2px #CCCCCC;
}

#StList .StLink2{
  margin-bottom: 5px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #cc3333;
  background-color : #fcfcff;
  box-shadow: 1px 1px 2px #CCCCCC;
}

#StList #StTitle{
  margin-bottom: 5px;
  font-size: 15px;
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  padding: 0px 10px 0px 10px ;
  border: 1px solid #bbbbcc;
  border-radius: 5px;
  color: #ffffff;
  background-color : #993333;
  box-shadow: 1px 1px 2px #CCCCCC;
}

/* -----------------------------------------------------
  4. Common Module
----------------------------------------------------- */
.arrow {
  background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.6em;
  padding-left:14px;
}
.arrowInline {
  display:inline;
  background:url("/img2010/common/arrow_textlink.gif") no-repeat left 0.3em;
  padding-left:14px;
}
.pagetopBtn {
  margin-top:20px;
  text-align:right;
}
.note {
  line-height:1.5;
  font-size:90%;
}
.colorRed {
  color: #ff0000;
}

.alignC {
  text-align:center;
}

.txt_narrow {
  letter-spacing: -0.02em;
}

/* inner */
.inner_01 {
  padding: 40px 4%;
  background-color: #f4fcff;
}
.inner_01 + .inner_01 {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .inner_01 {
    padding: 30px 4%;
    background-color: #f4fcff;
  }
  .inner_01 + .inner_01 {
    margin-top: 40px;
  }
}

/* margin */
.mt0 {margin-top:0 ! important;}
.mt5 {margin-top:5px ! important;}
.mt10 {margin-top:10px ! important;}
.mt15 {margin-top:15px ! important;}
.mt20 {margin-top:20px ! important;}
.mt25 {margin-top:25px ! important;}
.mt30 {margin-top:30px ! important;}
.mt35 {margin-top:35px ! important;}
.mt40 {margin-top:40px ! important;}
.mt45 {margin-top:45px ! important;}
.mt50 {margin-top:50px ! important;}

.mr0 {margin-right:0 ! important;}
.mr5 {margin-right:5px ! important;}
.mr10 {margin-right:10px ! important;}
.mr15 {margin-right:15px ! important;}
.mr20 {margin-right:20px ! important;}
.mr25 {margin-right:25px ! important;}
.mr30 {margin-right:30px ! important;}
.mr35 {margin-right:35px ! important;}
.mr40 {margin-right:40px ! important;}
.mr45 {margin-right:45px ! important;}
.mr50 {margin-right:50px ! important;}

.mb0 {margin-bottom:0 ! important;}
.mb5 {margin-bottom:5px ! important;}
.mb10 {margin-bottom:10px ! important;}
.mb15 {margin-bottom:15px ! important;}
.mb20 {margin-bottom:20px ! important;}
.mb25 {margin-bottom:25px ! important;}
.mb30 {margin-bottom:30px ! important;}
.mb35 {margin-bottom:35px ! important;}
.mb40 {margin-bottom:40px ! important;}
.mb45 {margin-bottom:45px ! important;}
.mb50 {margin-bottom:50px ! important;}

.ml0 {margin-left:0 ! important;}
.ml5 {margin-left:5px ! important;}
.ml10 {margin-left:10px ! important;}
.ml15 {margin-left:15px ! important;}
.ml20 {margin-left:20px ! important;}
.ml25 {margin-left:25px ! important;}
.ml30 {margin-left:30px ! important;}
.ml35 {margin-left:35px ! important;}
.ml40 {margin-left:40px ! important;}
.ml45 {margin-left:45px ! important;}
.ml50 {margin-left:50px ! important;}

/* font size */
.f_strong_01 {
  font-size: 17px;
}

/* box */
.box_with_img_01 .img_area {
  text-align: center;
}
.box_with_img_01 img {
  max-width: 224px;
  margin-bottom: 20px;
}
.box_with_img_01 .cap_01 {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 700px) {
  .box_with_img_01 {
    display: grid;
    grid-template-columns: 224px auto;
    column-gap: 40px;
  }
}
@media screen and (max-width: 699px) {
  .box_with_img_01 .img_area {
    margin-bottom: 20px;
  }
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size:0.1em;
  line-height:0;
  clear: both;
  visibility: hidden;
}
.clearfix {zoom:1;}

.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapper {zoom:1;}
@media print {
  * html #navigation {
    margin-left:-1px;
  }
  *:first-child+html #navigation {
    margin-left:-1px;
  }
}

/*---------------------------- old_contents ----------------------------*/

#old_contents{

  margin:0;
  padding:0;
  font-size:12px;
  line-height:1.6em;
  color:#000;
  text-decoration:none;
  text-align:center;
}


#old_contents td{
  font-size:12px;
  line-height:1.6em;
  color:#000;
  text-decoration:none;
  text-align:left;
  padding: 3px 3px 3px 3px;
}

#old_contents ul {
  padding:0px 0 0px ;
}
#old_contents ul li {
  display:list-item;
  list-style-type:disc;
  padding:0 0px 0 0px;
}

/*----------------------------旧スタイルシート----------------------------*/

#old_contents #old td{
  font-size:12px;
  line-height: normal ;
  color: #333333 ;
  text-decoration: none ;
}

#old_contents #old select{
  font-size:12px;
  line-height: normal ;
  color: #333333 ;
  text-decoration: none ;
}

#old_contents #old input{
  font-size:12px;
  line-height: normal ;
  color: #333333 ;
  text-decoration: none ;
}

#old_contents #old th{font-size:12px; color:#3F6B21; font-weight:normal; text-align:left }

.f1{font-size:9px;}
.f2{font-size:10px; line-height: 120%;}
.f3{font-size:14px; line-height: 130%; color: #9F3118;}
.f4{font-size:14px;}
.f5{font-size:18px;line-height:120%}
.l130{line-height:120%}
.l160{line-height:160%}


#old_contents #old p{
  margin: 0px 0px 8px 0px;
  padding: 0px;
  line-height: 130%;
}


/*---------------------------- old_contents ----------------------------*/

#stm_contents{

  margin:0;
  padding:0;
  font-size:12px;
  line-height:1.6em;
  color:#000;
  text-decoration:none;
  text-align:center;
}

#stm_contents td{
  font-size:12px;
  line-height:1.6em;
  color:#000;
  text-decoration:none;
  text-align:left;
  padding: 10px 10px 10px 10px;
}


/* -----------------------------------------------------
  5. Other
----------------------------------------------------- */

.privacyArea_econo {
  border: 1px solid #88a3be;
  height: 400px;
  overflow-y: scroll;
  padding: 10px 0px 10px 0px;
}



#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
  border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:5px;
  padding:2px;
  background:#fff;
}
#facebox .close img{
  opacity:0.3;
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/* マージン */

.m10{
  margin-top:10px;
}
.m20{
  margin-top:20px;
}
.m30{
  margin-top:30px;
}

/* 見出し */
h1{
        margin-bottom: 10px;
}


h2{
  font-size:30px;
  margin-bottom:10px;
  line-height:1;
}

h3{
  font-weight:normal;
}

#spLinkBlockInPc{
  display:none;
}

#spLinkBlockInPc a{
  display:block;
  padding:12px 0 12px 15px;
  border-bottom:1px solid #CCC;
  font-size:150%;
  color:#333;
  text-decoration:none;
  background:url(/sp/img2015/footer/vector.png) 98% 50% no-repeat;
  text-align:center;
}
.pc_none,
.submenu-btn01{
  display:none;
}

a.link_koushihaken{
  color: #1CB4DC;
  text-align: center;
  border-bottom: solid 1px #1CB4DC;
  font-size: 20px;
  display:inline-block;
  margin-top: 30px;
}
a.link_koushihaken:hover{
  text-decoration: none;
}

.submitbtn button {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color: #ea5520;
  border: 1px solid;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #ccc;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin: 40px auto;
  padding: .85em 1.8em;
  position: relative;
}
.submitbtn button::after {
  content: "";
  padding: 9px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
}
.about_privacy{
  box-sizing: border-box;
  width: 90%;
    margin: auto;
}

@media screen and (max-width: 950px) {
  body{
    -webkit-text-size-adjust: 100%;/*文字サイズ自動調整させない*/
  }
  #contents,
  #header,
  #sitemap,
  #dictionary ul,
  #footer,
  #inquiry
  {
    width:94%!important;
  }
  .img100tb{
    width:100%;
    height:auto;
  }
  .img100max{
    max-width:100%;
    height:auto;
    margin:0 auto;
    display:block;
  }
  .btn01{
  max-width:320px;
  width:100%;
  margin:0 auto;
  }
  .pc_none{
  display: block;}
  .ml40,
  .ml35 {margin-left:0px!important;}
  .mr40 {margin-right:0px!important;}

  #inquiry img {
  width:100%;
  height:auto;
  }
  #inquiry {
    background:none;
    height:auto;
    margin:20px;
  }
  #inquiry .inquiryTitle {
  position: relative;
    max-width:740px;
    width:100%;
    left:0px;
    top:0px;
    padding-bottom:20px;
  }
  #inquiry .inquiryCopy {
  position: relative;
    max-width:385px;
    float:left;
    left:0px;
    top:0px;
    padding-bottom:10px;
  }
  #inquiry .inquiryMailBtn {
  position: relative;
    max-width:234px;
    left:0px;
    top:0px;
    padding-left:400px;
    padding-bottom:10px;
  }
  #inquiry .inquiryFaqBtn {
  position: relative;
    width:166px;
    left:0px;
    top:0px;
    padding-left:400px;
  }
  #inquiry .inquiryPhoneNum {
    position: relative;
    max-width:785px;
    width:100%;
    left:0px;
    top:0px;
    padding-top:20px;
  }
  .tb_none{
    display:none;
  }
  .clm02L #main {
    float: none;
    width: 100%;
  }
  #subL {
    float: none;
    margin-right:0px;
    width:100%;
    position:relative;
  }
  .submenu-btn01{
  display:block;
  background:#000099 url(../img2010/common/menu_icon01.png) no-repeat 10px center ;
  background-size:20px;
  padding:8px 10px 8px 40px;
  color:#FFFFFF;
  font-size:12px;
  font-weight:bold;
  margin-bottom:20px;

  }
  .subnon{
  display:none;
  }
  #submenu-down{
  position: absolute;
  left:0px;
  top:40px;
  background-color:#FFFFFF;
  z-index:100;
  }

  h2{
    font-size:24px;
  }

}

@media screen and (max-width: 701px) {
  #inquiry {
    background:none;
    height:auto;
    margin:10px;
  }
  #inquiry .inquiryTitle {	
    width:100%;
    max-width:100%;
  }
  #inquiry .inquiryCopy {
    max-width:385px;
    width:100%;
    float:none;
  }
  #inquiry .inquiryMailBtn {
    width:234px;
    padding-left:0px;
  }
  #inquiry .inquiryFaqBtn {
    width:166px;
    padding-left:0px;
  }
  #inquiry .inquiryPhoneNum {
    max-width:439px;
    width:100%;
    margin:0 auto;
  }
  .btn01{
  max-width:300px;
  width:95%;
  margin:0 auto;
  display:block;
  }
  .mt50 {margin-top:30px!important;}
  .mb50 {margin-bottom:30px!important;}
  .img100sp{
    width: 100%;
    height: auto;
  }
  .sp_none{
  display:none;
  }
  h2{
    font-size:18px;
  }

  a.link_koushihaken{
    font-size: 16px;
  }
}

/* btn_foot_page_top */
.btn_foot_page_top a {
  color: #fff;
}