@charset "UTF-8";
/*
個別調整ありページ：
どこでもプリントについて、スマホから注文、PCから注文、動作環境、 写真プリント、おすすめプリントグッズ、利用規約、プライバシーポリシー
*/
/* 文字色を茶色に */
 body,a,.headLine2,.headLine3 {    color: #59493f;}
.headLine2{
    border-left: #59493f 6px solid;
    border-bottom: #59493f 1px solid;
}
.headLine3 {
    border-bottom: #59493f 1px dashed;
}
/* メインビジュアル 100%表示 */ 
.mainArea, #mainImages { width: 100vw !important; max-width: 100vw !important; } .mainArea img { width: 100vw !important; } 

/* 背景画像非表示 */ 
body {    background: none;}

/* 中央揃え */ 
.align_center {
    text-align: center;
}
/*flexbox*/
@media screen and (min-width: 769px){
 .flexbox { display: flex; justify-content: space-around; } 
}
/*トップページ見出し*/
.headLine_top{
    font-family: "Hiragino Sans","ヒラギノ角ゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3", sans-serif;
    letter-spacing: 0.1em;
  line-height: 55px;
  position: relative;
  height: 60px;
  margin: 2em 50px 1em;
  text-align: center;
  color: #fff;
  background:#59493f;
  border:none;
}
.headLine_top:before,
.headLine_top:after {
  position: absolute;
  top: 0;
  content: '';
  border: 30px solid #59493f;
}

.headLine_top:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

.headLine_top:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

/*証明写真ページ表*/
@media screen and (max-width: 768px){
.one-point th, .one-point td {
    width: auto;
    display: table-cell;
}
}
