@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

div,
header,
footer,
main,
aside,
article,
section,
li,
img,
input,
textarea,
tr,
th,
td,
a {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.25rem;
  word-break: break-all;
  letter-spacing: 0.05rem;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #ff0000;
}

a:active {
  color: #ff8000;
}

.font_underline_blue {
  background: linear-gradient(transparent 50%, #ffff66 0%);
  line-height: 1.3em;
  font-weight: bold;
}

/*---------------
PCとスマホでの画像の切り替え
---------------*/
.disp_pc {
  display: none !important;
}
@media only screen and (min-width: 1020px) {
  .disp_pc {
    display: block !important;
  }
}

.disp_sm {
  display: block !important;
}
@media only screen and (min-width: 1020px) {
  .disp_sm {
    display: none !important;
  }
}

/*---------------
---------------*/
.container {
  width: 100%;
}

header .header_banner {
  width: 100%;
  background-color: #03abcf;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
header .header_banner img {
  max-width: 100%;
  height: auto;
}
header .header_banner a {
  width: 100%;
  display: flex;
  justify-content: center;
}
header .header_banner a:hover img {
  transform: scale(1.05);
  opacity: 0.8;
}
header .header_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
header .header_main_left {
  display: flex;
  align-items: center;
}
header .header_main_left_logo {
  width: 132px;
  margin-right: 20px;
}
header .header_main_left_logo img {
  width: 100%;
  height: auto;
}
header .header_main_left_menu {
  display: none;
}
@media only screen and (min-width: 1020px) {
  header .header_main_left_menu {
    display: block;
  }
  header .header_main_left_menu ul {
    display: flex;
    font-size: 0.75rem;
  }
  header .header_main_left_menu li {
    margin-right: 20px;
    padding: 15px 0;
  }
  header .header_main_left_menu li a {
    text-decoration: none;
  }
  header .header_main_left_menu li a:hover {
    text-decoration: underline;
  }
}
header .header_main_right ul {
  font-size: 0.75rem;
}
header .header_main_right li {
  margin-left: 20px;
}
header .header_main_right li a {
  padding: 15px 0;
  text-decoration: none;
}
header .header_main_right li a:hover {
  text-decoration: underline;
}
header .header_main_right li:nth-last-child(2) {
  margin-left: 10px;
}
header .header_main_right li:nth-last-child(2) a {
  color: #fff;
  background: linear-gradient(to left, #e70040, #e00188);
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
header .header_main_right li:nth-last-child(2) a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
  opacity: 0.8;
}
header .header_main_right li:nth-last-child(3) {
  margin-left: 10px;
}
header .header_main_right li:nth-last-child(3) a {
  color: #fff;
  background: linear-gradient(to left, #128bda, #39bafd);
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
header .header_main_right li:nth-last-child(3) a:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
  opacity: 0.8;
}
header .header_main_right li:not(:last-child) {
  display: none;
}
@media only screen and (min-width: 1020px) {
  header .header_main_right li:not(:last-child) {
    display: inline;
  }
}
header .header_main_right li:last-child {
  display: inline;
}
@media only screen and (min-width: 1020px) {
  header .header_main_right li:last-child {
    display: none;
  }
}

footer .footer_provider_estimate {
  background: url("../images/common/footer_btn_bg.a8604f8ff488.jpg") no-repeat 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: center;
}
footer .footer_provider_estimate_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  footer .footer_provider_estimate_box {
    padding: 30px 30px;
  }
}
footer .footer_provider_estimate_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  footer .footer_provider_estimate_box .midashi {
    font-size: 1.125rem;
  }
}
footer .footer_provider_estimate_box .midashi .big {
  font-size: 2rem;
}
footer .footer_provider_estimate_box .midashi .color {
  color: #e44c06;
}
footer .footer_provider_estimate_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  footer .footer_provider_estimate_box_btn {
    flex-direction: row;
  }
}
footer .footer_provider_estimate_box_btn_provider {
  flex: 1;
}
footer .footer_provider_estimate_box_btn_provider a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #39bafd, #138cdb);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
footer .footer_provider_estimate_box_btn_provider a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
footer .footer_provider_estimate_box_btn_provider a p:last-child {
  font-size: 0.875rem;
}
footer .footer_provider_estimate_box_btn_provider a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
footer .footer_provider_estimate_box_btn_estimate {
  flex: 1;
}
footer .footer_provider_estimate_box_btn_estimate a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #e00185, #e7003e);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
footer .footer_provider_estimate_box_btn_estimate a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
footer .footer_provider_estimate_box_btn_estimate a p:last-child {
  font-size: 0.875rem;
}
footer .footer_provider_estimate_box_btn_estimate a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
footer .footer_provider_estimate_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
footer .footer_provider_estimate_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
footer .footer_provider_estimate_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
footer .footer_provider_estimate_box_btn .balloon .color {
  color: #ffe600;
}
footer .footer_provider_estimate_box_sub {
  padding-top: 20px;
}
footer .footer_provider_estimate_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .footer_provider_estimate_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
footer .footer_provider_estimate_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
footer .footer_provider_estimate_box_sub li:last-child:after {
  content: "";
}
footer .footer_category_headline {
  padding: 120px 10px 10px 10px;
  display: flex;
  justify-content: center;
  background: #eee;
}
@media only screen and (min-width: 1020px) {
  footer .footer_category_headline {
    padding: 30px 10px 10px 10px;
  }
}
footer .footer_category_headline_box {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  text-align: center;
}
footer .footer_category_headline_box_individual {
  flex: 2;
}
footer .footer_category_headline_box_individual h2 {
  color: #35a179;
  text-align: center;
  padding-bottom: 10px;
}
footer .footer_category_headline_box_corporate {
  flex: 3;
}
footer .footer_category_headline_box_corporate h2 {
  color: #2b66a9;
  text-align: center;
  padding-bottom: 10px;
}
footer .footer_category {
  padding: 0 10px 60px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #eee;
}
@media only screen and (min-width: 1020px) {
  footer .footer_category {
    padding: 0 0 60px 0;
  }
}
footer .footer_category_box {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}
footer .footer_category_box_individual {
  display: flex;
  margin-right: 10px;
}
footer .footer_category_box_individual_box {
  width: 100%;
  padding: 20px 10px;
  column-count: 2;
}
@media only screen and (min-width: 1020px) {
  footer .footer_category_box_individual_box {
    padding: 20px;
    column-count: 5;
  }
}
footer .footer_category_box_individual_box > div {
  break-inside: avoid; /* こいつが肝 */
  margin: 0 0 10px;
  color: #fff;
  color: #35a179;
}
footer .footer_category_box_individual_box > div p {
  font-size: 0.875rem;
  font-weight: bold;
  background: url("../images/category/icon_life.866d7bbc9458.png") no-repeat 0 50%;
  background-size: 1rem auto;
  margin-bottom: 10px;
  padding-left: 1.1rem;
}
footer .footer_category_box_individual_box > div li {
  font-size: 0.875rem;
  padding-bottom: 10px;
  line-height: 140%;
  padding-left: 1.1rem;
}
footer .footer_category_box_corporate {
  display: flex;
}
footer .footer_category_box_corporate_box {
  width: 100%;
  padding: 20px 10px;
  column-count: 2; /* こいつが肝 */
}
@media only screen and (min-width: 1020px) {
  footer .footer_category_box_corporate_box {
    padding: 20px;
    column-count: 5; /* こいつが肝 */
  }
}
footer .footer_category_box_corporate_box > div {
  break-inside: avoid; /* こいつが肝 */
  margin: 0 0 10px;
  color: #fff;
  color: #2b66a9;
}
footer .footer_category_box_corporate_box > div p {
  font-size: 0.875rem;
  font-weight: bold;
  background: url("../images/category/icon_hp.ad4f093d7768.png") no-repeat 0 50%;
  background-size: 1rem auto;
  margin-bottom: 10px;
  padding-left: 1.1rem;
}
footer .footer_category_box_corporate_box > div li {
  font-size: 0.875rem;
  padding-bottom: 10px;
  line-height: 140%;
  padding-left: 1.1rem;
}
footer .request {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
footer .request_headline {
  width: calc(100% - 20px);
  margin: 0 10px;
  padding-bottom: 30px;
  max-width: 1400px;
  text-align: center;
}
footer .request_headline p {
  color: #e00188;
  padding-bottom: 10px;
  font-size: 0.75rem;
  font-weight: bold;
}
footer .request_headline h2 {
  font-size: 1.75rem;
  font-weight: bold;
}
footer .request_box {
  width: calc(100% - 20px);
  margin: 0 10px;
  max-width: 1400px;
  /*タブ切り替え全体のスタイル*/
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
footer .request_box .tabs {
  padding-bottom: 20px;
  margin: 0 auto;
  max-width: 900px;
}
footer .request_box .tab_item {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.875rem;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  padding: 10px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(33.3333333333% - 30px);
}
@media only screen and (min-width: 1020px) {
  footer .request_box .tab_item {
    width: auto;
    padding: 10px 20px;
  }
}
footer .request_box .tab_item:hover {
  background-color: #333;
  color: #fff;
  border-radius: 100px;
}
footer .request_box input[name=tab_item] {
  display: none;
}
footer .request_box .tab_content {
  display: none;
  padding: 0x 40px 0;
  clear: both;
  overflow: hidden;
  border-top: solid 1px #ccc;
}
footer .request_box #request:checked ~ #request_content,
footer .request_box #individual:checked ~ #individual_content,
footer .request_box #corporate:checked ~ #corporate_content {
  display: block;
}
footer .request_box .tabs input:checked + .tab_item {
  background-color: #333;
  color: #fff;
  border-radius: 100px;
}
footer .request_box ul > li {
  font-size: 0.875rem;
  padding: 10px 10px;
  border-bottom: solid 1px #ccc;
}
@media only screen and (min-width: 1020px) {
  footer .request_box ul > li {
    padding: 20px 10px;
  }
}
footer .request_box ol {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 1020px) {
  footer .request_box ol {
    flex-direction: row;
  }
}
footer .request_box ol li {
  padding: 8px 20px 8px 0;
}
footer .request_box ol li:nth-child(2) a:link, footer .request_box ol li:nth-child(2) a:visited {
  text-align: center;
  color: #fff;
  padding: 2px 5px;
}
footer .request_box ol li:nth-child(2) a:hover, footer .request_box ol li:nth-child(2) a:active {
  text-decoration: none;
}
footer .request_box ol li:last-child {
  background: url("../images/index/icon_map_pin.aba87a499b03.png") no-repeat 0 50%;
  background-size: 1.1rem;
  padding-left: 1.1rem;
}
footer .footer_menu {
  background-color: #333;
  padding: 30px;
  display: flex;
  justify-content: center;
}
footer .footer_menu_box {
  width: 100%;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box_2 {
    border-top: solid 1px #666;
  }
}
footer .footer_menu_box ul {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box ul {
    flex-direction: row;
    justify-content: center;
  }
}
footer .footer_menu_box li {
  font-size: 0.875rem;
}
footer .footer_menu_box a {
  display: block;
  border-bottom: solid 1px #fff;
  padding: 30px 10px;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box a {
    border-bottom: 0;
  }
}
footer .footer_menu_box a:link,
footer .footer_menu_box a:visited {
  text-align: center;
  color: #fff;
  text-decoration: none;
}
footer .footer_menu_box a:hover,
footer .footer_menu_box a:active {
  text-decoration: underline;
  background-color: #999;
}
@media only screen and (min-width: 1020px) {
  footer .footer_menu_box a:hover,
  footer .footer_menu_box a:active {
    background-color: inherit;
  }
}
footer .footer_copy {
  background-color: #333;
  padding: 0 0 30px 0;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
}
footer .footer_copy a:link,
footer .footer_copy a:visited {
  color: #fff;
  text-decoration: underline;
}
footer .footer_copy a:hover,
footer .footer_copy a:active {
  text-decoration: none;
}

/*---------------
ハンバーガー
---------------*/
.menu {
  display: inline-block;
  padding: 5px 10px 0px 10px;
  cursor: pointer;
}

.menu_box {
  display: none;
}
.menu_box p {
  margin: 0;
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.menu_box ul {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.menu_box li {
  font-size: 0.875rem;
}
.menu_box li a {
  display: block;
  padding: 20px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
}
.menu_box li a:link, .menu_box li a:visited {
  background-color: #333;
  color: #fff;
}
.menu_box li a:hover, .menu_box li a:active {
  background-color: #eee;
  color: #000;
}

.openbtn1 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #000;
  width: 80%;
}
.openbtn1 span:nth-of-type(1) {
  top: 15px;
}
.openbtn1 span:nth-of-type(2) {
  top: 23px;
}
.openbtn1 span:nth-of-type(3) {
  top: 31px;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 80%;
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 80%;
}

.button21 a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #333;
  font-size: 0.875rem;
  background-color: #333;
  color: #fff;
  transition: 0.3s;
  border-radius: 100px;
  text-decoration: none;
  line-height: 140%;
  margin: 0 10px;
}

.button21 a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #e00188;
  transition: 0.3s;
  margin-left: 10px;
}

.button21 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
  color: #000;
}

.button21 a:hover::after {
  transform: translateX(5px);
}

/*----------------
----------------*/
.btn_provider_estimate {
  display: flex;
  justify-content: center;
}
.btn_provider_estimate_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  margin: 0 10px 60px;
  background-color: #eee;
  padding: 30px 20px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box {
    padding: 30px;
  }
}
.btn_provider_estimate_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box .midashi {
    font-size: 1.125rem;
  }
}
.btn_provider_estimate_box .midashi .big {
  font-size: 2rem;
}
.btn_provider_estimate_box .midashi .color {
  color: #e44c06;
}
.btn_provider_estimate_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  .btn_provider_estimate_box_btn {
    flex-direction: row;
  }
}
.btn_provider_estimate_box_btn_provider {
  flex: 1;
}
.btn_provider_estimate_box_btn_provider a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #39bafd, #138cdb);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_provider_estimate_box_btn_provider a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_provider_estimate_box_btn_provider a p:last-child {
  font-size: 0.875rem;
}
.btn_provider_estimate_box_btn_provider a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_provider_estimate_box_btn_estimate {
  flex: 1;
}
.btn_provider_estimate_box_btn_estimate a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #e00185, #e7003e);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_provider_estimate_box_btn_estimate a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_provider_estimate_box_btn_estimate a p:last-child {
  font-size: 0.875rem;
}
.btn_provider_estimate_box_btn_estimate a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_provider_estimate_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
.btn_provider_estimate_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.btn_provider_estimate_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
.btn_provider_estimate_box_btn .balloon .color {
  color: #ffe600;
}
.btn_provider_estimate_box_sub {
  padding-top: 20px;
}
.btn_provider_estimate_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn_provider_estimate_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
.btn_provider_estimate_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
.btn_provider_estimate_box_sub li:last-child:after {
  content: "";
}

/*----------------
----------------*/
.btn_columns {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
}
.btn_columns_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  padding: 30px 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box {
    padding: 30px;
  }
}
.btn_columns_box .midashi {
  padding: 0 20px 20px;
  font-weight: bold;
  font-size: 1rem;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box .midashi {
    font-size: 1.125rem;
  }
}
.btn_columns_box .midashi .big {
  font-size: 2rem;
}
.btn_columns_box .midashi .color {
  color: #e44c06;
}
.btn_columns_box_btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 1rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  .btn_columns_box_btn {
    flex-direction: row;
  }
}
.btn_columns_box_btn_about {
  flex: 1;
}
.btn_columns_box_btn_about a {
  display: block;
  color: #fff;
  background: linear-gradient(to right, #06c8b4, #00a9a5);
  border-radius: 10px;
  padding: 25px 20px 20px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.btn_columns_box_btn_about a p:first-child {
  font-size: 1.5rem;
  padding-bottom: 5px;
}
.btn_columns_box_btn_about a p:last-child {
  font-size: 0.875rem;
}
.btn_columns_box_btn_about a:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
  transition-duration: 0.3s;
}
.btn_columns_box_btn .balloon {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  background: #000;
  transform: translateY(5px);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: bold;
}
.btn_columns_box_btn .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #000;
}
.btn_columns_box_btn .balloon p {
  margin: 0;
  padding: 0;
}
.btn_columns_box_btn .balloon .color {
  color: #ffe600;
}
.btn_columns_box_sub {
  padding-top: 20px;
}
.btn_columns_box_sub ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn_columns_box_sub li {
  font-size: 0.875rem;
  display: inline;
  list-style: none;
}
.btn_columns_box_sub li:after {
  /* >を表示*/
  content: "/";
  padding: 0 5px;
  color: #555;
}
.btn_columns_box_sub li:last-child:after {
  content: "";
}

.title {
  background-color: #e8e8e8;
  display: flex;
  justify-content: center;
}
.title_box {
  width: 100%;
  max-width: 1400px;
  padding: 10px 10px;
}
.title_box .breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}
.title_box ul {
  width: 100%;
  display: flex;
  word-break: keep-all;
  white-space: nowrap;
  overflow-x: scroll;
  line-height: 160%;
  font-size: 0.75rem;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1020px) {
  .title_box ul {
    flex-direction: row;
    flex-wrap: wrap;
    word-break: normal;
    white-space: normal;
    overflow-x: hidden;
    padding-bottom: 0;
  }
}
.title_box .breadcrumb li {
  display: inline-block;
}
.title_box .breadcrumb li:after {
  content: ">";
  padding: 0 0.2rem;
}
.title_box .breadcrumb li:last-child:after {
  content: "";
}
.title_box .breadcrumb li a {
  text-decoration: none;
}
.title_box .breadcrumb li a:hover {
  text-decoration: underline;
}

.top_ad {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.top_ad_box {
  width: 100%;
  max-width: 1400px;
  border: solid 1px #ccc;
  padding: 20px;
  text-align: center;
}

.inner {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.inner_box {
  width: calc(100% - 20px);
  max-width: 1020px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1020px) {
  .inner_box {
    flex-direction: row;
  }
}
.inner_box main {
  flex: 1;
}
@media only screen and (min-width: 1020px) {
  .inner_box main {
    width: calc(100% - 320px);
    margin-right: 20px;
  }
}
.inner_box aside {
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  .inner_box aside {
    width: 300px;
  }
}

main {
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  main {
    max-width: calc(100% - 340px);
  }
}
main .headline {
  border-bottom: solid 3px #707070;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main .headline h1 {
  font-size: 2.25rem;
  font-weight: bold;
  padding: 25px 0 0;
}
main .headline ul {
  display: flex;
  flex-direction: row;
}
main .headline ul > li {
  padding-right: 5px;
  font-size: 0.75rem;
}
main .headline ul > li .individual {
  background-color: #35a179;
}
main .headline ul > li .corporate {
  background-color: #2b66a9;
}
main .headline ul > li a {
  color: #fff;
  padding: 2px 5px;
  text-decoration: none;
}
main .headline ul > li a:hover {
  text-decoration: underline;
}
main .eyecatching {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 20px;
}
main .eyecatching img {
  width: 100%;
  height: auto;
}
main .mokuji_ad_top {
  margin-bottom: 20px;
  box-sizing: border-box;
}
main .mokuji_ad_bottom {
  margin-bottom: 20px;
  box-sizing: border-box;
}
main .mokuji {
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #eee;
}
main .mokuji p {
  font-size: 1.125rem;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}
main .mokuji ul {
  display: flex;
  flex-direction: column;
}
main .mokuji ul li {
  font-size: 0.875rem;
  padding: 15px;
  border-bottom: dotted 1px #ccc;
  line-height: 140%;
}
main .mokuji ul li a {
  padding: 10px 0;
}
main .mokuji ul .h2_list {
  font-weight: bold;
}
main .mokuji ul .h3_list {
  padding-left: calc(1rem + 15px);
}
main .honbun_bottom_ad {
  margin-bottom: 20px;
}
main .honbun {
  padding-bottom: 20px;
}
main .honbun p,
main .honbun h2,
main .honbun h3,
main .honbun h4,
main .honbun h5 {
  margin-bottom: 1.5rem;
  line-height: 160%;
}
main .honbun p {
  font-size: 1rem;
}
main .honbun h2 {
  font-size: 1.5rem;
  font-weight: bold;
  background: #eee;
  padding: 1rem 1rem 1rem 2.5rem;
  position: relative;
}
@media only screen and (min-width: 1020px) {
  main .honbun h2 {
    font-size: 2rem;
  }
}
main .honbun h2:before {
  position: absolute;
  top: 20%;
  left: 20px;
  width: 6px;
  height: 60%;
  content: "";
  border-radius: 3px;
  background: #333;
}
main .honbun h3 {
  font-size: 1.25rem;
  font-weight: bold;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  padding: 1rem 0;
}
@media only screen and (min-width: 1020px) {
  main .honbun h3 {
    font-size: 1.5rem;
  }
}
main .honbun h4 {
  font-size: 1.25rem;
  font-weight: bold;
  border-bottom: solid 2px #333;
  padding: 1rem 0;
}
@media only screen and (min-width: 1020px) {
  main .honbun h4 {
    font-size: 1.25rem;
  }
}
main .honbun h5 {
  font-size: 1rem;
  font-weight: bold;
  border-left: 3px solid #333;
  padding-left: 10px;
}
main .honbun .img-center {
  padding: 0 0 1.5rem;
}
main .honbun .img-center img {
  width: 100%;
  height: auto;
}
main .honbun .quote_text_center {
  font-size: 0.875rem;
  text-align: center;
}
main .honbun .sp-area1 {
  background-color: #eee;
  padding: 1rem 1rem 0;
  margin-bottom: 2rem;
  font-size: 1rem;
}
main .honbun .sp-area1_title {
  text-align: center;
  font-weight: bold;
}
main .honbun .sp-area2 {
  padding-bottom: 2rem;
}
main .honbun .sp-area2 table {
  width: 100%;
  font-size: 0.875rem;
  line-height: 160%;
}
main .honbun .sp-area2 th {
  background-color: #eee;
  border: solid 1px #ccc;
  padding: 20px;
  font-weight: normal;
  vertical-align: middle;
  text-align: right;
}
main .honbun .sp-area2 td {
  border: solid 1px #ccc;
  padding: 20px;
}
main .supervisor_top {
  margin-bottom: 20px;
}
main .supervisor_top ul {
  display: flex;
  flex-direction: column;
}
main .supervisor_top li {
  position: relative;
  border: solid 1px #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
main .supervisor_top li:after {
  /*タブ*/
  position: absolute;
  content: "監修者";
  background-color: #e44c06;
  color: #fff;
  width: 100px;
  left: calc(50% - 50px);
  right: calc(50% - 50px);
  bottom: calc(100% - 10px);
  border-radius: 5px 5px 0 0;
  padding: 5px 15px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  border-radius: 100px;
  text-align: center;
}
main .supervisor_top_logo {
  width: 80px;
}
@media only screen and (min-width: 1020px) {
  main .supervisor_top_logo {
    width: 110px;
  }
}
main .supervisor_top_logo img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
main .supervisor_top_text {
  flex: 1;
  margin-left: 10px;
}
main .supervisor_top_text_company {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: 10px;
}
main .supervisor_top_text_text {
  font-size: 0.875rem;
  line-height: 140%;
}
main .supervisor_top .supervisor_list_link {
  font-size: 0.875rem;
  text-align: center;
  padding: 10px 0;
}
main .supervisor_headline {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
main .supervisor_headline h2 {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
main .supervisor_headline h2:before,
main .supervisor_headline h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: "";
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
main .supervisor_headline h2:before {
  left: 0;
}
main .supervisor_headline h2:after {
  right: 0;
}
main .supervisor_main ul {
  display: flex;
  flex-direction: column;
}
main .supervisor_main li {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 10px;
}
main .supervisor_main li .logoname {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1020px) {
  main .supervisor_main li .logoname {
    flex-direction: row;
    align-items: center;
  }
}
main .supervisor_main li .logoname .logo {
  width: 100%;
  padding-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 1020px) {
  main .supervisor_main li .logoname .logo {
    width: 100px;
    padding-bottom: 0;
  }
}
main .supervisor_main li .logoname .logo img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
main .supervisor_main li .logoname .name {
  font-size: 1.125rem;
  line-height: 140%;
}
@media only screen and (min-width: 1020px) {
  main .supervisor_main li .logoname .name {
    padding-left: 10px;
  }
}
main .supervisor_main li .text {
  font-size: 0.875rem;
}
main .supervisor_main li .text p {
  line-height: 140%;
}
main .supervisor_main li .text p:first-child {
  padding-bottom: 10px;
}
main .supervisor_main li .text p:last-child {
  text-align: right;
}
main .category {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 15px 10px 15px 30px;
  margin-bottom: 10px;
  background: url("../images/column/icon_category.f08c4b1538e1.jpg") no-repeat left 10px center;
  background-size: auto 1rem;
}
main .category ul {
  display: flex;
  flex-direction: row;
}
main .category ul li {
  font-size: 0.875rem;
}
main .category ul li:after {
  content: "/";
  padding: 0 0.2rem;
}
main .category ul li:last-child:after {
  content: "";
}
main .category ul li a {
  text-decoration: underline;
}
main .category ul li a:hover {
  text-decoration: none;
}
main .related_headline {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
main .related_headline h2 {
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
main .related_headline h2:before,
main .related_headline h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: "";
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
main .related_headline h2:before {
  left: 0;
}
main .related_headline h2:after {
  right: 0;
}
main .related_main ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
}
main .related_main li {
  width: calc((100% - 40px) / 2);
  margin: 0 10px 10px 0;
}
@media only screen and (min-width: 1020px) {
  main .related_main li {
    width: calc((100% - 40px) / 4);
  }
}
main .related_main li .img {
  padding-bottom: 5px;
  overflow: hidden;
}
main .related_main li .img img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
}
main .related_main li .text {
  font-size: 0.875rem;
  line-height: 140%;
}
main .related_main a {
  text-decoration: none;
}
main .related_main a:hover {
  text-decoration: underline;
}
main .related_main a:hover img {
  transform: scale(1.1);
}
main .chiiki_main {
  width: calc(100% - 20px);
  max-width: 1400px;
  display: flex;
  flex-direction: column;
}
main .chiiki_main ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
}
main .chiiki_main li {
  width: calc(25% - 10px);
  display: flex;
  justify-content: center;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  text-align: center;
  border-radius: 10px;
}
@media only screen and (min-width: 1020px) {
  main .chiiki_main li {
    width: calc(25% - 10px);
  }
}
main .chiiki_main li a {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
}
main .chiiki_main li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

aside {
  display: flex;
}
aside .sidebar-inner .aside_topad {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside .sidebar-inner .aside_topad p {
  text-align: center;
}
aside .sidebar-inner .aside_about {
  border: solid 1px #ccc;
  background-color: #eee;
  margin-bottom: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside .sidebar-inner .aside_about_logo {
  width: 140px;
  padding-bottom: 20px;
}
aside .sidebar-inner .aside_about_logo img {
  width: 100%;
  height: auto;
}
aside .sidebar-inner .aside_about_text {
  font-size: 1rem;
  line-height: 160%;
}
aside .sidebar-inner .aside_about_text p {
  padding-bottom: 1rem;
}
aside .sidebar-inner .aside_list {
  /*タブのスタイル*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのスタイルを変える*/
}
aside .sidebar-inner .aside_list .tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
}
aside .sidebar-inner .aside_list ul {
  display: flex;
  flex-direction: column;
}
aside .sidebar-inner .aside_list li {
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
aside .sidebar-inner .aside_list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
aside .sidebar-inner .aside_list li .sam {
  width: 120px;
  position: relative;
}
aside .sidebar-inner .aside_list li .sam img {
  width: 100%;
  height: auto;
}
aside .sidebar-inner .aside_list li .text {
  flex: 1;
  padding-left: 10px;
  font-size: 0.875rem;
  line-height: 140%;
}
aside .sidebar-inner .aside_list li .ribbon {
  position: absolute;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 10px;
  z-index: 2;
  text-align: center;
  color: white;
  font-size: 0.75rem;
  border-radius: 2px 0 0 0;
}
aside .sidebar-inner .aside_list li .ribbon .ribbon:before {
  position: absolute;
  content: "";
  top: 0;
  right: -6px;
  border: none;
  border-right: solid 6px transparent;
}
aside .sidebar-inner .aside_list li .ranking1 {
  background: #d6b43c;
  opacity: 0.9;
}
aside .sidebar-inner .aside_list li .ranking1:before {
  border-bottom: solid 6px #d6b43c;
}
aside .sidebar-inner .aside_list li .ranking2 {
  background: #9fa0a0;
  opacity: 0.9;
}
aside .sidebar-inner .aside_list li .ranking2:before {
  border-bottom: solid 6px #9fa0a0;
}
aside .sidebar-inner .aside_list li .ranking3 {
  background: #b97335;
  opacity: 0.9;
}
aside .sidebar-inner .aside_list li .ranking3:before {
  border-bottom: solid 6px #b97335;
}
aside .sidebar-inner .aside_list .tab_item {
  width: 50%;
  height: 50px;
  border-bottom: 3px solid #03abcf;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 0.75rem;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
aside .sidebar-inner .aside_list .tab_item:hover {
  opacity: 0.75;
}
aside .sidebar-inner .aside_list input[name=tab_item] {
  display: none;
}
aside .sidebar-inner .aside_list .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}
aside .sidebar-inner .aside_list #all:checked ~ #all_content,
aside .sidebar-inner .aside_list #programming:checked ~ #programming_content,
aside .sidebar-inner .aside_list #design:checked ~ #design_content {
  display: block;
}
aside .sidebar-inner .aside_list .tabs input:checked + .tab_item {
  background-color: #03abcf;
  color: #fff;
}
aside .sidebar-inner .aside_category {
  padding-bottom: 20px;
}
aside .sidebar-inner .aside_category_headline {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside .sidebar-inner .aside_category_headline p {
  color: #e00188;
  padding-bottom: 10px;
  font-size: 0.75rem;
  font-weight: bold;
}
aside .sidebar-inner .aside_category_headline h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
aside .sidebar-inner .aside_category_box summary {
  cursor: pointer;
  list-style: none;
  text-decoration: underline;
  font-size: 0.875rem;
}
aside .sidebar-inner .aside_category_box details {
  padding: 0 0 10px 10px;
}
aside .sidebar-inner .aside_category_box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}
aside .sidebar-inner .aside_category_box li a {
  display: block;
  padding: 10px 10px;
  margin: 0 5px 5px 0;
  background-color: #eee;
  border-radius: 10px;
  font-size: 0.75rem;
  text-decoration: none;
}
aside .sidebar-inner .aside_category_box li a:hover {
  background-color: #333;
  color: #fff;
}
aside .sidebar-inner .aside_bottomad {
  margin-bottom: 20px;
  width: 100%;
}
@media only screen and (min-width: 1020px) {
  aside .sidebar-inner .aside_bottomad {
    position: sticky;
    top: 20px;
  }
}

.p-accordion {
  max-width: 100%;
  margin-inline: auto;
  padding-bottom: 20px;
}

.p-accordion__head {
  cursor: pointer;
  background-color: #eee;
  display: block;
  padding: 15px 20px;
  margin-top: 10px;
  font-size: 1rem;
}

.p-accordion__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-accordion__icon {
  display: block;
  position: relative;
  width: 16px;
  transition: transform 0.25s;
}

.p-accordion__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
}

.p-accordion__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background-color: #000;
}

.p-accordion__icon:before {
  left: 0;
  transform: rotate(45deg);
}

.p-accordion__icon:after {
  right: 0;
  transform: rotate(-45deg);
}

.p-accordion__input input[name=p-accordion__block] {
  display: none;
}

.p-accordion__input .p-accordion__block {
  cursor: pointer;
}

.p-accordion__input .p-accordion__content {
  height: 0;
  overflow: hidden;
  opacity: 0.5;
  background-color: #fff;
  transition: padding 0.25s ease, opacity 0.3s ease 0s;
}

.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head > .p-accordion__head-inner .p-accordion__icon {
  transform: rotate(-180deg);
}

.p-accordion__input input[name=p-accordion__block]:checked + .p-accordion__head + .p-accordion__content {
  /*開閉時*/
  height: auto;
  opacity: 1;
  padding: 20px 0 0 0;
}

.table1 table {
  width: 100%;
  border-collapse: collapse;
}
.table1 th {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
}
.table1 td {
  border: solid 1px #ccc;
  padding: 10px;
}