@charset "UTF-8";

/*
CSS Document
Copyright (C) GLOBAL ASSET MOTIONS CO., LTD All Rights Reserved.
URL:www.glam.ne.jp
*/







@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');/*title*/


/* ----------------------------------------------------------
  RESETTING DEFAULT
---------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}



/* ----------------------------------------------------------
   GENERAL
---------------------------------------------------------- */

body {
    margin: 0px;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', Arial, Osaka, Sans-Serif;
	font-size: 16px;
    color: #333;
	background-color: #fff;
    overflow-y: scroll;
}

p,h1,h2,h3,h4,h5,h6 {
    line-height: 1.5em;
}

img{
    max-width: 100%;
	height: auto;
  /*  vertical-align:bottom;*/
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #999;
}

a:hover img	{
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    opacity: 0.60;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* ----------------------------------------------------------
   HEADER AREA
---------------------------------------------------------- */


/* ----------------------------------------------------------
   WRAPPER AREA
---------------------------------------------------------- */
  
.wrapper_content_area {
    position: relative;
    margin: 0%;
    padding: 0%;
    width: 100%;
	height: auto;
    background-color: #fff;
}

.wrapper_content,
.wrapper_content_pt{
    position: relative;
    margin: 0% auto;
    padding: 0 6% 12% 6%;
    width: 100%;
	height: auto;
    overflow: hidden;
}

.wrapper_content_pt{
	padding-top: 6%;
}

.color01{
	color: #fff;
}

/* ----------------------------------------------------------
   GENERAL PARTS
---------------------------------------------------------- */

.box_container {
    margin: 0%;
    padding: 0%;
	width: 100%;
	height: auto;
}


/* ------------------------------------------- text */

.com,
.bold{
    margin: 0%;
    padding: 0%;
	text-align: left;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    text-justify: inter-ideograph;
}

.com a:link,
.com a:visited,
.com a:active {
    text-decoration: underline;
}

.com a:hover {
    text-decoration: underline;
}


.bold{
	font-weight: bold;
}

/* ---------------------------------------- box_row*/

.flex_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

ul.row_box {
	list-style: none;
    display: flex;
    justify-content: space-between;
	flex-wrap :wrap;
	margin: 0%;
    padding: 0%;
    width: 100%;
    row-gap: 3em;
}

ul.row_box li {
    margin: 0%;
    padding: 0%;
	width: 46%;
	height: auto;
}


ul.row_box li .caption_title {
    margin: 12px 0% 0% 0%;
    padding: 0%;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
}


/* ------ row3 */

ul.row_box._03row {
    row-gap: 3em;
}

ul.row_box._03row li {
	width: 30%;
}

ul.row_box._03row::after{
    content:"";
    display: block;
    width:30.0%;
}


/* ------ row4 */

ul.row_box._04row {
    row-gap: 3rem;
	margin: 3rem 0 0 0;
}

ul.row_box._04row li {
	width: 22%;
}

ul.row_box._04row::before { 
    content: ""; 
    display: block; 
    width: 22%; 
    order: 1;
}

ul.row_box._04row::after {
    content: "";
    display: block;
    width: 22%; 
}


/* ------ row5 */

ul.row_box._05row {
    row-gap: 2em;
}

ul.row_box._05row li {
	width: 18%;
    
}

ul.row_box._05row::before { 
    content: ""; 
    display: block; 
    width: 18%; 
    order: 1;
}

ul.row_box._05row::after {
    content: "";
    display: block;
    width: 18%; 
}

ul.row_box._05row .flex_item-empty {
    display: block;
    width: 18%;
}




/* -------------------------------------- box_grow*/

ul.grow_box {
    display: flex;
    margin: 0%;
	padding: 0%;
}

ul.grow_box li {
    margin: 0% 3% 0% 0%;
	padding: 0%;
    height:60px;
    line-height:60px;
    color: #6D8764;
    text-align: center;
    border: 1px solid #6D8764;
}

ul.grow_box li:last-child {
    margin-right: 0%;
}


/* ----- flex-grow default*/

.grow01 { flex-grow: 1; }
.grow02 { flex-grow: 2; }
.grow03 { flex-grow: 3; }
.grow04 { flex-grow: 4; }
.grow05 { flex-grow: 5; }
.grow05 { flex-grow: 6; }



/* -------------------------------------- list*/

ul.list_box {
    display: flex;
    flex-direction:column;
    margin: 0%;
	padding: 0%;
    width: 100%;
}

ul.list_box li {
    margin: 0%;
	padding: 0%;
}


ul.list_ctl {
    display: flex;
    justify-content: space-between;
	flex-wrap :wrap;
    margin: 0%;
	padding: 0%;

}

ul.list_ctl li {
    margin: 0%;
	padding: 30px 10px 30px 20px;
}


ul.list_ctl li.case01 {
    width: 20%;
    color:#244440;
    border-bottom: 1px solid #ddd;
}

ul.list_ctl li.case02 {
    width: 80%;
    border-bottom: 1px solid #ddd;
}



/*--------------------------------------------button*/



/*--------------------------------------------table*/

table.table_std{
	width: 100%;
	margin: 3% 0 0 0;
}

table.table_std th,
table.table_std td{
	padding: 1rem;
}

table.table_std th{
	color: #244440;
	font-weight: bold;
	border-bottom: solid 2px #244440;
}

table.table_std td{
	border-bottom: solid 1px #89B5A0;
}

/* ----------------------------------------------------------
   CONTENTS AREA
---------------------------------------------------------- */

/* -----------------------------------------  ct title */



/* -----------------------------------------  INFORMATIN */



/* -------------------------------------  parts */





/* ----------------------------------------------------------
   FOOTER AREA
---------------------------------------------------------- */

.wrapper_footer{
	width: 100%;
	background-color: #000;
	height: auto;
	margin-top: 12%;
	position: relative;
}

.go_top{
	width: 80px;
	height: 80px;
	border-radius: 50vh;
	position: absolute;
	left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
	background-color: #000;
	text-align: center;
	padding: 20px 0 0 0;
	z-index: -1;
}

.go_top>a{
	color: #fff;
}

ul.footer_menu{
	padding-top: 30px;
	justify-content: center;
}

ul.footer_menu li a{
	color: #fff;
	font-size: 1.3rem;
}

ul.footer_menu li+li{
	padding-left: 2rem;
}

.footer_logo{
	width: 30%;
	max-width: 200px;
	margin: 20px auto;
}

.copy{
	text-align: center;
}

.copy>p{
	font-size: 0.7rem;
	color: #fff;
	padding-bottom: 30px;
}


/* --------------------------------------------------
   PAGE TOP
-------------------------------------------------- */

#page_top {
    position: fixed;
    bottom: 3%;
    right: 2.5%;
	z-index:80;
}





/* --------------------------------------------------
  OTHER
-------------------------------------------------- */

/** DISPLAY ON/OFF **/

.pc_none { display: none !important; }
.ta_none { display: block !important; }
.pc_ta_none{ display: none !important;}

.pc { display: block !important; }
.ta { display: none !important; }
.sp { display: none !important; }
.pc_ta { display: block !important; }
.ta_sp { display: none !important; }


/** ALIGN CTL **/

.align_center { text-align: center; }
.align_right { text-align: right; }
.align_left { text-align: left; }



/** MARGIN/PADDING ADD **/

.mt_add { margin-top: 4% !important; }
.mb3{margin-bottom: 3%!important;}
.mb5{margin-bottom: 5%!important;}

/** MARGIN/PADDING RESET **/

.mt_none { margin-top: 0% !important; }
.mb_none { margin-bottom: 0% !important; }
.pt_none { padding-top: 0% !important; }
.pb_none { padding-bottom: 0% !important; }


/** FLOAT RESET **/

.clear {
    clear: both;
    height: 0px;
}















/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    TABLET

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



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



/* ----------------------------------------------------------
   GENERAL - TA
---------------------------------------------------------- */

body {
	font-size: 15px;
}



/* --------------------------------------------------
   HEADER AREA - TA
-------------------------------------------------- */





/* ----------------------------------------------------------
   WRAPPER AREA - TA
---------------------------------------------------------- */


.wrapper_content {
    padding: 0 5% 10% 5%;
}
	

.wrapper_content_pt{
	padding-top: 10%;
}



/* ----------------------------------------------------------
   GENERAL PARTS - TA
---------------------------------------------------------- */

/* ---------------------------------------- box 2rows*/

ul.box_2row li {
    margin: 0% 0% 5% 0%;
	width: 47%;
}

ul.box_2row li .caption_com {
    margin: 10px 0% 0% 0%;
    font-size: 14px;
}


	
/* ------ row3 */



ul.row_box._03row li {
	width: 45%;
}

ul.row_box._03row::after{
	width: 45%;
}


/* ---------------------------------------- box 2rows*/

ul.box_4row li {
    margin: 0% 0% 5% 0%;
}

ul.box_4row li .caption_com {
    margin: 10px 0% 0% 0%;
    font-size: 14px;
}


/* ------------------------------------------- TEXT */



/* ----------------------------------------------------------
   CONTENTS AREA - TA
---------------------------------------------------------- */

/* -----------------------------------------  ct title */





/* ----------------------------------------------------------
   FOOTER AREA - TA
---------------------------------------------------------- */






/* ----------------------------------------------------------
  OTHER - TA
---------------------------------------------------------- */

/** DISPLAY ON/OFF **/

.pc_none { display: block !important; }
.ta_none { display: none !important; }
.pc_ta_none { display: none !important; }
.ta_sp_none { display: none !important; }

.pc { display: none !important; }
.ta { display: block !important; }
.sp { display: none !important; }
.pc_ta { display: block !important; }
.ta_sp { display: block !important; }


.ta_center{text-align: center}

	
/** MARGIN/PADDING RESET **/

.mb_none {
    margin-bottom: 0%;
}
.mb5{margin-bottom: 10%!important;}

.pb_none {
    padding-bottom: 0%;
}



}










/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    SMART PHONE

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/*
@media (min-width: 600px) {
       a[href^="tel:"] {
       pointer-events: none;
}
}*/

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



/* ----------------------------------------------------------
   GENERAL - SP
---------------------------------------------------------- */

body {
	font-size: 13px;
}


/* --------------------------------------------------
   HEADER AREA - SP
-------------------------------------------------- */




/* ----------------------------------------------------------
   WRAPPER AREA - SP
---------------------------------------------------------- */

.wrapper_content {
    padding: 0 5% 20% 5%;
}

.wrapper_content_pt{
	padding-top: 15%;
}



/* ----------------------------------------------------------
   GENERAL PARTS - SP
---------------------------------------------------------- */

/* ---------------------------------------- box 2rows*/

ul.box_2row li {
    margin: 0% 10% 8% 10%;
	width: 80%;
}

ul.box_2row li img {
    max-width: 100%;
    height: auto;
}

ul.box_2row li .caption {
    margin: 10px 0% 0% 0%;
    font-size: 12px;
}


/* -------------------------------------- box 3rows*/

ul.box_3row li {
    margin: 0% 10% 8% 10%;
	width: 80%;
}

ul.box_3row li .caption {
    margin: 10px 0% 0% 0%;
    font-size: 12px;
}


	
/* ------ row4 */

ul.row_box._04row li {
	width: 45%;
}

ul.row_box._04row::before { 
	width:45%; 
}

ul.row_box._04row::after {
	width: 45%; 
}




/* ------------------------------------------- TEXT */

.com {
    line-height: 1.5em;
}

	
/*--------------------------------------------table*/

table.table_std tr,
table.table_std th,
table.table_std td{
	display: block;
	border: none;
}

	table.table_std th{
		border-bottom: solid 1px #244440;
		padding: 2rem 0 0.5rem 0.5rem ;
	}
	table.table_std td{
		padding: 0.5rem 0 0 0.5rem;
	}


/* ----------------------------------------------------------
   CONTENTS AREA - SP
---------------------------------------------------------- */

/* -----------------------------------------  ct title */



	




/* -------------------------- home & second - category_menu */

ul.category_menu li {
    margin: 0% 0% 8% 0%;
	width: 46.5%;
}

ul.category_menu li .expansion::after {
    width:30px;
    height:30px;
}

 ul.category_menu li .caption {
    margin: 10px 0% 0% 0%;
    font-size: 13px;
}

ul.box_3row::after{
  width: 46.5%;
}


/* ----------------------------------------------------------
   BREADCRUMBS AREA - SP
---------------------------------------------------------- */

.wrapper_breadcrumbs_area {
    margin: 5% 0% 0% 0%;
 }

.wrapper_breadcrumbs {
    padding: 5% 5% 5% 0%;
}


/* ------------------------------------- breadcrumb list  */

.breadcrumb ul {
    margin: 4.5% 0% 0% 0%;
    width: 80%;
}

.breadcrumb li {
    font-size: 9px;
}


/* ------------------------------------- page top  */

.page_top {
    float: right;
    margin: 0%;
    padding: 0%;
    width: 13%;
}

.page_top img {
    width: 100%;
    height: auto;
}
	




/*--------------------------------------------button*/




/* ----------------------------------------------------------
   FOOTER AREA - SP
---------------------------------------------------------- */

.wrapper_footer{
	margin-top: 25%;
}

.go_top{
	width: 50px;
	height: 50px;
	padding: 10px 0 0 0;
}



ul.footer_menu li a{
	font-size: 1.1rem;
}

ul.footer_menu li+li{
	padding-left: 1.5rem;
}




		




/* --------------------------------------------------
   PAGE TOP - sp
-------------------------------------------------- */

#page_top {
    bottom: 4%;
    right: 5.5%;
    width: 50px;
}



/* ----------------------------------------------------------
  OTHER - SP
---------------------------------------------------------- */

/** DISPLAY ON/OFF **/

.pc_none { display: block !important; }
.ta_none { display: none !important; }
.sp_none { display: none !important; }
.pc_ta_none  { display: block !important; }
.ta_sp_none { display: none !important; }

.pc { display: none !important; }
.ta { display: none !important; }
.sp { display: block !important; }
.pc_ta { display: none !important; }
.ta_sp { display: block !important; }


/** MARGIN/PADDING RESET **/

.mb_none {
margin-bottom: 0%;
}
.mb3{margin-bottom: 8%!important;}
.mb5{margin-bottom: 15%!important;}
.pb_none {padding-bottom: 0%!important;}
.sp_pt_20{padding-top: 20%;}
/** ALIGN CTL **/

.sp_center{
	text-align: center;
}


}



/*** END ***/
