@charset "UTF-8";


.container {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	max-width :960px;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.header {	
position: fixed;
top: 0;	
left: 0;
width: 100%;
padding-bottom: 10px;
}



.row.blockDisplay {
	display: block;
}


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



.globalNav {
    list-style: none;
    overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.globalNav li {
    float: left;
	border-top: 3px solid #aa0000;
    border-right: 0px solid #ffffff;
	border-bottom: 0px solid #aa0000;
	width: 20%;
	font-size:13px;
    text-align: center;
	background: #f8f1f1;
}
.globalNav li a {
    display: block;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    color: #333;

}
.globalNav li a span {
    display: block;
    margin: 3px 0 0 0;
    color: #AAA;
    text-transform: uppercase;
    font-size: 80%;
    letter-spacing: 1px;
}
.globalNav li a:hover {
    background: #EEE;

}
.globalNav li.active a {
    background: #333;
    color: #EEE;
}

.globalNav a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 8px solid #ffffff;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
 

.cp_menu {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 2px 0;
	padding: 12px;
	line-height: 1;
	color: #000000;
	background: #ffffff;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	cursor: pointer;
	text-align: center;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #000000;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f4f4f4;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li {
	max-height: 46px;
	opacity: 1;
}

*, *:before, *:after {
	box-sizing: border-box;
}




.col_2{
	width: 90%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */

}
.col_2 > div{
	width: 50%;
	padding: 10px;
	text-align: center;
	margin-top: 0px;

}

.col_2 > div > h3{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 10px;
	line-height: 40px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
}

.col_2 > div > p{
    font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
    font-size: 14px;
	text-align: left;
	width: 70%;
}






.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */

}
.col_3 > div{
	width: 33.33333%;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
}

.col_3 > div > h3{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 10px;
	line-height: 40px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
}

.col_3 > div > p{
    font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
    font-size: 16px;
	text-align: left;
	width: 100%;
}


.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */

}
.col_4 > div{
	width: 25%;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
}

.col_4 > div > h3{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 10px;
	line-height: 40px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	background-color: #ffffff;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	font-size: 16px;
}

.col_4 > div > p{
    font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
    font-size: 16px;
	text-align: left;
	width: 100%;
}


.col_4 > div >:hover {
        opacity: .7;
        filter:alpha(opacity=70);
    }


@media screen and (max-width: 1000px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 100%;
	}}

.irai {
	font-size:25px;
	font-weight: bold;
text-align: center;
border-bottom: solid 1px black;
/*線の種類（実線） 太さ 色*/
}

h1{
position: relative;
display: inline-block;
padding: 0 100px;
   margin: 0px auto;
}

h1:before, h1:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 90px;
height: 1px;
background-color: black;
}

h1:before {left:0;}
h1:after {right: 0;}

.container h2{
    font-size: 20px;
    line-height: 42px;
    margin: 20px auto;
	padding-bottom: 2px;
    background-color: #aa0000;
	color: #ffffff;
    width: 100%;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	font-weight: bold;
	max-width: 850px;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
	letter-spacing: 3px;
}

h3{
position: relative;
padding: 4px;
padding-left:2em;
font-size: 19px;
letter-spacing: 3px;
	height: 20px;
}
h3::before{
content: "■";
color: #aa0000;
font-size:1.5em;
position: absolute;
left: 0;
top: -0.1em;
}




.container p{
    margin: 10px auto;
	padding-top: 0px;
	padding-left: 5%;
	padding-right: 5%;
    font-size: 17px;
	letter-spacing: 1px;
    font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
	width: 100%;
	max-width: 650px;
}


.pc-top-profile {
    width: 100%;
    padding: 0.5em 1em;
    margin: 0px auto;
	max-width: 800px;
}
.shashin-left {
  float: left;
  border-color: yellow;
  width: 35%;  /** 横幅50% **/
	text-align: center;
padding-top:10px;
  }

.bunshou-right {
  float: right;
  border-color: yellow;
  width: 65%;  /** 横幅50% **/
	text-align: left;
	max-width: 400px;

  }

.bunshou-right > p{
    font-size: 15px;
	text-align: left;
	width: 100%;
	border: 0px solid #cccccc;
	border-radius:10px;
line-height: 170%;

}






.box1 {
    width: 100%;
    padding: 0.5em 1em;
    margin: 10px auto;
    font-weight: normal;
    border: solid 1px #000000;
	max-width: 500px;
}
.box1 p {
    margin: 0; 
    padding: 0;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}

.box2 {
    padding: 0px 0px 0px 50px;
    font-weight: normal;
    border: solid 0px #000000;
	max-width: 940px;
	clear: both
}
.box2 image
{
float: left;
width: 200px;
}


.box2 p {
	float: right;
    margin: 0; 
    padding: 0;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
width: 650px;
}

.box3 {
    padding: 0px 0px 0px 50px;
    font-weight: normal;
    border: solid 0px #000000;
	max-width: 940px;
	clear: both
}
.box3 image
{
float: left;
width: 280px;
}


.box3 p {
	float: right;
    margin: 0; 
    padding: 0;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
width: 580px;
}


.sp-top-wakusen {
    width: 100%;
border:1px solid #cccccc;
}

.map {
position: relative;
padding-top: 75%;
height: 0;
overflow: hidden;
}
.map iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.box2retsuleft {
	float: left;
    padding-left: 5px;
	padding-right: 5px;
    margin: 10px auto;
    font-weight: normal;
    border: solid 0px #000000;
	max-width: 50%;

}
.box2retsuleft p {
    margin: 0; 
    padding: 0;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}
.box2retsuright {
	float: left;
     padding-left: 5px;
	padding-right: 5px;
    margin: 10px auto;
    font-weight: normal;
    border: solid 0px #000000;
	max-width: 50%;
}
.box2retsuright p {
    margin: 0; 
    padding: 0;
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
}




.youretsulink {
    padding: 0 0 0 0px;
    margin: 0 0 0 0px;
    background: url("/") no-repeat center bottom;
    text-align: center;
}
    .youretsulink__text {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 33px;
    }
    .youretsulink-list li {
        display: inline-block;
        margin: 0 20px 0 20px;
    }
    .youretsulink-list li:first-child {
        margin: 0;
    }
    .youretsulink-list li:hover {
        opacity: .7;
        filter:alpha(opacity=70);
    }




.midashi1 {
	width: 100%;
    padding: 0.5em 1em;
    margin: 0 auto;
    background: #cc0000;

	text-align: center;
}
.midashi1 p {
    margin: 0; 
    padding: 0;
    color:#ffffff;
	font-weight: bold;
}



.btn1 {
	width: 60%;
    padding: 0.5em 1em;
    margin: 0 auto;
    background: #990000;
	border-radius: 15px;

}
.btn1 p {
    margin: 0; 
    padding: 0;
	text-align: center;
}

.btn1 a {
	font-weight: bold;
	   color: #ffffff;
	text-decoration: none;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
margin-right: 3%;
	margin-bottom: 3%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}








.footer {
	width: 100%;
	clear: both;
  margin-top: 0px;
  text-align: center;
  line-height: 100%;
  border-top: solid 5px #800000;
  border-bottom: solid 0px #b4b4b4;
  background-color: #b12323;
	height: 60px;
	padding: 10px;
}

.footer p {
	width: 100%;
	max-width :1000px;
	clear: both;
	text-align: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 100%;
  background-color: #b12323;	
}

.spfooter {
	width: 100%;
	max-width :1000px;
	clear: both;
  margin-top: 0px;

  text-align: center;
  color: #000000;
  line-height: 140%;
  border-top: solid 1px #b4b4b4;
  border-bottom: solid 1px #b4b4b4;
  background-color: #ffffff;	
}

.spfooter p {
	width: 100%;
	max-width :1000px;
	clear: both;
	text-align: center;
  font-size: 11px;
  color: #000000;
  line-height: 100%;
  border-top-color: #b4b4b4;
  background-color: #ffffff;	
}



.footernav {
  margin: 0 0 0px;
  padding: 0;
  border-top: 1px solid #ffffff;
  font-size: 13px;
  list-style-type: none;
	background: #aa0000;
}
/*clearfix*/
.footernav:after {
  content: "";
  clear: both;
  display: block;
}
.footernav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
/*奇数のli要素に適応*/
.footernav li:nth-child(odd) {
  border-right: 1px solid #ffffff;
}

.footernav a:hover {
  color: #000;
  background: #e6e6e6;
}


.footernav a {
  display: block;
  line-height: 44px;
position: relative;
  color: #ffffff;
  text-decoration: none;
}

.footernav a:after {
display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 8px solid #ffffff;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


table.company {
width: 70%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 12px;
}

table.company th,
table.company td {
padding: 10px;
}

table.company th {
background: #b12323;
vertical-align: middle;
text-align: center;
width: 30%;
overflow: visible;
position: relative;
color: #ffffff;
font-weight: normal;
font-size: 15px;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #b12323;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #b12323 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #f9f9f9;
width: 70%;

text-align: center;
	font-size: 15px;
}


table.aaa {
  border-collapse: collapse;
	  width: 80%;
	margin: auto;
}
table.aaa td, table.aaa th {
  
  display: block;
  width: 100%;
}
table.aaa th {
  background-color: #e9e9e9;
	text-align: center;
height:40px;
padding: 6px;
}
table.aaa td {
  background-color: #ffffff;
 text-align: center;
		height: 85px;
padding: 20px;
}




