@charset "UTF-8";

/*================================================
* CSS RESET
================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,h7,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,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px
dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px
solid #b2b2b2;margin:0;padding:0}input,select{vertical-align:middle}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Frequently Used■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* font-family: 'Montserrat', sans-serif;
/*
/*
/*
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Basic CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
img {
    vertical-align: top;
}

video {
    vertical-align: top;
}

body {
  line-height: 1.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.w1000 {
    width: 800px;
    margin: auto;
}
@media screen and (max-width:700px) {
.w1000 {
    width: 100%;
}
}

a {
    text-decoration: none;
    color: #000000;
}

rt {
}

ruby {

}

p {
 color: #303030;
}

hr {

}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Header CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.header02 {
    padding: 14px;
    display: flex;
    background-color: #188a9c;
}
.header {
 background-image: linear-gradient(90deg, rgba(65, 164, 253, 1), rgba(14, 244, 255, 1));
    padding: 14px;
    display: flex;


    background-color: #0080ff;
}
@media screen and (max-width:700px) {
.header {

    }
}

p.header_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    color: #3c4148;
    color: #ffffff;
text-shadow:2px 2px 3px #2c2c2c;
}

.header_CTA {
    margin-left: auto;
    border-radius: 4px;
    height: 30px;
}
@media screen and (max-width:700px) {
.header_CTA {
}
}
p.header_CTA_font {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    line-height: 30px;
    color: #000000;

}

.header_logo {
    height: 50px;
}
@media screen and (max-width:700px) {
.header_logo {
    height: 30px;
}
}


.topImage_image_PC {
 width: 100%;   
}
@media screen and (max-width:700px) {
.topImage_image_PC {
display: none;
}
}
.topImage_image_SP {
display: none;
}
@media screen and (max-width:700px) {
.topImage_image_SP {
display: block;
width: 100%;
}
}


.formContact {
    font-weight: bold;
}

.item_video {
    width: 100%;
}


.button_CTA {
  width: 100%;
    height: 80px;
    margin: auto;
    background-color: #e6e6e6;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 10px;
    color: #000000;
border: 4px dotted #41A4FD;
    transition: 0.2s;
box-sizing: border-box;
}
.button_CTA:hover {
    background-color: #ffffff;
    color: #ffffff;

}
@media screen and (max-width:700px) {
.button_CTA {
  width: 100%;
    margin-bottom: 20px;
}
}

p.button_CTA_font {
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
} 



p.titleTop {
    font-size: 20px;
    line-height: 1.3em;
}





.keyVisual {
  position: relative;
  overflow: hidden;
  width: 100%;
    box-sizing: border-box;
}
.video {
 width: 100%;
  height: 100%;
  object-fit: cover}

/* overlay */

.overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.0);
}

/* text */

.keyVisual_Keytitle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
margin-left: 20px;
}


p.keyVisual_Keytitle_01 {
  font-size: 22px;
  line-height: 1.4em;
  color: #fff;
    font-weight: bold;

}


p.keyVisual_Keytitle_02 {
  font-size: 14px;
  line-height: 1.4em;
  color: #fff;
text-shadow:2px 2px 3px #000000;
    margin-top: 4px;
}

p.keyVisual_Keytitle_03 {
  font-size: 22px;
  line-height: 1.3em;
  color: #fff;
text-shadow:2px 2px 3px #000000;
    font-weight: bold;
    margin-bottom: 10px;
}



p.mudanKeisai_titleSub_font02 {
   color: #0080FF;
    font-weight: bold;
}


.area_icon {
    width: 50px;
}



.sample {
    display: flex;
}

.sample_box_image {
    height: 50px;
    margin-right: 10px;
}
@media screen and (max-width:700px) {
.sample_box_image {
    height: 80px;
}
}

.sampleFlex {
    display: flex;
}
@media screen and (max-width:800px) {
.sampleFlex {
    display: block;
}
}


.sample_flex {
    display: flex;
}

.sampleFlex_image {
    width: 100%;
}

.sampleFlex_box {
    width: 100%;
    padding: 0px 4px 4px 4px;
    background-color: #188a9c;
}

.indexSampleImage {
    width: 500px;
    margin-top: 60px;
}
@media screen and (max-width:800px) {
.indexSampleImage {
    width: 100%;
    margin-top: 0px;
}
}
.sampleBlock {
    width: 100%;
    margin-top: 40px;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Width&Height Control■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.width1000 {
    max-width: 1000px;
    margin: auto;
}
@media screen and (max-width:700px) {
.width1000 {
    padding: 20px;
}
}

.w10 {
    min-width: 10px;
}

.w20 {
    min-width: 20px;
}

.w40 {
    min-width: 40px;
}

.h20 {
    height: 20px;
}

.h40 {
    height: 40px;
}

.h60 {
    height: 60px;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■Body CSS set■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.pageTitle_photo {
    height: 60px;
    background-color: #41a4fd;
}


.pageTitle_video {
    height: 60px;
    background-color: #41a4fd;
}


.pageTitle_other {
    height: 60px;
    background-color: #9090A0;
}



p.pageTitle_font {
    text-align: center;
    line-height: 58px;
    color: #f2f2f2;
    font-size: 22px;
    font-weight: bold;
}

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■indexCategory■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.indexCategory {
    margin-top: 40px;
}
@media screen and (max-width:700px) {
.indexCategory {
    margin-top: 0px;
}
}

.indexCategory_flex {
    display: flex;
    margin-bottom: 20px;
    box-sizing: border-box;
}
@media screen and (max-width:700px) {
.indexCategory_flex {
    display: block;
    margin-bottom: 0px;
}
}


.illustCameraman {
    display: flex;
    margin: 40px 0px;
}

.illustCameraman_box {
 width: 100%;   
}

.illustCameraman_box_image {
width: 100%;
}



.indexCategory_blue {
    width: 90%;
    margin: auto;
    background-color: #41A4FD;
    border-radius: 10px;
    padding: 10px 20px 5px 20px;
    box-sizing: border-box;
}
@media screen and (max-width:700px) {
.indexCategory_blue {
    margin-bottom: 20px;
    
}
}


.indexCategory_green {
    width: 90%;
    margin: auto;
    background-color: #41A4FD;
    border-radius: 10px;
    padding: 10px 20px 5px 20px;
    box-sizing: border-box;
}
@media screen and (max-width:700px) {
.indexCategory_green {
    margin-bottom: 20px;
}
}

.indexCategory_orange {
    width: 100%;
    margin: auto;
    background-color: #9090A0;
    border-radius: 10px;
    padding: 10px 20px 10px 20px;
    box-sizing: border-box;
}
@media screen and (max-width:700px) {
.indexCategory_orange {
margin-bottom: 20px;
    width: 90%;
}
}

.indexCategory_orange_flex {
    display: flex;
    margin-left: 10px;
}
@media screen and (max-width:700px) {
.indexCategory_orange_flex {
    display: block;
}
}

.indexCategory_orange_flex_box02 {
    margin-right: auto;
}

.indexCategory_orange_imageBox {
        max-width: 100px;
    margin: auto;
}
.indexCategory_orange_imageBox_image {
        max-width: 100px;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}


.indexCategory_blue_imageBox {
        width: 100px;
    margin: auto;
}
.indexCategory_blue_imageBox_image {
        width: 100px;
    margin-bottom: 0px;
    margin-top: 10px;
}

p.indexCategory_blue_titleSub {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
}

p.indexCategory_blue_titleMain {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;    
    margin-top: 10px;
}

p.indexCategory_blue_titleText {
    font-size: 14px;
    line-height: 1.4em;
    color: #ffffff;    
    margin-top: 10px;
}

p.indexCategory_orange_titleMain {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff; 
    margin-top: 10px;
}
@media screen and (max-width:700px) {
p.indexCategory_orange_titleMain {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;    
    margin-top: 10px;
    text-align: center;
}
}

p.indexCategory_orange_titleText {
    font-size: 14px;
    line-height: 1.4em;
    color: #ffffff;    
    margin-top: 10px;
    margin-bottom: 10px;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■index BOX■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.notification {
    margin-top: 40px;
    margin-bottom: 40px;
}

.boxIndex_colum {
    display: flex;
}

.boxIndex_colum_icon {
    width: 20px;
    margin-left: auto;
    margin-right: 10px;
}

p.boxIndex_colum_font {
    font-weight: bold;
    color: #505050;
    font-size: 18px;
}

p.boxIndex_columAll_font {
    font-weight: bold;
    color: #0080FF;
}

.boxIndex_line {
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom: 4px dotted #cccccc;
}

.boxIndex_title {
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
}
@media screen and (max-width:700px) {
.boxIndex_title {
    display: block;
}
}

p.boxIndex_title_title {
    font-weight: bold;
    color: #0080FF;
    line-height: 1.3;
}

p.boxIndex_title_date {
    color: #505050;
   margin-right: 40px;
    margin-bottom: 6px;
}

p.boxIndex_title_place {
    color: #505050;
    margin-top: 6px;
    font-size: 12px;
}
@media screen and (max-width:700px) {
p.boxIndex_title_place {
   margin-left: 0px; 
}
}

p.boxIndex_title_place02 {
    color: #505050;
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3em;
}
@media screen and (max-width:700px) {
p.boxIndex_title_place02 {
   margin-left: 0px; 
}
}


.boxIndex_title_date_box {
    min-width: 180px;
}

.boxIndex_title_title_box {
    
}

.boxIndex_title_title_box02 {
    width: 300px;
}
@media screen and (max-width:700px) {
.boxIndex_title_title_box02 {
    margin-bottom: 6px;
}
}

p.boxIndex_title_date02 {
    color: #505050;
    font-size: 14px;
}
@media screen and (max-width:700px) {
p.boxIndex_title_date02 {
   margin-left: 0px;
    margin-bottom: 6px;
}
}

p.boxIndex_title_title02 {
    font-weight: bold;
    color: #505050;
    line-height: 1.3;
    margin-bottom: 6px;
    font-size: 14px;
}




/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■index buttons■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.button {
    width: 700px;
    margin: auto;
}
@media screen and (max-width:700px) {
.button {
    width: 100%;
}
}

.button_shop {
  width: 530px;
    height: 80px;
    margin: auto;
    background-color: #e6e6e6;
    margin-bottom: 20px;
    border-radius: 10px;
}
@media screen and (max-width:700px) {
.button_shop {
  width: 100%;
}
}

p.button_shop_font {
    font-size: 20px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
} 

.button_flex {
    display: flex;
}
@media screen and (max-width:700px) {
.button_flex {
    display: block;
}
}

.button_rights {
  width: 370px;
    height: 80px;
    margin: auto;
    background-color: #e6e6e6;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
}
@media screen and (max-width:700px) {
.button_rights {
  width: 100%;
    margin-right: 0px;
}
}

.button_rights_box {
  width: 300px;
    margin: auto;
    display: flex;
}

.button_rights_image {
    height: 50px;
margin-right: 10px;
    margin-left: 10px;
}

p.button_rights_title {
    margin-left: 4px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
}

p.button_rights_text {
    font-size: 16px;
    margin-left: 4px;
    color: #606060;
    margin-top: 6px;
}

.button_policy {
  width: 370px;
    height: 80px;
    margin: auto;
    background-color: #e6e6e6;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: flex;
}
@media screen and (max-width:700px) {
.button_policy {
  width: 100%;
    margin-left: 0px;
}
}

.button_policy_box {
      width: 250px;
    margin: auto;
    display: flex;
}

.button_policy_image {
      height: 50px;
    margin-top: 16px;
    margin-right: 10px;
}

p.button_policy_font {
    font-size: 20px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;    
}


.button02 {
    display: flex;
justify-content: center;
    margin-bottom: 20px;
}
@media screen and (max-width:700px) {
.button02 {
    display: block;
}
}

.button02_boxL {
    background-color: #e6e6e6;
    border-radius: 10px;
    width: 370px;
    margin-right: 10px;
    display: flex;
    height: 80px;
justify-content: center;
    padding-top: 15px;
    box-sizing: border-box;
}
@media screen and (max-width:700px) {
.button02_boxL {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
}
}

.button02_boxL_icon_image {
    width: 50px;
    margin-right: 10px;
}


.button02_boxR {
    background-color: #e6e6e6;
    border-radius: 10px;
    width: 370px;
    margin-left: 10px;
    height: 80px;
justify-content: center;
    display: flex;
    padding-top: 15px;
    box-sizing: border-box;
}
@media screen and (max-width:700px) {
.button02_boxR {
    width: 100%;
    margin-left: 0px;
}
}

p.button02_boxL_text_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
}

p.button02_boxL_text_titleSub {
    font-size: 16px;
    color: #606060;
    margin-top: 6px;
    text-align: center;
}

.button02_boxR_icon_image {
      height: 50px;
    margin-right: 10px;    
}

p.button02_boxR_text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}






/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■go back to top■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.goTop {
    text-align: right;
    margin-bottom: 40px;
}

.goTop_image {
 width: 24px;   

}

.footer {
    height: 80px;
    background-color: #f0f0f0;
    text-align: center;
    line-height: 80px;
    color: #3c4148;
}





.topText {
    margin-top: 20px;
    margin-bottom: 40px;
}

.topText_font {
    margin-bottom: 10px;
}

.topText_imagePC {
    width: 560px;
    height: 160px;
    margin: auto;
    display: block;
}
@media screen and (max-width:700px) {
.topText_imagePC {
    width: 100%;
    display: none;
}
}

.topText_imageSP {
    width: 236px;
    height: 319px;
    margin: auto;
    display: none;
}
@media screen and (max-width:700px) {
.topText_imageSP {
    display: block;
}
}




.titleSub {
    
}

p.titleSub_title {
 font-size: 20px;
    font-weight: bold;
    margin-bottom: 4px;
}

.titleSub_underLine {
    background-color: #2eafff;
    height: 2px;
}

.titleSub_underLine_gyoumu {
    background-color: #00C078;
    height: 2px;
}

.titleSub_underLine_kaihatsu {
    background-color: #ff9b00;
    height: 2px;    
}

.titleSub_underLine_kigyou {
    background-color: #9090A0;
    height: 2px;    
}

.titleSub_underLine_oshirase {
    background-color: #9090A0;
    height: 2px;    
}

.titleSub_underLine_contact {
    background-color: #9090A0;
    height: 2px;    
}



.openAllSub {
    display: flex;
    padding: 20px 0px;
}

.openAllSub_icon {
        width: 20px;
    margin-left: auto;
    margin-right: 10px;
}

p.openAllSub_font {
        font-weight: bold;
    color: #0080FF;
}

.boxSub_line {
    height: 1px;
    width: 100%;
    background-color: #c8c8c8;
}






.titleSubList_box {
    height: 100%;
    padding: 10px 0px;
}

.titleSubList_flex {
    display: flex;
}


p.titleSubList_titleMain_font {
        color: #303030;
    font-weight: bold;
    margin-top: 4px;
}

p.titleSubList_titleSub_font {
    color: #303030;
    margin-top: 4px;
}

.titleSubList_icon {
    margin-left: auto;
}

.titleSubList_icon_image {
    width: 20px;
    margin-top: 30px;
    margin-right: 20px;
}

p.titleSub_text {
    color: #303030;
    margin-top: 10px;
    margin-bottom: 10px;
}












.grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}
.item {
  border: solid 1px #c8c8c8;
  padding: 4px;
  text-align: center;
}
.item02 {
  padding: 4px;
  text-align: center;
}
img.gridImage {
    width: 100%;
}
p.gridText {
    text-align: center;
    color: #0080ff;
    font-weight: bold;
}







.grid2 {
  display: grid;
  gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.item2 {
  border: solid 1px #ffffff;
  padding: 4px;
  text-align: center;
}
img.gridImage2 {
    width: 100%;
}



p.titleSub_textTitle2 {
    font-size: 16px;
    margin-top: 10px;
    background-color: #0080ff;
    padding: 4px 6px;
    width: 60px;
    border-radius: 4px;
    color: #ffffff;
}

p.titleSub_text2 {
    font-size: 16px;
        color: #303030;
    margin-top: 10px;
    margin-bottom: 10px;
}




p.titleSub_textTitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}


.miniTitle {
    background-color: #a0a0a0;
    padding: 10px;
}

p.miniTitle_font {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

.miniTitle {
    margin-bottom: 10px;
}

.miniTitle_flex {
    display: flex;
}
@media screen and (max-width:700px) {
.miniTitle_flex {
    display: block;
}
}

.miniTitle_box {
width: 100%;
margin-bottom: 10px;
}

.miniTitle_box_imagePC {
    width: 100%;
    height: 300px;
    display: block;
}
@media screen and (max-width:700px) {
.miniTitle_box_imagePC {
display: none;
    }
}

.miniTitle_box_imageSP {
    width: 100%;
    display: none;
}
@media screen and (max-width:700px) {
.miniTitle_box_imageSP {
    display: block;
}
}

p.miniTitle_font_red {
    text-align: center;
    color: #c1272d;
}

.titleSub_text_PDF {
    color: #0080ff;
    font-weight: bold;
}



.topImage {
    width: 100%;
}

.topImageGyoumuPC {
    width: 100%;
}
@media screen and (max-width:700px) {
.topImageGyoumuPC {
display: none;
    }
}
.topImageGyoumuSP {
    width: 100%;
    display: none;
}
@media screen and (max-width:700px) {
.topImageGyoumuSP {
display: block;
width: 100%;
    }
}


.titleSub02 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.titleSub02_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}


.gyoumu_subImagePC {
    width: 672px;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}
@media screen and (max-width:700px) {
.gyoumu_subImagePC {
    width: 100%;
    display: none;
}
}
.gyoumu_subImageSP {
    width: 100%;
    margin-bottom: 20px;
    display: none;
}
@media screen and (max-width:700px) {
.gyoumu_subImageSP {
    display: block;
}
}

.gyoumu_subGray {
    background-color: #f4f4f4;
    padding: 10px;
    margin-bottom: 10px;
}

p.gyoumu_subGray_title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
} 

p.gyoumu_subGray_text {
    font-size: 16px;
} 


.gyoumu_subGray_flex {
    display: flex;
width: 670px;
    margin: auto;
    margin-bottom: 40px;
}
@media screen and (max-width:700px) {
.gyoumu_subGray_flex {
    display: block;
width: 100%;
}
}

.gyoumu_subGray_flex_box {
    margin: 4px;
    width: 220px;
    height: 40px;
    background-color: #f4f4f4;
}
@media screen and (max-width:700px) {
.gyoumu_subGray_flex_box {
    width: 100%;
}
}

p.gyoumu_subGray_flex_box_font {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #0080FF;
    line-height: 40px;
}


.shoukai_flex {
    display: flex;
}
@media screen and (max-width:700px) {
.shoukai_flex {
    display: block;
}
}


.shoukai_flex_boxImage {
    width: 314px;
    height: 146px;
    margin-right: 10px;
}
@media screen and (max-width:700px) {
.shoukai_flex_boxImage {
width: 100%;
    height: 
}
}


.topImageKaigoPC {
 width: 100%;   
}
@media screen and (max-width:700px) {
.topImageKaigoPC {
display: none;
}
}
.topImageKaigoSP {
display: none;
}
@media screen and (max-width:700px) {
.topImageKaigoSP {
display: block;
width: 100%;
}
}













p.titleSub_titleAnnai {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.shoukai_flex_boxImageAnnai {
    min-width: 320px;
    height: 320px;
    margin-right: 10px;
}

p.shoukai_flex_boxTextLink_font {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

p.kaihatsu_about {
    margin-top: 10px;
margin-bottom: 20px;
}

.kaihatsu_about_imagePC {
    width: 663px;
    display: block;
    margin: auto;
}
@media screen and (max-width:700px) {
.kaihatsu_about_imagePC {
    display: none;
}
}
.kaihatsu_about_imageSP {
    width: 100%;
    display: none;
}
@media screen and (max-width:700px) {
.kaihatsu_about_imageSP {
    width: 100%;
    display: block;
}
}



p.titleSub02_text {
    font-size: 18px;
}



.kigyou_shoukai_flex {
    display: flex;
}

.kigyou_shoukai_flex_box_title {
    min-width: 100px;
    margin-right: 20px;
}

p.kigyou_shoukai_flex_box_title_font {
    font-size: 16px;
    color: #606060;
}

.kigyou_shoukai_flex_line {
    background-color: #c8c8c8;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.kigyou_shoukai_imagePC {
    width: 100%;
    margin-top: 20px;
    display: block;
}
@media screen and (max-width:700px) {
.kigyou_shoukai_imagePC {
display: none;
    }
}
.kigyou_shoukai_imageSP {
    width: 100%;
    margin-top: 20px;
    display: none;
}
@media screen and (max-width:700px) {
.kigyou_shoukai_imageSP {
display: block;
    }
}


.kigyou_message_flex {
    display: flex;
    margin-top: 20px;
}
@media screen and (max-width:700px) {
.kigyou_message_flex {
    display: block;
}
}

.kigyou_message_flex_image {
    min-width: 200px;
    height: 200px;
    margin-right: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width:700px) {
.kigyou_message_flex_image {
    width: 100%;
    height: 100%;
}
}

p.kigyou_message_flex_text_font {
    font-size: 16px;
    line-height: 1.5;
}

p.kigyou_message_flex_textCEO_font {
    font-size: 18px;
    text-align: right;
    font-weight: bold;
    margin-top: 10px;
}








.titleSub_system {
     margin-top: 20px;
    margin-bottom: 20px;   
}

p.titleSub_system_font {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;  
} 

p.titleSub_systemTitle_font {
      font-size: 16px;
    margin-bottom: 10px;  
} 


.grid_system {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.item_system {

  border: solid 1px #c8c8c8;
}
.gridItemBox {
    padding: 10px 20px 20px 20px;
}
img.gridImage_system {
    width: 100%;
    background-color: aqua;
}
p.gridText_systemTitle {
color: #000000;
    margin-bottom: 10px;
}
p.gridText_systemText {
    color: #0080ff;
    font-weight: bold;
}







.pageTab {
    display: flex;
}

.pageTab_box_ichiran {
    display: flex;
    margin-right: auto;
}

.pageTab_box_back {
    display: flex;
    margin-right: 6px;
    width: 50px;
    height: 40px;
    background-color: #f0f0f0;
}

.pageTab_box_next {
    display: flex;
    background-color: #f0f0f0;
    width: 110px;
    height: 40px;
    padding-left: 10px;
}

.pageTab_box_ichiran_image {
        width: 20px;
    margin-right: 10px
}

.pageTab_box_back_image {
        width: 20px;
    margin-right: 10px;
    margin-left: 12px;
    margin-top: 10px;
}

.pageTab_box_next_image {
        width: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

p.pageTab_box_ichiran_font {
        font-weight: bold;
    color: #0080FF;
    line-height: 38px;
}

p.pageTab_box_back_font {
        font-weight: bold;
    color: #0080FF;
    line-height: 38px;
}

p.pageTab_box_next_font {
        font-weight: bold;
    color: #0080FF;
    line-height: 38px;
}






.system_jirei_shoukai {
     width: 800px;
margin: auto;   
}

@media screen and (max-width:700px) {
.system_jirei_shoukai {
     width: 100%;  
}
}

.system_jirei_shoukai_image {
width: 100%;
}



.titleSub_system_subText {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.titleSub_system_subText_font {
    
}






 

table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #f0f0f0;
  border: solid 1px #909090;
  color: #404040;
  padding: 10px;
    box-sizing: border-box;
  min-width: 150px;
}
.tbl-r02 td {
  border: solid 1px #909090;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
}
 
@media screen and (max-width: 700px) {
  .last td:last-child {
    width: 100%;
  border-bottom: solid 1px #909090;
  }
  .tbl-r02 {
    width: 100%;

  }

  .tbl-r02 th,
  .tbl-r02 td {
  border-bottom: solid 0px #909090;
    display: block;
    width: 100%;
  }
}






.grid_seihin {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}
.item_seihin {
    display: flex;
    margin-bottom: 20px;
}
.gridImageBox{
    min-width: 150px;
    padding: 10px;
  border: solid 1px #c8c8c8;
}
.gridItemTextBox {
    padding: 0px 10px;
    box-sizing: border-box;
}
img.gridImage_seihin {
    height: 150px;
    width: 100%;
    background-color: white;
}
p.gridText_seihinTitleSub {
color: #000000;
    margin-bottom: 6px;
}
p.gridText_seihinTitle {
    color: #0080ff;
    font-weight: bold;
    margin-bottom: 6px;
}
p.gridText_seihinText {
color: #000000;
}








p.titleSub_systemMainTitle_font {
      font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
} 

.system_seihin_jyouhou {
    
}

.system_seihin_jyouhou_image {
    width: 100%;
}

.titleSub_system_seihin_subText {
    margin-bottom: 20px;
    margin-top: 20px;
}

p.titleSub_system_title_font {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

p.titleSub_system_seihin_title_font {
    font-size: 20px;
    font-weight: bold;
}
p.titleSub_system_seihinText_font {
    
}











.system_fuguai_box {
    
}

p.system_fuguai_box_text_font {
    
}

p.system_fuguai_box_link_font {
    margin-top: 10px;
    font-weight: bold;
    color: #0080ff;
}

p.system_fuguai_box_title_font {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}









.titleSub_fukushi {
     margin-top: 20px;
    margin-bottom: 20px;   
}

p.titleSub_fukushi_font {
      font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;  
} 

p.titleSub_fukushiTitle_font {
      font-size: 16px;
    margin-bottom: 10px;  
} 



.grid_fukushi {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.item_fukushi {
  border: solid 1px #c8c8c8;
}

img.gridImage_fukushi {
    height: 140px;
    width: 100%;
    background-color: aqua;
}
p.gridText_fukushiTitle {
color: #000000;
    margin-bottom: 10px;
}
p.gridText_fukushiText {
    color: #0080ff;
    font-weight: bold;
}




.fukushi_jirei_shoukai {
    width: 800px;
    margin: auto;    
}

@media screen and (max-width:700px) {
.fukushi_jirei_shoukai {
     width: 100%;  
}
}

.fukushi_jirei_shoukai_image {
    width: 100%;
}





.titleSub_fukushi_subText {
    margin-top: 20px;
    margin-bottom: 20px;
}

p.titleSub_fukushi_subText_font {
    
}


p.titleSub_fukushiMainTitle_font {
      font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
} 


p.titleSub_fukushi_title_font {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
}

.titleSub_fukushi_seihin_subText {
    margin-bottom: 20px;
    margin-top: 20px;
}

p.titleSub_fukushi_title_font {
    font-size: 20px;
    font-weight: bold;
}

p.titleSub_fukushi_seihin_title_font {
    font-size: 20px;
    font-weight: bold;
}
p.titleSub_fukushi_seihinText_font {
    
}

.fukushi_seihin_jyouhou {
    
}

.fukushi_seihin_jyouhou_image {
    width: 100%;
}





.radioButton_box {
    display: flex;
    margin-bottom: 10px;
}

.radioButton_box_image {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}

p.radioButton_box_image {
    line-height: 20px;
} 





.oshirase_pageTab {
    display: flex;
    margin-left: auto;
    width: 300px;
}

.oshirase_pageTab_box_chokkin {
    width: 150px;
    height: 40px;
    background-color: #e8eeff;
    border-top: solid 1px #a0a0a0;
    border-left: solid 1px #a0a0a0;
    border-bottom: solid 1px #a0a0a0;
    box-sizing: border-box;
}

.oshirase_pageTab_box_rireki {
    width: 150px;
    height: 40px;
    border: solid 1px #a0a0a0;
    box-sizing: border-box;
}

p.oshirase_pageTab_box_font_chokkin {
    text-align: center;
    line-height: 38px;
}

p.oshirase_pageTab_box_font_rireki {
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    color: #0080ff;
}





.oshirase_flex_box {
    display: flex;
    margin-bottom: 20px;
}

.oshirase_flex_box_date {
    min-width: 150px;
}

p.oshirase_flex_box_date_font {
    color: #606060;
}

.oshirase_flex_box_title {
    width: 100%;
}
@media screen and (max-width:700px) {
.oshirase_flex_box_title {

}
}


p.oshirase_flex_box_title_font {
    font-weight: bold;
    color: #0080ff;
}




p.tenjikai_titleSub_font {
    color: #303030;
}


.tenjikai_flex {

}
@media screen and (max-width:700px) {
.tenjikai_flex {
    display: block;
}
}

.tenjikai_flex_box_title {
    min-width: 250px;
}
p.tenjikai_flex_box_title_font {
    font-size: 16px;
    font-weight: bold;
    color: #0080ff;    
}

.tenjikai_flex_box_date {
    min-width: 220px;
}
p.tenjikai_flex_box_date_font {
    color: #303030;
}

.tenjikai_flex_box_place {

}
p.tenjikai_flex_box_place_font {
    color: #303030;
}




p.mudanKeisai_title_font {
    font-size: 20px;
    font-weight: bold;
}

p.mudanKeisai_titleSub_font {
    font-size: 16px;
}

/*お問合せサンプル用*/
.contact_damy {
   width: 100%
}










.gridSystemSeihin {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.itemSystemSeihin {
  border: solid 1px #c8c8c8;
  padding: 20px;
  text-align: center;
}
img.gridImageSystemSeihin {
    margin-bottom: 10px;
    height: 140px;
    width: 140px;
}
p.gridTextSystemSeihin {
    text-align: center;
    color: #0080ff;
    font-weight: bold;
}



p.systemHanbaiten_title {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

p.systemHanbaiten_titleSub {
    font-size: 16px;
    color: #303030;    
}

p.systemHanbaiten_titleHighlight_orange {
    font-size: 18px;
    font-weight: bold;
    color: #303030;   
    margin-bottom: 4px;
}

p.systemHanbaiten_titleHighlight_orange02 {
    font-size: 16px;
    color: #ee4e4e;   
    margin-bottom: 4px;
}

p.systemHanbaiten_titleHighlight_black {
       font-size: 16px;
    color: #000000;   
    margin-bottom: 4px;
    margin-top: 4px;
} 
}


p.systemHanbaiten_titleHighlight_red_title {
       font-size: 20px;
    font-weight: bold;
    color: #ff0040; 
    margin-bottom: 4px;
}

p.systemHanbaiten_titleHighlight_red_text {
           font-size: 16px;
    color: #ff0040; 
}



p.contact_top_caption {
    font-size: 16px;
    text-align: center;
}

p.contact_titlenote {
    font-size: 16px;
    margin-top: 10px;
}

p.contact_bodytitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

p.contact_body {
    font-size: 16px;
    margin-top: 5px;
}

















#formWrap {
	width:100%;
	margin:0 auto;
	color:#ffffff;
	line-height:120%;

}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    margin-bottom: 20px;
}

table.formTable td,table.formTable th{
	border:1px solid #ffffff;
	padding:10px;
    line-height: 30px;

}
table.formTable th{
	width:30%;
	font-weight:normal;
    background-color: #cccccc;
	text-align:left;
    vertical-align: middle;
    color: #1c1c1c;
    font-weight: bold;
        font-size: 14px;
}
table.formTable td {
margin-bottom: 20px;
    color: #1c1c1c;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:1000px) {
#formWrap {
	width:100%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
	border:0px solid #ffffff;
        line-height: 40px;
    }
table.formTable th {
	margin-top:5px;
	border-bottom:0;

}
input[type="text"], textarea {
	width:100%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
}
}

.contactBlock_button_button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    
    background-color: #0080ff;
    height: 50px;
    border-radius: 10px;
    width: 200px;
    color: #ffffff;
    font-weight: bold;
}

input {
  font-family: "Noto Sans JP", sans-serif;    
}









.schedule {
    position: relative;
    font-size: 14px;
}
.schedule::before {
    position: absolute;
    background-color: #e6e6e6;
    content: "";
}

.schedule ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.schedule li {
    position: relative;
}

.schedule_time {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #3388dd;
    color: #3388dd;
    text-align: center;
}
.schedule_time::before {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #3388dd;
    content: "";
}
.schedule_time::after {
    position: absolute;
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3388dd;
    content: "";
}

.schedule_time2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
    background-color: #3388dd;
    color: #fff;
    text-align: center;
}
.schedule_time2::before {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #3388dd;
    content: "";
}
.schedule_time2::after {
    position: absolute;
    width: 1em;
    height: 1em;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #3388dd;
    content: "";
}

.schedule_time3 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
border: solid 2px #cd5c5c;
    background-color: #cd5c5c;
    color: #ffffff;
    text-align: center;
}
.schedule_time3::before {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #cd5c5c;
border: solid 1px #cd5c5c;
    content: "";
}
.schedule_time3::after {
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50%;
border: solid 1px #cd5c5c;
    background-color: #cd5c5c;
    content: "";
}



.schedule_time4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 5em;
    height: 2em;
    border-radius: 6px;
border: solid 2px #e6e6e6;
    background-color: #e6e6e6;
    color: #188a9c;
    text-align: center;
}
.schedule_time4::before {
    position: absolute;
    width: 0.5em;
    height: 0.5em;
    z-index: -1;
    background-color: #e6e6e6;
border: solid 1px #e6e6e6;
    content: "";
}
.schedule_time4::after {
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50%;
border: solid 1px #188a9c;
    background-color: #188a9c;
    content: "";
}

p.time4_text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
}


p.time4_text_small {
    font-size: 14px;
    margin-top: 4px;
}


p.time3_text02 {
    font-weight: bold;
}




.schedule_content_title {
    font-weight: bold;
}

@media screen and (max-width: 2000px) {
    .schedule::before {
        top: 0px;
        left: 6.5em;
        width: 6px;
        height: 100%;
    }
    .schedule li {
        display: flex;
        align-items: center;
        width: 100%;
    }
    .schedule li + li {
        margin-top: 2em;
    }
    .schedule_time::before {
        top: 50%;
        right: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
    .schedule_time::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }
    .schedule_time2::before {
        top: 50%;
        right: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
    .schedule_time2::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }
    .schedule_time3::before {
        top: 50%;
        right: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
    .schedule_time3::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }
    .schedule_time4::before {
        top: 50%;
        right: 0px;
        transform: translateX(50%) translateY(-50%) rotate(45deg);
    }
    .schedule_time4::after {
        top: 50%;
        left: 6em;
        transform: translateY(-50%);
    }
    
    .schedule_content {
        margin: 0px 0px 0px 3em;
        width: calc(100% - 10em);
    }
}
@media screen and (min-width: 2000px) {
    .schedule::before {
        top: 3.5em;
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
        height: 5px;
    }
    .schedule ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -10px;
    }
    .schedule li {
        margin: 0px 10px;
        width: calc(12.5% - 20px);
    }
    .schedule_time {
        margin: 0px auto;
    }
    .schedule_time::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }
    .schedule_time::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
        .schedule_time2 {
        margin: 0px auto;
    }
    .schedule_time2::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }
    .schedule_time2::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
        .schedule_time3 {
        margin: 0px auto;
    }
    .schedule_time3::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }
    .schedule_time3::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
        .schedule_time4 {
        margin: 0px auto;
    }
    .schedule_time4::before {
        left: 50%;
        bottom: 0px;
        transform: translateX(-50%) translateY(50%) rotate(45deg);
    }
    .schedule_time4::after {
        top: 3.5em;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .schedule_content {
        margin: 3em 0px 0px;
    }
    .schedule_content_title {
        text-align: center;
    }
    .schedule_content_detail {
        margin-top: 0.5em;
    }
}

































p.a001_title00 {
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    background-color: #188a9c;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    margin-top: -2px;
}

p.a001_title02 {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    background-color: #188a9c;
    padding: 0px 10px 4px 10px;
    color: #ffd700;
}

p.a001_title03 {
    font-size: 12px;
    line-height: 1.3em;
    background-color: #188a9c;
    padding: 0px 10px 10px 10px;
    color: #ffffff;
}

p.a001_title04 {
  position: relative;
  padding: 0.6em;
  background: #188a9c;
    border: solid 2px #188a9c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #ffffff;
}

p.a001_title04:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #188a9c;
  width: 0;
  height: 0;
}

p.a001_title05 {
  position: relative;
  padding: 0.6em;
  background: #188a9c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #ffffff;
    line-height: 1.4em;
}

p.a001_title05:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #188a9c;
  width: 0;
  height: 0;
}

p.a001_title06 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 14px;
    color: #303030;
    margin-left: 4px;
}

p.a001_title06_mini {
    font-size: 10px;
    margin-bottom: -12px;
    color: #cccccc;
    margin-left: 26px;
    margin-top: 10px;
}



p.a001_title {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: bold;
}

p.a002_title {
    font-weight: bold;
    color: #232323;
    background: #e6e6e6;
    border-left: solid 10px #188a9c;
    margin-bottom: 10px;
padding: 10px 10px 10px 10px;
}

p.a003_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 10px;
    
    padding: 0.5em 1em;
    color: #232323;
    border-left: solid 10px #e6e6e6;
}

p.a001_text {
    font-size: 16px;
    line-height: 1.6em;
}

p.a001_textMini {
    margin-top: 4px;
margin-bottom: 2px;
    font-size: 12px;
    line-height: 1.0em;
}

p.a001_textMini02 {
    font-size: 14px;
    line-height: 1.0em;
}

p.a001_textMini03 {
    font-size: 12px;
    line-height: 1.0em;
    margin-top: 4px;
}

.profile_icon_HQ {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 6px;
}

.HQ_flex {
    display: block;
}

p.a001_text001 {
    font-size: 14px;
    line-height: 1.6em;
    margin-top: 20px;
}

p.a001_textPlayer {
    font-size: 16px;
    line-height: 1.6em;
    color: #0080ff;
}

p.a001_text02top {
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 10px;
}

p.a001_text_small {
    font-size: 14px;
    line-height: 1.3em;
    margin-left: 16px;
}

p.a001_text_shuYoga {
    font-size: 12px;
    line-height: 1.6em;
}

.a001_text001 `{
    font-size: 14px;
}

p.a001_text_small_02 {
    font-size: 14px;
    margin-top: -6px;
}

p.a001_text_titleCenter {
    font-size: 14px;
    text-align: center;
    margin-bottom: 4px;
}


p.a001_text02 {
    font-size: 12px;
    line-height: 1.3em;
}

p.a001_text02Player {
    font-size: 12px;
    line-height: 1.3em;
    color: #0080FF;
}

p.a001_text03 {
    font-size: 14px;
    line-height: 1.3em;
    font-weight: bold;
    color: #ffffff;
}

p.a001_text03_small {
    font-size: 12px;
    background-color: #e6e6e6;
    padding: 6px 0px 2px 6px;
    margin-top: 10px;
    font-weight: bold;
    width: 100%;
}

p.a001_text03_small_update {
    font-size: 10px;
    background-color: #e6e6e6;
    padding: 8px 6px 2px 6px;
    margin-top: 10px;
    font-weight: bold;
min-width: 150px;
    text-align: right;
    color: #ffffff;
}

.notification_flex {
    display: flex;
}

.scroll {
    background-color: #188a9c;
    padding: 10px;
    margin-bottom: -30px;
    border: solid 4px #e6e6e6;    
}

.a001 {
    padding: 20px;
    box-sizing: border-box;
}




.button_CTA_BBcomp {
  width: 90%;
    height: 80px;
    margin: auto;
    background-color: #e6e6e6;
    margin-bottom: 0px;
    margin-top: 20px;
    border-radius: 10px;
    color: #000000;
    transition: 0.2s;
border: 4px dotted #188a9c;
box-sizing: border-box;
}
.button_CTA_BBcomp:hover {
    background-color: #ffffff;
    color: #ffffff;

}
@media screen and (max-width:700px) {
.button_CTA_BBcomp {
  width: 90%;
    box-sizing: border-box;
}
}

p.button_CTA_font_BBschool {
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
} 

p.button_CTA_font_BBschool_off {
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    color: #bbbbbb;
} 

.button_CTA_BBschool {
  width: 90%;
    height: 80px;
    margin: auto;
    background-color: #e6e6e6;
    margin-bottom: 0px;
    margin-top: 20px;
    border-radius: 10px;
    color: #000000;
    transition: 0.2s;
border: 4px dotted #cccccc;
box-sizing: border-box;
}
.button_CTA_BBschool:hover {
    background-color: #ffffff;
    color: #ffffff;

}
@media screen and (max-width:700px) {
.button_CTA_BBschool {
  width: 90%;
    box-sizing: border-box;
}
}

p.button_CTA_font_BBschool {
    font-size: 18px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
} 




.link02 {
 color: #0080ff;  
    font-size: 14px;
    line-height: 1.6em;
}

.youtube_icon_02 {
    width: 50px;
}

.h10 {
    min-height: 10px;
}


.h4 {
    min-height: 4px;
}



.topImage_poster_box {
    width: 100%;
    margin: auto;
  background: rgba(237, 223, 181, 0.0);
}


.topImage_poster {
    width: 100%;
    display: none;
}
@media screen and (max-width:700px) {
.topImage_poster {
    width: 100%;
    display: block;
}
}

.topImage_poster_PC {
    width: 100%;
    display: block;
}
@media screen and (max-width:700px) {
.topImage_poster_PC {
    display: none;
    width: 100%;
}
}


.pageTitle_other02 {
    height: 60px;
    background-color: #e6e6e6;
}

p.pageTitle_font02 {
    color: #000000;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
}



@media screen and (max-width:700px) {
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
    }


p.button_shop_font02 {
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
} 

p.a001_text04 {
    font-size: 12px;
    line-height: 1.3em;
    background-color: darkcyan;
    padding: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #ffffff;
}




.a001_textPosition {
    font-size: 12px;
    margin-top: 2px;
}


.parking_image {
    width: 100%;
}



.mail_subbox {
    padding: 14px 10px;
    background-color: #ececec;
}

.hr_mail {
    margin: 10px 0px;
}


.profile_icon_sns {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    margin-right: 2px;
}

.profile_flex {
 display: flex; 
}

p.a001_text02 {
    font-size: 12px;
}

p.a001_text02_2 {
    font-size: 14px;
    line-height: 1.6em;
}

.circle_number {
  width: 30px;
  height: 30px;
  padding-top: 8px;
  background-color: #aadfec;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
}




table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #e6e6e6;
  border: solid 1px #e6e6e6;
  color: #000;
  padding: 10px;
  font-size: 14px;
}
.tbl-r02 td {
  border: solid 1px #e6e6e6;
  padding: 10px;
    margin-bottom: 10px;
    line-height: 1.8em;
}
 
@media screen and (max-width: 800px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}


.topImage_sponsor {
    background-color: #00344b;
    display: flex;
    padding: 10px;
}

.topImage_sponsor02 {
    background-color: #00344b;
    display: flex;
    padding: 10px;
}

.topImage_sponsor_box {
    width: 50px;
    height: 50px;
    margin: auto;
    padding: 10px 10px 10px 10px;
}

.topImage_sponsor_box02 {
    width: 25px;
    height: 25px;
    margin: auto;
    padding: 10px 10px 20px 10px;
}

.sponsor_logo {
    width: 50px;
    height: 50px;
    margin: auto;
}

.sponsor_logo02 {
    width: 25px;
    height: 25px;
    margin: auto;
}

p.miniSample {
    color: #ffffff;
    font-size: 11px;
    padding: 0px 10px 20px 20px;
    line-height: 1.3em;
}

p.miniSample_02 {
    color: #41A4FD;
    font-size: 11px;
    padding: 0px 10px 20px 20px;
    line-height: 1.3em;
    font-weight: bold;
}


.logo_02 {
    margin-top: 20px;
    width: 150px;
    margin-right: 20px;
}

.taikaiNaiyou_flex {
    display: flex;}

.taikaiNaiyou_flex_image {
    width: 130px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.taikaiNaiyou_flex_image2 {
    width: 180px;
    height: 100%;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.taikaiNaiyou_flex_image3 {
    width: 100px;
    height: 100%;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.taikaiNaiyou_flex_image02 {
    width: 80px;
    margin-right: 0px;
}

.venue_map {
    width: 320px;
}




.accordion  {
  margin: 10px auto;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 14px;
  line-height: 1.6em;
    background-color: #188a9c;
    color: #ffffff;
}

.accordion_title_red {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 14px;
  line-height: 1.6em;
    background-color: #cd5c5c;
    color: #ffffff;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion_title_red:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 2em 0 3em;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion[open] .accordion_title:after {
  content: "-";
}

p.accordion_contents_font {
    padding-top: 10px;
    padding-bottom: 20px;
}








.accordion02  {
  margin: 10px auto;
}

.accordion02_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 14px;
  line-height: 1.6em;
    background-color: #e6e6e6;
    color: #ffffff;
}


.accordion02_title_red {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 14px;
  line-height: 1.6em;
    background-color: #e6e6e6;
    color: #303030;
    font-weight: bold;
}

summary.accordion02_title::-webkit-details-marker {
  display:none;
}

.accordion02_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion02_title_red:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion02::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion02 .accordion02_content {
  padding: 0 2em 0 3em;
}

.accordion02 .accordion02_content > *:first-of-type {
  margin-top: 0;
}

.accordion02 .accordion02_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion02[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion02[open] .accordion_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion02[open] .accordion_title:after {
  content: "-";
}

p.accordion02_contents_font {
    padding-top: 10px;
    padding-bottom: 20px;
}

















.accordion02  {
  margin: 10px auto;
}

.accordion02_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 14px;
  line-height: 1.6em;
 background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
    color: #ffffff;
text-shadow: 1px 2px 3px #000000;
}

summary.accordion02_title::-webkit-details-marker {
  display:none;
}

.accordion02_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion02::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion02 .accordion02_content {
  padding: 0 2em 0 3em;
}

.accordion02 .accordion02_content > *:first-of-type {
  margin-top: 0;
}

.accordion02 .accordion02_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion02[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion02[open] .accordion02_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion02[open] .accordion02_title:after {
  content: "-";
}

p.accordion02_contents_font {
    padding-top: 10px;
    padding-bottom: 20px;
}








.accordion03  {
  margin: 10px auto;
}

.accordion03_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 14px;
  line-height: 1.6em;
background-image: -webkit-gradient(linear, left top, right top, from(#009efd), to(#2af598));
  background-image: -webkit-linear-gradient(left, #009efd 0%, #2af598 100%);
  background-image: linear-gradient(90deg, #009efd 0%, #2af598 100%);
    color: #ffffff;
text-shadow: 1px 2px 3px #000000;
}

summary.accordion03_title::-webkit-details-marker {
  display:none;
}

.accordion03_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion03::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion03 .accordion03_content {
  padding: 0 2em 0 3em;
}

.accordion03 .accordion03_content > *:first-of-type {
  margin-top: 0;
}

.accordion03 .accordion03_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion03[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion03[open] .accordion03_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion03[open] .accordion03_title:after {
  content: "-";
}

p.accordion03_contents_font01 {
    font-size: 14px;
}

p.accordion03_contents_font02 {
    font-size: 12px;
line-height: 1.2em;
}










.accordion04  {
  margin: 10px auto;
}

.accordion04_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 14px;
  line-height: 1.6em;
background-image: -webkit-gradient(linear, left top, right top, from(#eae83a), to(#fa709a));
  background-image: -webkit-linear-gradient(left, #eae83a 0%, #fa709a 100%);
  background-image: linear-gradient(90deg, #eae83a 0%, #fa709a 100%);
    color: #ffffff;
text-shadow: 1px 2px 3px #000000;
}

summary.accordion04_title::-webkit-details-marker {
  display:none;
}

.accordion04_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion04::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion04 .accordion04_content {
  padding: 0 2em 0 3em;
}

.accordion04 .accordion04_content > *:first-of-type {
  margin-top: 0;
}

.accordion04 .accordion04_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion04[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion04[open] .accordion04_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion04[open] .accordion04_title:after {
  content: "-";
}

p.accordion04_contents_font {
    padding-top: 10px;
    padding-bottom: 20px;
}






.accordion05  {
  margin: 10px auto;
}

.accordion05_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  cursor: pointer;
    color: #303030;
    line-height: 1.4em;
    font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

summary.accordion05_title::-webkit-details-marker {
  display:none;
}

.accordion05_title:after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion05::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion05 .accordion05_content {
  padding: 0 2em 0 3em;
}

.accordion05 .accordion05_content > *:first-of-type {
  margin-top: 0;
}

.accordion05 .accordion05_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion05[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion05[open] .accordion05_content {
  padding: 1.4em 2em 1.4em 3em;
}

.accordion05[open] .accordion05_title:after {
  content: "";
}

p.accordion05_contents_font {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 1.4em;
}

p.accordion05_contents_link {
    font-size: 12px;
    color: #0080ff;
    line-height: 1.4em;
    margin-top: 10px;
}

.accordion05_contents_flex {
    display: flex;
}

.accordion05_contents_icon {
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}





.acdFlex {
    display: flex;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.profile_title {
    
}

.profile_icon {
min-width: 40px;
max-width: 40px;
    max-height: 40px;
min-height: 40px;
    margin-right: 10px;
    background-color: #ffffff;
    border-radius: 30px;
}

.profile_sponsor {
min-width: 40px;
max-width: 40px;
    max-height: 40px;
min-height: 40px;
    margin-right: 10px;
    background-color: #ffffff;
}




.sponsorFlex {
    display: flex;
}



.profileFlex {
    display: flex;
    margin-bottom: 10px;
}


.subTopImage {
    width: 100%;
    border: solid 0px #188a9c;
    box-sizing: border-box;
    margin-bottom: -2px;
}

.titleFlex {
    display: flex;
}

.titleIcon {
    width: 26px;
    padding-top: 10px;
    margin: 0px 4px 0px 4px;
    box-sizing: border-box;
}



.wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrapper_box {
    margin: 6px;
}

.card_image {
    width: 100%;
}

.card_top {
    width: 100%;
    max-width: 500px;
}


.icon_youtube_flex {
    display: flex;
    margin-top: 20px;
}

.icon_youtube {
    width: 30px;
    margin-left: 10px;
}

p.icon_youtube_font {
    font-size: 12px;
    line-height: 1.4em;
    margin-left: 10px;
    margin-top: 6px;
    color: #0080ff;
}


p.parkFontLink_title {
    font-size: 14px;
    line-height: 1.4em;
    color: #303030;
}

p.parkFontLink {
    font-size: 14px;
    line-height: 1.4em;
    margin-top: 6px;
    color: #0080ff;
}


.heat_flex {
    display: flex;
    margin-top: 10px;
}

.heat {
    margin-right: 10px;
}

.heat_title {
    font-size: 10px;
    font-weight: bold;
}

.heat_red {
    font-size: 10px;
    margin-top: 4px;
    width: 90px;
    color: #303030;
    padding: 2px;
    border: solid 1px #cccccc;
    border-left: solid 4px red;
}

.heat_white {
    font-size: 10px;
    margin-top: 4px;
    width: 90px;
    color: #303030;
    padding: 2px;
    border: solid 1px #cccccc;
    border-left: solid 4px #cccccc;
}

.heat_yellow {
    font-size: 10px;
    margin-top: 4px;
    width: 90px;
    color: #303030;
    padding: 2px;
    border: solid 1px #cccccc;
    border-left: solid 4px yellow;
}

.heat_green {
    font-size: 10px;
    margin-top: 4px;
    width: 90px;
    color: #303030;
    padding: 2px;
    border: solid 1px #cccccc;
    border-left: solid 4px green;
}


.school_box {
    width: 100%;
    border: solid 1px #cccccc;
    margin: 2px;
    padding: 4px;
    box-sizing: border-box;
}

p.school_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4em;
    background-color:#188a9c;
    padding: 2px 2px 2px 4px;
    color: #ffffff;
    text-align: center;
}

p.school_text {
    font-size: 12px;   
    line-height: 1.4em;
}

.schoolImage {
width: 100%;
}



#countdown {
      font-size: 14px;
      font-weight: bold;
      color: #000;
    width: 100%;
    color: #188a9c;
    }

.officialAnnounce_title {
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
    min-width: 150px;
    color: #188a9c;
}

.officialAnnounceFlex {
    display: flex;
    margin-bottom: 10px;
}
