@charset "utf-8";

/*** page
************/

body {
    font-family:"Arial","Kosugi", sans-serif　!important;
    color: #005378;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
}

.noto-sans-jp-tit {
  font-family: "Noto Sans JP", sans-serif!important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h1{
    font-size: 1.5rem !important;
    font-family:"Arial", "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.page_title{
    text-align: center;
    border-bottom: 1px solid;
    display:block;
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    background: -webkit-linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1.5rem 0;
}

.container{
    margin-top: 100px;
}


.page_inner{
    max-width: 1040px;
    margin: auto;
    padding-bottom: 1rem;
}



/** header
*******************************************************************/
#header {
    position: fixed;
    padding: 16px 16px 20px;
    width: 100%;
    z-index: 10;
    height: 80px;
    z-index: 999;
    top: 0;
    /*background: rgba(255, 255, 255, 0.8);*/
}

#header.header.login{
    height: 30px;
    padding:16px 0;
    background-color: transparent;
    position: inherit;
}

.hd__logo {
    height: 53px;
}

.hd__logo a {
    display: block;
}

.hd__logo img {
    vertical-align: middle;
    width: 154px;
}

@media screen and (max-width: 899.9px) {
    .hd__logo img {
        width: 108px;
        height: auto;
        ;
    }
}

header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hd__navigation {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 53px;
    margin-bottom: 0;
    padding-right: 110px;
}

.hd__navigation > li a {
    padding: 8px 16px;
    text-decoration: none;
    font-size: .8rem;
    color: #005378;
    font-weight: bold;
}

.hd__navigation > li .normal_btn{
    background: none !important;
    border: none !important;
    padding: 8px 16px;
    text-decoration: none;
    font-size: .8rem !important;
    color: #005378 !important;
    font-weight: bold;
        height: auto;
    vertical-align: text-top;
} 


.hd_btn_entry .btn-danger{
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    font-size: .8rem;
    border-radius: 0 0 0 8px;
    width: 100px;
    height: 80px;
    text-align: center;
    border: none !important;
    padding-bottom: 10px;
}


.hd_btn_entry a {
    display: block;
    color: #FFF;
    line-height: 80px;

}


@media screen and (max-width: 889.9px) {
    .hd_btn_entry{display: none;}   
}



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


#header{z-index: 1000;}
    
#g-nav{
    position:fixed;
	z-index: -1;
	opacity: 0;
	top:0;
	width:100%;
    height: 100vh;/*nav h*/
    background-color: #FFF;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}


#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*navigation
*****************************************/
#g-nav ul {
    display: none;
    position: absolute;
    z-index: 999;
    top:40%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    padding-top: 2rem;
}

#g-nav.panelactive ul {
    display: block;
}


#g-nav li{
    margin: 0 4%;
	list-style: none;
    text-align: left;
    }
    
#g-nav li.no-border{
    border-bottom: none;
    }
    #g-nav li.no-border a{
        padding: 4px;
    }
    
    .u-mt-8{margin-top: 1.5rem!important;}

#g-nav li.btn_sp_yoyaku{
	list-style: none;
    text-align:center;
    border-bottom:none;
    background: #FFF;
    color: #4d4d4d;
    margin-top: 1.2rem;
    }    

#g-nav li a{
	color: #005378;
	text-decoration: none;
	padding:.7rem;
	display: flex;
    justify-content: space-between;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: bold;
    font-size: 1.1rem;
}
    
#g-nav li a .sub{width: 60%; font-size: .9rem;text-align: left;color: #acacac;}
#g-nav li a span{width: 100%;}
    
    #g-nav li.btn_sp_yoyaku a{
        color: #4d4d4d;
        text-align: center;
        display: block;
        font-size: 1.5rem;
    }
    #g-nav li.btn_sp_yoyaku a span{
        display: block;
        margin: auto;
        color: #808080;
        font-size: 1rem;
    }
    #g-nav li.sp_nav_insta a .sub{ color: #FFF;text-transform:capitalize;}

/*========================*/
.openbtn{
	position:fixed;
    z-index: 9999;
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
}
	

.openbtn span{
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
	background-color: #FFF;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

}

table.table-bordered.table-secondary.tab{
    border: none !important;
}
.table-bordered tr{
    position: relative;
    display: block;
}
.table-bordered.table-secondary.tab td{
    /*background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);*/
    background-image: url(../ex_lowimg/btn_bg.svg);
    background-size: cover;
    background-position: top right;
    font-size: .8rem;
    border-radius:0 ;
    text-align: center;
     width: 10%;
    color: #FFF;
    border-right: 6px solid #FFF;
}

.table-bordered.table-secondary.tab td a{
    color: #FFF;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.table-secondary.tab {
    --bs-table-color: #ffffff;
    --bs-table-bg:  #ffffff;
    --bs-table-border-color: #cbccce;
    --bs-table-striped-bg:  #ffffff;
    --bs-table-striped-color: #005378;
    --bs-table-active-bg:  #ffffff;
    --bs-table-active-color: #005378
    --bs-table-hover-bg:  #ffffff;
    --bs-table-hover-color: #005378;
}


.images_table td{
    width: 50%;
}


.btn_area{
    width: 100%;
    margin-top: 3rem !important;
}
.btn_area ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    justify-content: space-around;
}

.btn_area li{
    width: 32%;
    margin-bottom: 1%;
    margin-right: 1%;
    text-align: center;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    align-content: center;
    border-radius: 8px;
    height: 90px;
}

.btn_area li:nth-child(3n){
    margin-right: 0;

}

.btn_area li a{
    display: block;
    color: #FFF;
    padding:2rem 1rem;
    text-decoration: none;
}
.btn_area li.arrow_btn{
    width: 40%
}

.btn_area li.arrow_btn a{
        display: block;
    color: #FFF;
    width: 100%;
    margin:0 auto;
    border-radius: 4px;
    line-height: 90px;
    padding: 0 calc(1.5rem + 34px);
    font-size: 20px;
    letter-spacing: 2px;
    background: url(../ex_lowimg/icon_arrow_f.svg) no-repeat;
    background-size: 30px;
    background-position: right 1.5rem center;
    text-align: center;
}
.btn_area li.cancel_btn {
    background: #bcb1ab;
    margin-left: 1rem;
    width: 40%
}

.btn_area li.cancel_btn a{
    display: block;
    color: #FFF;
    width: 100%;
    margin:0 auto;
    border-radius: 4px;
    line-height: 90px;
    padding: 0 calc(1.5rem + 34px);
    font-size: 20px;
    letter-spacing: 2px;
    background: url(../ex_lowimg/icon_arrow_f.svg) no-repeat;
    background-size: 30px;
    background-position: right 1.5rem center;
    text-align: center;
}

/*
table.login_page th,#autotable_id th{
    padding:0 8px 8px;
}*/


.center_box{
    display: grid;
    place-items: center;
}


.imgae_flie{
    padding: 5% 2%;
    border-radius: 8px;
    border: 1px solid #005378;
    margin-bottom: 2rem;
    width: 90%;
}

.imgae_flie input {
    font-size: 12px;
}

.imgae_flie_info{
    font-size: .81rem;
    color: #005378;
}


.gradation_btn{
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    color: #FFF !important;
}


.my-5 .gradation_btn.btn {
    display: block;
    color: #FFF;
    width: 344px;
    margin: 4rem auto;
    border-radius: 4px;
    line-height: 61px;
    font-size: 18px;
    letter-spacing: 2px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    text-align: center;
}


.hissu{
    display: inline-block;
    padding: 4px 8px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    color: #FFF;
    line-height: 1.2;
    border-radius: 4px; 
    margin-left: .7rem;
    margin-bottom: .3rem;
}
@media screen and (max-width: 899.9px) {
    .hissu{
        font-size: 11px;
        padding: 3px 6px;
    }
}


.col__double{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.col__double span{
    width:49%;
    margin-right: 1%;
    display: flex;
    padding-left: 1.5rem;
    align-items: baseline;
}

.col__double.addr label{
    width: 30%;
    padding-left: 1.5rem;
}
.col__double.addr input{
    width: 66%;
}


.link_nomal{
    text-decoration: none;
    color: #005378;
}

.u-ta-c{
    text-align: center;
}

.u-ta-c .radio-2{
    justify-content: center;
}

.gradation .radio-2 label{
    margin-bottom: 1%;
    margin-right: .3%;
    text-align: center;
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    align-content: center;
    border-radius: 8px;
    color: #fff;
    padding: 8px 25px;
}

.gradation  .radio-2 label::after{
    left: 34px;
}


#kessai_id.kessai_list ,#kessai_id.mail_list{
    width: 100%;
}

#kessai_id.kessai_list tr,#kessai_id.mail_list tr{
    display: flex;
}
#kessai_id.kessai_list th,#kessai_id.kessai_list td{
    width: 100%;
    padding: 4px !important;
    color: #005378;
}

.layout-style th,.layout-style td{
    width: 100%!important;/*calc( 100% / 7)*/
    padding: 4px !important;
    color: #005378;
    border-collapse: collapse;
    border-left: 1px solid #CCC;
}

.layout-style{
    width: 100%;
    max-width: 1040px;
    border-collapse: collapse;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-collapse: collapse;
    margin:0 auto 24px;
}

.layout-style th{
    background: #f4f4f4;
    border-collapse: collapse;
}
.layout-style td{
    width: 100%;
    border-collapse: collapse;
}

.layout-style tr{
     border-collapse: collapse;
    display: flex;
}


/* 入力フィールド、サイトスタイル移植
========================================================= */
.page__form h2{
    margin: 3rem auto 0;
    font-size: 1.5rem;
        border-bottom: 1px solid #969da3;
    padding-bottom: .4rem;
}

.page__form h2.box_tit{
    margin: 3rem auto .5rem;
}


.page__form dl {
    text-align: left;
    font-size: 16px;
    padding-top: .5rem;
    color: #005378;
}

.page__form dl.width-s{
    max-width: 700px;
    margin: auto;
}

.page__form h3{
    font-size: 1.1rem;
}

.page__form dl.text_view {
    text-align: left;
    font-size: 16px;
    margin-top: 2rem;
    padding-top: 0;
    color: #005378;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.page__form dl.text_view dt{
    width: 40%;
    background: #f4f4f4;
    border-bottom:1px solid #CCC;
    line-height: 2.5;
    padding-left: 1rem;
}

.page__form dl dd{
    margin-bottom: 1rem;
}

.page__form dl dd.help_txt,.page__form dl dt.help_txt{
    font-size: .81rem;
}


.page__form dl label{
    line-height: 3;
    margin-right: 1.5rem;
}

.page__form dl.text_view dd{
    width: 60%;
    border-bottom:1px solid #CCC; 
    line-height: 2.5;
    margin-bottom: 0;
    padding-left: 1rem;
}


.page__form dl a {
    text-decoration: underline;
}


.page__form dl input[type="text"]{
   padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
}

.page__form dl input[type="email"],.page__form dl input[type="password"]{
   padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
}


.page__form .hissu{
    display: inline-block;
    padding: 4px 8px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    color: #FFF;
    line-height: 1.2;
    border-radius: 4px; 
    margin-left: .7rem;
    margin-bottom: .3rem;
}
@media screen and (max-width: 899.9px) {
    .page__form .hissu{
        font-size: 11px;
        padding: 3px 6px;
    }
}


.area_middle{
    width: 70%;
}

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

.radio-2 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio-2 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 899.9px) {
    .radio-2 label{    flex-wrap: wrap;
    font-size: 11px;}
}

.radio-2 label::before,
.radio-2 label::after {
    border-radius: 50%;
    content: '';
}

.radio-2 label::before {
    width: 18px;
    height: 18px;
    border: 2px solid #dee5eb;
    box-sizing: border-box;
}

.radio-2 label::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    background-color: #dee5eb;
}

.radio-2 label:has(:checked)::after {
    background-color: #084165;
}

.radio-2 input {
    display: none;
}


.selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #286185;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #084165;
    font-size: 1em;
    cursor: pointer;
}


.textbox-1-label,
.textbox-1 {
    color: #333;
}

.textbox-1-label {
    display: block;
    margin-bottom: 5px;
    font-size: .9em;
}

.textbox-1 {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5;
}

.textbox-1::placeholder {
    color: #999;
}



/*/テキストエリア/*/

.textbox-2-label,
.textbox-2 {
    color: #333;
}

.textbox-2-label {
    display: block;
    margin-bottom: 5px;
    font-size: .9em;
    color: #084165;
}

.textbox-2 {
    width: 100%;
    min-height: 10rem;
    padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.5;
}

.textbox-2::placeholder {
    color: #999;
}

.textarea {
    display: block;
    text-align: left;
}

dd.u-ta-c {
    margin-top: 4rem;
}

dd.u-ta-c .radio-2{
    justify-content: center;
}

dd.u-ta-c .more_btn_arrow{
    margin-top: 0;
}
dd.u-ta-c .more_btn_arrow a{
    margin-top: 1rem;
}


.more__button{
    background-color: #ccc !important;
    border-radius: 8px!important;
    padding-left: 50px!important;
    padding-right: 40px!important;
}

.for_menu__button{
    margin: 2rem 0;
}

.accordion-body{
    padding:2rem 0 !important;
}

.page_inner .field {
    align-items: baseline;
    margin-bottom: 1rem;
    margin-top: 2.4rem;
    
}

.page_inner .field.help_info{font-size: .81rem;}


.page_inner .box_inner_imageSet .field{font-size: .81rem;}

.page_inner .field:first-child{
    margin-top: 0;
}


.page_inner .width-s .field {
    align-items: baseline;
    margin-bottom: .2rem;
    margin-top: 2.1rem;
}

.page_inner .width-s .textbox-2-label{
    line-height: 1.2;
}

.modal-info{
    background-color: #288fbd !important;
    border: none!important;
    margin-bottom: .2rem!important;
    height: 30px!important;
    width:auto !important;
    text-align: center!important;
    --bs-btn-padding-x: .5rem!important;
    --bs-btn-padding-y: 0!important;
    font-weight: bold !important;
}



.id_style{
    background: #f4f4f4;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page_inner .id_style .col-form-label{
    width: auto !important;
}


.base_color {

    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
}

.card_text_2 {
    margin-bottom: 2rem;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: 7px;
    padding: 1rem;
    font-size: 1rem;
    display: inline-block;
}


/*inner layout
========================================================= */

.box_area{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.box_inner_imageSet{
    width: 29%;
    margin-right: 4%;
    margin-bottom: 2rem;
}

.box_inner_imageSet h4{
    font-size: 1.2rem;
    text-align: left;
}

.box_inner_imageSet .image_area img{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: contain;
}

/**/
.modal-content {
  background-color:#FFF!important;
}

.modal-header{
    border-bottom: none !important;
}


.accordion-flush .accordion-item{
    text-align: center;
}

.accordion-item h3{
    display: inline-block;
}

/* PAGE preview
========================================================= */
.page__detail.page__preview{
    margin-top: 100px;
    line-height: calc(30 / 14);
    font-family: "Kosugi", sans-serif;
}
.page__detail.page__preview h2.page__preview__title{
    margin: 3rem auto 0;
    font-size: 1.5rem;
    padding-bottom: .4rem;
}


.page__detail.page__preview 
.slider-nav {
    margin-top: 1rem;
}

.page__detail.page__preview 
.slick-slide img{
    width: 100%;
    height: 100%;
    aspect-ratio:16 / 9;
    object-fit: contain;
}

.page__detail.page__preview 
.thumbnail-img.slick-slide {
    opacity: .5;
    text-align: center;
}
.page__detail.page__preview 
.thumbnail-img.slick-slide.slick-active {
    opacity: 1;
}
.page__detail.page__preview 
.thumbnail-img {
    padding: 4px;
    cursor: pointer;
}
.page__detail.page__preview 
.slider_area {
    position: relative;
        margin: 10px auto 80px;
}
.page__detail.page__preview 
.arrow_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    position: absolute;
    bottom: 80px;
    z-index: 10;
    width: 100%;
}
@media screen and (max-width: 899.9px){
    .page__detail.page__preview 
    .arrow_box {
        bottom: 5%;
    }
}
.page__detail.page__preview .prev-arrow,
.page__detail.page__preview .next-arrow {
    display: block;
    width: 36px;
    height: 50px;
    background: rgb(43, 215, 97);
    background: linear-gradient(-131deg, rgba(43, 215, 97, 1) 0%, rgba(43, 215, 97, 1) 3%, rgba(29, 143, 189, 1) 98%, rgba(29, 143, 189, 1) 100%);
    transition: all .3s ease;
    cursor: pointer;
    position: relative;
}

@media screen and (max-width: 899.9px) {
    .page__detail.page__preview .prev-arrow,
.page__detail.page__preview .next-arrow {
    display: block;
    width: 26px;
    height: 30px;
    }
}

.page__detail.page__preview .prev-arrow {
    transform: rotate(180deg);
    margin-right: 20px;
}
.page__detail.page__preview .prev-arrow::before,
.page__detail.page__preview .next-arrow::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #FFF;
    border-top: 2px solid #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}


.page__detail.page__preview 
.content_box h1 {
    text-align: left;
    font-size: 32px !important;
    color: #005378;
    letter-spacing: 2px;
    line-height: calc(30 / 14);
}

.page__detail.page__preview 
.content_box h1 span {
    display: inline-block;
    background: #000;
    color: #FFF;
    font-size: 13px;
    padding: 4px 16px;
    line-height: 35px;
    margin-bottom: 1rem;
}

#text_01_id br{
    display: block;
}

#text_02_id{
    color: #005378;
    margin-bottom: 3rem;
}

.page__detail.page__preview 
.content_box p {
    font-size: 16px;
}

.page__detail.page__preview 
.content_box p.crlf_space {
    font-size: 14px;
}

.bottom_btn ul li a#text_99_id{
        color: #FFF;
    text-decoration: none;
}

/*form
========================================================= */


.table_loginBox{
    width: 430px;
    margin: auto;
    text-align: center;
}

.table_loginBox > *{
    box-sizing: border-box;
}

.table_loginBox td{
    text-align: left;
}

.txt_attention td{
    margin-top: -1rem;
    display: block;
}
.txt_attention td span{
    padding-bottom: 1rem;
}

.login_messe{padding-top: 2rem;
    display: block;}



textarea.form-control{
    border: 1px solid #969da3;
}

textarea.form-control.width-s{
    width: 366px;
}

input.form-control.width-s{
    width: 366px;
}


#comment_r_id{
    height: 520px;
    overflow: scroll;
}

#iddisp06 .form-select{
    border-color:#969da3;
}


input{
border: 1px solid #969da3 !important;
    /*width: 24px;
    height: 24px;
    vertical-align: top;*/
}

input.border_none{
    border: none !important;
}

input[type="text"],
input[type="email"],input[type="password"],
select,
textarea {
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="checkbox"] {
    border: 2px solid #dcdcdc !important;
    width: 24px;
    height: 24px;
    line-height: 30px;
    vertical-align: sub;
}

input[type=checkbox]:checked {
    width: 24px;
    height: 24px;
    padding: 2px;
    border: 2px solid #dcdcdc;
    background: #005378;
}

input[type=radio] {
    position: relative;
    top: 3px;
    border: 1px solid #dcdcdc;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    line-height: 30px;
}

input[type=radio]:checked {
    border: 1px solid #dcdcdc;
    width: 24px;
    height: 24px;
    background: #005378;
    vertical-align: sub;
}

input[type=checkbox] {
    position: relative;
    top: 2px;
    border: 1px solid #dcdcdc;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    line-height: 30px;
        vertical-align: sub;
}


input[type="button"]{
    width: auto;
    line-height: 1;
    padding: 10px 10px 25px;
    height: 1rem;
}

.login_box tr{
    vertical-align: baseline;
}
.login_box input[type="text"],.login_box input[type="password"]{
   padding: 8px 10px;
    border: 1px solid #969da3;
    border-radius: 3px;
    margin-bottom: 1rem;
    margin-left: 1rem;
    margin-top: .5rem;
    width: auto;
}


.card_text{
    margin-bottom: 2rem;
    color: #FFF;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 7px;
}

.page_inner .col-form-label{
    width: 100%;
}



/* media Query
========================================================= */
@media screen and (max-width: 899.9px) {
    .u-pconly {
        display: none !important;
    }
}

@media screen and (min-width:900px) {
    .u-sponly {
        display: none !important;
    }

}

@media screen and (max-width:889px) {
    .hd__navigation {
        display: none !important;
    }
}


@media screen and (min-width: 890px) {

    .u-sponly__nav {
        display: none !important;
    }
}