@charset "utf-8";
/*===============================================

 *	common

===============================================*/
#title-wrapper {padding: 1.5em 0;background: url(../img/bg-title.png) right bottom no-repeat #639bd7;}

.head-title{
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 1px #96c2fe;
padding: 0.2em 0.5em;
	margin-bottom: 1em;
	font-size: 21px;
color: #454545;
	text-align: left;
}
.stripe-box{
    padding: 1.5em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.stripe-box p {
    margin: 0 0 1em 0; 
    padding: 0;
	text-align: left;
}
.stripe-box p em{
	font-weight: bold;
}

.point-title {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
	font-size: 18px;
}
.point-title .box-title {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -3px;
    padding: 0 9px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-size: 20px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.point-title p {
    margin: 0; 
    padding: 0;
	text-align: left;
}

.detail-box {
    padding: 0.5em 1em 1em 1em;
    margin: 2em 0;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
	text-align: left;
}
.detail-box dd {
    margin-bottom: 10px; 
}
.detail-box dd em{
	font-weight: bold;
}
a.square_btn {
    position: relative;
    display: block;
    padding: 1.0em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;/*背景色*/
    border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	font-size: 20px;
    font-weight: bold;
	width: 60%;
	margin: 0 auto;
	text-align: center;
}

a.square_btn:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


@media screen and (min-width: 320px) and (max-device-width: 567px) {
#title-wrapper {background-size: 60%;}

}
