@charset "utf-8";
#container {
	margin-top: 100px;
}
#contents{
    width: 90%;
    max-width: 950px;
}

.area_ttl{
    border-bottom: 1px dotted #999;
    color: #666;
    font-family: "ヒラギノ明朝 ProN W3","HiraMinProN-W3","HGP明朝M","游明朝体", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 1em;
    position: relative;
}
.area_ttl > span{
    background-color: #fff;
    padding-right: 0.1em;
    position: absolute;
    bottom: -2px;
    left: 0;
}
@media screen and (max-width: 999px) {
	#container{ margin-top: 70px;}
}
@media screen and (max-width: 599px) {
    #breadcrumbs{ display: none;}
}

/*----------------------------------
			#top_image
----------------------------------*/
.topImage img{
	margin: 0px auto 30px auto;
	padding:0px;
	width: 100%;
}

/*----------------------------------
			voice
----------------------------------*/
.wrapper_voice{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.wrapper_voice > div{
    border: 1px solid #D8D8D8;
    padding-top: 100%;
    position: relative;
}

.wrapper_voice .photo{
    width: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
}
.wrapper_voice .photo img{ width: 100%;}

.wrapper_voice h3{
	font-size:130%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
	line-height: 130%;
}
.wrapper_voice h4{
	font-size:100%;
	font-weight: normal;
	color: #666;
	margin-bottom: 18px;
	line-height: 130%;
}
.wrapper_voice p{
	margin-bottom: 8px;
}
.wrapper_voice .box_txt{
	padding:20px 20px;
}

/*----------------------------------
			mokuji
----------------------------------*/
@media screen and (min-width:  600px) {
    .mokuji{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .mokuji .column_1{
        grid-column: 1 / 3;
    }
}
.mokuji h3{
	font-size:130%;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 130%;
	background-color: #EEF0F1;
	padding: 7px 0px 7px 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999;
}
.mokuji h4{
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 130%;
}
.mokuji li{
	border-bottom: 1px dotted #999;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #666;
}
.mokuji li span{
	font-size:80%;
	color: #CCC;
	margin-left: 19px;
}



/*----------------------------------
			#contact
----------------------------------*/

#contact {
    padding: 60px 0;
    margin-top: 20px;
    background: #EFEFEF;
}

#contact .contentBox{
	text-align:center;
}
#contact .contentBox h4{
	color:#1C235D;
	font-size:30px;
	font-weight:bold;
	margin-bottom:10px;
	letter-spacing: 1px;
}
#contact .contentBox .contentIn{
	width: 890px;
    background: #fff;
    padding: 15px 0px 25px 0px;
    margin: 0 auto;
	margin-bottom:25px;
    border-radius: 20px;
	line-height: 230%;
}

#contact .contentBox .contentIn h5{
	color:#1C235D;
	font-size:24px;
	font-weight:bold;
}

#contact .contentBox .contentIn p{
	font-size:16px;
}

#contact .contentBox .contentIn p span{
	display:block;
	font-size:35px;
	font-weight:bold;
	margin-bottom:5px;
}

#contact .contentBox .contentIn .entry dl {
	margin:0 50px;
	line-height:46px;
	text-align:left;
}
#contact .contentBox .contentIn .entry dl dt{
	float: left;
    clear: left;
    width: 155px;
	height:46px;
    font-size: 16px;
	font-weight:bold;
	line-height: 130%;
	margin-top: 6px;
}


#contact .contentBox .contentIn .entry dl dd{
	margin: 0 0 18px;
    padding: 0 0 0 215px;
}
#contact .contentBox .contentIn .entry dl dd p{
	font-size:14px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
#contact .contentBox .contentIn .entry dl.textBox01 dd input[type=text]{
	background:#EFEFEF;
	width:575px;
	height:46px;
	border:solid 1px #dddee9;
	box-sizing:border-box;
	font-size:16px;
	padding:0 10px;
}
#contact .contentBox .contentIn .entry dl.textBox01 dd input[type=text].short{
	background:#EFEFEF;
	width:90px;
	height:46px;
	border:solid 1px #dddee9;
	box-sizing:border-box;
	font-size:16px;
	padding:0 10px;
}
#contact .contentBox .contentIn .entry dl dd p input{
	height:15px;
	width:25px;
}

#contact .contentBox .contentIn .entry dl.textBox02{
	height:132px;
}

#contact .contentBox .contentIn .entry dl.textBox02 dd textarea{
	background:#EFEFEF;
	width:575px;
	height:132px;
	max-width:575px;
	max-height:132px;
	border:solid 1px #dddee9;
	box-sizing:border-box;
	font-size:16px;
	padding:10px;
}

#contact .contentBox .contentIn .privacy h6{
	width:790px;
	font-size:14px;
	color:#1C235D;
	font-weight:bold;
	margin:30px auto 15px;
	text-align:left
}
#contact .contentBox .contentIn .privacy dl.privacyArea{
	width:790px;
	height:231px;
	overflow:auto;
	padding:15px 40px 15px 20px;
	margin:0 50px;
	text-align:left;
	font-size:14px;
	border:solid 1px #dddee9;
	box-sizing:border-box;
}

#contact .contentBox .contentIn .privacy dl.privacyArea dt{
	float:none;
	width:100%;
	margin:0;
	margin-bottom:25px;
}

#contact .contentBox .contentIn .privacy dl.privacyArea dd{
	float:none;
	width:100%;
	margin-bottom:25px;
	padding:0;
	line-height:160% !important;
}

#contact .contentBox .contentIn .privacy dl.privacyArea dd:last-child{
	margin-bottom:0;
}

.contact_copy {
	font-size:2.0em;
	color:#1C235D;
}

#contact_checkbox p {
	padding-bottom:0px;
	line-height:1.5em;
}

.privacyArea dt {
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:12px !important;
}
#contact .contentBox .contentIn .privacy h6{
	width:790px;
	font-size:14px;
	color:#1C235D;
	font-weight:bold;
	margin:30px auto 15px;
	text-align:left
}


/* 2016/07/21 add */
.present {
    width: 950px;
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 50px;
}

.present tr th {
    width: 20%;
    text-align: center;
    background: linear-gradient(-45deg, #FCF1D3 25%, white 25%, white 50%, #FCF1D3 50%, #FCF1D3 75%, white 75%, white);
    background-size: 4px 4px;
    border-bottom: 1px dashed #EDAD0B;
}

.present tr td {
    width: 80%;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px dashed #EDAD0B;
}

.present table {
    border: 2px solid #EDAD0B;
    margin-top: 10px;
}

.oubo_form table {
    border: 2px solid gray;
}

.oubo_form tr td {
    border: 1px solid gray;
}
.present p {
    margin-bottom: 20px;
    background: #FCF1D3;
    line-height: 50px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 1.3em;
    border-left: 10px solid #EDAD0B;
}
.banner {
    text-align: center;
    margin: 50px 0px;
}

.banner img {
    width: 750px;
}


/*2016.07.26 add*/

.amazon dl {
    margin-bottom: 20px;
}
.amazon dd {
    font-size: 1.2em;
    font-weight: bold;
}
.amazon dd span {
    color: #d2b100;
    font-size: 1.3em;
    margin: 0px 5px;
}
.amazon dl dt {
    margin-bottom: 5px;
    margin-left: 15px;
	}
.amazon {
    margin-bottom: 50px;
}
.amazon p {
    margin-bottom: 5px;
	font-size:1.1em;
}
.amazon img {
    margin-left: 14px;
}