@charset "UTF-8";
img {
    max-width: 100%;
}

.font-0 {
    font-size: 0px;
}

.pink-text {
    color: #d3122e;
}

p {
    margin: 10 auto;
}

.comments-pc {
  font-size: 0.9em;
    margin: 15px auto;
}

.comments-sp {
  font-size: 0.8em;
    margin: 15px auto;
}



@media (min-width: 768px){
/* コンテナ (PC)*/
#container {
    display: grid;
    grid-template-rows:   auto 1fr;
    grid-template-columns: 160px  1fr;
    row-gap: 20px;
    margin-bottom: 35px;
    padding-top: 10px;
    padding-bottom: 35px;
    border-bottom:  solid 2px #d2d2d2;
}


/* アイテム(PC) */
#itemA {
    grid-row: 1 / 4;
    grid-column: 1 / 2;
    font-weight: bold;
    background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#itemB {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    margin-left: 0.2em;
    background: #fff;
}
#itemC {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    background: #fff;
display: flex;
align-items: center;
}

#itemD {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    font-size:0.9rem;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 0.2em;
    background: #fff;
}

#itemE {
    grid-row: 4 / 5;
    grid-column: 1 / 3;
    font-size:0.9rem;
    margin-left: 0.2em;
    background: #fff;
}

/* ボタン(PC) */
.btn-border {
  width="70%";
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #D02D40;
  border: solid 2px #D02D40;
  border-radius: 3px;
  transition: .4s;
margin-left:0px;
margin-bottom:0px;
font-size:1.3rem;
}
.btn-border:hover {
  background: #D02D40;
color: #fff;
}

}


@media (max-width: 767px){
/* コンテナ (SP)*/
  #container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom:  solid 2px #d2d2d2;
  }

/* アイテム(SP) */
#itemB{
    grid-column: 1;
    grid-row: auto;
    margin-bottom: 0.5em;
    font-size:0.9rem;
    font-weight: bold;
    text-align: center;
  }

  #itemA{
    grid-column: 1;
    grid-row: auto;
     font-weight: bold;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#itemC{
    grid-column: 1;
    grid-row: auto;
    font-size:0.7rem;
    text-align: center;
  }

#itemD{
    grid-column: 1;
    grid-row: auto;
    font-size:0.8rem;
    font-weight: bold;
    background: #fff;
    text-align: center;
  }

#itemE{
    grid-column: 1;
    grid-row: auto;
    font-size:0.8rem;
    background: #fff;
    text-align: center;
  }

/*ボタン(SP)*/
.btn-border {
  width="100%";
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #D02D40;
  border: solid 2px #D02D40;
  border-radius: 3px;
  transition: .4s;
margin-bottom:10px;
margin-top:10px;
font-size:1rem;
text-align: center;
}

.btn-border:hover {
  background: #D02D40;
color: #fff;
}

}


/*pdfアイコン表示*/
.pdf_icon {
    background: url("/images/pdf_icon_over.png") no-repeat;
}
 
.pdf_icon a {
    display: inline-block;
}
 
.pdf_icon a:hover {
	background-color: transparent; /* IE6対応 */
}
 
.pdf_icon a:hover img {
    visibility: hidden;
}

a {
font-weight:bold;
text-decoration:none;
}


/*フォントサイズPC*/
.fontsize-pc{
font-size: 1.3rem;
}

/*フォントサイズPC(小さめ)*/
.fontsize-pc-s{
font-size: 1rem;
}

/*フォントサイズSP*/
.fontsize-sp{
font-size:1.1rem;
}

/*フォントサイズSP(小さめ)*/
.fontsize-sp-s{
font-size:0.8rem;
}

/*テキストを中央寄せにする*/
.text-center{
text-align:center;
}

/*テキストを左寄せにする*/
.text-left {
  text-align: left;
}

/*テキストを右寄せにする*/
.text-right {
  text-align: right;
}


/*文字を太くする*/
.font-bold {font-weight: bolder; }


img {
    max-width: 100%;
    margin: 0 auto;
    vertical-align: bottom;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}


ol,
ul,
dl,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blue-text{
color: #0000FF;
}

.green-text{
color: rgb(0%,50%,0%);
}

.red-text {
    color: #d3122e;
    text-align: center;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .red-text {
    font-size: 14px; 
    }
}
    
