@charset "utf-8";
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.br-pc { display:block; }
.br-sp { display:none; }
@media only screen and (max-width: 750px) {
.br-pc { display:none; }
.br-sp { display:block; }
}

/* #PC ========================================================================================================== */
.id_point {
    width: 100%;
    height: 150px;
    position: relative;
    float: left;
    margin-top: -150px;
    z-index: 1;
}
#title_back {
	background-image: url(../../imgs/title_back.jpg);
	background-repeat: repeat-x;
	background-position: 50%;
}
#title {
	width: 1000px;
	height: 110px;
	text-align: center;
	margin-top: 32px;
	margin-bottom: 33px;
	float: left;
}
.st_obi {
    width: 850px;
    height: 80px;
    float: left;
    position: relative;
    margin-top: 50px;
    margin-left: 75px;
    background-color: #0071B9;
}
.st_obi ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.st_obi li {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;    
}
.st_obi li.hn1 {
    width: 64px;
    margin-top: 8px;
    margin-left: 8px;
}
.st_obi li.hn2 {
    width: 778px;
    font-size: 30px;
    line-height: 30px;
    margin-top: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.tab {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin-top: 35px;
    margin-bottom: 50px;
}
.tab ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
    z-index: 5;
}
.tab li {
    margin-left: 75px;
    margin-right: -55px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 270px;
    position : relative;
    float: left;    
}
.st {
    width: 848px;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    margin-top: 40px;
    margin-left: 75px;
    margin-bottom: 35px;
    color: #0071B9;
    font-weight: bold;
    border: 1px solid #0071B9;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ph_box1 {
    width: 850px;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    margin-left: 75px;
    margin-bottom: 30px;
    margin-top: 50px;
}
.text_box1 {
    width: 850px;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    font-weight: bold;
    margin-left: 75px;
    margin-bottom: 30px;
}
.text_box2 {
    width: 850px;
    height: auto;
    position: relative;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    margin-left: 75px;
    margin-bottom: 40px;
}
.ph_box2 {
    height: auto;
    width: 850px;
    float: left;
    position: relative;
    margin-bottom: 40px;
    margin-left: 75px;
    margin-right: -35px;
}


/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
#title_back {
	min-width: 100%;
	height: 190px;
	margin-top: 150px;
}
#title_in {
	width: 100%;
}
#title {
	width: 100%;
	height: 95px;
	margin-top: 40px;
	margin-bottom: 40px;
}
#plate1 {
	display: none;
}
#plate2 {
	display: none;
}
#contents {
	min-width: 100%;
}
#contents_in {
	width: 100%;
	margin-top: 0px;
}
.tab {
    margin-top: 30px;
}
.tab li {
    margin-left: 20px;
    margin-right: -10px;
    width: 230px;   
}
.st_obi {
    width: 100%;
    height: 80px;
    margin-top: 0px;
    margin-left: 0px;
}
.st_obi li.hn1 {
    width: 64px;
    margin-top: 8px;
    margin-left: 8px;
}
.st_obi li.hn2 {
    width : -webkit-calc(100% - 72px);
    width : calc(100% - 72px);
}
.st {
    width: 676px;
    font-size: 30px;
    line-height: 40px;
    margin-top: 50px;
    margin-left: 35px;
    border: 2px solid #0071B9;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 40px;
    line-height: 45px;
}
.ph_box1 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 40px;
}
.text_box1 {
    width: 680px;
    font-size: 40px;
    line-height: 60px;
    margin-left: 35px;
    margin-bottom: 30px;
}
.text_box2 {
    width: 680px;
    text-align: justify;
    font-size: 30px;
    line-height: 60px;
    margin-left: 35px;
    margin-bottom: 40px;
}
.ph_box2 {
    width: 680px;
    margin-left: 35px;
    margin-right: 0px;
    margin-bottom: 50px;
}


}