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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
display:block;
}
audio, canvas, progress, video {
display: inline-block; vertical-align: baseline;
}

html {
-ms-text-size-adjust:100%;
-webkit-text-size-adjust:100%;
}
body {
color:#444;
font-family: sans-serif;
line-height:1.0;
}

br {letter-spacing:0;}
ul, li {list-style:none;}
img, a img {border:0; text-decoration:none; vertical-align:top;}
mark {background:#ff0; color:#000;}
b, strong {font-weight:bold;}
table {border-collapse:collapse; border-spacing:0;}
td, th {padding:0;}
hr {box-sizing:content-box; height:0;}
button, input, optgroup, select, textarea {color:inherit; margin:0;}
button {overflow: visible;}
button, select {text-transform:none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer;}
input[type="checkbox"], input[type="radio"] {box-sizing:border-box; padding:0;}
textarea {overflow:auto;}

div:after, ul:after {content:""; display:block; clear:both;}
.cf:before,
.cf:after {content:""; display:table;}
.cf:after {clear:both;}
.cf {zoom:1;}

a {background-color:transparent; outline:0;}
a:link    {color:#3366CC; text-decoration:none;}
a:visited {color:#3366CC; text-decoration:none;}
a:hover   {color:#1a428c; text-decoration:underline;}
a:active  {color:#99CCFF; text-decoration:none;}

/* -------------------------------------------------------
共通Layout
---------------------------------------------------------- */
.main_v img {
  max-width: 100%;
}




/* -------------------------------------------------------
Detail
---------------------------------------------------------- */

/* -------------------------------------------------------
for SmartPhone
---------------------------------------------------------- */
@media only screen and (max-width:750px){
  .pcv {
    display: none;
  }

  body {}

  /* header */
  .intro {
    padding: 3px 1em;
    background: #111;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
  }
  .site_header header {
    padding: 16px;
    background: #333;
  }
  .site_header .title h1 {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
  }
  .site_header .desc {
    margin-top: 1em;
    color: #fff;
    font-size: 90%;
    line-height: 1.3;
  }
  .title h1 a {
    background: #333;
    background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }


  /* menu - sp */
  .accordion {
    width: 100%;
  }

  .button {
    width: 100%;
    background: #007bbb;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  }

  .button:after {
    font-family: 'Font Awesome 5 free';
    content: "\f0fe";
    position: absolute;
    right: 13px;
  }

  .button.active:after {
    font-family: 'Font Awesome 5 free';
    content: "\f146";
  }

  .accordion_inner li a {
    display: block;
    padding: 16px;
    background: #f5f4f2;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: #111;
    line-height: 1;
  }

  /* contents */
  .main_v {
    margin: 32px 0 16px;
    /*padding: 32px 0;*/
    text-align: center;
  }

  .contents_bg {
    padding: 8px;
    background: #EDE6EC;
  }
  .wrap {
    background: #fff;
  }
  .main {
    padding: 8px;
  }
  .article + .article {
    margin-top: 48px;
  }
  .article header {
    margin: 0 0 16px;
    background: #F2F0EA;
  }
  .article header h1 {
    padding: 8px 16px;
    border-left: 6px solid #333;
    color: #333;
    font-size: 140%;
    font-weight: bold;
    line-height: 1.3;
  }

  .article_body {
  }
  .article_body h2 {
    margin: 2em 0 .5em;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.3;
  }
  .article_body p {
    margin-bottom: 1.2em;
    font-size: 90%;
    line-height: 1.8;
    /*letter-spacing: .1em;*/
  }

  .jirei_block {
    margin-bottom: 24px;
    padding: 24px 16px 8px;
    background: #f0f0f0;
    border: 1px solid #ddd;
  }
  .jirei_title {
    margin: 0 0 1em;
    font-weight: bold;
  }

  .list {
    margin: 0 0 16px;
    padding: 0 0 0 1em;
  }
  .list li {
    list-style: disc;
    margin: 0 0 8px;
    font-size: 90%;
    line-height: 1.6;
  }

  .gyosya_syubetu + .gyosya_syubetu {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dotted #ccc;
  }
  .gyosya_syubetu .syubetu_item {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: bold;
  }
  .gyosya_syubetu table {
    width: 100%;
  }
  .gyosya_syubetu th,
  .gyosya_syubetu td {
    padding: .5em 1em;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
  }
  .gyosya_syubetu th {
    width: 6em;
    color: #685753;
    font-weight: bold;
  }

  .data_table {
    overflow: auto;
    white-space: nowrap;
  }
  .data_table::-webkit-scrollbar {
    height: 5px;
  }
  .data_table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .data_table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .data_table table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 12px;
  }
  .data_table th {
    padding: 1em 0;
    background: #eee;
    border: 1px dotted #ccc;
  }
  .data_table td {
    padding: 1em;
    border: 1px dotted #ccc;
    line-height: 1.4;
  }

  .pagenavi {
    margin: 32px 0 0;
    text-align: center;
  }
  .pagenavi ul {
    letter-spacing: -0.4em;
  }
  .pagenavi ul li {
    letter-spacing: normal;
    display:inline-block;
    margin-right: 8px;
    border: 1px solid #ccc;
  }
  .pagenavi ul li a {
    display: block;
    padding: 1em;
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }
  .pagenavi ul li.now {
    background: #eee;
    border: 1px solid  999;
  }
  .pagenavi ul li.now a {
    color: #999;
  }


  .btn {
    margin: 32px 0;
    text-align: center;
  }
  .btn a {
    display: block;
    width: 12em;
    margin: 0 auto;
    padding: 1em 0;
    background: #F2F0EA;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .btn a:hover {
    background: #f3f3f3;
    color: #1a428c;
  }

  /* pro */
  .sp_bn_top {
    margin-top: 32px;
    text-align: center;
  }
  .pro_block {
    margin: 48px 0 0;
    padding: 8px 0;
    background: #F2F0EA;
  }
  .pro_img {
    margin: 0 0 8px;
    text-align: center;
  }
  .pro_txt {
    font-size: 12px;
    line-height: 1.6;
  }
  .pro_txt p {
    padding: 0 1em;
  }
  .telnum {
    font-size: 18px;
    font-weight: bold;
  }


  /* footer */
  .site_footer {
    background: #111;
  }
  .site_footer .footer-inner {
    padding: 16px 0;
  }
  .cp {
    margin: 0 0 2em;
    font-size: 12px;
    text-align: center;
  }
  .flink {
    padding-left: 1em;
    font-size: 10px;
    text-align: left;
  }

  .site_footer a {
    color: #fff;
    text-decoration: none;
  }

}/* end SP */


/* -------------------------------------------------------
for TAB
---------------------------------------------------------- */
@media screen and (min-width:751px) and (max-width:1023px) {
  .pcv {
    display: none;
  }


  /* header */
  .intro {
    padding: 3px 1em;
    background: #111;
    color: #fff;
    font-size: 10px;
    line-height: 1.2;
  }
  .site_header header {
    padding: 16px;
    background: #333;
  }
  .site_header .title h1 {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
  }
  .site_header .desc {
    margin-top: 1em;
    color: #fff;
    font-size: 90%;
    line-height: 1.3;
  }
  .title h1 a {
    background: #333;
    background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }


  /* menu - sp */
  .accordion {
    width: 100%;
  }

  .button {
    width: 100%;
    background: #007bbb;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
  }

  .button:after {
    font-family: 'Font Awesome 5 free';
    content: "\f0fe";
    position: absolute;
    right: 13px;
  }

  .button.active:after {
    font-family: 'Font Awesome 5 free';
    content: "\f146";
  }

  .accordion_inner li a {
    display: block;
    padding: 16px;
    background: #f5f4f2;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
    color: #111;
    line-height: 1;
  }


/* contents */
  .main_v {
    padding: 32px 16px;
    text-align: center;
  }
  .main_v img {
    max-width: 100%;
  }

  .contents_bg {
    padding: 32px 16px;
    background: #ccc url(images/bg_grid.png) repeat left top;
  }
  .wrap {
    margin: 0;
  }

  /* main */
  .main {
    background: #fff;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
  }
  .main-inner {
    padding: 32px 24px;
  }
  .article + .article {
    margin-top: 48px;
  }
  .article header {
    min-height: 54px;
    margin: 0 0 24px;
    background: #F2F0EA;
  }
  .article header h1 {
    padding: 0 16px;
    border-left: 8px solid #333;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
  }
  .article_body {
    padding-left: 24px;
  }

  .article_body h2 {
    margin: 2em 0 .7em;
    font-size: 120%;
    font-weight: bold;
  }
  .article_body p {
    margin-bottom: 1.2em;
    line-height: 1.8;
    letter-spacing: .1em;
  }

  .jirei_block {
    margin-bottom: 24px;
    padding: 24px 24px 8px;
    background: #f0f0f0;
    border: 1px solid #ddd;
  }
  .jirei_title {
    margin: 0 0 1em;
    font-weight: bold;
  }

  .list {
    margin: 0 0 16px;
    padding: 0 0 0 1em;
  }
  .list li {
    list-style: disc;
    margin: 0 0 8px;
    line-height: 1.6;
  }

  .gyosya_syubetu + .gyosya_syubetu {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dotted #ccc;
  }
  .gyosya_syubetu .syubetu_item {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: bold;
  }
  .gyosya_syubetu table {
    width: 100%;
  }
  .gyosya_syubetu th,
  .gyosya_syubetu td {
    padding: .5em 1em;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
  }
  .gyosya_syubetu th {
    width: 6em;
    color: #685753;
    font-weight: bold;
  }


  .data_table {
    overflow: auto;
    white-space: nowrap;
  }
  .data_table::-webkit-scrollbar {
    height: 5px;
  }
  .data_table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .data_table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .data_table table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 14px;
  }
  .data_table th {
    padding: 1em 0;
    background: #eee;
    border: 1px dotted #ccc;
  }
  .data_table td {
    padding: 1em;
    border: 1px dotted #ccc;
    line-height: 1.4;
  }

  .pagenavi {
    margin: 32px 0 0;
    text-align: center;
  }
  .pagenavi ul {
    letter-spacing: -0.4em;
  }
  .pagenavi ul li {
    letter-spacing: normal;
    display:inline-block;
    margin-right: 8px;
    border: 1px solid #ccc;
  }
  .pagenavi ul li a {
    display: block;
    padding: 1em;
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }
  .pagenavi ul li.now {
    background: #eee;
    border: 1px solid  999;
  }
  .pagenavi ul li.now a {
    color: #999;
  }


  .btn {
    margin: 32px 0;
    text-align: center;
  }
  .btn a {
    display: block;
    width: 12em;
    margin: 0 auto;
    padding: 1em 0;
    background: #F2F0EA;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .btn a:hover {
    background: #f3f3f3;
    color: #1a428c;
  }

  /* pro */
  .sp_bn_top {
    margin-top: 32px;
    text-align: center;
  }
  .pro_block {
    margin: 48px 0 0;
    padding: 8px 0;
    background: #F2F0EA;
  }
  .pro_img {
    margin: 0 0 8px;
    text-align: center;
  }
  .pro_txt {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
  .pro_txt p {
    padding: 0 1em;
  }
  .telnum {
    font-size: 18px;
    font-weight: bold;
  }

  /* footer */
  .site_footer {
    background: #111;
  }
  .site_footer .footer-inner {
    padding: 16px 0;
  }
  .cp {
    margin: 0 0 2em;
    font-size: 12px;
    text-align: center;
  }
  .flink {
    padding-left: 1em;
    font-size: 10px;
    text-align: left;
  }

  .site_footer a {
    color: #fff;
    text-decoration: none;
  }
}/* end TAB */


/* -------------------------------------------------------
for PC
---------------------------------------------------------- */
@media only screen and (min-width:1024px){
  .spv {
    display: none;
  }

  body {
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
    zoom:1;
  }

  /* header */
  .site_header {
    background: #333;
  }
  .intro {
    padding: 0 1em;
    background: #111 url(images/intro_bg.png) repeat left top;
    color: #fff;
    font-size: 11px;
    line-height: 22px;
  }
  .site_header header {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding: 32px 0;
  }
  .site_header .title {
  }
  .site_header .title h1 {
    font-size: 20px;
    font-weight: bold;
  }
  .site_header .desc {
    margin-top: 1em;
    color: #fff;
    font-size: 14px;
  }

  .title h1 a {
    background: #333;
    background: -webkit-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  }

  .title h1 a:hover {
    text-decoration: none;
    opacity: 0.6;
  }


  /* gnav */
  .gnav {
    background: #111;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  }
  .gnav ul {
    letter-spacing: -0.4em;
    width: 1024px;
    margin: 0 auto;
    border-left: 1px solid #444;
  }
  .gnav li {
    letter-spacing: normal;
    display: inline-block;
    border-right: 1px solid #444;
  }
  .gnav li a {
    display: block;
    padding: 1em;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }
  .gnav li a:hover {
    background: #eee;
    color: #333;
  }

  /* contents */
  .main_v {
    padding: 32px 0;
    text-align: center;
  }

  .contents_bg {
    padding: 32px 0 48px;
    background: #ccc url(images/bg_grid.png) repeat left top;
  }
  .wrap {
    width: 1024px;
    margin: 0 auto;
  }

  /* main */
  .main {
    float: left;
    width: 800px;
    background: #fff;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
  }
  .main-inner {
    padding: 32px 24px;
  }
  .article + .article {
    margin-top: 48px;
  }
  .article header {
    min-height: 54px;
    margin: 0 0 24px;
    background: #F2F0EA;
  }
  .article header h1 {
    padding: 0 16px;
    border-left: 8px solid #333;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
  }
  .article_body {
    padding-left: 24px;
  }

  .article_body h2 {
    margin: 2em 0 .7em;
    font-size: 18px;
    font-weight: bold;
  }
  .article_body p {
    margin-bottom: 1.2em;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: .1em;
  }

  .jirei_block {
    margin-bottom: 24px;
    padding: 24px 24px 8px;
    background: #f0f0f0;
    border: 1px solid #ddd;
  }
  .jirei_title {
    margin: 0 0 1em;
    font-weight: bold;
  }

  .list {
    margin: 0 0 16px;
    padding: 0 0 0 1em;
  }
  .list li {
    list-style: disc;
    margin: 0 0 8px;
    line-height: 1.6;
  }

  .gyosya_syubetu + .gyosya_syubetu {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dotted #ccc;
  }
  .gyosya_syubetu .syubetu_item {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: bold;
  }
  .gyosya_syubetu table {
    width: 100%;
  }
  .gyosya_syubetu th,
  .gyosya_syubetu td {
    padding: .5em 1em;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
  }
  .gyosya_syubetu th {
    width: 6em;
    color: #685753;
    font-weight: bold;
  }

  .data_table {}
  .data_table table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    font-size: 10px;
  }
  .data_table th {
    padding: 1em 0;
    background: #eee;
    border: 1px dotted #ccc;
    vertical-align: middle;
  }
  .data_table td {
    padding: 1em;
    border: 1px dotted #ccc;
    line-height: 1.4;
    vertical-align: top;
  }

  .pagenavi {
    margin: 32px 0 0;
    text-align: center;
  }
  .pagenavi ul {
    letter-spacing: -0.4em;
  }
  .pagenavi ul li {
    letter-spacing: normal;
    display:inline-block;
    margin-right: 8px;
    border: 1px solid #ccc;
  }
  .pagenavi ul li a {
    display: block;
    padding: 1em;
    color: #333;
    font-size: 14px;
    text-decoration: none;
  }
  .pagenavi ul li.now {
    background: #eee;
    border: 1px solid  999;
  }
  .pagenavi ul li.now a {
    color: #999;
  }


  .btn {
    margin: 32px 0;
    text-align: center;
  }
  .btn a {
    display: block;
    width: 12em;
    margin: 0 auto;
    padding: 1em 0;
    background: #F2F0EA;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .btn a:hover {
    background: #f3f3f3;
    color: #1a428c;
  }


  /* pro */
  .pro_block {
    margin: 48px 0 0;
    padding: 8px 0;
    background: #F2F0EA;
  }
  .pro_img {
    margin: 0 0 8px;
    text-align: center;
  }
  .pro_txt {
    font-size: 12px;
    line-height: 1.6;
  }
  .pro_txt p {
    padding: 0 1em;
  }
  .telnum {
    font-size: 18px;
    font-weight: bold;
  }



  /* side */
  .side {
    float: right;
    width: 200px;
  }

  .side_bn_box {
    border: 1px solid #111;
  }
  .side_bn_title {
    padding: 1em;
    background: #1a1a1a;
    box-shadow: 0 3px 0 #333;
    color: #fff;
    font-size: 14px;
  }
  .side_bn_body {
    padding: 16px 0;
    background: #fff;
  }

  /* footer */
  .site_footer {
    background: #111 url(images/intro_bg.png) repeat left top;
  }
  .site_footer .footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 32px 0;
  }
  .cp {
    margin: 0 0 2em;
    font-size: 12px;
    text-align: center;
  }
  .flink {
    font-size: 10px;
    text-align: left;
  }

  .site_footer a {
    color: #fff;
    text-decoration: none;
  }

}/* end PC */



/* -------------------------------------------------------
Common
---------------------------------------------------------- */
.fs80 {font-size:80%;}
.fs90 {font-size:90%;}
.fs100 {font-size:100%;}
.fs120 {font-size:120%;}
.fs150 {font-size:150%;}
.fs10px {font-size:10px;}
.fs11px {font-size:11px;}
.fs12px {font-size:12px;}
.fs13px {font-size:13px;}
.fs14px {font-size:14px;}
.fs15px {font-size:15px;}
.fs16px {font-size:16px;}
.fs17px {font-size:17px;}
.fs18px {font-size:18px;}

.lh15 {line-height:1.5;}
.lh16 {line-height:1.6;}
.lh17 {line-height:1.7;}
.lh18 {line-height:1.8;}
.lh20 {line-height:2.0;}

.mgb5 {margin-bottom:5px;}
.mgb10 {margin-bottom:10px;}
.mgb15 {margin-bottom:15px;}
.mgb20 {margin-bottom:20px;}
.mgb30 {margin-bottom:30px;}
.mgb40 {margin-bottom:40px;}
.mgb50 {margin-bottom:50px;}
.mgb80 {margin-bottom:80px;}
.mgb100 {margin-bottom:100px;}
.mgb05em {margin-bottom:0.5em;}
.mgb1em {margin-bottom:1em;}
.mgb15em {margin-bottom:1.5em;}
.mgb2em {margin-bottom:2em;}

.pdlr10 {padding:0 10px;}
.pdlr20 {padding:0 20px;}
.pdlr30 {padding:0 30px;}
.pdlr1em {padding:0 1em;}
.pdlr2em {padding:0 2em;}

.tac {text-align:center;}
.tal {text-align:left;}
.tar {text-align:right;}

.fwb {font-weight:bold;}


