@charset "UTF-8";

/*
  Theme Name: hikakuTheme_ver4
  Description: 比較サイト用のテーマです。
  Theme URI:
  Author:
  Author URI:
  Version: 1.0.3
  License:
  License
  Tags:
*/

/****************************************

          General Setting

*****************************************/
*{
  outline: none;
}

html, body,h1,h2,h3,h4,h5,h6,dl,dd,dt,ul,li,ol,p,div,table,tr,td,th,section,article {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


img{
  width: 100%;
  /*height: 100%;*/
  display: block;
}

#main{
  animation: fadeIn1 1s ease 0s 1 normal;
  -webkit-animation: fadeIn1 1s ease 0s 1 normal;
}

@keyframes fadeIn1 {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn1 {
  0% {opacity: 0}
  100% {opacity: 1}
}

.blog-fontsize-area p{
  font-size: 15px;
  line-height: 1.8em;
}
.blog-fontsize-area h2{
  font-size: 18px;

}
.blog-fontsize-area h3{
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
}
.in-block{
  width: 98%;
  margin: 0 auto;
}
.menu-default-sp,#sp-top-right-link-btn{
  display: none;
}

/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  line-height: 1.4em;
}

h1 {
  font-size: 17px;
  margin-bottom: 20px;
}
h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
blockquote{
  margin-bottom: 2em;
  margin-left: 20px;
  padding-left: 20px;
  border-left: 5px solid #ddd;
}

/****************************************

          List

*****************************************/

ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul ul{
  margin-left: 1em;
}

/****************************************

          Link

*****************************************/

a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:hover {
  color: #333;
}

main.blog-type-list a {
  color: #333;
}
main.blog-type-list a:hover {
  color: #333;
}
.menu-default a{
  color: #fff;
}
.menu-default a:hover{
  color: #fff;
}
a.ranking-link-btn:hover,a.top-rank-link-btn:hover {
  background-color: #f0f3ff;
}
.top-tips-link-btn{
  float: right;
  background: #ec652b;
  text-align: center;
  color: #fff;
  padding: 10px 40px;
  font-weight: bold;
  font-size: 15px;
}
.top-tips-link-btn:hover{
  color: #fff;
  opacity: 0.8;
}
.top-right-link-btn {
  background: #ec652b;
  padding: 3px 20px;
  font-size: 13px;
  color: #fff;
  float: right;
  margin-bottom: 20px;
  margin-top: -3px;
}
.top-right-link-btn:hover{
  color: #fff;
  opacity: 0.8;
}
/****************************************

          簡易設定

*****************************************/
.text-align-right{
  text-align: right;
}
.bold{
  font-weight: bold;
}
.red{
  color: #ff4040;
}
.yellow{
  color: #ffd600;
}
.center{
  text-align: center;
}
.sp-br{
  display: none;
}
.fixed{
  position: fixed;
}
.point_text{
  color: #ff0000;
  font-weight: bold;
  background: #ffe76c;
  padding: 0 10px;
}
.point{
  color: #ff4040;
  font-weight: bold;
}
.point:hover{
  color: #ff6f6f;
}
/****************************************

          チェックボックス装飾

*****************************************/
/* css checkbox01 */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 25px;
  position:relative;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #999;

}
.checkbox01-input:checked + .checkbox01-parts{
  color: #1388d1;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 4px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #1388d1;
  border-right: 3px solid #1388d1;
}
/* css checkbox02 */
.checkbox02-input{
  display: none;
}
.checkbox02-parts{
  padding-left: 25px;
  position:relative;
  /* margin-right: 20px; */
}
.checkbox02-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #999;
}
.checkbox02-input:checked + .checkbox02-parts{
  color: #1388d1;
}
.checkbox02-input:checked + .checkbox02-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 2px;
  width: 7px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #1388d1;
  border-right: 3px solid #1388d1;
}
/****************************************

          Layout

*****************************************/
/*ipad余白防止*/
#wrap {
  overflow: hidden;
}
.logo-search-banner-area{
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100px;
}
#container,
.wrapper {
  color: #333;
  font-size: 13px;
  font-family:"ヒラギノ角ゴ Pro W3", メイリオ, Osaka, Arial, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.4em;
  margin: 0 auto;
  width: 1200px;
}

.breadcrumbs {
  width: 1200px;
  margin: 0 auto;
  font-size: 11px;
}
.top-img-area{
  background-image: url(./images/top-bg.png); 
  background-size: 2000px;
  background-position: 50%;
  position: relative;
  background-repeat: no-repeat;
}

.top-img-inner-area{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top-img-btn{
  position: absolute;
  bottom: 0;
  left: 190px;
  width: 543px;
  height: 76px;
  z-index: 100;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.top-img-btn:hover {
  margin-top: 5px;
  position: absolute;
  bottom: -2px;
}
img.top-img {
  width: 1200px;
  margin: 0 auto;
}

/*g_menu*/
#header div.menu > ul,
#header ul.menu{
  width: 1200px;
  margin: 0 auto;
}

.menu-default-position {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
/*g_menuここまで*/

main {
  float: left;
   width: 890px;
  margin-top: 20px;
}

#sidebar {
  float: right;
  width: 280px;
  margin-top: 20px;
}

#main,
#sidebar{
  margin-bottom: 59px;
  border-bottom: 1px solid transparent;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  max-width: 100%;
  width: 500px;
}
/****************************************

          Form

*****************************************/

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  margin: 0;
  padding: 6px 4px;
  outline: none;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #f5f3f3;
  color: #777;
  vertical-align: bottom;
  font-size: 13px;
  box-sizing: border-box;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #c1e8ff;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgb(129, 208, 255);
  -moz-box-shadow: 0 0 3px rgb(129, 208, 255);
  box-shadow: 0 0 3px rgb(129, 208, 255);
  color: #444;
}
/*
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  border: none;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding: 5px 30px;
  background: #ec652b;
  border-radius: 50px;
  outline: none;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
*/

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}
/****************************************

          header

*****************************************/

.logo-area {
  display: inline-block;
  vertical-align: middle;
  height: 100px
}
.logo-area h1 {
  padding: 15px 0;
}
.logo-area h1 img{
  height: 100%;
}
.top-search-area{
  display: inline-block;
  position: relative;
  width: 200px;
  top: 10px;
}
.textwidget.custom-html-widget {
  width: 468px;
  height: 60px;
}
.top-banner-area{
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 20%;
}
#searchform{
  position: relative;
}
input.top-searchform-input,
input[type="submit"].top-searchform-btn{
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  border: none;
  height: 40px;
}
input[type="image"].top-searchform-btn{
  display: inline-block;
  width: auto;
  height: 40px;
  font-size: 12px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  transition: 0.2S;
}
input[type="image"].top-searchform-btn:hover{
  background: #e2e2e2;
}
input[type="text"].top-searchform-input:focus{
  border: none;
  background: #f5f3f3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-banner-area a img:hover {
  opacity: 0.8;
}

/****************************************

          Navigation

*****************************************/

#header div.menu > ul > li,
#header ul.menu > li{
  float: left;
}

#header .menu li{
  position: relative;
  min-width: 90px;
  text-align: center;
}
#header .menu li a{
  display: block;
  padding: 0 1.5em;
  border-bottom: none;
  font-size: 15px;
}
#header .menu li a:hover{
  background: #1d95dc;
  color: #fff;
}


/*デフォ*/
.menu-default {
  margin: 0 auto;
  width: 100%;
  z-index: 1000;
  background: #1287cd;
  height: 60px;
  line-height: 60px
}

/*SNSボタン設定*/
.sns-area {
  z-index: 1000;
  position: fixed;
  right: 0;
  top: 200px;
  box-shadow: -1px 1px 5px rgba(86, 86, 86, 0.5);
}
.sns-area ul li a:hover,
.sns-area-sp ul li a:hover{
  text-decoration: none;
}

.sns-area ul li a,
.sns-area-sp ul li a {
  display: block;
  height: 40px;
  width: 40px;
}

.sns-area ul li.facebook a,
.sns-area-sp ul li.facebook a{
  background: #365899;
}

.sns-area ul li.twitter a,
.sns-area-sp ul li.twitter a{
  background: #1da1f2;
}
.sns-area ul li.google-p a,
.sns-area-sp ul li.google-p a{
  background: #dc4a3d;
}
.sns-area ul li.instagram a,
.sns-area-sp ul li.instagram a{
  background: #d10869;
}
.sns-area ul li.line a,
.sns-area-sp ul li.line a{
  background: #00c300;
}
.sns-area ul li.tumblr a,
.sns-area-sp ul li.tumblr a{
  background: #36465d;
}
.sns-area ul li.facebook a:hover,
.sns-area-sp ul li.facebook a:hover{
  background: #4974c7;
}

.sns-area ul li.twitter a:hover,
.sns-area-sp ul li.twitter a:hover{
  background: #34b2ff;
}
.sns-area ul li.google-p a:hover,
.sns-area-sp ul li.google-p a:hover{
  background: #f15c4f;
}
.sns-area ul li.instagram a:hover,
.sns-area-sp ul li.instagram a:hover{
  background: #ef187f;
}
.sns-area ul li.line a:hover,
.sns-area-sp ul li.line a:hover{
  background: #19dc19;
}

.sns-area ul li.tumblr a:hover,
.sns-area-sp ul li.tumblr a:hover{
  background: #4e6586;
}
.sns-area ul li.h-b a img:hover,
.sns-area-sp ul li.h-b a img :hover,
.sns-area ul li.mixi a img:hover,
.sns-area-sp ul li.mixi a img :hover{
  opacity: 0.8;
}

.sns-area-sp li.h-b {
  background: #1c99cd;
}
.sns-area-sp li.mixi {
  border: solid 1px #d8d8d8;
}


.g-nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  transition: 0.2s;
  height: 50px;
  line-height: 50px;
}
/****************************************

          Main

*****************************************/

#main_b .post,
#main_b .page{
  overflow: hidden;
  margin-bottom: 59px;
  border-bottom: 1px solid transparent;
}

.post-meta{
  margin: 0 0 10px;
}

.post-meta .post-date,
.post-meta .category{
  padding-right: 1em;
}

.comment-num{ white-space: nowrap; }

.more-link{
  float: right;
  margin-top: 5px;
  font-size: 16px;
  background: #4d7aff;
  padding: 5px 15px;
  border-radius: 2px;
  color: #fff;
}

.more-link:hover{
  background: #6e93ff;
  color: #fff;
  text-decoration: none;
}

.navigation{
  overflow: hidden;
  margin-bottom: 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.navigation > div{
  width: 50%;
}

.navigation .alignright{
  text-align: right;
}

.navigation a{
  padding: 1em;
  border: none;
}

.navigation a:hover{
    color: #000;
}

.footer-post-meta{
  margin-top: 40px;
  text-align: right;
}

.post-author{ padding-left: 1em; }

.page-link{
  margin: 3em 0;
}
.comment-page-link{
  margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  display: inline-block;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
}

.page-link a span,
.comment-page-link a{
    background: #fff;
}

.page-link a{
  border-bottom: none;
  color: #000;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #ffeff7;
  color: #000;
}

/****************************************

          Sidebar

*****************************************/
.banner img:hover{
  opacity: 0.7;
}
.widget{
  margin-bottom: 20px;
}
.side-block-area {
  border-bottom: solid 1px #ddd;
  position: relative;
  padding: 10px 0;
}
.side-h3-area{
  position: relative;
}
.side-h3-area h3{
  background: #f5f3f3;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  margin: 20px 0 0;
  color: #295d72;
}
.side-h4-area {
  padding: 20px 0 10px;
}
.side-h4-area h4 {
  color: #295d72;
  font-size: 16px;
  font-weight: bold;
}
.side-link-btn{
  position: absolute;
  top: 8px;
  right: 5px;
  padding: 3px 10px;
  border: solid 1px #4f4f4f;
}
.side-link-btn:hover{
  color: #125379;
  border: solid #125379 1px;;
}
.side-link-title-thumbnail{
  display: inline-block;
  width: 32%;
  vertical-align: middle;
  height: 70px;
}
p.side-link-title {
  display: inline-block;
  width: 59%;
  vertical-align: middle;
  padding: 0 1%;
}
p.side-link-title:after {
  content: "";
  right: 10px;
  position: absolute;
  top: 44%;
  background-image: url(./images/more-icon.png);
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
}
p.side-link-title-qanda {
  width: 89%;
  line-height: 1.4em;
}
p.side-link-title-qanda:after {
  content: "";
  right: 10px;
  position: absolute;
  top: 40%;
  background-image: url(./images/more-icon.png);
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
}
.side-block-area .company_name{
  margin: 0;
  padding: 10px 21px 10px 62px;
  font-size: 15px;
  background-size: 50px auto;
}
.side-block-area .company_name:after {
  content: "";
  right: 10px;
  position: absolute;
  top: 35%;
  background-image: url(./images/more-icon.png);
  width: 10px;
  height: 100%;
  background-repeat: no-repeat; 
}

.ranking-link-btn {
  display: block;
  border: solid 1px #ddd;
  margin-bottom: 10px;
  padding: 15px 0 15px 42px;
  box-sizing: border-box;
  position: relative;
  background-image: url(./images/crown-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  font-weight: bold;
  background-size: 23px auto;
}
.ranking-link-btn span:after {
  content: "";
  right: 10px;
  position: absolute;
  top: 35%;
  background-image: url(./images/more-icon.png);
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
}
p.side-link-title-rss {
  width: 92%;
  line-height: 1.4em;
}
p.side-link-title-rss:after {
  content: "";
  right: 10px;
  position: absolute;
  top: 35%;
  background-image: url(./images/more-icon.png);
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
}

div.rss-antenna {
  margin: 0;
}
.widget-bottom {
  margin: 20px auto;
}
/* バナー調整用 */
.banner img,.top-banner-area img {
  width: auto;
}
.banner a img,.top-banner-area a img {
  width: 100%;
}

/****************************************

          パンくず

*****************************************/

.breadcrumb-area{
  background: #f5f5f5;
  color: #999;
  height: auto;
  line-height: 30px;
}
.breadcrumb-area a{
  color: #1287cd;
}
.breadcrumb-area a:hover{
  text-decoration: underline;
}
/****************************************

          Footer

*****************************************/
.footer-top{
  text-align: center;
  background: #eae9e9;
}
.footer-top h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 40px 0 0;
  margin: 0 auto 10px;
}
a.footer-btn {
  background: #ec652b;
  color: #fff;
  padding: 15px 0;
  margin: 1% 1% 30px;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  width: 28%;
  max-width: 350px;
}
a.footer-btn:hover{
  opacity: 0.8;
}


.footer-bottom {
  text-align: center;
  background: #3e3a39;
  color: #fff;
  padding: 30px 0 0;
}
.footer-bottom h3 {
  margin: 0 0 20px;
  font-size: 18px;
}
.footer-bottom a{
  color: #fff;
}
.footer-bottom a:hover{
  color: #999;
}
.footer-site-title{
  margin: 0 0 30px;
}
.footer-site-title span{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5em;
}
.footer-bottom-text {
  margin: 30px auto 50px;
}
.footer-bottom ul li{
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.footer-bottom ul li:after {
  content: "|";
  color: #fff;
  font-size: 20px;
  right: -17px;
  position: absolute;
  top: 0;
}
.footer-bottom ul li:last-child:after {
  content:none;
}
#copyright {
  font-size: 10px;
}

a.page_top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #1287cd;
  font-size: 20px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border: 3px solid #1287cd;
  text-align: center;
  line-height: 50px;
  z-index: 9997;
 }
 a.page_top:hover{
  color: #35a4e6;
  border: 3px solid #35a4e6;
 }
/****************************************

          WordPress Misc

*****************************************/

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}

.wp-caption-text,
.gallery-caption{
  font-size: 90%;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

img.alignright {
  display: inline-block;
  margin: 0 0 1em 1.5em;
}

img.alignleft {
  display: inline-block;
  margin: 0 1.5em 1em 0;
}

/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
  display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
  display: block;
}

/****************************************

          TOPトップ

*****************************************/
.top-h2{
  background: #295d72;
  padding: 10px 0 10px 40px;
  color: #fff;
  margin: 0;
  background-image: url(./images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-size: 23px auto;
}

.bg-icon{
  padding: 10px 0 10px 40px;
  color: #295d72;
  margin: 0;
  background-image: url(./images/crown-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
  font-weight: bold;
  font-size: 18px;
  background-size: 23px auto;
  line-height: 1.2em;
}

h3.bg-icon span {
  font-size: 15px;
  font-weight: normal;
  margin-left: 20px;
  color: #333;
}
/* 注目 */
.attention-area .bg-icon{
  background-image: url(./images/attention-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 30px auto;
  background-size: 23px auto;
}
.attention-block ul li {
  border: solid 2px #fae486;
  background: #fefae6;
  padding: 10px;
  position: relative;
}
.attention-block ul li:hover {
  opacity: 0.8;
}
.attention-block ul li a:hover{
  color: #333;
}
.attention-title-area{
  width: 76%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
  padding: 10px;
  box-sizing: border-box;
  letter-spacing: normal;
}



.attention-company_area h3{
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: bold;
}
.attention-company_name {
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto 5px;
  color: #1287cd;
  background-repeat: no-repeat;
  background-position: 5px;
}

.attention-text-more{
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #ec652b;
  padding: 3px 15px;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}

/* ランキング */
.top-rank-link{
  background: #f5f3f3;
  text-align: center;
  margin: 10px auto 0;
  padding: 30px;
}
a.top-rank-link-btn {
  background: #fff;
  border: solid 1px #b3b3b3;
  padding: 15px 50px;
  font-weight: bold;
  color: #125379;
  margin: 0 auto;
}
.top-cat-rank{
  margin: 30px auto;
}
  .company-list-thumbnail-chart {
    display: inline;
  }
/* 3カラム */
.letter-spacing{
  letter-spacing: -.4em;
}
.top-ranking-link{
  margin-top: 10px;
}


ul.top-tips-list{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

/* ランキング、基礎知識 */
.top-ranking-link .ranking-link-btn,
ul.top-tips-list li,
ul.top-column-list li {
  display: inline-block;
  width: 32%;
  letter-spacing: normal;
  margin-right: 2%;
  margin-bottom: 15px;
  background: none;
}
.top-ranking-link .ranking-link-btn:nth-child(3n),
ul.top-tips-list li:nth-child(3n),
ul.top-column-list li:nth-child(3n) {
  margin-right: 0;
}
.top-ranking-link .ranking-link-btn {
  text-align: center;
  padding: 15px 0;
}

/* 基礎知識 */
.tips-area .bg-icon{
  background-image: url(./images/tips-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
ul.top-tips-list li {
  width: 31.6%;
  border: solid 1px #ddd;
  box-sizing: border-box;
  vertical-align: top;
}
ul.top-tips-list .blog-type-block{
  padding: 3% 3% 6%;
}
ul.top-tips-list .blog-type-block .thumbnail-area{
  width: 100%;
}
/* ul.top-tips-list .blog-type-block .thumbnail-area img {
  width: 120%;
  height: auto;
  margin-left: -10%;
  min-height: 250px;
} */
ul.top-tips-list .blog-type-block .title-area {
  width: 100%;
  display: block;
  margin-left: 0;
  height: 130px;
  overflow: hidden;
  font-size: 12px;
}
ul.top-tips-list .title-area h3{
  font-size: 14px;
}
ul.top-tips-list p.text-more,
ul.top-column-list p.text-more{
  display: none;
}
.top-tips-link {
  margin: 20px auto 50px;
}
.top-tips-link-text{
  display: inline-block;
  width: 60%;
  margin: 0 5% 0 0;
}

/* コラム */
.column-area .bg-icon{
  background-image: url(./images/column-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
  margin-bottom: 20px;
}
ul.top-column-list li{
  width: 31.6%;
  border: solid 1px #ddd;
  box-sizing: border-box;
  vertical-align: top;
}
ul.top-column-list .blog-type-block .thumbnail-area{
  width: 100%;
  border: none;
  height: 0;
  padding-bottom: 85%;
}
ul.top-column-list .blog-type-block .thumbnail-area img {
  width: 130%;
  margin-left: -15%;
  height: auto;
}
ul.top-column-list .blog-type-block a {
  padding: 0;
}
ul.top-column-list .title-area h3{
  font-size: 14px;
}
ul.top-column-list .blog-type-block .title-area {
  width: 100%;
  display: block;
  margin-left: 0;
  height: 145px;
  overflow: hidden;
  font-size: 12px;
  padding: 0 3%;
  box-sizing: border-box;
}


/* よくある悩み */
.qanda-area .bg-icon{
  background-image: url(./images/qanda-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.top-qanda-list li a {
  border-top: solid 1px #ddd;
}
.top-qanda-list li:last-child {
  border-bottom: solid 1px #ddd;
}
.a-area {
  width: 98%;
  margin: 0 auto;
  line-height: 1.8em;
  font-size: 15px;
}
/****************************************

single（コラム、基礎知識）.php（詳細ページ）

*****************************************/
.column-list #main,
.tips-list #main,
.a-area,
.kote-page #main{
  font-size: 15px;
}
.column-list .content img,
.tips-list .content img,
.a-area .content img,
.kote-page .content img {
      width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
}
.column-list #main p,.tips-list #main p,.a-area #main p,.kote-page #main p,.a-area p
.column-list #main ul,
.tips-list #main ul,
.a-area #main ul,
.kote-page #main ul,
.column-list #main ol,
.tips-list #main  ol,
.a-area #main ol,
.kote-page #main ol,
.column-list #main dl,
.tips-list #main dl,
.a-area #main dl,
.kote-page #main dl{
  line-height: 1.8em;
}
.column-list #main h1,
.tips-list #main h1,
.a-area h1,
.kote-page #main h1 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4em;
}
.column-list #main h2,
.tips-list #main h2,
.a-area h2,
.kote-page #main h2{
  border-left: solid 5px #1287cd;
  background: #d1e7fb;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 0 20px;
  color: #1287cd;
  line-height: 1.4em;
}
.column-list #main h3,
.tips-list #main h3,
.a-area h3,
.kote-page #main h3,
.company-single #main h3{
  font-weight: bold;
  margin: 20px auto 10px;
  border-bottom: solid 1px #ddd;
  line-height: 1.4em;
}
.company-single #main h3{
  margin: 20px auto 10px;
}
/* .company-single #main .point-block h3{
  background: #dbffcc;
  padding: 5px 10px;
  border: none;
} */
.column-list #main h4,
.tips-list #main h4,
.a-area h4,
.kote-page #main h4,
.company-single #main h4 {
  font-weight: bold;
  line-height: 1.4em;
}
.company-single #main h4 {
  font-size: 16px;
  margin-top: 20px;
}
.column-list #main p,
.tips-list #main p,
.a-area p,
.kote-page #main p,
.qanda-list p{
  margin-bottom: 20px;
}
.column-list #main ul,
.tips-list #main ul,
.a-area ul,
.kote-page #main ul,
.column-list #main ol,
.tips-list #main ol,
.a-area #main ol,
.kote-page #main ol {
  margin: 20px 0 20px 40px;
}
.column-list #main ul li,
.tips-list #main ul li,
.a-area ul li,
.kote-page #main ul li{
  margin-bottom: 5px;
  list-style: disc;
}
.a-area ul li,.a-area ol li{
  font-weight: bold;
}
.column-list #main ol li,
.tips-list #main ol li,
.a-area ol li,
.kote-page #main ol li{
  margin-bottom: 5px;
  list-style: decimal;
}
.column-list #main dl dt,
.tips-list #main dl dt,
.a-area dl dt,
.kote-page #main dl dt{
  margin-bottom: 5px;
  font-weight: bold;
}
.column-list #main dl dd,
.tips-list #main dl dd,
.a-area dl dd,
.kote-page #main dl dd{
  margin-bottom: 20px;
  margin-left: 20px;
}
.column-list .single-thumbnail-area,
.tips-list .single-thumbnail-area{
  width: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
  height: 0;
  padding-bottom: 66%;
}
.column-list .single-thumbnail-area img,
.tips-list .single-thumbnail-area img{
  width: 100%;
  height: auto;
  margin: -7% auto 0;
}
.column-list #main .list_h2,
.tips-list #main .list_h2,
.column-list #main .list_h2,
.tips-list .list_h2{
      font-size: 22px;
    margin: 0 auto;
    background: none;
    color: #295d72;
    border: none;
    padding: 0;
    border-top: solid 2px #125379;
    border-bottom: solid 2px #125379;
    padding: 10px 0;
    margin: 0 auto 10px;
}

#main p.date-area {
  font-size: 13px;
  margin: 0;
  color: #9e9e9e;
  text-align: right;
}
.column-list #main a,
.tips-list #main a,
.a-area a,
.kote-page #main a,
.qanda-list a{
  color: #1287cd;
  font-weight: bold;
}
.column-list #main a:hover,
.tips-list #main a:hover,
.a-area a:hover,
.kote-page #main a:hover,
.qanda-list a:hover{
  color: #43b7fd;
}
.list-area a{
  color: #333;
}
/****************************************

single（よくある質問）.php（詳細ページ）

*****************************************/
.qanda-list h2 {
  line-height: 1.8em;
  background: #d1e7fb;
  padding: 5px 15px;
  border-radius: 5px;
  color: #295d72;
}

.a-area .a-span{
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.q-span{
  font-weight: bold;
  font-size: 20px;
}

.qanda-list .list-area{
  margin: 50px auto 0;
}
/****************************************

固定ページ(ランキング)

*****************************************/
ul.rank-link {
  border-bottom: solid 1px #ddd;
  margin: 10px 0 20px;
}
.rank-link li{
  width: 123.3px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: bottom;
  border: solid 1px #ddd;
  border-bottom: none;
}
.rank-link li a{
  display: block;
  padding: 10px;
  background: #f5f5f5;
  height: 25px;
  line-height: 1.4em;
  text-align: center;
  font-size: 11px;
}
.rank-link li a:hover{
  opacity: 0.8;
}
.rank-link li#active a {
  margin-bottom: -1px;
  border-bottom: solid 1px #fff;
  background: #fff;
  height: 28px;
}


/****************************************

下層ページ共通設定

*****************************************/

/****************************************

各page.php（リストページ共通設定）

*****************************************/
.blog-type-list h2.bg-icon {
  font-size: 20px;
  margin-bottom: -10px;
  border: none;
}
h2.list_h2 {
  margin: 10px auto;
  font-size: 20px;
  color: #295d72;
  background: none;
  border: none;
  padding: 0;
}
.list-area {
  width: 100%;
  margin: 20px 0 0 0;
}
.list-ul li{
  box-sizing: border-box;
  border-top: solid 2px #eee;
  padding: 5px 0;
}
.list-ul li:last-child{
  border-bottom: solid 1px #ddd;
}
.blog-type-block:hover {
  background: #f0f3ff;
}

.blog-type-block a{
  display: block;
  padding: 1%;
}
.wp-pagenavi {
  margin: 50px auto;
  text-align: center;
}

.thumbnail-area{
  width: 28%;
  display: inline-block;
  vertical-align: middle;
  /* height: 250px; */
  overflow: hidden;
  /* background: #ebebeb; */
  /* border: solid 2px #ebebeb; */
  box-sizing: border-box;
}
 img {
  width: 100%;
}
.title-area{
  width: 68%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
}

.title-area h3{
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
.title-area p{
  margin: 10px 0 0 0;
  height: 70px;
  overflow: hidden;
}
p.text-more{
  font-size: 13px;
  position: absolute;
  text-align: right;
  right: 5px;
  bottom: 5px;
  height: 28px;
  background: #125379;
  padding: 5px 22px 5px 10px;
  color: #fff;
}
.text-more:before {
  content: "";
  position: absolute;
  top: 28%;
  right: 7px;
  background-image: url(./images/more-icon-w.png);
  width: 10px;
  height: 100%;
  background-repeat: no-repeat;
}

/****************************************

          検索フォーム

*****************************************/
.search-area {
  background: #f5f3f3;
  padding: 2% 2% 4%;
  margin: 0 0 20px 0;
}

.search-area h3 {
  margin: 0;
  font-weight: bold;
  color: #295d72;
}
.search-input-cat,
.search-input-conditions {
  margin: 5px 0 20px;
}
.search-input-conditions {
  border: solid 2px #295d72;
  background: #fff;
  padding: 20px 2% 0;
  box-sizing: border-box;
}
.search-input-cat label {
  width: 32%;
  display: inline-block;
  display: inline-flex;
  background: #fff;
  border: solid 1px #ddd;
  padding: 2% 2%;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  font-weight: bold;
  letter-spacing: normal;
  margin-right: 2%;
  font-size: 16px;
}
.search-input-cat label:nth-child(3n) {
   margin-right: 0;
}
.search-input-conditions label {
  width: 23.9%;
  display: inline-block;
  display: inline-flex;
  font-weight: bold;
  margin: 0 0 20px 0;
  font-size: 16px
}
.search-area input,
.search-area select{
  position:relative;
  top: 2px;
}

.search-area input{
  background-image: url(./images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 30px;
  padding: 7px 50px 7px 60px;
  font-weight: bold;
  font-size: 20px;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  background-size: 25px auto;
}
.search-message{
  text-align: center;
}
.search-message h2 {
  background: #f5f3f3;
  padding: 10px;
}

/****************************************

search.php（検索結果ページ）

*****************************************/
.cat,.cat-tag-block,li.cat,li.cat-tag-block {
  display: inline-block;
  border: solid 1px #125379;
  padding: 0 5px;
  font-size: 13px;
  font-weight: bold;
  margin: 0 5px 5px 0;
  color: #125379;
  height: 20px;
  line-height: 20px;
}
.cat,.cat-tag-block{
  padding: 2px 5px;
  border: none;
  font-size: 14px;
}
.cat,li.cat {
  font-size: 10px;
}

.tag-block,li.tag-block {
  border: none;
  font-size: 14px;
}
.list-ul li.cat:last-child {
  border-bottom: solid 1px #125379;
}

.hits{
  font-weight: bold;
  font-size: 20px;
  color: #ec652b;
  margin: 10px auto 0;
}
.keyword{
  font-weight: bold;
  font-size: 14px;
}

li.search-message-list {
  border: none;
}
li.search-message-list:last-child {
  border: none;
}

.search-cat-area{
  padding: 5px 10px;
  background: #f5f3f3;
  font-size: 16px;
}
.seach .cat-tag-block{
  margin-bottom: 0;
}
/****************************************

index.php（不動産投資会社ページ）

*****************************************/
.company-list .title-area p {
  margin: 5px 0 0 0;
}
.blog-type-block {
  position: relative;
}
.company_area{
  border-bottom: solid 1px #ddd;
  margin-bottom: 10px;
}
p.company_name {
  font-weight: bold;
  font-size: 17px;;
  margin: 0 auto 5px;
  color: #1287cd;
  background-repeat: no-repeat;
  background-position: 5px;
}
p.company_name a{
  color: #1287cd;
}
p.company_name a:hover{
  color: #1287cd;
}
.top-ranking-area .company_name,
.ranking-list .company_name{
  padding: 3px 0 5px 63px;
  background-image: url(./images/rank-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
  background-size: 45px auto;
}
.rank1 .company_name {
  background-image: url(./images/rank1-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank2 .company_name {
  background-image: url(./images/rank2-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank3 .company_name {
  background-image: url(./images/rank3-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank4 .company_name {
  background-image: url(./images/rank4-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank5 .company_name {
  background-image: url(./images/rank5-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank6 .company_name {
  background-image: url(./images/rank6-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank7 .company_name {
  background-image: url(./images/rank7-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank8 .company_name {
  background-image: url(./images/rank8-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank9 .company_name {
  background-image: url(./images/rank9-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank10 .company_name {
  background-image: url(./images/rank10-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank11 .company_name {
  background-image: url(./images/rank11-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank12 .company_name {
  background-image: url(./images/rank12-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank13 .company_name {
  background-image: url(./images/rank13-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank14 .company_name {
  background-image: url(./images/rank14-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}
.rank15 .company_name {
  background-image: url(./images/rank15-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.list-company-text-more,.list-company-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.list-company-text-more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #125379;
}
.list-company-link {
  position: absolute;
  bottom: 10px;
  right: 110px;
  background: #1287cd;
}
main.blog-type-list .list-company-text-more a,main.blog-type-list .list-company-link a,
main.company-single .list-company-text-more a,main.company-single .list-company-link a,
main.top-page .list-company-text-more a,main.top-page .list-company-link a {
  padding: 3px 15px;
  color: #fff;
  display: block;
}

.list-company-text-more:hover,.list-company-link:hover {
  opacity: 0.8;
}
.list-company-text-more a:hover,.list-company-link a:hover {
  color: #fff;
}

.company-list-thumbnail-area {
  width: 22%;
  display: inline-block;
  vertical-align: middle;
  height: 125px;
  overflow: hidden;
  background: #ebebeb;
  /* border: solid 2px #ebebeb; */
  box-sizing: border-box;
  box-shadow: 1px 1px 5px #ddd;
}

.chart-area{
  width: 20.9%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1%;
  box-sizing: border-box;
}
.company-list-title-area {
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin-left: 1%;
}
.company-list-title-area h3 {
  margin: 0 0 0 0;
  font-size: 14px;
  font-weight: bold;
}
.company-list-title-area p.list-cat {
  border: solid 1px #125379;
  display: inline-block;
  padding: 0 5px;
  color: #125379;
  font-size: 10px;
  font-weight: bold;
  margin: 5px 1% 0 0;
}

.blog-type-block a:hover {
  color: #333;
}
.cat-area{
  margin-top: 10px;
}
/****************************************

single.php（不動産投資会社ページ）

*****************************************/
.company-single #main ul li,
.company-single #main ol li {
  margin: 10px 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
}

.company-single #main {
  padding: 5px 2% 0;
  box-sizing: border-box;
  border: solid 1px #ddd;
}
.company-single #main p.company_name {
  font-size: 22px;
  margin: 5px auto;
  line-height: 1.5;
}
.company-single #main .company_areaa{
  margin-bottom: 30px;
}
.company-single #main .single-thumbnail-area {
  width: 300px;
  vertical-align: middle;
  border: solid 1px #ddd;
  height: 250px;
  margin: 0 auto 20px;
}
.company-single #main .single-thumbnail-area img {
  width: auto;
}
.company-single #main .single-thumbnail-area a img {
  width: 100%;
}
.single-thumbnail-area a img:hover {
  opacity: 0.8;
}
.chart_company-status_area {
    text-align: center;
}
.company-single #main .chart-area {
  width: 33%;
  display: inline-block;
  margin: 1% 0;
}
.company-status-area {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1% 1%;
  box-sizing: border-box;
  text-align: left;
  margin-left: 5%;
}
.company-status-area dl {
  margin: 5px 0 0;
}
.company-star-area {
  margin: 0 auto;
  width: 100%;
  border-bottom: solid #ddd 1px;
  padding-bottom: 1%;
  font-weight: bold;
}
.company-star-area .star-span {
  font-size: 14px;
}
.company-status-area dt {
  font-weight: bold;
  width: 70%;
  margin: 0 0 10px;
  display: inline-block;
}
.company-status-area dd {
  font-weight: bold;
  font-size: 15px;
  margin: 0;
  text-align: right;
  display: inline-block;
  width: 25%;
}
.campaign-s-text{
  background: #fff5a3;
  margin: 20px auto;
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #ff4500;
  clear: both;
  line-height: 1.4em;
}
/* ボタン */
.company-btn-area{
  position: relative;
  height: 60px;
}
.company-btn-area button{
  position: absolute;
  left: 10%;
  width: 80%;
  margin: 0 auto;
  background: #ec652b;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  font-weight: bold;
  font-size: 20px;
  clear: both;
  border-bottom: 4px solid #8c3e11;
  line-height: 1.4em;
}
.company-btn-area button:hover{
  border-bottom: none;
  top: 4px;
}

/*特長 */
.company_h2 {
  border-left: solid 5px #1287cd;
  background: #d1e7fb;
  font-weight: bold;
  padding: 10px;
  box-sizing: border-box;
  margin: 40px 0 0;
  color: #1287cd;
}
.company-single #main h3.company_h3 {
  margin: 20px auto;
  font-size: 18px;
  color: #295d72;
  font-weight: bold;
  border: none;
}
.company-main-text {
  margin: 60px auto 0;
}

.company-singl .content {
  margin: 30px auto;
}
.campaign-text{
  margin: 20px auto;
}
p.c-name {
  text-align: right;
  font-size: 12px;
  color: #999;
  margin: 20px 0 0;
}
/* 企業情報 */
.company-information table{
  margin: 20px auto 30px;
  width: 98%;
}
.company-information table th{
  background: #eaf5ff;
  padding: 10px 20px;
  text-align: left;
  width: 20%
}
.company-information table td{
  padding: 10px 20px;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}
.company-information table tr:first-child td{
  border-top: solid 1px #eee;
}
/* ポイント */
.point-block {
/*   padding: 10px;
background: #eaf5ff; */
  margin: 0 auto;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 20px 0 0
}
.point-block ul{
  margin: 10px auto;
}
.company-single #main .point-block ul li{
  margin: 0  auto 20px;
}
.point-block p {
  font-size: 14px;
  margin: 0 auto 10px;
}
/* 関連 */
.kanren h4 {
  border-bottom: solid 2px #125379;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #125379;
  margin-bottom: 20px;
}
.kanren ul.list-ul {
  border-bottom: solid 2px #eee;
}
/****************************************

（お問い合わせフォームページ）

*****************************************/

.form-block table{
  margin: 20px auto 40px;
  width: 90%;
}

.form-block table th{
  background: #eaf5ff;
  padding: 10px 20px;
  text-align: left;
  width: 22%;
  vertical-align: top;
}

.form-block table td {
  padding: 10px 10px 40px;
  border-bottom: solid 1px #eee;
  border-right: 1px solid #eee;
  position: relative;
  vertical-align: top;
}
#single table td{
  padding: 10px;
}
.form-block table tr:first-child td{
  border-top: solid 1px #eee;
}
input.form-btn {
  margin-top: 30px;
  max-width: 200px;
  display: block;
}
.form-block input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea{
  width: 100%;
}
a.top-btn {
  display: block;
  width: 75%;
  margin: 40px auto;
  background: #1287cd;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
}
a.top-btn:hover {
  opacity: 0.8;
}
.mw_wp_form span.error {
  text-align: right;
  position: absolute;
  right: 10px;
  bottom: 6%;
  font-size: 11px;
  background: #ff4e4e;
  padding: 0 1%;
  color: #fff;
  border-radius: 2px;
}
span.form-red {
  color: #ff3131;
  display: block;
  font-size: 13px;
}
#main a.top-btn {
    color: #fff;
}
/****************************************

Q&Aページ

*****************************************/

.qa-title-area{
  width: 100%;
}

.qa-title-area dl{
  font-weight: bold;
  margin: 10px;
  font-size: 15px;
  letter-spacing: normal;
}
.qa-title-area dl dt{
  display: inline-block;
  width: 5%;
  vertical-align: top;
}
.qa-title-area dl dd{
  display: inline-block;
  width: 94%;
  vertical-align: middle;
}
/****************************************

404

*****************************************/
.btn-area{
  margin: 40px auto;
}

/****************************************

news

*****************************************/
.news-area{
  margin: 10px auto 0;
  font-size: 15px;
  font-weight: bold;
  border-top: solid 1px #ddd;
}
.news-block-area{
  padding: 20px 0;
}
/****************************************

運営会社

*****************************************/
.kote-page #main .corporate-information{
  margin: 20px auto;
  width: 90%;
}
.kote-page #main .corporate-information dl dt {
  position: relative;
  font-size: 16px;
  text-shadow: 0 0 1px #fff;
}
.kote-page #main .corporate-information dl dd {
  margin-left: 10px;
  margin-bottom: 30px;
}
.kote-page #main .corporate-information dl dt span:after {
  position: absolute;
  bottom: 1px;
  left: 0px;
  z-index: -1;
  content: '';
  width: 100%;
  height: 5px;
  background: #aee1ff;
}
/****************************************

規約

*****************************************/

#terms,#terms p,.kote-page #main #terms ol li{
  font-size: 13px;
}
#terms .form-block table{
  width: 100%;
}
.kote-page #main #terms ol {
  margin: 20px 0 20px 10px;
}
.kote-page #main #terms ol li{
  list-style: none;
}
/****************************************

個人情報保護方針

*****************************************/
#privacy,#privacy p,.kote-page #main #privacy ol li{
  font-size: 14px;
}
/****************************************

広告

*****************************************/

.ad-area{
  width: 100%;
  margin: 0 auto 10px;
  text-align: center;
  display: block;
}
.single-ad-area{
  margin-top: 40px;
  margin-bottom: 40px;
}
.single-ad-area div{
  margin-right: 20px;
  display: inline-block;
}
.single-ad-area div:last-child{
  margin-right: 0;
}

/****************************************

ワンカラム

*****************************************/

.one-column-list{
  margin: 20px auto 0;
  float: none;
}

p.kiji-banner {
  max-width: 600px;
  margin: 0 auto;
}
p.kiji-banner img:hover {
  opacity: 0.8;
}

#main .kijibtn a{
  position: relative;
  width: 360px;
  margin: 20px auto;
  background: #1287cd;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 20px;
  clear: both;
  border-bottom: 4px solid #0a5886;
  line-height: 1.4em;
  display: block;
  font-size: 18px;
  box-sizing: border-box;
}
#main .kijibtn a:hover{
  color: #fff;
  background: #1996e0;
}


/****************************************
 
         年金シミュレーション
 
*****************************************/
.simulation-page-area{
  font-size: 18px;
}
.simulation_title h3 {
  font-size: 30px;
  color: #fff;
  background: #1287cd;
  text-align: center;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
#step2 .simulation_title h3 {
  background: #1287cd;
}
.simulation-page-area .top-text{
  margin: 10px auto;
  text-align: center;
  color: #2fb3ff;
}
#step2,
.content_result{
  display: none;
}
.content_result{
  width: 70%;
  margin: 0 auto;
  font-size: 20px;
}
.simulation-page-area table{
  width: 90%;
  margin: 10px auto 30px;
}
.simulation-page-area #content th {
  width: 30%;
  text-align: left;
}
.simulation-page-area #content td {
  width: 70%;
  text-align: left;
}

/* スタイル移行 */
.simulation-page-area p{
  margin: 0;
}
.simulation-page-area select {
  text-transform: none;
  position: relative;
  width: 100%;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  background: url(images/common_arrow_down_select.png) #e3e3e3 no-repeat right 10px center;
  border-radius: 0;
}
.simulation-page-area .comment {
  padding: 5px;
  font-size: 12px;
  line-height: 1.4;
  background: rgba(132,132,212,.9);
  color: #fff;
  border: 1px solid #ccc;
}
.simulation-page-area .table {
  margin: 0 0 20px 0;
}
.simulation-page-area .cell {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
}
.simulation-page-area .simulation_birthday .cell:first-child {
  width: 50px;
}
.simulation-page-area td {
  padding: 20px 0;
}
.simulation-page-area .content_result td {
  text-align: right;
}
.simulation-page-area th, .simulation-page-area td {
  background: #fff;
  border: none;
  border-bottom: 1px solid #b2b2b2;
  box-sizing: border-box;
}
.simulation-page-area .input_btns {
  text-align: center;
}
.simulation-page-area .sub,
.subcomment {
  color: #F00;
  font-size: 15px;
}
.simulation-page-area .input_area {
  margin: 0 0 20px 0;
}
.simulation-page-area .input_area:last-child {
  margin: 0;
}



/****************************************

幅1200px以下のレイアウト調整用

*****************************************/

/* =====================
1200
===================== */
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .menu-default-position,
  .logo-search-banner-area,
  .top-img-inner-area,
  img.top-img {
    width: 100%;
  }
  #container,
  .wrapper {
    width: 100%;
  }
  .top-img-btn {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 47%;
    height: 23%;
  }
  /* header */
  .logo-search-banner-area{
    height: 90px;
  }
  .logo-area{
    width: 40%;
  }
  .textwidget.custom-html-widget {
    width: 100%;
    height: auto;
  }
  .top-banner-area {
    position: absolute;
    right: 1%;
    top: 25%;
    width: 40%;
  }
  .top-search-area{
    width: 17%;
    position: relative;
    top: 3px;
  }
  input.top-searchform-input{
    font-size: 10px;
  }
  .menu-default{
    height: 50px;
    line-height: 50px;
  }
  /*g_menu*/
  #header .menu li a{
    padding:0 1em;
    font-size: 12px;
  }
  #header div.menu > ul,
  #header ul.menu{
    width: 100%;
  }
  /*g_menuここまで*/
  #container, .wrapper {
    width: 100%;
    padding: 0 1%;
    box-sizing: border-box;  }
  main {
    width: 73%
  }
  .search-input-cat label{
    width: 32%;
  }

  ul.top-tips-list li,
  ul.top-column-list li {
    width: 31.2%;
  }
  .top-tips-link-text{
    width: 49%;
    margin: 0;
  }
  .top-right-link-btn{
    padding: 3px 10px;
  }
  h3.bg-icon span {
    margin-left: 5px;
    vertical-align: middle;
  }
  #sidebar {
    width: 25%;
  }

  .footer_top {
    width: 100%;
  }

  .breadcrumbs {
    width: 100%;
    padding: 0 1%;
  }
  /* 注目の */
  .attention-block .company-list-thumbnail-area{
    width: 15%;
    height: 40%;
    vertical-align: middle;
    letter-spacing: normal;
  }
  .attention-title-area{
    width: 82%;
    padding: 0;
    vertical-align: middle;
    letter-spacing: normal;
  }

  span.shortcode-star-rating {
    padding: 0;
    display: block;
  }
  
  .attention-text-more {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px auto 0;
    letter-spacing: normal;
    width: 60%;
  }
  .ranking-link-btn{
    padding: 15px 30px 15px 42px;
  }
  .top-ranking-link .ranking-link-btn{
    padding: 15px 30px 15px 10px;
    text-align: left;
    vertical-align: middle;
  }
  /* ランキング一覧 */
  ul.rank-link{
    text-align: center;
  }
  .rank-link li {
    width: 13.5%;
  }
  .rank-link li a{
    padding: 10px 5px;    
  }
  .company-list-title-area {
    width: 54%;
  }
  .thumbnail-area {
    height: 40%;
  }
  /* 一覧続きを読む */
  p.text-more {
    height: 20px;
    padding: 1px 22px 5px 10px;
  }
  .text-more:before {
    content: "";
    position: absolute;
    top: 20%;
  }
  /* 会社詳細 */
  .company-single #main .chart-area {
    width: 38%;
    display: inline-block;
    margin: 0 0 0 5%;;
  }
  .company-status-area {
    width: 90%;
    display: block;
    max-width: none;
    margin: 10px auto 0;
  }
  .campaign-s-text {
    font-size: 18px;
  }
  /* フォントサイズ */
  .title-area h3,a.footer-btn{
    font-size: 16px;
  }
  span.shortcode-star-rating,a.footer-btn{
    font-size: 15px;
  }
  .side-block-area .company_name,.attention-company_name{
    font-size: 14px;
  }
  .side-h3-area h3,
  .side-h4-area h4,h3.bg-icon span{
    font-size: 13px;
  }
  #header div.menu > ul,#header ul.menu,.attention-company_area h3,.side-link-title,.checkbox01-parts,.top-ranking-link .ranking-link-btn {
    font-size: 12px;
  }
  p.text-more{
    font-size: 11px;
  }

  .single-ad-area div{
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* =====================
768(以下スマホレイアウト)
===================== */
@media only screen and (min-width: 351px) and (max-width: 768px) {
  /* SP非表示 */
  .sns-area,.menu-default,.top-search-area,.top-banner-area,p.text-more, .top-right-link-btn {
    display: none;
  }
  /* SP表示 */
  .menu-default-sp,#sp-top-right-link-btn{
    display: block;
  }
  /* ランキングスクロールタブメニューずれ対策 */
  .ranking-list #main,.breadcrumb-area{
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;
  }
  @keyframes fadeIn2 {
    0% {opacity: 0}
    35% {opacity: 0}
    100% {opacity: 1}
  }
  @-webkit-keyframes fadeIn2 {
    0% {opacity: 0}
    35% {opacity: 0}
    100% {opacity: 1}
  }

  /* androidタップ背景なし */
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }

  main {
    margin-top: 0;
  }
  main.top-page,main.qanda-list {
    margin-top: 10px;
  }
  .menu-default-position,
  .logo-search-banner-area,
  .top-img-inner-area,
  img.top-img,
  #container,
  .wrapper,
  .company-information table {
    width: 100%;
  }
  #main{
    margin: 0 auto 20px;
    width: 100%;
  }
  .logo-area {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 40px;
  }
  .logo-area h1 {
    height: auto;
    padding: 0;
  }
  .top-img-btn {
    position: absolute;
    bottom: 0;
    left: 9%;
    width: 65%;
    height: 30%;
  }
  .logo-area h1 img {
    width: auto;
    margin: 0 auto;
    height: 30px;
    padding: 10px 0;
  }
  .top-banner-area {
    position: absolute;
    right: 1%;
    top: 25%;
  }
  /*g_menu*/
  #header div.menu > ul,
  #header ul.menu{
    width: 100%;
  }
  /*g_menuここまで*/
  #container, .wrapper {
    width: 94%;
    box-sizing: border-box;  }
  main {
    width: 100%
  }
  /* サイド */

  #sidebar {
    width: 100%;
    margin: 0 auto 0;
  }
  
  .side-link-title-thumbnail{
  width: 100px;
  }
  .widget {
    margin: 0 auto 20px;
    width: 80%;
  }
  p.side-link-title {
    width: 60%;
  }
  /* footer */
  .footer-top {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer-top h3 {
    padding: 20px 0 0;
  }
  a.footer-btn {
    margin: 1% 1% 10px;
    width: 90%;
    max-width: none;
  }

  .footer-bottom-text {
    margin: 30px auto 20px;
  }
  .footer-bottom ul li {
    display: block;
    position: relative;
    margin-right: 0;
    border-bottom: solid 1px #ddd;
    text-align: left;
  }
  .footer-bottom ul li:first-child {
    border-top: solid 1px #ddd;
  }
  .footer-bottom ul li a:after {
    content: "";
    right: 10px;
    position: absolute;
    top: 35%;
    background-image: url(./images/more-icon-w.png);
    width: 10px;
    height: 100%;
    background-repeat: no-repeat;
  }
  .menu-footermenu-container a { 
    display: block;
    padding: 15px;
  }
  /* ボタン */
  a.top-btn {
    width: 98%;
  }
  /* TOP */
  #sp-top-right-link-btn{
    margin: 0 auto 20px;
  }
  .top-qanda-list {
    margin-bottom: 20px;
  }
  .bg-icon{
    /* background-color: #f5f3f3; */
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 2px solid #295d72;
    border-top: 2px solid #295d72;
  }
  .search-input-conditions label {
    margin: 0 0 10px;
  }
  .checkbox01-parts::before{
    content: "";
    position: absolute;
    top: 0;
  }
  .checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 3px;
  }
  .top-tips-link-text, ul.top-tips-list li, ul.top-column-list li {
    width: 100%;
  }
  .top-ranking-link .ranking-link-btn{
    width: 100%;
    background-image: url(./images/crown-icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    text-align: left;
    padding: 15px 0 15px 42px;
    background-size: 23px auto;
  }
  .top-ranking-area .company_name, .ranking-list .company_name {
    padding: 2px 0 2px 63px;
  }
  /* アイコンの大きさ */
  .bg-icon{
    background-size: 25px auto;
  }
  /* 検索フォーム */
  .search-area{
    margin-bottom: 10px;
  }
  .search-input-cat label{
    width: 49%;
  }
  .search-input-cat label:nth-child(3n) {
    margin-right: 2%;
  }
  .search-input-cat label:nth-child(2n) {
    margin-right: 0;
  }
  .search-input-conditions label {
    width: 32.5%;
  }
  .search-input-cat, .search-input-conditions {
    margin: 5px 0 10px;
  }
  .search-input-conditions{
    padding: 10px 2% 0;
  }

  h3.bg-icon span {
    margin-left: 0;
    display: block;
  }
  .column-area h3.bg-icon span {
    width: 100%;
  }
  /* 検索結果 */
  .cat-tag-block {
    padding: 2px 0;
  }
  /* 注目の */
  .attention-block .company-list-thumbnail-area{
    width: 30%;
    height: 40%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .attention-title-area{
    width: 68%;
    padding: 0;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 0 0 2%;
  }

  span.shortcode-star-rating {
    padding: 0;
    display: block;
  }

  .attention-text-more {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px 0 0;
    letter-spacing: normal;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 3px;
  }
  .column-list, .tips-list, .a-area, .kote-page {
    margin: 10px auto;
  }
  /* 会社リスト */
  .list-area {
    margin: 10px 0 0 0;
  }
  li.sp-border-style {
    border: solid 2px #eee;
    padding: 0 1% 1%;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #ccc;
    height: 200px;
  }
  .kanren ul.list-ul {
    border-bottom: none;
  }
  .blog-type-block:hover {
    background: none;
  }
  .blog-type-block .company_area {
    margin-bottom: 0;
  }
  section.top-ranking-area p.company_name  {
    width: 100%;
    margin: 5px 0;
  }
  .list-ul li{
    position: relative;
  }
  .list-company-btn-area {
    position: absolute;
    text-align: center;
    margin: 10px 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .list-company-text-more,.list-company-link {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block;
    width: 40%;
  }
  main.blog-type-list .list-company-text-more a,main.blog-type-list .list-company-link a{
    padding: 7px 15px;
  }
  .company-list p.company_name,
  .kanren p.company_name,
  .search p.company_name{
    width: 100%;
    margin: 5px 0;
    line-height: 1.4em;
  }
  .blog-type-block .company-list-thumbnail-area {
    width: 45%;
    height: 40%;
    margin: 0 auto;
  }
  .company-list-thumbnail-chart {
    text-align: center;
    display: block;
  }
  .blog-type-block .chart-area {
    width: 50%;
  }

  .company-list-title-area {
    width: 100%;
    margin: 5px auto;
    display: block;
  }

  a.top-rank-link-btn {
    padding: 15px 0;
    width: 90%;
    display: block;
  }
  .cat-area {
    margin-top: 10px;
    border-top: solid 1px #ddd;
    padding-top: 10px;
    margin-left: 0;
  }
  .top-cat-rank {
    margin: 30px auto 0;
  }
   /* 会社詳細 */
  .company-single #main p.company_name{
    line-height: 1.4em;
   }
  .company_h2{
    margin: 20px auto 0;
    line-height: 1.4em;
  }
  .company-main-text{
    margin: 40px auto 0;
  }
  
  .company-single #main .single-thumbnail-area{
    margin:0 auto 20px;
    display: block;
  }
  .company-single #main .chart-area {
    width: 50%;
  }
  p.company-star-area {
    line-height: 1.4em;
  }
  .company-status-area {
    width: 48%;
    max-width: none;
    margin: 10px auto 0;
  }
  .company-status-area dt {
    margin: 0 0 2px;
  }
  .campaign-s-text {
    width: 100%;
    padding: 10px;
  }
  .company-information table th{
    padding: 5px;
  }
  .company-information table td {
    padding: 10px;
  }
  /* 基礎知識 */
  ul.top-tips-list .blog-type-block .thumbnail-area img{
    height: auto;
  }
  ul.top-tips-list li,
  ul.top-column-list li {
    width: 100%;
  }
  .top-tips-link-text{
    width: 100%;
    margin: 0;
  }
  .top-tips-link {
    margin: 10px auto 20px;
  }
  .top-tips-link-btn {
    float: none;
    color: #fff;
    padding: 10px 0;
    margin: 20px auto 0;
    display: block;
    width: 80%;
  }
  ul.top-tips-list .blog-type-block {
    padding: 0;
  }
  ul.top-tips-list .blog-type-block a,
  ul.top-column-list .blog-type-block a{
    padding: 3% 1%;
  }
  ul.top-column-list .blog-type-block .title-area{
    padding: 0;
  }
  ul.top-tips-list .title-area h3,
  ul.top-column-list .title-area h3 {
    line-height: 1.4em;
  }
  ul.top-tips-list .blog-type-block .thumbnail-area,
  ul.top-column-list .blog-type-block .thumbnail-area{
    width: 30%;
    height: 0;
    display: inline-block;
    padding-bottom: 26%;
  }
  ul.top-tips-list .blog-type-block .title-area,
  ul.top-column-list .blog-type-block .title-area{
    width: 68%;
    display: inline-block;
    height: auto;
    padding: 0 1%;
  }
  .title-area p {
    height: auto;
    overflow: hidden;
    line-height: 1.4em;
    margin-top: 5px;
  }


  .column-area .bg-icon,
  .qanda-area .bg-icon,
  .tips-area .bg-icon,
  .ranking-list .bg-icon {
    margin: 0 auto 10px;
    position: relative;
  }

  /* ランキング一覧 */

  .rank1 li.sp-border-style {
  border: solid 2px #dcbc39;
  box-shadow: 0px 0px 4px #dcbc39;
  }
  .rank2 li.sp-border-style {
    border: solid 2px #abc2cb;
    box-shadow: 0px 0px 4px #abc2cb;
  }
  .rank3 li.sp-border-style {
    border: solid 2px #d1955f;
    box-shadow: 0px 0px 4px #d1955f;
  }

  ul.rank-link {
    border-bottom: none;
  }
  .rank-link li{
    border-bottom: solid 1px #ddd;
  }
  /* タブスクロール */
  .nav-horizontal {
    background-color: #fff;
    overflow: hidden;
    height: 3em;
    width: 100%;
    margin: 20px auto 10px;
  }
  .nav-horizontal .mask {
    height: 5em;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-horizontal .rank-link {
    display: inline-table;
    margin: 0 auto;
    max-width: 100%;
  }
  .nav-horizontal .rank-link li {
    display: table-cell;
    white-space: nowrap;
  }
  .nav-horizontal .rank-link a {
    display: block;
    padding: 0 1em;
    text-decoration: none;
    color: #333;
    height: 3em;
    line-height: 3;
  }
  .nav-horizontal .rank-link #active {
    border: solid 2px #125379;
    border-bottom: none;
    box-sizing: border-box;
  }
  .rank-link li#active a {
    margin-bottom: 0;
    border-bottom: none;
    background: #125379;
    height: 3em;
    color: #fff;
  }

  /* コラム一覧 */
  .title-area {
    width: 67%;
  }
  .title-area h3 {
    margin-top: 0;
  }
  /* topよくある悩み一覧 */
  .qa-title-area dl dd{
    width: 93%;
  }
  /* コラム詳細 */
  .column-list #main .list_h2, .tips-list #main .list_h2{
    margin-top: 0;
  }
  .column-list .content img,
  .tips-list .content img,
  .a-area .content img,
  .kote-page .content img {
    margin: 0 auto 20px;
  }
  /* よくある悩み詳細 */
  .qanda-list h2 {
    line-height: 1.5em;
  }
  /* 運営会社詳細 */
  .corporate-information{
    width: 98%;
  }
  /* 問い合わせ */
  .form-block table {
    width: 98%;
    margin: 20px auto;
  }
  .form-block table th,
  .form-block table td{
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .form-block table td{
    border: none;
    padding: 10px 0 30px;
  }
  span.form-red {
    display: inline-block;
    margin-left: 1%;
  }

  .mw_wp_form span.error {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  /* スライドメニュー */
  .logo-search-banner-area {
    position: fixed;
    background: #fff;
    z-index: 900;
    box-shadow: 1px 0 5px #ddd;
    height: 50px;
  }
  .breadcrumb-area {
    padding-top: 50px;
  }
  .top-img-area-sp {
    padding-top: 50px;
  }
  .drawer {
    position:fixed;
    top:0;
    left:0;
    width: 300px;
    height: 100%;
    background: #fff;
    padding: 50px 5px;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index:9999;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
  }
  /* //ドロワーメニューの開閉ボタン */
  .drbtn {
    position: fixed;
    top: 0;
    right: -50px;
    width: 40px;
    height: 40px;
    -webkit-transition:ease .5s;
    transition:ease .5s;
    cursor:pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    z-index: 10000;
  }
  .hambarg {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 3px;
    width: 30px;
    background: #295d72;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  .hambarg:nth-child(1) {
    top: 40%;
    left: 50%;
  }
  .hambarg:nth-child(2) {
    top: 65%;
    left: 50%;
  }
  .hambarg:nth-child(3) {
    top: 90%;
    left: 50%;
  }

  .drawer.action {
    -webkit-transform:translateX(0);
    transform:translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
   
  /* //ボタンをドロワーメニュー内に表示 */
  .drbtn.action {
    right: 0;
  }
   
  /* //ハンバーガーボタンを「✖」に変える */
  .drbtn.action .hambarg:nth-child(1) {
    top: 60%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .drbtn.action .hambarg:nth-child(2) {
    top: 60%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .drbtn.action .hambarg:nth-child(3) {
    top: 60%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  .menu-default-sp .menu li {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  .menu-default-sp .menu li:first-child {
    border-top: solid 1px #ddd;
  }
  #header .menu-default-sp .menu li a{
    width: 100%;
    padding: 15px 0 15px 10px;
    display: block;
    text-align: left
  }
  #header .menu-default-sp .menu li a:after {
    content: "";
    right: 10px;
    position: absolute;
    top: 35%;
    background-image: url(./images/more-icon.png);
    width: 10px;
    height: 100%;
    background-repeat: no-repeat;
  }
  .top-search-area-sp {
    margin: 20px auto 0;
  }
  input.top-searchform-input {
    width: 100%;
  }
  /*SNSボタン設定*/
  .sns-area-sp {
    margin: 20px auto 0;
    width: 100%;
  }
  .sns-area-sp li {
    display: inline-block;
    width: 49%;
  }
  .sns-area-sp ul li a {
    width: 100%;
    height: 40px;
  }
  .sns-area-sp ul li a img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  /* パンくず */
  .breadcrumbs {
    width: 100%;
    padding: 1%;
    line-height: 100%;
  }
  .breadcrumbs span{
    font-size: 90%;
  }
  /* 404 */
  .error404 #main {
    margin-top: 20px;
  }
  /* ボタン */
  a.top-btn {
  margin: 20px auto;
  }
  .company-btn-area button{
    width: 100%;
    position: absolute;
    left: 0
  }
  .company-btn-area{
    height: 70px;
  }
  .sp-br{
    display: block;
  }
  /* 運営会社 */
  .kote-page #main .corporate-information dl dd {
    margin-left: 0;
  }
  #main .kijibtn a{
    width: 100%;
  }
/* topボタン */
  a.page_top {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
/* フォントサイズ */
  .column-list #main .list_h2{
    font-size: 20px;
  }
  .company_h2,.company-btn-area button,.campaign-s-text,.company-single #main p.company_name,.tips-list #main .list_h2{
    font-size: 18px;
  }
  h2,h2.list_h2,.column-list h2, .tips-list h2, .a-area h2, .kote-page h2,.blog-type-list h2,
  .kanren h4,a.top-btn.bg-icon,a.footer-btn,.bg-icon,
  .form-block input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea,
  input.top-searchform-input,.company-btn-area button,.campaign-s-text,h3.company_h3,p.company_name,
  .column-list #main .list_h2, .tips-list .list_h2,
  .column-list #main h3, .tips-list #main h3, .a-area #main h3, .kote-page #main h3, .company-single #main h3 {
    font-size: 16px;
  }
  a.top-btn,.footer-top h3,.footer-bottom ul li,span.shortcode-star-rating,.title-area h3,#header .menu-default-sp .menu li a,
  .column-list p, .tips-list p, .a-area p, .kote-page p, .a-area{
    font-size: 15px;
  }
  .side-block-area .company_name,.footer-bottom h3,.search-area input,.attention-company_name,.blog-fontsize-area p,.company-single #main ul li{
    font-size: 14px;
  }
  .side-h3-area h3,
  .side-h4-area h4,.column-list, .tips-list, .kote-page,.top-h2,h3.bg-icon span,.qa-title-area dl{
    font-size: 13px;
  }
  body,#header div.menu > ul,#header ul.menu,
  .checkbox01-parts,.attention-company_area h3,.company-information table th,ul.top-tips-list .title-area h3,
  ul.top-column-list .title-area h3,#main p.date-area,p.c-name,.search-input-conditions label{
    font-size: 12px;
  }
  .footer-bottom-text,.title-area p{
    font-size: 11px;
  }

  .single-ad-area div{
    margin-right: 0;
    margin-bottom: 10px;
  }

    /* 年金シミュレーション */
  .simulation-page-area th, .simulation-page-area td{
    display: block;
    padding: 20px 0;
  }

  .content_result {
    width: 100%;
  }
  .simulation_title h3 {
    font-size: 20px;
  }
  .simulation-page-area {
    font-size: 14px;
  }
  .simulation-page-area select,
  .simulation-page-area input {
    font-size: 16px;
  }
  .content_result {
    font-size: 14px;
  }

}
/* ==============================================================================================================================
500以下320用
================================================================================================================================= */
@media only screen and (min-width: 1px) and (max-width: 350px) {
  /* SP非表示 */
  .sns-area,.menu-default,.top-search-area,.top-banner-area,p.text-more, .top-right-link-btn {
    display: none;
  }
  /* SP表示 */
  .menu-default-sp,#sp-top-right-link-btn{
    display: block;
  }
  /* ランキングスクロールタブメニューずれ対策 */
  .ranking-list #main,.breadcrumb-area{
    animation: fadeIn2 2s ease 0s 1 normal;
    -webkit-animation: fadeIn2 2s ease 0s 1 normal;
  }
  @keyframes fadeIn2 {
    0% {opacity: 0}
    35% {opacity: 0}
    100% {opacity: 1}
  }
  @-webkit-keyframes fadeIn2 {
    0% {opacity: 0}
    35% {opacity: 0}
    100% {opacity: 1}
  }

  /* androidタップ背景なし */
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }

  main {
    margin-top: 0;
  }
  main.top-page,main.qanda-list {
    margin-top: 10px;
  }
  .menu-default-position,
  .logo-search-banner-area,
  .top-img-inner-area,
  img.top-img,
  #container,
  .wrapper,
  .company-information table {
    width: 100%;
  }
  #main{
    margin: 0 auto 20px;
    width: 100%;
  }
  .logo-area {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 40px;
  }
  .logo-area h1 {
    height: auto;
    padding: 0;
  }
  .top-img-btn {
    position: absolute;
    bottom: 0;
    left: 9%;
    width: 65%;
    height: 30%;
  }
  .logo-area h1 img {
    width: auto;
    margin: 0 auto;
    height: 30px;
    padding: 10px 0;
  }
  .top-banner-area {
    position: absolute;
    right: 1%;
    top: 25%;
  }
  /*g_menu*/
  #header div.menu > ul,
  #header ul.menu{
    width: 100%;
  }
  /*g_menuここまで*/
  #container, .wrapper {
    width: 94%;
    box-sizing: border-box;  }
  main {
    width: 100%
  }
  /* サイド */

  #sidebar {
    width: 100%;
    margin: 0 auto 0;
  }
  
  .side-link-title-thumbnail{
  width: 100px;
  }
  .widget {
    margin: 0 auto 20px;
    /* width: 80%; */
  }
  .banner {
    margin: 10px 0 0;
  }
  p.side-link-title {
    width: 60%;
  }
  /* footer */
  .footer-top {
    width: 100%;
    padding-bottom: 20px;
  }
  .footer-top h3 {
    padding: 20px 0 0;
  }
  a.footer-btn {
    margin: 1% 1% 10px;
    width: 90%;
    max-width: none;
  }

  .footer-bottom-text {
    margin: 30px auto 20px;
  }
  .footer-bottom ul li {
    display: block;
    position: relative;
    margin-right: 0;
    border-bottom: solid 1px #ddd;
    text-align: left;
  }
  .footer-bottom ul li:first-child {
    border-top: solid 1px #ddd;
  }
  .footer-bottom ul li a:after {
    content: "";
    right: 10px;
    position: absolute;
    top: 35%;
    background-image: url(./images/more-icon-w.png);
    width: 10px;
    height: 100%;
    background-repeat: no-repeat;
  }
  .menu-footermenu-container a { 
    display: block;
    padding: 15px;
  }
  /* ボタン */
  a.top-btn {
    width: 98%;
  }
  /* TOP */
  #sp-top-right-link-btn{
    margin: 0 auto 20px;
  }
  .top-qanda-list {
    margin-bottom: 20px;
  }
  .bg-icon{
    /* background-color: #f5f3f3; */
    margin-bottom: 10px;
    margin-top: 20px;
    border-bottom: 2px solid #295d72;
    border-top: 2px solid #295d72;
  }
  .search-input-conditions label {
    margin: 0 0 10px;
  }
  .checkbox01-parts::before{
    content: "";
    position: absolute;
    top: 0;
  }
  .checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    position: absolute;
    top: -7px;
    left: 3px;
  }
  .top-tips-link-text, ul.top-tips-list li, ul.top-column-list li {
    width: 100%;
  }
  .top-ranking-link .ranking-link-btn{
    width: 100%;
    background-image: url(./images/crown-icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    text-align: left;
    padding: 15px 0 15px 42px;
    background-size: 23px auto;
  }
  .top-ranking-area .company_name, .ranking-list .company_name {
    padding: 2px 0 2px 63px;
  }
  /* アイコンの大きさ */
  .bg-icon{
    background-size: 25px auto;
  }
  /* 検索フォーム */
  .search-area{
    margin-bottom: 10px;
  }
  .search-input-cat label{
    width: 49%;
  }
  .search-input-cat label:nth-child(3n) {
    margin-right: 2%;
  }
  .search-input-cat label:nth-child(2n) {
    margin-right: 0;
  }
  .search-input-conditions label {
    width: 32.5%;
  }
  .search-input-cat, .search-input-conditions {
    margin: 5px 0 10px;
  }
  .search-input-conditions{
    padding: 10px 2% 0;
  }

  h3.bg-icon span {
    margin-left: 0;
    display: block;
  }
  .column-area h3.bg-icon span {
    width: 100%;
  }
  /* 検索結果 */
  .cat-tag-block {
    padding: 2px 0;
  }
  /* 注目の */
  .attention-block .company-list-thumbnail-area{
    width: 30%;
    height: 40%;
    vertical-align: top;
    letter-spacing: normal;
  }
  .attention-title-area{
    width: 68%;
    padding: 0;
    vertical-align: middle;
    letter-spacing: normal;
    margin: 0 0 0 2%;
  }

  span.shortcode-star-rating {
    padding: 0;
    display: block;
  }

  .attention-text-more {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 10px 0 0;
    letter-spacing: normal;
    font-weight: bold;
    padding: 5px 0;
    border-radius: 3px;
  }
  .column-list, .tips-list, .a-area, .kote-page {
    margin: 10px auto;
  }
  /* 会社リスト */
  .list-area {
    margin: 10px 0 0 0;
  }
  li.sp-border-style {
    border: solid 2px #eee;
    padding: 0 1% 1%;
    margin-bottom: 10px;
    box-shadow: 1px 1px 2px #ccc;
    height: 210px;
  }
  .kanren ul.list-ul {
    border-bottom: none;
  }
  .blog-type-block:hover {
    background: none;
  }
  .blog-type-block .company_area {
    margin-bottom: 0;
  }
  section.top-ranking-area p.company_name  {
    width: 100%;
    margin: 5px 0;
  }
  .list-company-text-more,.list-company-link {
    position: absolute;
    top: 10px;
    width: 20%;
    max-height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    display: none;
  }
  .company-list p.company_name,
  .kanren p.company_name,
  .search p.company_name{
    width: 100%;
    margin: 5px 0;
    line-height: 1.4em;
  }
  .blog-type-block .company-list-thumbnail-area {
    width: 45%;
    height: 40%;
    margin: 0 auto;
  }
  .company-list-thumbnail-chart {
    text-align: center;
    display: block;
  }
  .blog-type-block .chart-area {
    width: 50%;
  }

  .company-list-title-area {
    width: 100%;
    margin: 5px auto;
    display: block;
  }

  a.top-rank-link-btn {
    padding: 15px 0;
    width: 90%;
    display: block;
  }
  .cat-area {
    margin-top: 10px;
    border-top: solid 1px #ddd;
    padding-top: 10px;
    margin-left: 0;
  }
  .top-cat-rank {
    margin: 30px auto 0;
  }
   /* 会社詳細 */
  .company-single #main p.company_name{
    line-height: 1.4em;
   }
  .company_h2{
    margin: 20px auto 0;
    line-height: 1.4em;
  }
  .company-main-text{
    margin: 40px auto 0;
  }

  .company-single #main .single-thumbnail-area{
    margin:0 auto 20px;
    display: block;
  }
  .company-single #main .chart-area {
    width: 50%;
  }
  p.company-star-area {
    line-height: 1.4em;
  }
  .company-status-area {
    width: 48%;
    max-width: none;
    margin: 10px auto 0;
  }
  .company-status-area dt {
    margin: 0 0 2px;
  }
  .campaign-s-text {
    width: 100%;
    padding: 10px;
  }
  .company-information table th{
    padding: 5px;
  }
  .company-information table td {
    padding: 10px;
  }
  /* 基礎知識 */
  ul.top-tips-list .blog-type-block .thumbnail-area img{
    height: auto;
  }
  ul.top-tips-list li,
  ul.top-column-list li {
    width: 100%;
  }
  .top-tips-link-text{
    width: 100%;
    margin: 0;
  }
  .top-tips-link {
    margin: 10px auto 20px;
  }
  .top-tips-link-btn {
    float: none;
    color: #fff;
    padding: 10px 0;
    margin: 20px auto 0;
    display: block;
    width: 80%;
  }
  ul.top-tips-list .blog-type-block {
    padding: 0;
  }
  ul.top-tips-list .blog-type-block a,
  ul.top-column-list .blog-type-block a{
    padding: 3% 1%;
  }
  ul.top-column-list .blog-type-block .title-area{
    padding: 0;
  }
  ul.top-tips-list .title-area h3,
  ul.top-column-list .title-area h3 {
    line-height: 1.4em;
  }
  ul.top-tips-list .blog-type-block .thumbnail-area,
  ul.top-column-list .blog-type-block .thumbnail-area{
    width: 30%;
    height: 0;
    display: inline-block;
    padding-bottom: 26%;
  }
  ul.top-tips-list .blog-type-block .title-area,
  ul.top-column-list .blog-type-block .title-area{
    width: 68%;
    display: inline-block;
    height: auto;
    padding: 0 1%;
  }
  .title-area p {
    height: auto;
    overflow: hidden;
    line-height: 1.4em;
    margin-top: 5px;
  }


  .column-area .bg-icon,
  .qanda-area .bg-icon,
  .tips-area .bg-icon,
  .ranking-list .bg-icon {
    margin: 0 auto 10px;
    position: relative;
  }

  /* ランキング一覧 */
  .rank1 li.sp-border-style {
  border: solid 2px #dcbc39;
  box-shadow: 0px 0px 4px #dcbc39;
  }
  .rank2 li.sp-border-style {
    border: solid 2px #abc2cb;
    box-shadow: 0px 0px 4px #abc2cb;
  }
  .rank3 li.sp-border-style {
    border: solid 2px #d1955f;
    box-shadow: 0px 0px 4px #d1955f;
  }

  ul.rank-link {
    border-bottom: none;
  }
  .rank-link li{
    border-bottom: solid 1px #ddd;
  }
  /* タブスクロール */
  .nav-horizontal {
    background-color: #fff;
    overflow: hidden;
    height: 3em;
    width: 100%;
    margin: 20px auto 10px;
  }
  .nav-horizontal .mask {
    height: 5em;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-horizontal .rank-link {
    display: inline-table;
    margin: 0 auto;
    max-width: 100%;
  }
  .nav-horizontal .rank-link li {
    display: table-cell;
    white-space: nowrap;
  }
  .nav-horizontal .rank-link a {
    display: block;
    padding: 0 1em;
    text-decoration: none;
    color: #333;
    height: 3em;
    line-height: 3;
  }
  .nav-horizontal .rank-link #active {
    border: solid 2px #125379;
    border-bottom: none;
    box-sizing: border-box;
  }
  .rank-link li#active a {
    margin-bottom: 0;
    border-bottom: none;
    background: #125379;
    height: 3em;
    color: #fff;
  }

  /* コラム一覧 */
  .title-area {
    width: 67%;
  }
  .title-area h3 {
    margin-top: 0;
  }
  /* topよくある悩み一覧 */
  .qa-title-area dl dd{
    width: 93%;
  }
  /* コラム詳細 */
  .column-list #main .list_h2, .tips-list #main .list_h2{
    margin-top: 0;
  }
  .column-list .content img,
  .tips-list .content img,
  .a-area .content img,
  .kote-page .content img {
    margin: 0 auto 20px;
  }
  /* よくある悩み詳細 */
  .qanda-list h2 {
    line-height: 1.5em;
  }
  /* 運営会社詳細 */
  .corporate-information{
    width: 98%;
  }
  /* 問い合わせ */
  .form-block table {
    width: 98%;
    margin: 20px auto;
  }
  .form-block table th,
  .form-block table td{
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .form-block table td{
    border: none;
    padding: 10px 0 30px;
  }
  span.form-red {
    display: inline-block;
    margin-left: 1%;
  }

  .mw_wp_form span.error {
    position: absolute;
    bottom: 5px;
    right: 0;
  }
  /* スライドメニュー */
  .logo-search-banner-area {
    position: fixed;
    background: #fff;
    z-index: 900;
    box-shadow: 1px 0 5px #ddd;
    height: 50px;
  }
  .breadcrumb-area{
    padding-top: 50px;
  }
  .top-img-area-sp {
    padding-top: 50px;
  }
  .drawer {
    position:fixed;
    top:0;
    left:0;
    width: 300px;
    height: 100%;
    background: #fff;
    padding: 50px 5px;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition:ease .5s;
    transition:ease .5s;
    z-index:9999;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
  }
  /* //ドロワーメニューの開閉ボタン */
  .drbtn {
    position: fixed;
    top: 0;
    right: -50px;
    width: 40px;
    height: 40px;
    -webkit-transition:ease .5s;
    transition:ease .5s;
    cursor:pointer;
    align-items: flex-end;
    display: flex;
    justify-content: center;
    font-size: 10px;
    z-index: 10000;
  }
  .hambarg {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: 3px;
    width: 30px;
    background: #295d72;
    -webkit-transition: ease .5s;
    transition: ease .5s;
  }
  .hambarg:nth-child(1) {
    top: 40%;
    left: 50%;
  }
  .hambarg:nth-child(2) {
    top: 65%;
    left: 50%;
  }
  .hambarg:nth-child(3) {
    top: 90%;
    left: 50%;
  }

  .drawer.action {
    -webkit-transform:translateX(0);
    transform:translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
   
  /* //ボタンをドロワーメニュー内に表示 */
  .drbtn.action {
    right: 0;
  }
   
  /* //ハンバーガーボタンを「✖」に変える */
  .drbtn.action .hambarg:nth-child(1) {
    top: 60%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .drbtn.action .hambarg:nth-child(2) {
    top: 60%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
  }
  .drbtn.action .hambarg:nth-child(3) {
    top: 60%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
  }

  .menu-default-sp .menu li {
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  .menu-default-sp .menu li:first-child {
    border-top: solid 1px #ddd;
  }
  #header .menu-default-sp .menu li a{
    width: 100%;
    padding: 15px 0 15px 10px;
    display: block;
    text-align: left
  }
  #header .menu-default-sp .menu li a:after {
    content: "";
    right: 10px;
    position: absolute;
    top: 35%;
    background-image: url(./images/more-icon.png);
    width: 10px;
    height: 100%;
    background-repeat: no-repeat;
  }
  .top-search-area-sp {
    margin: 20px auto 0;
  }
  input.top-searchform-input {
    width: 100%;
  }
  /*SNSボタン設定*/
  .sns-area-sp {
    margin: 20px auto 0;
    width: 100%;
  }
  .sns-area-sp li {
    display: inline-block;
    width: 49%;
  }
  .sns-area-sp ul li a {
    width: 100%;
    height: 40px;
  }
  .sns-area-sp ul li a img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  /* パンくず */
  .breadcrumbs {
    width: 100%;
    padding: 1%;
    line-height: 100%;
  }
  .breadcrumbs span{
    font-size: 90%;
  }
  /* 404 */
  .error404 #main {
    margin-top: 20px;
  }
  /* ボタン */
  a.top-btn {
  margin: 20px auto;
  }
  .company-btn-area button{
    width: 100%;
    position: absolute;
    left: 0
  }
  .company-btn-area{
    height: 70px;
  }
  .sp-br{
    display: block;
  }
  /* 運営会社 */
  .kote-page #main .corporate-information dl dd {
    margin-left: 0;
  }
/* topボタン */
  a.page_top {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
/* フォントサイズ */
  .column-list #main .list_h2{
    font-size: 20px;
  }
  .company_h2,.company-btn-area button,.campaign-s-text,.company-single #main p.company_name,.tips-list #main .list_h2{
    font-size: 18px;
  }
  h2,h2.list_h2,.column-list h2, .tips-list h2, .a-area h2, .kote-page h2,.blog-type-list h2,
  .kanren h4,a.top-btn.bg-icon,a.footer-btn,.bg-icon,
  .form-block input[type="text"], input[type="password"], input[type="email"], input[type="search"], textarea,
  input.top-searchform-input,.company-btn-area button,.campaign-s-text,h3.company_h3,p.company_name,
  .column-list #main .list_h2, .tips-list .list_h2,
  .column-list #main h3, .tips-list #main h3, .a-area #main h3, .kote-page #main h3, .company-single #main h3 {
    font-size: 16px;
  }
  a.top-btn,.footer-top h3,.footer-bottom ul li,span.shortcode-star-rating,.title-area h3,#header .menu-default-sp .menu li a,
  .column-list p, .tips-list p, .a-area p, .kote-page p, .a-area{
    font-size: 15px;
  }
  .side-block-area .company_name,.footer-bottom h3,.search-area input,.attention-company_name,.blog-fontsize-area p,.company-single #main ul li{
    font-size: 14px;
  }
  .side-h3-area h3,
  .side-h4-area h4,.column-list, .tips-list, .kote-page,.top-h2,h3.bg-icon span,.qa-title-area dl{
    font-size: 13px;
  }
  body,#header div.menu > ul,#header ul.menu,
  .checkbox01-parts,.attention-company_area h3,.company-information table th,ul.top-tips-list .title-area h3,
  ul.top-column-list .title-area h3,#main p.date-area,p.c-name,.search-input-conditions label{
    font-size: 12px;
  }
  .footer-bottom-text,.title-area p{
    font-size: 11px;
  }
  
  .single-ad-area div{
    margin-right: 0;
    margin-bottom: 10px;
  }
  #main .kijibtn a{
    width: 100%;
  }
/* =====================
320※専用スタイル
===================== */

  .top-right-link-btn {
    position: absolute;
    top: 65px;
    right: 0;
  }

  .column-area h3.bg-icon span {
    width: 100%;
  }

  .top-cat-rank {
    margin: 10px auto 0;
  }
  .top-ranking-link .ranking-link-btn{
    margin-bottom: 10px;
  }
  .top-h2 {
    padding: 5px 0 5px 35px;
  }
  .top-rank-link{
    padding: 20px 10px;
  }
  #header .menu-default-sp .menu li a {
    padding: 10px 0 10px 10px;
  }
  .drawer{
    padding-top: 45px;
  }
  .search-input-conditions label {
    width: 48.5%;
  }

  .list-company-text-more {
    position: absolute;
    bottom: 10px;
  }
  .search-input-cat label:nth-child(3n) {
    margin-right: 0;
  }
  .search-input-cat label{
    width: 100%;
  }
  .column-list, .tips-list, .a-area, .kote-page {
    margin: 10px auto;
    width: 98%;
  }
  .nav-horizontal {
    margin: 20px auto 0;
  }
  .company-single #main .single-thumbnail-area{
    width: 90%;
    height: auto;
  }

  /* フォントサイズ */
  .column-list #main .list_h2, .tips-list .list_h2,.footer-site-title span,.campaign-s-text,a.top-btn,
  h3.company_h3,.company_h2,.company-btn-area button,h2,h2.list_h2,.column-list h2, .tips-list h2, .a-area h2, .kote-page h2,
  .company-list p.company_name {
    font-size: 16px;
  }
  .blog-type-list h2.bg-icon,.bg-icon{
    font-size: 15px;
  }
  
  .kanren h4,a.top-btn,a.footer-btn {
    font-size: 14px;
  }
  .blog-fontsize-area p,.company-single #main ul li{
    font-size: 13px;
  }
  .footer-bottom h3,.footer-top h3,.company-btn-area,#header .menu-default-sp .menu li a{
    font-size: 12px;
  }
  button,.rank-link li a,.company-information table th,.p.c-name{
    font-size: 11px;
  }
  .rank-link li a{
    font-size: 10px;
  }

    /* 年金シミュレーション */
  .simulation-page-area th, .simulation-page-area td{
    display: block;
    padding: 20px 0;
  }
  .content_result {
    width: 100%;
  }
  .simulation_title h3 {
    font-size: 20px;
  }
  .simulation-page-area {
    font-size: 14px;
  }
  .simulation-page-area select,
  .simulation-page-area input {
    font-size: 16px;
  }
  .content_result {
    font-size: 14px;
  }
  /* Partners Club */
  .partnersclub-page-area .matchHeight {
    width: 100%;
  }
  .partnersclub-page-area a.tel {
    width: 80%;
  }
  .partnersclub-block .text-area p,
  .partnersclub-img {
    width: 90%;
  }

}


/* ランキングLPスタイル */
#lpmain{
  float: none;
  width: 96%;
  margin: auto;
  max-width: 1000px;
}
#lpmain .rank-link li {
  width: 139px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
#lpmain {
    float: none;
    width: 100%;
    margin: auto;
    max-width: 1000px;
    padding-top: 60px;
  }
}