/* CSS Document */
@media print, screen and (max-width: 768px) {


#head .head-inner h2{
	margin:20px 0;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	text-align:center !important;
}
#head .head-inner p{
	margin:10px 0 0;
	font-size:16px;
	line-height:24px;
}

#content{
	margin:20px 0;
	padding:0 !important;
}

#content .sec{
	margin:0 0 40px;
}
#content .sec p{
	font-size:14px;
}
#content .sec p.lead{
	text-align:justify;
}
#content h2{
	margin:0 0 20px;
	padding:20px 0;
	background:url(../images/tit_bg.png);
	border-bottom:1px solid #f8c9de;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
}
#content .box{
	padding:0 15px;
}

#content .sec .lnavi li{
	display:inline-block;
	border-bottom:1px solid #f8c9de;
	width:48%;

}
#content .sec .lnavi li a{
	padding:12px 0;
	display:block;
}

#content .sec h3{
	margin:25px 0 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:26px;
	font-weight:bold;
}

#content .sec .sec-inner{
	margin-bottom:60px;
}

#content .sec .box-inner{
	display:table;
	width:100%;
}
#content .sec .box-inner .txt,
#content .sec .box-inner .img{
/*	display:table-cell;
	vertical-align:middle;
	width:48%;*/
}
#content .sec .box-inner .txt{
	text-align:left;
	font-size:16px;
}
#content .sec .box-inner .img{
	padding-left:2%;
}
#content .txt-right{
    text-align: right;
}
#content .sec .other_list{
    margin: 20px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#content .sec .other_item{
    font-size: 16px;
}
#content .sec .other_item::after{
      content: " / ";
      padding: 0 5px;
}
#content .sec .other_item:last-child::after{
          content: "";
}
#content .sec .box-inner .txt{
     font-size: 16px;
     margin: 20px 0;
}
#content .sec .note{
	font-size:12px !important;
	line-height:1.5 !important;
}
#content .sec .box-inner .txt .tit{
	margin:10px 0 5px;
	font-size:18px;
	font-weight:bold;
}
#content .sec .contact-box h3{
	margin:25px 0 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#content .sec  h4{
	margin:25px 0 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:center;
}
#content .sec .contact-inner dl{
	margin:0 0 10px;
}
#content .sec .contact-inner dt{
	margin:0 0 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
}
#content .sec .contact-inner dd a,
#content .sec .contact-inner dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:26px;
	font-weight:bold;
}

}

@media print, screen and (min-width: 769px) {

#content{
	width:100% !important;
	text-align:center;
}

#content .sec h2{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
	background:url(../images/tit_bg.png);
	padding:20px 0;
	text-align:center;
	border-bottom:1px solid #f8c9de;
}

#head{
	background:url(../images/mainimg.jpg) center no-repeat;
	background-size:cover;
	height:440px;
}

#head .head-inner{
	margin:0 auto;
	text-align:left;
	padding:40px 0 0;
	width:980px;
}

#head .head-inner h2{
	margin:25px 0 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#fff;
}
#head .head-inner p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
}

#content .sec{
	margin-bottom:120px;
}

#content .sec .box{
	margin:0 auto;
	width:980px;
}
    
#content .sec .box .lead{
    margin: 40px auto;
}
#content .sec .box-inner{
	display:table;
	width:980px;
}

#content .sec h3{
	margin:25px 0 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:32px;
	font-weight:bold;
}

#content .sec h4{
	margin:25px 0 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:24px;
	font-weight:bold;
}
#content .txt-right{
    text-align: right;
}

#content .sec1 .sec-inner{
       display: flex;
}

#content .sec .sec-inner{
	margin-bottom:60px;
}

#content .sec .box-inner{
	display:table;
	width:980px;
}
#content .sec .box-inner .img img{
    padding: 0 10px;

}
#content .sec .box-inner .note{
	font-size:12px;
}
#content .sec .box-inner .txt .tit{
	margin:10px 0 5px;
	font-size:18px;
	font-weight:bold;
}
#content .sec .box-inner .txt{
     font-size: 16px;
     margin: 20px 0;
}
#content .sec .other_list{
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
#content .sec .other_item{
    font-size: 16px;
}
#content .sec .other_item::after{
      content: " / ";
      padding: 0 5px;
}
#content .sec .other_item:last-child::after{
          content: "";
}
#content .sec .contact-box{
	margin:40px 0 0;
}
#content .sec .contact-box h3{
	margin:25px 0 25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:28px;
	font-weight:bold;
	text-align:center;

}

#content .sec .contact-inner{
	text-align:center;
}
#content .sec .contact-inner dl{
	display:inline-block;
	padding:0 20px;
}
#content .sec .contact-inner dt{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
}
#content .sec .contact-inner dd{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:36px;
}
#content .sec .contact-inner dl + dl{
	border-left:1px solid #dfdfdf;
}
}