﻿
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
strong {
	color: #F06B0E;
}
p {
	font-size: 15px;
	line-height: 1.4em;
	padding-bottom: 0;
	color: #414A52;
}
h1 {
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px;
	text-align: left;
}
h1 img {
	width: 100%;
	height: auto;
  vertical-align:bottom;
}
h2 {
	font-size: 18px;
	font-weight: 600;
	margin: 0px 0px;
	padding: 0px;
	text-align: left;
}
h2 span.lineblb {
	padding: 0px 2px 3px 2px;
	border-bottom: 4px solid #464B4C;
}
h2 span.imp {
	padding: 5px 5px 5px 5px;
	border: 2px solid #F2A43B;
	color: #F2903B;
	font-size: 90%;
}
h3 {
	clear: left;
	font-size: 20px;
	margin: 5px auto 0px;
	text-align: left;
	font-weight: 600;
}
.sm {
  font-size: 12px;
}
.sub {
	font-size: 80%;
}
.has-padding {
	padding: 20px 0px;
}
.has-padding-half {
	padding: 15px 0px 20px 0px;
}
.alternate-bg {
	background-color: #ECECEC
}
.alternate-bg2 {
	background-color: #464B4C
}
.footer-bg {
	background-color: #FFFFFF
}
a {
	color: #464B4C;
}
a:hover {
	text-decoration: none;
  color: rgba(20,196,150,1.00);
}
ul, ol {
	margin: 0;
	padding: 0
}
nav ul li {
  list-style: none;
}
nav ul li a {
  text-decoration: none;
}
input, textarea {
	outline: none
}
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
* {
  box-sizing: border-box;
}
.clearfix{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/* コンテナ要素 */
body {
  border-top:none;
}
.outer-container {
  width: 100%;
  background: #ededed;
}
#recommend-page .outer-container {
  padding-top: 1.5em;
}
.main-outer {
  padding: 1.5em 0;
}
.container {
margin: 0 auto;
  width: 1130px;
}
.flex-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.inner-flex-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.box-50 {
  width: 49.5%;
}
.box-70 {
  width: 65%;
}
.box-60 {
  width: 67%;
}
.box-40 {
  width: 33%;
}
.box-30 {
  width: 33%;
}
.lower-page .box-70 {
  width: 100%;
}
@media (max-width:1199px) {
	.container {
		width: 950px
	}
}
@media (max-width:991px) {
	.container {
		width: 750px;
	}
}
@media (max-width:767px) {
	.container {
		width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	}
  .box-50 {
    width: 100%;
  }
  .box-50:not(:last-child) {
    margin-bottom: 0;
  }
}
/* 色 */
.fa-color {
	color: rgba(244,181,89,1.00)
}
#recommend-page .bxslider_caption .fa-color,#recommend-page .slider-caption-sp .fa-color  {
	color: #fff;
}
#recommend-page .bxslider_caption a:hover .fa-color,#recommend-page .slider-caption-sp a:hover .fa-color {
	color: #464B4C;
}

/* 外部リンクアイコン */
.gaibu::after {
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 5px;
  content: "\f08e";
}
.no_icon::after {
  content: "";
}

/*********************
ヘッダー
**********************/
/* ヘッダーコンテナ */
header{ display:none;}
/* サブコンテンツ */
#sub-contents{display: none}


h3.page-title {
  font-size: 22px;
	font-weight: 600;
	margin: 0px 0px 20px;
	border-bottom: 4px solid #B2B2B2;
	position: relative;
}
h3.page-title:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 4px #2687BF;
bottom: -4px;
width: 20%;
}
h3.page-title a {
  text-decoration: none;
}
#lower-main h4 {
  margin-bottom: 1em;
	background-color: #2687BF;
	color: #FFF;
	padding: 8px 12px;
	position: relative;
	padding-left: 1.8em;/*アイコン分のスペース*/
	font-size: 18px;
	line-height: 1.3;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#lower-main h4:before{
  font-family: FontAwesome;/*忘れずに*/
  content: "\f00c";/*アイコンのユニコード*/
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 10px;/*アイコンの位置*/
  top: 10px;/*アイコンの位置*/
  color: #FFFFFF; /*アイコン色*/
}
#lower-main h4:not(:first-child) {
  margin-top: 1em;
}
.entry-content h5 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 15px;
  margin-bottom: 0.5em;
}
.entry-content h5.rec-h5 {
  color: #f89321;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
	margin: 14px 0px 5px;
}
@media screen and (max-width: 640px) {
  .entry-content h5.rec-h5 {
    font-size: 22px;
  }
}
.entry-content h6 {
	font-size: 16px;
	font-weight: bold;
	color: #2687BF;
}
.entry-content p {
  margin-bottom: 0.5em;
}
.entry-content p.lead {
  font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
  .entry-content p.lead {
    font-size: 17px;
  }
}
.entry-content a {
  margin-bottom: 0.5em;
  color: #2887C1;
}
.entry-content a:hover {
  opacity: 0.7;
}
#lower-main a {
  color: #2887C1;
  text-decoration: none;
}
.entry-content .gaibu::after {
  padding-left: 0;
}
.page-title-blue {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 15px;
  border-left: 5px solid #2887C1;
  border-right: 5px solid #2887C1;
  color: #2887C1;
  font-size: 20px;
}

/* Q&A フォント・ヘッダー周り */
#lower-main div.q-h4 {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  color: #2887C1;
  border-bottom:  1px solid #2887C1;
}
#lower-main div.q-h4::before {
  content: "";/*アイコンのユニコード*/
}
#lower-main div.q-h4 span.q-marker {
  display: block;
  margin-right: 10px;
  padding: 10px 0.7em;
  text-align: center;
  background-color: #2887C1;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
}
#lower-main div.q-h4 a {
  display: inline;
}
#lower-main div.a-h4 {
  display: block;
  align-items: center;
  padding: 0.5em 0;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  color: #626466;
}
#lower-main div.a-h4::before {
  content: "";/*アイコンのユニコード*/
}
#lower-main div.a-h4 span.a-marker {
  display: inline-block;
  padding: 8px 1em;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  color: #ccc;
  font-size: 16px;
  font-weight: bold;
}

@media (max-width:767px) {
  #lower-main div.q-h4 {
    display: block;
    border-bottom: 0px;
  }
  #lower-main div.q-h4 span.q-marker {
    padding: 5px 0.7em;
    margin-bottom: 0.5em;
    margin-right: 0;
  }
  #lower-main div.a-h4 {
    display: block;
    padding-top: 0;
  }
  #lower-main div.a-h4 span.a-marker {
    display: block;
    padding: 3px 1em;
    margin-bottom: 0.5em;
  }
}

/* エディタ編集ボタン */
#lower-main .editor-button {
  width: 100%;
  color: #fff;
}
#lower-main .editor-button a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
  background: #14C496;
  border-radius: 5px;
  color: #fff;
}

/* リストスタイル */
.entry-content ul {
  padding: 0em 1em 1em 1.8em;
  position: relative;
}
.entry-content ul li {
	font-size: 12px;
  line-height: 1.5;
  list-style-type: none!important;
}
.entry-content ul li:not(:last-child) {
  padding-bottom: 0.5em;
}
.entry-content ul li:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f138";/*アイコンの種類*/
  position: absolute;
  left : 0.5em;/*左端からのアイコンまでの距離*/
  color: rgba(244,181,89,1.00);/*アイコン色*/
}
.entry-content table ul {
  padding-left: 15px;
}
.entry-content table ul li:before {
  content: "・";
  color: #535C67;
  left : 0em;/*左端からのアイコンまでの距離*/
}
.entry-content ol {
  list-style-type: decimal;
  margin: 0 0 1em;
  padding: 0;
}
.entry-content ol li {
  margin-left: 1.5em;
  padding: 0;
}
.entry-content ol li:not(:last-child){
  margin-bottom: 0.5em;
}
p.list-brackets {
  width: 97%;
  padding-left:1.3em;
  text-indent:-1.3em;
  margin-bottom: 0.3em;
  margin-left: 3%;
}
.entry-content p.caption {
  line-height: 1.3em;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}
/*-----------------
  テーブルスタイル 
-----------------*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #lower-main table {
      table-layout: fixed;
  }
}
#lower-main table {
  margin: 0.5em 0 1em;;
  width: 100%;
}
#lower-main table ul {
  padding-bottom: 0;
}
#lower-main table ol {
  margin-bottom: 0;
}
/* 表の幅が600px以下でスクロールバー表示 */
#lower-main .min-600-container {
  width: 100%;
  overflow-x: auto;
}
#lower-main table.min-600 {
  width: 100%;
  min-width: 600px;
}
#lower-main table th,#lower-main table td {
  border: 1px solid #ccc;
  padding: 5px;
}
#lower-main table th {
  background: #e9f3fa;
  text-align: center;
}
#lower-main table thead th {
  background: #BAD9EF;
}

/* ブラウザサイズ767PXを境にスマホとPCで表示切替 */
#lower-main table.table-sp {
  display: none;
}
@media (max-width:767px) {
  #lower-main table.table-pc {
    display: none;
  }
  #lower-main table.table-sp {
  display: table;
}
  #lower-main table.table-sp thead th {
  background: #67B2DF;
  color: #fff;
}
}

/* グレーのボックス内テーブル */
#lower-main .grey-border-box {
  width: 100%;
}
#lower-main .grey-border-box table {
  margin-bottom: 0;
}
#lower-main .grey-border-box table h6 {
  margin-bottom: 0.5em;
}
#lower-main .grey-border-box table th, #lower-main .grey-border-box table td {
  border: none;
}
#lower-main .grey-border-box table th {
  width: 60%;
  background: transparent;
  text-align: left;
  vertical-align: top;
}
#lower-main .grey-border-box table td {
  vertical-align: top; 
}
@media (max-width:767px){
  #lower-main .grey-border-box table th, #lower-main .grey-border-box table td {
    display: block;
    width: 100%;
  }
}

/*-------------------
シミュレーションページ
--------------------*/
#simulation-page br.sp {
  display: none;
}
#simulation-page table.result td {
  text-align: right;
}
#simulation-page table th.width30 {
  width: 30%;
}
#simulation-page table th.width35 {
  width: 35%;
}
#simulation-page table.result02 {
	width: 70%;
  }
#simulation-page table.result02 td {
	text-align: right;
  }
#simulation-page table.result01smp {
		display: none;
  }
@media (max-width:480px) {
  #simulation-page br.sp {
    display: block;
  }
  #simulation-page table th,#simulation-page table td {
    display: block;
    width: 100%;
    border: none;
  }
  #simulation-page table th.width30 {
  width: 100%;
  }
  #simulation-page table th.width35 {
  width: 100%;
  }
  #simulation-page table th {
    border: 1px solid #9DA5B0;
    border-top: 0;
  }
  #simulation-page table tr:first-child th {
    border: 1px solid #9DA5B0;
  }
  #simulation-page table td {
    border: 1px solid #9DA5B0;
    border-top: none;
    text-align: center;
  }
  #simulation-page table.result thead {
    display: none;
  }
	#simulation-page table.result01{
		display: none;
  }
#simulation-page table.result01smp {
		display:table;
		 border: 1px solid #9DA5B0;
  }
#simulation-page table.result01smp thead th {
	border-bottom: none;  
}
  #simulation-page table.result02{
	  width: 100%;
		 border: 1px solid #9DA5B0;
  }
}
#simulation-page select {
  padding: 0 15px 0 5px;
  outline:none;
  border: 1px solid #9DA5B0;
  border-radius: 5px;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#simulation-page select option{
  background-color: #fff;
  color: #333;
}
#simulation-page select::-ms-expand {
  display: none;
}
#simulation-page select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #828c9a;
}
#simulation-page .select-wrap {
  position:relative;
   display: inline-block;
}
#simulation-page .select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 5px;
  top: 47%;
  font-family: FontAwesome;/*忘れずに*/
  content: "\f0d7";
  line-height: 0;
  color: #2887C1;
  pointer-events: none;
}
#simulation-page input.input-radio {
	display: none;
}
#simulation-page label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding: 7px 10px 5px 15px;
	border-radius: 2px;
	text-align: left;
}
#simulation-page label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -9px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #D6D9DD;
	border-radius: 50%;
}
#simulation-page input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 48%;
	left: -4px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	border-radius: 50%;
	background: #2887C1;
}
#simulation-page input {
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #9DA5B0;
  border-radius: 5px;
}
#simulation-page input#submit_button {
  width: 100%;
  max-width: 300px;
  padding: 3px 0;
  background: #2887C1;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
}
#simulation-page input#submit_button:hover {
  opacity: 0.8;
}

/*-------------------
サイトマップ
--------------------*/
li.cat-item {
  display: none;
}

/*-------------------
ご加入のおすすめ
--------------------*/
.recomend-title-box {
  background-image: url(../images/recommend/stripe.png);
}
.recomend-title-box .container {
  padding: 10px 0;
}
.recomend-title-box .container h2 {
	margin: 25px 0px 10px;
	padding: 0px;
	text-align: center;
	color: #2687BF;
	line-height: 1.2em;
	font-size: 36px;
  font-weight: 600;
}
.kanyu-info p {
	padding: 8px 16px 3px;
	font-size: 14px;
	width: 100%;
	float: left;
	display: block;
	border-radius: 4px;
  background-color: #FFF;
	border: 3px solid #2687BF;
}
.kanyu-info span.tel{
	font-size: 150%;
	font-weight: bold;
	color: #2687BF;
	line-height: 1.2em;
}
#lower-h3 .download-h3 {
	background-color: #15C295;
	padding: 22px 30px;
	margin-bottom: 20px;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: 600;
}
@media screen and (max-width: 991px) {
  .recomend-title-box .container {
    width: 750px;
  }
  .recomend-title-box .container .box-60,.recomend-title-box .container .box-40 {
    width: 100%;
  }
  .recomend-title-box .container h2 {
    font-size: 36px;
    margin: 10px 0px 10px;
  }
  .kanyu-info p {
	  font-size: 16px;
  }
}
@media screen and (max-width: 787px) {
  .recomend-title-box .container {
    width: 95%;
  }
  .recomend-title-box .container h2 {
    font-size: 26px;
    margin: 10px 0px 10px;
  }
}
@media screen and (max-width: 640px) {
  #lower-h3 .download-h3 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  .recomend-title-box .container h2 {
    font-size: 24px;
    margin: 5px 0px 5px;
  }
  .kanyu-info p {
	  font-size: 14px;
  }
  #lower-h3 .download-h3 {
    font-size: 24px;
  }
}
.container .recommend-btn {
  margin: 1em 0;
  width: calc(96%/3);
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
}
.container .recommend-btn:hover,.container .recommend-btn:focus {
  border: 1px solid #fff;
  background-color: #F6F3BA;
}
.container .recommend-btn .img-box {
  width: 17%;
}
.container .recommend-btn .img-box img {
  width: 100%;
  vertical-align: bottom;
}
.container .recommend-btn p {
  width: 83%;
  padding-left: 0.5em;
}
.recommend-btn-box {
  padding: 0;
}
#rec-lower .recommend-btn-box .download {
  display: block;
  width: calc(96%/3);
  padding: 5px 10px;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(20,196,150,1.00);
  background: rgba(20,196,150,1.00);
  border-radius: 4px;
  text-decoration: none;
}
#rec-lower .recommend-btn-box .download:hover,#rec-lower .recommend-btn-box .download:focus {
  color: rgba(83,92,103,1.00);
  background-color: #F6F3BA;
  border: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .recommend-btn-box {
    width: 95%;
  }
  .container .recommend-btn {
    margin: 0;
    width: 100%;
    flex-wrap: nowrap;
  }
  .container .recommend-btn:first-child {
    margin-top: 1em;
  }
  .container .recommend-btn:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .container .recommend-btn:last-child {
    margin-bottom: 1em;
  }
  .container .recommend-btn .img-box {
    width: 10%;
  }
  .container .recommend-btn p {
    width: 90%;
  }
  #rec-lower .recommend-btn-box {
    width: 100%;
  }
  #rec-lower .recommend-btn-box .download {
    display: block;
    width: 100%;
    margin-top: 0.5em;
  }
}

/* ============== END 固定ページ ============== */



  .adobe-reader {
    display:none;
  }
.pagetop {
    display:none;
}

/*********************
  フッター
  *********************/
footer {
  background: none;
  padding: 1em 0;
}
footer p {
  font-size: 12px;
  color: #333;
}
