@charset "UTF-8";

/*-------------------------------------------------------
共通・個人情報保護
-------------------------------------------------------*/


body, html{
	margin: 0;
	padding: 0;
	font-family: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-serif;
}

main{
    background: #f9f9f9;
    padding: 80px 0;
}
section{
    background: #fff;
    max-width: 1100px;
    box-sizing: border-box;
    padding: 50px;
    display: block;
    margin: 0 auto;
}

.talkappibot{
    display: none;
}

.box{
	border: #999 1px solid;
	padding: 30px;
	margin: 40px 0;
}
.txt_r{
	text-align: right;
}
.txt_c{
	text-align: center;
}


header{
    padding: 30px 0;
    text-align: center;
}
header h1{
	font-size: 32px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-weight: normal;
}

h2{
	text-align: center;
	font-size: 26px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-weight: normal;
}
h2 span{
	font-size: 16px;
	display: block;
}
h3{

    font-size: 1.2em;
    margin: 0 0 10px;
}
h4{
    font-weight: normal;
    font-size: 1em;
    margin: 0;
}


nav ul{
	display: table;
    list-style: none;
    margin: 40px auto 0;
    padding: 0;
    border-left: #ddd 1px solid; 
}
nav ul li{
	display: table-cell;
	border-right: #ddd 1px solid;
}
nav ul li a{
	text-decoration: none;
	color: #000;
	padding: 5px 30px;
}
nav ul li a:hover{
	text-decoration: underline;
}


ol.num {
  margin: 5% 0;
  padding-left: 2em;
}
ol.num > li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
  margin: 0 0 40px;
}
ol.num > li::before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  margin-left: -3.5em;
  width: 3em;
  text-align: right;
  position: absolute;
    top: 3px;
    left: 0;
    font-weight: 600;
}
ol.num > li p{
    margin: 0;
    line-height: 1.8;
}



ol.num_cir {
  list-style: none;
  counter-reset: number;
  padding: 0 0 0 20px;
  margin: 40px 0;
}
ol.num_cir > li {
  position: relative;
  padding-left: 1.5em;
  margin: 0 0 10px;
}
ol.num_cir > li::before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}
ol.num_cir > li p{
    margin: 0;
    line-height: 1.8;
}

ul.list{
    list-style-type: disc;
    padding: 0 0 0 30px;
}
ul.list li{
}



table{
	margin: 20px auto;
}
table th{
	text-align: left;
	padding: 0 20px 0 0;
	font-weight: normal;
    vertical-align: top;
}



.copyright{
	text-align: center;
	font-size: 12px;
	margin-top: 30px;
}

@media screen and (min-width: 769px) {
	.sp{
		display: none;
	}

}


@media screen and (max-width: 768px) {
	.pc{
		display: none;
	}
	main {
	    padding: 60px 20px;
	}
	section {
    	padding: 20px;
    }
    nav ul {
	    display: block;
	    border-left: none;
	    border-top: 1px solid #ddd;
	    width: 80%;
	}
	nav ul li{
	    display: block;
	    border-right: none;
	    border-bottom: 1px solid #ddd;
	}
	nav ul li a {
	    padding: 12px 30px;
	    display: block;
	}
    .box {
    	padding: 15px;
    }
    table tr,
    table th,
    table td {
	    display: block;
	}
	table th{
		background: #eee;
		padding: 5px;
	}
    table td {
	    padding: 10px 0 20px;
	}
	table td img{
	    max-width: 100%;
	}

}



/*-------------------------------------------------------
勧誘方針・FD
-------------------------------------------------------*/
.box.sol{
	margin: 80px 0 30px;
}
.box.sol h3{
	margin: 0;
	font-size: 1em;
	font-weight: normal;
}