@charset "utf-8";

@media (max-width: 980px){
}

.pre {
    font-size: 30px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pre2 {
    font-size: 50px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kaisha {
width: 100%;
}
 
.kaisha th,
.kaisha td {
border: 1px solid #ccc;
padding: 20px;
}
 
.kaisha th {
font-weight: bold;
background-color: #dedede; 
}
 
@media screen and (max-width: 980px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}
a:link { color: #888888; }
a:visited { color: #888888; }
a:hover { color: #888888; }
a:active { color: #888888; }
a {text-decoration: none;}

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

table.company th,
table.company td {
	padding: 10px;
}
div.kojin{
    border-radius: 15px;
    margin: 20px 0;
    background-color: #EDD885;
    border: 5px solid #52858B;
    padding: 20px;
    max-width: 80%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: left;
    float: none;
}
div.jouhou ul.child{
	margin:15px 0 0 10px;
	list-style-type: none;
	line-height: 50px;
	padding-left: 140px;
	padding-top: 409px;
}
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 50%;
    overflow: visible;
    position: relative;
    color: #fff;
    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: #295890;
	border-width: 10px;
	margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() { 
	table.company th::after {
		float: left;
		padding: 0;
		left: 30px;
		top: 10px;
		content: " ";
		height: 0;
		width: 0;
		position: relative;
		pointer-events: none;
		border: 10px solid transparent;
		border-left: #295890 10px solid;
		margin-top: -10px;
	}
}

table.company td {
    background: #f8f8f8;
    width: 50%;
    padding-left: 20px;
}

.data {
	text-align: left;	
}

ol.paren li  {
        list-style-type:none;
        counter-increment: cnt;
        text-indent:-2.5em;
        padding:0;
        }
    ol.paren0 li  {
        list-style-type:none;
        text-indent:-3em;
        padding:0;
        }
    ol.paren li:before  {
        display: marker;
        content: "( "counter(cnt) " ) ";
        }

.tR {
    text-align: right;	
}

.title {
    text-align: center;	
}

li.non {
	list-style-type: square;
}


.mail {
	text-align: center;
}

.arrow_box {
	
}

.price {
    width: auto;
}

.cp_table *, .cp_table *:before, .cp_table *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #dddddd;
}
.cp_table thead th {
	padding: 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #dddddd;
}
.cp_table thead th:last-child {
	border-right: 1px solid #dddddd;
}
.cp_table tbody th {
    padding: 10px 15px;
    vertical-align: top;
    border-bottom: 1px solid #ffffff;
    background-color: #B6D8EB;
    white-space: nowrap;
}
.cp_table tbody tr:last-child th {
	border-bottom: 1px solid #dddddd;
}
.cp_table tbody td {
	padding: 10px 15px;
	vertical-align: top;
	border-bottom: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	background: #ffffff;
}
@media only screen and (max-width:480px) {
	.cp_table thead {
		display: none;
	}
	.cp_table tbody th {
		display: block;
	}
	.cp_table tbody td {
		display: block;
		padding: 10px 5px;
	}
	.cp_table tbody td::before {
		font-weight: bold;
		float: left;/*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
		padding: 0.5em 0;
		content: attr(label);
	}
	.cp_table tbody td p {
		padding: 0.5em 0 0 1em;
    margin: 0;
	}
}

.youtube iframe{ 
    height: 480px;
    width: 100%;
}