<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

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

body {
  font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif !important;
  color: #333;
  font-size: 14px;/*0717 meta font-size: 14px*/
  line-height: 1.3em;/*0715 meta*/
  margin: 0;
}

.pconly {
  display: block;
}
.sponly {
  display: none;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}
h3 {
  font-size: 18px;
}

a {
  color: #339;
  text-decoration: none;
  word-break: break-all;
}
a:hover img, input:hover {
  filter:alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

p, blockquote, ul, ol, dl {
  margin: 10px 0 0 0;
}

img {
  display: block;
  margin: 0;
  border: none;
  width: 100%;
}
img#top_new {
  padding-top: 5px;
}

.attention {
  color: red;
}

header, main {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: auto;
  background-color: #FFF;
  display: block;
}

main {
  padding: 15px 0 20px 0;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #ccc;
  position: relative;
  height: auto;
  display: block;
}
footer {
  background-color: #FFF;
  font-size: 12px;
}

section,
article,
side,
extra  {
  display: block;
  margin: 0;
}

.clear {
  clear:both;
}
.clearfix {
}
.clearfix:after {
    content:".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0px;
    line-height: 0px;
}

/*BUTTON
------------------------------------*/

.box_camp {
  overflow: hidden;
  position: relative;
  padding: 10px 20px 20px;
  margin: 30px 0;
  background-color: #fcf7f2;
  border: 1px solid #a05a14;
}

.btn_area01 {
    margin-top: 20px;
    text-align: center;
}
.btn_area01 input { margin: 0 10px; }

.box_camp p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

input[type="button"].midium_bt_r.large  {
    width: 40%;
    font-size: 16px;
    height: 60px;
    font-weight: bold;
}
input[type="button"].midium_bt_r  {
    background-color: #9a5a24;
    background-image: url(../img/btn_arrow_right.png);
    background-repeat: no-repeat;
    background-position: center right 10px;
    padding: 0 30px 0 20px;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;
}
input[type="button"] {
  border: none;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* BANNER
========================================================= */

.banner_area {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  border-top: 1px solid #ccc;
}

.banner_area ul {
  max-width: 960px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.banner_area ul &gt; li {
  display: inline-block;
  max-width: 49.5%;
}
.banner_area ul &gt; li:first-child {
  margin-right: 1%;
}
.banner_area ul &gt; li:last-child {
  max-width: 100%;
}

/* HEADER
========================================================= */

.g_navi {
  height: 75px;
  margin: 0;
  padding: 0;
  position: relative;
}
.logo {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  width: 362px;
}
.logo a {
  display: inline-block;
  width: 362px;
  height: 75px;
}
.logo a span {
  visibility: hidden;
}

/* FOOTER
========================================================= */

.footer_inner {
  max-width:980px;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.6em;
}

ul.endmenu {
  margin: 0;
  padding: 0;
  display: inline-block;
  list-style:none;
}
ul.endmenu li {
  display: inline-block;
}
ul.endmenu li a {
  margin: 0 8px;
  color: #666;
  text-decoration: none;
}
ul.endmenu li a:hover,
ul.endmenu li a:visited:hover {
  color: #666;
}
.copy {
  float: right;
  text-align: right;
  display:inline-block;
}

/* MAIN
========================================================= */

#cp_mainbox {
  position: relative;
}

.mainVisual {
  margin-top: 20px;
}

.dl_attention {
   overflow: hidden;
   margin: 20px 0 0 10px;
   font-size: 12px;
 }
.dl_attention dt {
  float: left;
  clear: both;
}
.dl_attention dd {
  margin: 0 0 0 1em;
}

.left-col, .right-col {
  max-width: 49%;
  border: 2px solid #ee5700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.right-col {
  float: right;
}
.left-col {
  float: left;
}

.cp_flow {
  margin: 20px 0 0;
  padding: 20px 10px;
  background: #f9f9f9;
  height: 767px;
}
.cp_flow ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.cp_flow  section &gt; ul li {
  margin: 20px 20px  0;
  padding: 0;
}
.cp_flow ul ul {
  margin: 10px 0 10px 0;
}

.cp_flow ul ul li {
  margin: 0 30px 15px;
  border: solid 1px #ccc;
}

.cp_about &gt; section {
  margin: 0 20px 20px;
}
.cp_about &gt; section, 
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
}
.cp_about &gt; section:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.cp_about p {
  margin-left: 10px;
}

#logo_au_satofull {
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  width: 140px;
  margin: 0 auto;
}
.cp_attention {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 1px #ccc;
}
.cp_attention &gt; section  {
  overflow: hidden;
  margin: 0  10px 20px;
}

#close {
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: red;
}

/*
 * #taxabout  --  .sf-attention 5つの理由
 * ------------------------------------------------------------ */
.sf-attention h3 {
  font-size: 24px;
  line-height:1.3em;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 30px;
  margin-bottom:20px;
  width:75%;
  background-color: #de8334;
  margin:-60px auto 0;
}
.cp_about &gt; section.sf-attention {
  margin:60px 10% 0;
}
.sf-attention {
  padding:20px 20px 0;
  border:solid 3px #de8334;
  background-color:#fff0d8;
}
.sf-attention dt {
  position: relative;
  font-size:40px;
  font-weight: bold;
  line-height:1.3em;
  color:#874405;
  padding: 20px 0 15px 20%;
  margin-top:10px;
  border-top:solid 3px #de8334;
}
.sf-attention dt span {
  position: absolute;
  top:10px;
  left:20%;
  font-size: 18px;
  line-height:18px;
  display: inline-block;
  padding:7px 10px 5px;
  border:solid 2px #874405;
  background-color: #fff;
}
.sf-attention dt span:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -7px;
  left: 10px;
  background-color: #fff;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
}
.sf-attention dt:first-child {
  border-top:none;margin-top:0;
}
.sf-attention dt:first-child,.sf-attention dt:nth-of-type(2) {
  padding: 45px 0 10px 20%;
}
.sf-attention dt.sf-attention-point1 {
  background: url("../img/attention1_mark.png") no-repeat left 10px bottom;
}
.sf-attention dt.sf-attention-point2 {
  background: url("../img/attention2_mark.png") no-repeat left 10px bottom;
}
.sf-attention dt.sf-attention-point3 {
  background: url("../img/attention3_mark.png") no-repeat left 10px bottom;
}
.sf-attention dt.sf-attention-point4 {
  background: url("../img/attention4_mark.png") no-repeat left 10px bottom;
}
.sf-attention dt.sf-attention-point5 {
  background: url("../img/attention5_mark.png") no-repeat left 10px bottom;
}
.sf-attention dd {
  font-size: 14px;
  color:#333;
  padding: 10px 0 0 20%;
  margin-top:-17px;
  margin-bottom:20px;
  margin-left: 0;
}
p.notes {
    margin: 10px auto 20px;
    margin-right: 10%;
    font-size: 12px;
    text-align: right;
    padding: 0;
}

@media screen and (max-width:640px){

/***************************************
 * iPhone / Android
 ***************************************/

body { -webkit-text-size-adjust: 100%; }

.pconly { display: none; }
.sponly { display: block; }
header, main { max-width: 640px; }
.g_navi { height: 40px; }
.logo a {
  width: 210px;
  height: 40px;
}
.logo {
  background-size: 210px 40px;
  width: 210px;
}
main {
  padding-top: 10px;
}
#logo_au_satofull { top: 0; }
.left-col, .right-col {
  max-width: 100%;
  float: none; 
  width: auto;
}
.right-col { margin-top: 20px; }
.btn_entry { margin: 20px auto; }
.cp_about { margin: 30px 0; }
.box_camp { margin: 30px 4% }
.box_camp input[type="button"].midium_bt_r.large  {
  width: 100%;
  margin: 0;
}
.box_camp input[type="button"].midium_bt_r.large:first-child  { margin-bottom: 10px; }
.cp_about p { margin-left: 0; }
.cp_about ul { padding-left: 20px; }
.cp_flow, .cp_about { height: auto; }
.banner_area { margin: 0 4%; }
.banner_area &gt; p:first-child { margin: 0; }
footer .footer_inner { padding: 30px 10px; }

#close { font-size: 14px; }
#close span { display: inline-block; }


/*
 * #taxabout  --  .sf-attention 5つの理由
 * ------------------------------------------------------------ */
.cp_about &gt; section.sf-attention {
  margin:60px 20px 0;
}
.sf-attention h3 {
  font-size: 24px;
  line-height:1.3em;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 15px;
  margin-bottom:20px;
  width:75%;
  background-color: #de8334;
  margin:-60px auto 0;
}
.sf-attention dt {
  position: relative;
  font-size:20px;
  font-weight: bold;
  line-height:1.3em;
  color:#874405;
  padding: 45px 0 15px 25%;
  margin-top:10px;
  border-top:solid 3px #de8334;
}
.sf-attention dt span {
  position: absolute;
  top:10px;
  left:25%;
  font-size: 11px;
  line-height:14px;
  display: inline-block;
  padding:7px 5px 5px;
  border:solid 2px #874405;
  background-color: #fff;
}
.sf-attention dt span:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -7px;
  left: 10px;
  background-color: #fff;
  border-bottom: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
}
.sf-attention dt:first-child {
  border-top:none;margin-top:0;
}
.sf-attention dt:first-child,.sf-attention dt:nth-of-type(2) {
  padding: 45px 0 10px 25%;
}
.sf-attention dt.sf-attention-point1 {
  background: url("../img/attention1_mark.png") no-repeat left 0 bottom;
}
.sf-attention dt.sf-attention-point2 {
  background: url("../img/attention2_mark.png") no-repeat left 0 bottom;
}
.sf-attention dt.sf-attention-point3 {
  background: url("../img/attention3_mark.png") no-repeat left 0 bottom;
}
.sf-attention dt.sf-attention-point4 {
  background: url("../img/attention4_mark.png") no-repeat left 0 bottom;
}
.sf-attention dt.sf-attention-point5 {
  background: url("../img/attention5_mark.png") no-repeat left 0 bottom;
}
.sf-attention dd {
  font-size: 14px;
  color:#333;
  padding: 10px 0 0 25%;
  margin-top:-17px;
  margin-bottom:20px;
  margin-left: 0;
}
p.notes {
    margin: 10px 20px 20px;
    font-size: 12px;
    text-align: left;
    padding: 0;
}

}

@media screen and (max-width:405px){
.sf-attention dt.sf-attention-point1 {
  background: url("../img/attention1_mark.png") no-repeat left 0 bottom;
  background-size:60px;
}
.sf-attention dt.sf-attention-point2 {
  background: url("../img/attention2_mark.png") no-repeat left 0 bottom;
  background-size:60px;
}
.sf-attention dt.sf-attention-point3 {
  background: url("../img/attention3_mark.png") no-repeat left 0 bottom;
  background-size:60px;
}
.sf-attention dt.sf-attention-point4 {
  background: url("../img/attention4_mark.png") no-repeat left 0 bottom;
  background-size:60px;
}
.sf-attention dt.sf-attention-point5 {
  background: url("../img/attention5_mark.png") no-repeat left 0 bottom;
  background-size:60px;
}
}</pre></body></html>