@charset "UTF-8";

h1 {
    text-align: center;
}
h2 {
    text-align: center;
}

h3 {
	display: table;
	height: 130px;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 40px;
}
h3 div {
	display: table-cell;
	vertical-align: middle;}
h3 div:first-child {
	padding-right: 5%;
}
h3 .sub {
	font-size: 0.8em;
	font-weight: normal;
}
#header_ycard {
	width: 90%;
}
#header_qpay {
	width: 80%;
}

h4 {
    background: #cf000b;
    color: #fff;
    padding: 10px;
    font-size: 1.4em;
}

#shoulder {
	text-align: center;
	margin-bottom: 2.6%;
}
#shoulder img {

}
#catch {
	text-align: center;
}
#catch img {
	width: 100%;
}
.wing {
	margin-top: 2em;
}

.imgheader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2dbb3+0,faf0de+100 */
    background: #f2dbb3; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZGJiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYWYwZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f2dbb3 0%, #faf0de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2dbb3), color-stop(100%,#faf0de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2dbb3 0%,#faf0de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2dbb3 0%,#faf0de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2dbb3 0%,#faf0de 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2dbb3 0%,#faf0de 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2dbb3', endColorstr='#faf0de',GradientType=0 ); /* IE6-8 */
    padding: 3.9% 1.3%;
    margin-bottom: 5.2%;
}
.lead {
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2em;
    text-align: center;
    margin-bottom: 60px;
}

#contentsbox .gutter-20 {
    margin-left: 0;
    margin-right: 0;
}

h2.under_shadow {
    font-weight: bold;
    text-align: center;
    color: #f60;
    margin-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
}
h2.under_shadow::after {
    margin-top: 40px;
}

h4.benefit {
    background: #cf000b;
    position: relative;
    padding: 1em .5em .75em 3em;
}

h4.benefit::after {
	position: absolute;
	top: 10px;
	left: 12px;
	z-index: 2;
	width: 26px;
	height: 32px;
}

h4.b1::after {
	content: url(../img/num01.png);
}
h4.b2::after {
	content: url(../img/num02.png);
}
h4.b3::after {
	content: url(../img/num03.png);
}
h4.b4::after {
	content: url(../img/num04.png);
}


ul {
    margin-bottom: 40px;
}

.caption {
    margin-top: 40px;
    margin-bottom: 60px;
}


.caution {
    border: #fffac4 solid 5px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.caution h2 {
    background: #fffac4;
    margin: 0;
    padding: 10px;
    font-size: 1.4em;
    font-weight: bold;
}

.caution .icon-caution {
    /*font-size: 1.4em;/**/
    vertical-align: -25%;
    margin-right: 10px;
}

.caution p {
    padding: 30px;
}

@media screen and (max-width: 768px){
	#shoulder img {
		width: 100%;
	}
}
