/* ヘッダ */
#content section.titlearea {
    background: #1c6247 url("../image/common/title_back.svg") no-repeat 100% 20px;
    background-size: 80%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 30px;
    text-align: center;
}
#content h2:after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background: #1c6247;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px auto 0;
}
#content h3 {
    font-size: 2rem;
    font-weight: 500;
    color: #1c6247;
    margin-bottom: 0.6em;
}
@media (min-width: 768px) {
#content section.titlearea {
    background-position: 100% 0px;
    background-size: 70%;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 2.8rem;
    margin-bottom: 40px;
}
#content h2:after {
    margin-top: 0.3em;
}
#content h3 {
    font-size: 2.4rem;
    margin-bottom: 0.6em;
}
}
@media (min-width:1280px) {
#content section.titlearea {
    background-position: 100% -22px;
    background-size: 920px;
}
#content section.titlearea * {
    color: #fff;
}
#content h2 {
    font-size: 3.2rem;
    margin-bottom: 50px;
}
#content h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
}
}


/* 共通 */
#content .green_txt {
    color: #1c6247;
}

@media (min-width: 768px) {
}
@media (min-width:1280px) {
}


/* 中 */
#content section h3.intro {
    margin-bottom: 2em;
}
#content section h3.intro span {
    color: #bc4170;
    border-bottom: solid 1px #bc4170;
}
#content section .intro_note {
    margin-bottom: 3em;
}

#content section .contents_block {
    margin-bottom: 30px;
}
#content section .contents_block > div {
    border: solid 2px #f6f2ec;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    margin-bottom: 30px;
    padding: 15px;
    position: relative;
}

#content section .contents_block > div table {
    width: 100%;
}
#content section .contents_block > div table th {
    border-bottom: solid 1px #1d654a;
    padding: 1em 1em 5px 0;
    width: 9em;
}
#content section .contents_block > div table th p {
    font-weight: normal;
    color: #fff;
    background: #c2e1d5;
    padding: 0 1em;
    white-space: nowrap;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
#content section .contents_block > div table td {
    border-bottom: solid 1px #1d654a;
    padding: 1em 0 5px;
}
#content section .contents_block > div.conditions_dog {
    background: #faf6f1;
}
#content section .contents_block > div.conditions_dog h3 {
    color: #775b3e;
    margin-bottom: 0;
}
#content section .contents_block > div.conditions_dog .conditions_img {
    width: 80px;
    position: absolute;
    top: 15px;
    right: 7px;
}
#content section .contents_block > div.conditions_dog table th,
#content section .contents_block > div.conditions_dog table td {
    border-color: #cc7a0f;
}
#content section .contents_block > div.conditions_dog table th p {
    background: #d68259;
}
#content section .contents_block > div.conditions_cat {
    background: #fcf6f9;
}
#content section .contents_block > div.conditions_cat h3 {
    color: #d6598e;
    margin-bottom: 0;
}
#content section .contents_block > div.conditions_cat .conditions_img {
    width: 92px;
    position: absolute;
    top: 34px;
    right: 7px;
}
#content section .contents_block > div.conditions_cat table th,
#content section .contents_block > div.conditions_cat table td {
    border-color: #fd67a0;
}
#content section .contents_block > div.conditions_cat table th p {
    background: #d6598e;
}

#content section .contents_block > div.privilege {
    position: relative;
}
#content section .contents_block > div.privilege h3,
#content section .contents_block > div.faq h3 {
    margin-bottom: 0.3em;
}
#content section .contents_block > div.privilege dt,
#content section .contents_block > div.faq dt {
    color: #1c6247;
    border-bottom: solid 1px #1c6247;
}
#content section .contents_block > div.privilege dd,
#content section .contents_block > div.faq dd {
    margin-bottom: 1em;
}
#content section .contents_block > div.privilege dd:last-child,
#content section .contents_block > div.faq dd:last-child {
    margin-bottom: 0;
}
#content section .contents_block > div.privilege dd ul {
    margin-left: 20px;
}
#content section .contents_block > div.privilege .privilege_img {
    width: 50px;
    position: absolute;
    right: 5px;
    bottom: -20px;
}
#content section .contents_block > div.faq dt {
    padding-left: 20px;
    position: relative;
}
#content section .contents_block > div.faq dt:before {
    content: 'Q';
    font-size: 1.2em;
    color: #1c6247;
    position: absolute;
    left: 0px;
    top: -0.2em;;
}
#content section .contents_block > div.faq dd {
    padding-left: 20px;
}

#content section .contents_block > div.flow ol {
    margin-top: 1.5em;
}
#content section .contents_block > div.flow li {
    list-style: none;
    margin-left: 7px;
    padding: 0 0 1.3em 1.5em;
    border-left: solid 2px #1c6247;
    position: relative;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
}
#content section .contents_block > div.flow li:last-child {
    border-left-color: transparent;
    padding-bottom: 0;
}
#content section .contents_block > div.flow li:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #1c6247;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
    position: absolute;
    top: 0px;
    left: -9px;
}
#content section .contents_block > div.flow li .step {
    position: relative;
}
#content section .contents_block > div.flow li .step * {
	font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #1c6247;
}
#content section .contents_block > div.flow li .step span {
    font-size: 0.8em;
    position: absolute;
    top: -1.3em;
    left: -0.5ex;
}
#content section .contents_block > div.flow li .step strong {
    font-size: 1.4em;
    line-height: 1;
    margin-right: 1em;
}
#content section .contents_block > div.flow li .step_title {
    line-height: 1.2;
    margin-bottom: 0.3em;
}

#content section .blooddonation_contact {
    display: table;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 30px 15px 20px;
    background: #f6f2ec;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}


@media (min-width: 768px) {
/* 中 */
#content section .contents_block {
    margin-bottom: 40px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
#content section .contents_block > div {
    width: 48%;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
    margin-bottom: 0;
    padding: 20px;
}

#content section .contents_block > div table th {
    width: 9.5em;
}
#content section .contents_block > div table th p {
    padding: 0.3em;
}
#content section .contents_block > div table td {
}
#content section .contents_block > div.conditions_dog .conditions_img {
    width: 86px;
    top: 29px;
    right: 10px;
}
#content section .contents_block > div.conditions_cat .conditions_img {
    width: 95px;
    top: 51px;
    right: 10px;
}

#content section .contents_block > div.privilege h3,
#content section .contents_block > div.faq h3 {
    margin-bottom: 0.4em;
}
#content section .contents_block > div.privilege .privilege_img {
    width: 60px;
    right: 10px;
    bottom: -20px;
}

#content section .contents_block > div.flow ol {
    margin-top: 1.5em;
}
#content section .contents_block > div.flow li {
    margin-left: 9px;
    padding: 0 0 1.3em 1.5em;
}
#content section .contents_block > div.flow li:before {
    width: 18px;
    height: 18px;
    left: -10px;
}
#content section .contents_block > div.flow li .step_title {
    line-height: 1.4;
    margin-bottom: 0.2em;
}

#content section .blooddonation_contact {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

}

@media (min-width:1280px) {
/* 中 */
#content section .contents_block {
    margin-bottom: 60px;
}
#content section .contents_block > div {
    width: 570px;
    padding: 30px 35px;
}

#content section .contents_block > div.conditions_dog .conditions_img {
    width: auto;
    top: 26px;
    right: 25px;
}
#content section .contents_block > div.conditions_cat .conditions_img {
    width: auto;
    top: 51px;
    right: 25px;
}

#content section .contents_block > div.privilege h3,
#content section .contents_block > div.faq h3 {
    margin-bottom: 0.4em;
}
#content section .contents_block > div.privilege .privilege_img {
    width: 80px;
    right: 40px;
    bottom: -10px;
}
#content section .contents_block > div.faq dt {
    padding-left: 25px;
}
#content section .contents_block > div.faq dt:before {
    top: -0.22em;;
}
#content section .contents_block > div.faq dd {
    padding-left: 25px;
}

#content section .contents_block > div.flow ol {
    margin-top: 1.7em;
}
#content section .contents_block > div.flow li {
    margin-left: 13px;
}
#content section .contents_block > div.flow li:before {
    width: 19px;
    height: 19px;
    left: -11px;
}

#content section .blooddonation_contact {
    padding: 50px 15px 35px;
}

}
