@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**************************************************/
@media screen and (max-width: 750px) { /*sp*/
}
@media screen and (min-width:751px) and (max-width:980px) { /* iPad */
}
@media screen and (min-width:981px) { /* pc + tb */
}
@media screen and (min-width:751px) and (max-width:1200px) { /* tb + pc narrow */
}
@media screen and (min-width:1201px) { /* pc wide */
}


/****************************************
 only pc/tb/sp
*****************************************/
@media screen and (max-width: 750px) { /* SP */
.only-pc, .only-pctb {
    display: none !important;
}
.only-pc-c-txt {
    text-align: left !important;
}
.only-tb {
    display: none !important;
}
.only-sp {
    display: block !important;
}
.only-spi {
    display: inline-block !important;
}
}
@media screen and (min-width:751px) and (max-width:1200px) { /* tb + pc narrow */
.only-tb {
    display: block !important;
}
.only-tbi {
    display: inline-block !important;
}
.only-pctb {
    display: block !important;
}
.only-pc {
    display: none !important;
}
.only-sp {
    display: none !important;
}
.scroll-hint-icon-wrap {
    display: none !important;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}
@media screen and (min-width:981px) { /* pc wide */
.only-pc {
    display: block !important;
}
.only-pctb {
    display: block !important;
}
.only-pci {
    display: inline-block !important;
}
.only-pc-c-txt {
    text-align: center;
}
.only-sp {
    display: none !important;
}
.only-tb {
    display: none !important;
}
.scroll-hint-icon-wrap {
    display: none !important;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}

/****************************************
 common
*****************************************/
* {
  margin: 0;
  padding: 0;
  outline: 0;
}
html, body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, hr, table, tr, th, td, tbody, tfoot, thead, img, iframe.span, strong, abbr, address, cite, code, del, dfn, em, ins, kbd, q, samp, small, var, b, i, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-style: normal;
  list-style: none;
  border: none;
  font-size: 100%;
}
html {
  background: #FFF;
}
body {
  font-size: 14px;
  letter-spacing: 0.1em;
}
#ContentsWrap {
  width: 100%;
}
img {
  vertical-align: top;
}
a {
  color: #000;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
sub {
  vertical-align: baseline;
  font-size: 80%;
  line-height: 0;
}
sup {
  font-size: 80%;
  line-height: 0;
}
hr {
  clear: both;
  margin: 2em 0;
  border-top: 1px solid transparent;
  height: 1px;
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
hr.dot {
  border-top: 1px dotted #939393;
}
mark {
  background: #e94f0c;
  font-size: 85%;
  font-weight: bold;
  color: #FFF;
  padding: 0 4px;
}
mark.mark02 {
  background-color: #f4f1ed !important;
  color: #dc0000 !important;
  border: 1px solid #e1dad1;
}

/****************************************
 clearfix
*****************************************/
.noneclear {
  clear: none !important;
}
.clear {
  clear: both;
}
.cf, #header, #hNavi li, #sizeChanger dl, #gNavi, #gNavi .gNavi-low ul, #ContentsWrap, #fNavi nav ul {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  display: table;
}
* html .cf, * html #header, * html #hNavi li, * html #sizeChanger dl, * html #gNavi, * html #gNavi .gNavi-low ul, * html #ContentsWrap, * html #fNavi nav ul {
  height: 1%;
}
.cf, #header, #hNavi li, #sizeChanger dl, #gNavi, #gNavi .gNavi-low ul, #ContentsWrap, #fNavi nav ul {
  display: block;
  zoom: 1;
} /**/


/**マージン設定********************************/
/**上**/
.mar0t {
  margin-top: 0 !important;
}
.mar5t {
  margin-top: 5px !important;
}
.mar10t {
  margin-top: 10px !important;
}
.mar15t {
  margin-top: 15px !important;
}
.mar20t {
  margin-top: 20px !important;
}
.mar30t {
  margin-top: 30px !important;
}
.mar35t {
  margin-top: 35px !important;
}
.mar40t {
  margin-top: 40px !important;
}
.mar50t {
  margin-top: 50px !important;
}
.mar100t {
  margin-top: 100px !important;
}
.mar150t {
  margin-top: 150px !important;
}
.mar200t {
  margin-top: 200px !important;
}
.mar-1t {
  margin-top: -1px !important;
}
.mar-20t {
  margin-top: -20px !important;
}
/**下**/
.mar0b {
  margin-bottom: 0 !important;
}
.mar5b {
  margin-bottom: 5px !important;
}
.mar10b {
  margin-bottom: 10px !important;
}
.mar15b {
  margin-bottom: 15px !important;
}
.mar20b {
  margin-bottom: 20px !important;
}
.mar30b {
  margin-bottom: 30px !important;
}
.mar50b {
  margin-bottom: 50px !important;
}
.mar100b {
  margin-bottom: 100px !important;
}
.mar150b {
  margin-bottom: 150px !important;
}
.mar200b {
  margin-bottom: 200px !important;
}
/**左**/
.mar0l {
  margin-left: 0 !important;
}
.mar5l {
  margin-left: 5px !important;
}
.mar10l {
  margin-left: 10px !important;
}
.mar15l {
  margin-left: 15px !important;
}
.mar20l {
  margin-left: 20px !important;
}
.mar30l {
  margin-left: 30px !important;
}
.mar50l {
  margin-left: 50px !important;
}
.mar100l {
  margin-left: 100px !important;
}
.mar150l {
  margin-left: 150px !important;
}
.mar200l {
  margin-left: 150px !important;
}
.mar63l {
  margin-left: 63px !important;
}
/**右**/
.mar0r {
  margin-right: 0 !important;
}
.mar5r {
  margin-right: 5px !important;
}
.mar10r {
  margin-right: 10px !important;
}
.mar15r {
  margin-right: 15px !important;
}
.mar20r {
  margin-right: 20px !important;
}
.mar30r {
  margin-right: 30px !important;
}
.mar50r {
  margin-right: 50px !important;
}
.mar100r {
  margin-right: 100px !important;
}
.mar150r {
  margin-right: 150px !important;
}
.mar200r {
  margin-right: 200px !important;
}
/**上下左右**/
.mar0 {
  margin: 0 !important;
}
.mar5 {
  margin: 5px !important;
}
.mar10 {
  margin: 10px !important;
}
.mar15 {
  margin: 15px !important;
}
.mar20 {
  margin: 20px !important;
}
.mar30 {
  margin: 30px !important;
}
.mar50 {
  margin: 50px !important;
}
.mar100 {
  margin: 100px !important;
}
/**パディング設定********************************/
/**上**/
.pad0t {
  padding-top: 0 !important;
}
.pad5t {
  padding-top: 5px !important;
}
.pad10t {
  padding-top: 10px !important;
}
.pad15t {
  padding-top: 15px !important;
}
.pad20t {
  padding-top: 20px !important;
}
.pad30t {
  padding-top: 30px !important;
}
.pad50t {
  padding-top: 50px !important;
}
.pad100t {
  padding-top: 100px !important;
}
/**下**/
.pad0b {
  padding-bottom: 0 !important;
}
.pad5b {
  padding-bottom: 5px !important;
}
.pad10b {
  padding-bottom: 10px !important;
}
.pad15b {
  padding-bottom: 15px !important;
}
.pad20b {
  padding-bottom: 20px !important;
}
.pad30b {
  padding-bottom: 30px !important;
}
.pad50b {
  padding-bottom: 50px !important;
}
.pad100b {
  padding-bottom: 100px !important;
}
/**左**/
.pad0l {
  padding-left: 0 !important;
}
.pad5l {
  padding-left: 5px !important;
}
.pad10l {
  padding-left: 10px !important;
}
.pad15l {
  padding-left: 15px !important;
}
.pad20l {
  padding-left: 20px !important;
}
.pad30l {
  padding-left: 30px !important;
}
.pad40l {
  padding-left: 40px !important;
}
.pad50l {
  padding-left: 50px !important;
}
.pad100l {
  padding-left: 100px !important;
}
/**右**/
.pad0r {
  padding-right: 0 !important;
}
.pad5r {
  padding-right: 5px !important;
}
.pad10r {
  padding-right: 10px !important;
}
.pad15r {
  padding-right: 15px !important;
}
.pad20r {
  padding-right: 20px !important;
}
.pad30r {
  padding-right: 30px !important;
}
.pad50r {
  padding-right: 50px !important;
}
.pad100r {
  padding-right: 100px !important;
}
/**上下左右**/
.pad0 {
  padding: 0 !important;
}
.pad5 {
  padding: 5px !important;
}
.pad10 {
  padding: 10px !important;
}
.pad15 {
  padding: 15px !important;
}
.pad20 {
  padding: 20px !important;
}
.pad30 {
  padding: 30px !important;
}
.pad50 {
  padding: 50px !important;
}
.pad100 {
  padding: 100px !important;
}


/**clear設定***********************************/
.list-column2, .list-column2Box, .list-column3Box, .column2, .column3, .column4, .column5, .box-white, .box-white-noborder, .box-dot, .box-blue, .box-lightblue, .box-yellow, .box-dot-b, .box-gray, .box-pink, .box-green, .box-orange {
  min-height: 1%;
}
.list-column2:after, .list-column2Box:after, .list-column3Box:after, .column2:after, .column3:after, .column4:after, .column5:after, .box-white:after, .box-white-noborder:after, .box-dot:after, .box-blue:after, .box-lightblue:after, .box-yellow:after, .box-dot-b:after, .box-gray:after, .box-pink:after, .box-green:after, .box-orange:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*\*/
* html .list-column2, * html .list-column2Box, * html .list-column3Box, * html .column2, * html .column3, * html .column4, * html .column5, * html .box-white, * html .box-white-noborder, * html .box-dot, * html .box-blue, * html .box-lightblue, * html .box-yellow, * html .box-dot-b, * html .box-gray, * html .box-pink, * html .box-green, * html .box-orange {
  height: 1%;
}
.list-column2, .list-column2Box, .list-column3Box, .column2, .column3, .column4, .column5, .box-white, .box-white-noborder, .box-dot, .box-blue, .box-lightblue, .box-yellow, .box-dot-b, .box-gray, .box-pink, .box-green, .box-orange {
  display: block;
} /**/
.link-zoom a {
  display: inline-block;
  vertical-align: top;
  padding: 0 25px 0 11px;
  background: #595959 url(/cmn/img/ico/ico-zoom.png) no-repeat 100% 50%;
  background-size: 20px 11px;
  font: bold 12px/24px Arial, Helvetica, sans-serif;
  color: #fff !important;
  border-radius: 12px;
}


/**上下中央***********************************/
.flexHcWc {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}
.flexHcWc-bnr {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}
@media screen and (max-width: 750px) {
.flexHcWc-bnr {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
}


/****************************************
 header
*****************************************/
#Header {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #ececec;
}
header .Header_inner {
    height: 77px;
    margin: 0 auto;
    width: 100%;
}
header .Header_inner .Logo_Agency {
    margin: 0;
    float: left;
    width: 525px;
    height: auto;
}
header .Header_inner .Logo_Agency a {
    display: block;
}
header .Header_inner .Logo_sunflower {
    margin: 0;
    float: right;
    width: 230px;
    height: auto;
}
header .Header_inner .Logo_sunflower a {
    display: block;
}
header .Header_inner .Logo_Agency img, 
header .Header_inner .Logo_sunflower img {
    width: 100%;
}
/*------- pc wide -------*/
@media screen and (min-width:1200px) {
header .Header_inner {
    width: 1200px;
}
}
/*------- pc wide  + tablet -------*/
@media screen and (max-width:1200px) {
header .Header_inner {
    width: 100%;
}
}
/*------- sp -------*/
@media screen and (min-width: 751px) and (max-width:850px) {
header .Header_inner {
    height: 70px;
}
header .Header_inner .Logo_Agency {
    width: 55%;
}
header .Header_inner .Logo_sunflower {
    width: 25%;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
header {
    box-sizing: border-box;
    border-bottom: 1px solid #f9f9f8;
}
header .Header_inner {
    height: 70px;
}
header .Header_inner .Logo_Agency {
    margin: 0;
    position: absolute;
    left: 1%;
    top: 14%;
    width: 55%;
}
header .Header_inner .Logo_sunflower {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
header .Header_inner {
    height: 50px;
}
}


/****************************************
 footer
*****************************************/
#footer {
    position: relative;
    background-color: #005396;
    width: 100%;
    height: 70px;
    color: #fff;
    box-sizing: border-box;
    margin: 13% auto 0;
}
#footer .footer-inner {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#footer .copyright {
    display: -webkit-flex;
    display: flex;
    height: 100%;
    font-size: 11px;
    font-weight: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
/*------- pc wide -------*/
@media screen and (min-width:1201px) {
#footer .footer-inner {
    width: 1200px;
}
}
/*------- pc wide -------*/
@media screen and (min-width:981px) {
#footer .footer-inner {
    width: 980px;
}
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
#footer .footer-inner {
    width: 100%;
}
#footer {
    margin: 20% auto 0;
}
}
/*------- sp -------*/
@media screen and (max-width: 500px) {
#footer .copyright {
    font-size: 9px;
}
#footer {
    margin: 23% auto 0;
}
}

/****************************************
 pagetop
*****************************************/
html {
    scroll-behavior: smooth;
}
.PageTop {
    display: flex;
    position: fixed;
    background: #005396;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    z-index: 2;
}
.PageTopIcon {
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
/*------- sp -------*/
@media screen and (max-width: 750px) {
.PageTop {
    width: 45px;
    height: 45px;
    right: 8px;
}
}

body {
    font-family: "Hiragino Kaku Gothic ProN";
}
html {
  scroll-padding-top: calc((var(--headerHeight, 95px)) + 20px); 
}