/* common */
/* small screen */


th {
  text-align: center;
}


.img_area{
  min-height:300px; 
  /* width:250px;  */
  transform-origin:center; 
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.image{
  max-height:250px;
  max-width:250px; 
  
  /* width:250px;  */

}
.selected {
  border: 1px solid #ccc;;
}
span.selected {
  border: none;
  color: rgb(53,141,63);
}

.pdf_image{
  max-height:200px;
  max-width:200px; 
  min-height:200px;
  min-width:200px; 

}

.button_area{
  width: 90px;
  min-width: 90px;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.container {
  max-width: 800px;
}
select {
  height:2em;
}
/* ID */
.px_tid { 
  width: 60px; 
}
/* 日付 */
.px_date {
  width: 95px;
  max-width: 95px;
}
/* トラッキングID */
.px_tracking {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
/* カラムを広げる */
td.extend { 
  white-space : nowrap;
  overflow : hidden;
  text-overflow: ellipsis;
  border: 1px solid black; 
  border-width: 0px 1px 1px 1px;
 
}
.hover-green {
  color: #888;
}
.hover-green:hover {
  color: rgb(53,141,63);
}

/* フォーマットに関すること */
h1,h2,h3,h4,h5,h6,.title-text {
  color: rgb(53,141,63);
}
h1 {
    font-size: 32px;
    /* font-size: 48px; */
    line-height:1.05;
}
h2 {
    font-size: 28px;
    /* font-size: 3.2rem; */
    line-height:1.25;
}
h3 {
    font-size: 1.3rem;
    /* font-size: 3.2rem; */
    line-height:1.25;
    margin-top:10px;
}
.sample-row {
  display:block;
}
.sample-col {
  width: 90%;
  margin-bottom:30px;
}
.intro {
  width: 50%;
  /* margin-top: 30px; */
}

.title-text{
  font-size: 20px;
}
.title-bar{
  width: 100%;
}
.one_unit {
  display:flex;
}


.file_upload{
  max-width: 500px;
  margin: 0 20px;
  justify-content: center;
}

.date_input{
  max-width: 500px;
  margin: auto;
  justify-content: center;
}


/* 意味のあるセグメントわけ */
body {
  overflow: hidden;
  font-family:"Roboto", "Helvetica", "Arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 
  text-align:center;
  /* margin:auto; */
  /* width: 90vw; */
}
main {
  width: 90%;
  margin:auto;
  text-align:left;
  color: #888;
  max-width: 960px;
  font-family: Roboto,Helvetica,Arial,sans-serif;
  position: relative;
  z-index: 10;
}
footer {

  margin:auto;

  text-align:left;
  color: #888;
  background-color: #eee;
  font-family: Roboto,Helvetica,Arial,sans-serif;
}

.title {
  margin-right:20px;
  width: auto;
}
.field {
  width:100%;
  
}
nav {
  display: flex;
  justify-content: flex-end;
}
 

section {
  margin-right: 10px;
}
.q_title{
  margin-left: 10px;
}
.quote {
  width:300px;
  margin-left: auto;
  margin-right:20px;
}
.input_quote {
  width:calc( 100% - 50px);
  margin-left: 20px;
}  
.display_block {
  width:calc( 100% - 50px);
  margin-left: 20px;
}  

.input_field {
  margin-right: 10px;
  height:2em;
}
.quote_line {
  display:flex;
  width:200px; 
}
.item {
  text-align:left;
  flex:1;
}
.one_row {
  display: block;
}
.title_col {
  text-align: left;
}
.content_col {
  text-align: left;
  margin-left:30px;
}
.button_col {
  text-align: center;
  margin-right: 0;
}
.amount {
  text-align:right;
  width:100px;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
  padding-left:0;
}
.select_option{
  width:100px;
}
.rowcol_small {
  display:block;
}

.blink {
	/* -webkit-animation: blink 1s ease infinite; */
  /* animation: blink 1s ease 5; */
  animation-name: blink;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  
}


@keyframes blink {
	0% {background: grey;}
	50% {background: lightblue;}
	100% {background: grey;}
}

.blink_alert {
	/* -webkit-animation: blink 1s ease infinite; */
  /* animation: blink 1s ease 5; */
  animation-name: blink_alert;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  color: red;
}

@keyframes blink_alert {
	0% {opacity: 1;}
	50% {opacity: 0.5;}
	100% {opacity: 1;}
}
/* medium screen */
@media (min-width: 700px) {
  .title{
    width:200px;
  }

  .rowcol_small {
    display:flex;
  }

  .input_title {
    width:300px;
  }
  .input_quote {
    display:flex;
  }
  .field {
    flex:1;

  }
  .devide_m {
    display:flex;
  }
  .input_field {
 
    flex: 1;
  }

} 


/* @media (min-width: 868px){ */
@media (min-width: 768px){
  h1 {
      font-size: 48px!important;
  }
  h2 {
      font-size: 32px!important;
  }
  #nav_bar{
    display:block;
    text-align:left;
  }
  #navbarTogglerContent{
    justify-content:center;
    margin:auto;
  }
  li .nav-link {
   padding: 5px 10px;
  }
  .sample-row {
    display: flex;
  }
  .sample-col {
    width: 30%;
    margin-left:3%
  }
  .intro {
    width: 100%;
    /* margin:auto; */
  }
  .one_row {
    display: flex;
  }
  .title_col {
    width: 250px;
    min-width: 250px;
    text-align: right;
  }

  .button_col {
    width: 100px;
    min-width: 100px;
    text-align: left;
    margin-left:auto;
    margin-right: 0;
    margin-top:auto;
    margin-bottom:auto;
  }
}

/* large screen */
@media (min-width: 960px) {
  .title-bar{
    width: 960px;
  }
  .title-text{
    font-size: 30px;
  }
  .rowcol {
    display:flex;
  }

}