@charset "utf-8";

/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */
/* PC 画面の横幅が960px以上
---------------------------------------------------- */

@media only screen and (min-width: 960px) {}


/* Tablet (Portrait) 画面の横幅が768px〜959pxまで
---------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {}


/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */
@media only screen and (max-width: 767px) {}



/* Mobile (Portrait/iPhone6) 画面の横幅が375px〜479pxまで
---------------------------------------------------- */

@media only screen and (min-width: 375px) and (max-width: 479px) {}


/* Mobile (Landscape) 画面の横幅が480px〜767pxまで
---------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {}



/* *****************************************************************
*   ここから記載
* ***************************************************************** */


.pagetitle-single{
font-family: "HindSiliguriMed500";
font-size: 2rem;
/*border-bottom: solid 1px #000;*/
/*border-top: none;*/
}

h1.blog-title{
font-family: "HindSiliguriMed500";
/*font-size: 2rem;*/
/*border-bottom: solid 1px #000;*/
/*border-top: none;*/
}

dl.otoiawase{
 width:100%;
}
.otoiawase dt{
 width:100%;
 padding:20px 0 5px 0;
}

.otoiawase dt span.must{
 margin-left: 14px;
 background-color: #b4aeae;
 padding: 2px;
 border-radius: 4px;
 color: #ffffff;
}

.otoiawase dd{
 width:100%;
}

p.soushin{
 /*text-align:center;*/
}

.soushin input{
 font-family: "Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
 border: none;
 background-color: #848282;
 border-radius: 3px;
 padding: 5px;
 color: #fff;
 font-size: 1rem;
 font-weight: bold;
 letter-spacing: 0.1em;
}

.soushin input:hover{
 opacity:0.7;
}

