@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */
.pointBlock .item{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;

}
.pointBlock .item h3{
	font-size: 25px;
	text-align: center;
}
.pointBlock .item img{
    width: 100%;
}
.flowBlock .item{
    margin: 20px 0;
}
.flowBlock .item > div{
    display: inline-block;
    vertical-align: top;
}
.flowBlock .item .imageBox{
    width: 100%;
    margin-right: 0;
}
.flowBlock .item .imageBox img{
    width: 100%;
}
.flowBlock .item .textBox{
    width: 100%;
}
.flowBlock .item .textBox h3{
    margin: 10px 0;
    font-size: 21px;
}
.outlineTable{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	line-height: 160%;
    color: #000;
    width: 100%;
}
.outlineTable th{
    vertical-align: top;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000;
    text-align: left;
    font-weight: normal;
    padding: 5px;
    width: 5em;
}
.outlineTable td{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #000;
    padding: 5px;
}
.telBlock{
    text-align: center;
    width: 100%;
    margin: 40px 0
}
.telBlock .linkButton{
    width: 95%;
    border-radius: 20px;
    box-shadow: 0 10px #00003B;
    padding: 2%;
}
.telBlock .linkButton:hover{
    background-color: #FFCC2D;
    opacity: 0.7;
}
#instagram_list .item{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}
.staffVoiceBlock > div{
    display: inline-block;
    vertical-align: top;
}
.staffVoiceBlock .imageBox{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.staffVoiceBlock img{
    width: 100%;
}
.staffVoiceBlock .textBox{
    width: 100%;
}
.staffVoiceBlock h3{
    margin-top: 0;
    word-break: keep-all;
}
.staffVoiceBlock2 > div {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.staffVoiceBlock2 > div img{
    width: 100%;
}
/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only print {
.pointBlock .item{
    width: 48%;
    margin: 0.5%;

}
}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only print {
.pointBlock .item{
    width: 47%;
    margin: 1%;

}
.flowBlock .item .imageBox{
    width: 33%;
    margin-right: 1%;
}
.flowBlock .item .textBox{
    width: 65%;
}
.flowBlock .item .textBox h3{
    margin: 0;

}
.outlineTable th{
    padding: 15px;
    width: 8em;
}
.outlineTable td{
    padding: 15px;
}
.staffVoiceBlock .imageBox{
    width: 48%;
    margin-right: 1%;
}
.staffVoiceBlock .textBox{
    width: 50%;
}
.staffVoiceBlock2 > div {
    width: 48%;
    margin-right: 1%;
}
}
