@charset "utf-8";
/* CSS Document */

/*h2
------------------------------------------------*/
.glossary_request h2,
.glossary_serch h2{
    border: none;
    color: #fff;
    background-color: #61990e;
    text-align: center;
    border-radius: 10px;    
    padding: 0.5em;
}

/*btn
------------------------------------------------*/
.glossary_serch .gls_btn,
.gls_btn_add{
    text-align: center;
    padding: 1.5em 0 0;
}

.glossary_serch .gls_btn input,
.gls_btn_add input,
.gls_btn_add a
{
    display: inline-block;
    margin: 0 1em;
    border: none;
    color: #fff;
    font-size: 1.25em;
    min-width:8em;
    line-height: 1.6;
    padding: 0.25em;
    border-radius: 1.05em;
    font-weight: bold;
    outline: none;
    appearance: none;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
    text-decoration: none;
    transition: all 0.4s;
}


.gls_btn_add a,
.gls_btn_add input{
    padding: 0.5em 2em;
    border-radius: 1.3em;
}

.glossary_serch .gls_btn input:hover,
.gls_btn_add input:hover{
    opacity: 0.8;
}
.glossary_serch .gls_btn input.gls_serch{ background-color: #0090ff;}
.glossary_serch .gls_btn input.gls_clear,
.gls_btn_add input{ background-color: #666666;}

.medical section .gls_btn_add a
{
    color: #fff;
    background-color: #ed9b00;;
}
.gls_btn_add a:hover
{
    background-color: #ecba5d;;
}


.glossary_request .gls_r_btn{
    text-align: center;
}

.glossary_request .gls_r_btn input{
    margin: 0 0.5em;
}

.section .gls_btn_add.dl_file{
	display: flex;
	justify-content: center;
}

.section .gls_btn_add.dl_file p{
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 0 auto 20px;
}

.section .gls_btn_add.dl_file p a{
	margin: 0 auto;
}

.section .gls_btn_add.dl_file p a + a{
	color: #4f8bc2;
	background: none;
	margin: 0 0 0 auto;
	padding: 0.5em 0;
	font-size: 1rem;
	/* font-weight: normal; */
	text-decoration: underline;
}

.section .gls_btn_add.dl_file p a + a:hover{
	text-decoration: none;
}

.archive .section .gls_btn_add.dl_file {
	display: flex;
	align-items: start;
	justify-content: start;
	list-style-position: inside;
	list-style-type: none;
	padding-left: 0.25em;

}

.archive .section .gls_btn_add.dl_file li {
	position: relative;
	padding-left: 1.25em;
}

.archive .section .gls_btn_add.dl_file li::before {
	position: absolute;
	content: '';
	width: 0.4em;
	height: 0.4em;
	border-radius: 50%;
	top: calc(0.25em + 0.7em + 0.5em);
	left: 0;
	background-color: #4f8bc2;
}

.archive .section .gls_btn_add.dl_file li::marker {

}

.archive .section .gls_btn_add.dl_file a{
	/* display: inline-flex;
	justify-content: start;
	align-items: center; */
	/* flex-wrap: wrap; */

	color: #4f8bc2;
	background: none;
	margin: 0 auto 0 0;
	padding: 0.5em 0;
	font-size: 1.25rem;
	line-height: 1.4;
	text-decoration: underline;
	vertical-align: center;
	text-align: left;
}

.archive .section .gls_btn_add.dl_file a:hover{
	color: #74a4d1;
	text-decoration: none;
}

.archive .section .gls_btn_add.dl_file a svg{
	position: relative;
	margin-left: 0.5em;
	top: 0.2em;
}
.archive .section .gls_btn_add.dl_file a svg *{

	stroke: #4f8bc2;
}

/*glossary_serch
------------------------------------------------*/
.glossary_serch{
    background-color: #f0f0f0;
    padding: 1.3em;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 3em;
}
.glossary_serch *{
    box-sizing: border-box;
}

.glossary_serch h3{
    font-size: 100%;
    border: none;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.glossary_serch p{
    text-align: left;
}
.glossary_serch .gls_lead{
    text-align: left;
    display: inline-block;
}

.glossary_serch .glossary_serch_cont{
    display: flex;
    border-bottom: #ccc 1px solid;
    padding: 1em 1em 0;
}
.glossary_serch .gls_cont01{ width:40%; padding-right: 2em;}
.glossary_serch .gls_cont02{ width: 60%;}
.glossary_serch .gls_cont03{ width:100%;}
.glossary_serch .gls_cont04{ width:30%; padding-right: 2em;}

.glossary_serch .gls_cont01 input{
    max-width: 100%;
}
.glossary_serch .gls_cont02 label{
    display: inline-block;
    margin-left:0.1em;
    min-width:2.35em;
}


.glossary_serch .gls_cont03 label{
    display: inline-block;
    margin-right: 2em;
}

.glossary_serch .gls_cont04 label{
    display: block;
}

.glossary_serch .gls_cont05 select{
    padding: 0.5em;
    
}




/*glossary_list
------------------------------------------------*/
.glossary_list{
    margin-bottom: 5em;
}
.glossary_list h2{
    border: none !important;
    text-align: center;
}
.glossary_list table{
    width: 100%;
}
.glossary_list th,
.glossary_list td{
    border: #ddd 1px solid;
    padding: 0.5em;
}

.glossary_list th{
    background-color: #666;
    color: #fff;
    text-align: center;
}

/*glossary_request
------------------------------------------------*/
.glossary_request{
    padding: 1em;
}

.glossary_request *{
    box-sizing: border-box;
}
.glossary_request p{
    margin: 0 1em 1em;
}
.glossary_request .bls_note01{
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.glossary_request .bls_note02{
    text-align: right;
}
.glossary_request .bls_note03{
    display: block;
    margin-top: 1em;
}
.glossary_request th{
    width: 35%;
}

.glossary_request input[type="text"]{
    width: 100%;
    padding: 0.5em;
}

.glossary_request label{
    display: inline-block;
    padding: 0.5em;
}


.glossary_request textarea{
    padding: 0.25em;
    width: 100%;
    height: 10em;
}


/*glossary_explanation
------------------------------------------------*/
.glossary_explanation{
    display: flex;
    justify-content: center;
    margin-top: -2.5em;
    padding-top: 20px;
    background: #F0F0F0;
    border-radius: 10px;
}

.glossary_explanation p{
	display: inline-block;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .glossary_serch .glossary_serch_cont{
    display: block;
    padding: 1em 1em 0;
}
.glossary_serch .gls_cont01,
.glossary_serch .gls_cont02,
.glossary_serch .gls_cont03,
.glossary_serch .gls_cont04{ width:100%; padding-right:0;}

}
@media screen and (max-width:480px) {
.glossary_serch .gls_btn input,
.gls_btn_add input{
    font-size: 3.8vw;
    }
    
}
























