
/*___________________ 画像 _____________________*/
.gazo0{
	margin: 0px auto 0px;
	display: block;
}
.gazo10{
	margin: 0px auto 10px;
	display: block;
}
.gazo20{
	margin: 0px auto 20px;
	display: block;
}
.gazo30{
	margin: 0px auto 30px;
	display: block;
}
.gazo35{
	margin: 0px auto 35px;
	display: block;
}
.gazo40{
	margin: 0px auto 40px;
	display: block;
}
.gazo50{
	margin: 0px auto 50px;
	display: block;
}
.gazo80{
	margin: 0px auto 80px;
	display: block;
}
.mb30{
	margin-bottom: 30px;
	display: block;
}
.migi{
	float: right;
	margin-left: 23px;
	margin-bottom: 10px;
	display: block;
}
.hidari{
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	display: block;
}
.right{
	float: right;
    margin-bottom: 20px;
}

/*___________________ コンテンツ _____________________*/
/*#wrap{
    background-image: url("../images/bg.png");
    background-repeat: repeat-y;
	background-position: center 0px;
	width: 100%;
	margin: 0px auto 0px;
	overflow: hidden;
	display: block;
}*/

.kikan{
	background-image: url("../images/kikan_bg.jpg");
    background-repeat: no-repeat;
	background-position: center 0px;
	width: 100%;
    height: 93px;
    padding-top: 15px;
	margin: 0px auto 0px;
	overflow: hidden;
	display: block;
}

.box{
	width: 920px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
.box p{
	width: 850px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
.box p a{
	color: #127DE6;
}
.box2{
	width: 850px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}

.beige{
	background-image: url("../images/beige.jpg");
    background-repeat: repeat-y;
	width: 840px;
    padding: 25px 0 5px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
#voice_bg0{
	background-image: url("../images/voice_bg0.jpg");
	background-repeat: repeat-y;
	background-position: center 0;
	width: 100%;
    padding-top: 50px;
	margin: 0px auto 60px;
    overflow: hidden;
	display: block;
}
#voice_bg{
	background-image: url("../images/voice_bg.jpg");
    background-repeat: repeat-y;
	width: 840px;
    padding: 25px 0 5px;
	margin: 0px auto 60px;
	overflow: hidden;
	display: block;
}
.voice{
    background-color: #FFF;
	width: 780px;
    box-shadow: 0 0 5px #C3AE79;
-webkit-box-shadow: 0 0 5px #C3AE79;
    padding-top: 35px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.voice p{
	width: 700px;
	margin: 0px auto 40px;
    overflow: hidden;
	display: block;
}
.prof_bg0{
	background-image: url("../images/prof_bg.jpg");
	background-repeat: repeat-y;
	background-position: center 0;
	width: 100%;
    padding-top: 50px;
	margin: 0px auto 60px;
    overflow: hidden;
	display: block;
}
.prof_bg2{
	background-image: url("../images/prof_bg.jpg");
	background-repeat: repeat-y;
	background-position: center 0;
	width: 100%;
    padding-top: 50px;
	margin: 0px auto 0px;
    overflow: hidden;
	display: block;
}
.prof{
	width: 780px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.prof h4{
	width: 740px;
	margin: 0px auto 20px;
	overflow: hidden;
	display: block;
}
.prof p{
	width: 700px;
	margin: 0px auto 40px;
    overflow: hidden;
	display: block;
}

/*---------アコーディオン005-------------*/
.accordion-005 {
    /*max-width: 500px;*/
    margin: 0 auto 0px;
    max-width: 650px;
}

.accordion-005:not([open]) {
    margin-bottom: 15px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 10px solid #d02525;
    /*background-color: #e6edf3;*/
    background-color: white;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b6bdc3;
    border-right: 3px solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
	overflow: auto;
}

/*---------box見出し 017-------------*/
.box-017 {
    max-width: 400px;
    margin: 0 auto;
    padding: .5em 1.5em 1em;
    border-radius: 3px;
    /*background-color: #f2f2f2;*/
}

.box-017 > div {
    margin-bottom: .5em;
    color: black;
    border-bottom: 5px solid #d02536;
    font-weight: 600;
    font-size: 1.05em;
}

.box-017 > p {
    margin: 0;
    color: black;
}


/*---------段組み-------------*/
.dankumi {
	column-count: 2;
}


/*---------mokuji-------------*/
.mokuj-bg{
	padding:10px 0 40px;
	background-color:#161d5b;
}
.mokuj-bg img{
	margin:auto;
}

.mokuj{
	padding:30px;
	border: double 3px #2e3786;
	background-color: #FFFFFF;
}

.mokuji-cont {
	width:520px;
	margin-left: auto;
	margin-right: auto;
}

.mokuji-cont h3 {
	color:#2e3786;
	font-size:120%;
	font-weight:bold;
	padding:10px 0 10px;
	margin:0 0 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	text-align: center;
}

.mokuji-cont li{
	padding:0 0 0 20px;
	/*background-image: url(../images/check.gif);*/
	background-repeat: no-repeat;
	background-position: left;
	font-size:100%;
    list-style-type:square;
}


/*___________________ フォーム _____________________*/

.form_bg{
	background-image: url("../images/form_bg.jpg");
	background-repeat: repeat-y;
	background-position: center 0;
	width: 100%;
    padding-top: 30px;
	margin: 0px auto 60px;
    overflow: hidden;
	display: block;
}
.form_bg2{
	background-image: url("../images/form_bg.jpg");
	background-repeat: repeat-y;
	background-position: center 0;
	width: 100%;
    padding-top: 30px;
	margin: 0px auto 40px;
    overflow: hidden;
	display: block;
}
.form_wrap {
	background-color: #FFF;
	width: 840px;
    padding-top: 30px;
	margin: 0px auto 40px;
	overflow: hidden;
	display: block;
}
.mail_box{
    background-color: transparent;
	background-image: url("../images/mail.jpg");
	background-repeat: no-repeat;
	width: 748px;
	height: 78px;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
    text-align: center;
	border: none;
	padding-top: 10px;
	margin: 0px auto 20px;
	display: block;
}
.form_btn{
	width: 760px;
	height: 149px;
	margin: 0px auto 15px;
	display: block;
}

.line10 {
	border: solid 1px black;
	padding: 10px;
}
.ttl {
	text-align: center;
	font-size: 2em;
    line-height: normal;
}


.kiwaku {
	margin: 0 10px 0;
	padding: 10px;
	border: 2px solid #ffea51;
	text-align: center;
}