@charset "utf-8";

/*------------------------------------
共通クラス
------------------------------------*/
body, h1, h2, h3, h4, h5, h6 {
	font-family: '游ゴシック','Yu Gothic','游ゴシック体','YuGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
.text-center {
	text-align: center;
}
.text-right {
    text-align: right;
}
p {
	color: #222;
	font-size: 20px;
	line-height: 1.4;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.flex {
	display: flex;
	justify-content: space-between;
}
#navigation {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: .3s;
}
.navbar .nav {
    margin-top: 5px;
}
.nowrap {
	display: inline-block;
}
/*.nowrap > br {
	display: none;
}*/

/*------------------------------------
トップイメージ
------------------------------------*/
#zanka-top-image {
	margin-top: 64px;
	background: #01462E;
}
#zanka-top-image img.lazyloaded {
	transition: unset;
	width:100%;
}
#zanka-top-image > .box {
	text-align: center;
	position: relative;
	padding-left:0px;
	padding-right:0px;
}


/*------------------------------------
お安くマイカーローンとは
------------------------------------*/
#mycar_loan {
	padding-top: 60px;
	padding-bottom: 0px;
	background: url(../images/zanka_credit/about-zanka-credit_bg20x20.png);
}
.about-zanka-credit {
	margin: 0 auto;
	text-align: center;
}
.about-zanka-credit h2 {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 2.5rem;
	background: linear-gradient(transparent 60%, #fff100 60%);
}
.about-zanka-credit h2.visible-desktop {
	display: inline !important;
	text-align: center;
}
.about-zanka-credit h2 span {
	vertical-align: bottom;
	white-space:nowrap;
}
.about-zanka-credit p {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.about-zanka-credit figure {
	text-align: center;	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/*------------------------------------
こんな方におすすめ
------------------------------------*/
section#recommend-case {
	background-color: #fff;
}
#recommend-case > .box {
	background: url(../images/zanka_credit/recommend_bg_153x202.svg);
	text-align: center;
	position: relative;
	padding-top: 60px;
}

/*----- 3つのメリット -----*/
section#credit {
	background-color: #fff;
}
.merit-point {
	max-width: 945px;
	margin: 0 auto;
}
.merit-point h2 {
	margin-bottom: 4.1rem;
}
.point-box {
	border: 3px solid #ffbe69;
	box-sizing: border-box;
	border-radius: 1rem;
	padding: 5rem 5rem 30px;
	margin-bottom: 3.3rem;
}
.point-box h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 3rem;
	position: relative;
	padding-left: 210px;
	line-height: 54px;
}
.point-box h3.point1:before {
	content: '';
	background-image: url(../images/zanka_credit/merit1_title189x54.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 189px;
	height: 54px;
	display: inline-block;
}
.point-box h3.point2:before {
	content: '';
	background-image: url(../images/zanka_credit/merit2_title189x54.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 189px;
	height: 54px;
	display: inline-block;
}
.point-box h3.point3:before {
	content: '';
	background-image: url(../images/zanka_credit/merit3_title189x54.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 189px;
	height: 54px;
	display: inline-block;
}
.mb-4 {
	margin-bottom: 4rem;
}
.point-box .mb-4 {
	max-width: 750px;
	margin-left:auto;
	margin-right:auto;
}

.bg-green {
	background: #cce9c0;
}
.bg-pink {
	background: #ffdde6;
}
.point-box > .flex .block-left, .point-box > .flex .block-right {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.point-box > .flex .block-left {
	margin-right: 10px;
}
.point-box > .flex .block-right {
	margin-left: 10px;
}
.point-box > .flex .text-center {
	margin-top: auto;
}

/*----- お支払い例 -----*/
.example{
	background: #e4f4eb;
	padding-bottom: 20px;
}
.example h2 {
	padding-top: 30px;
	padding-bottom: 20px;
}
.example_case{
	background: #fff;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;	
	padding: 85px 85px 60px;
	margin-bottom: 50px
}
.pc.type {
	display: flex;
}
.mb-2{
	margin-bottom: 2em;
 }
.mt-2{
	margin-top: 2em;
 }
.example_case .plan{
	padding-left: 3.2em;
	padding-right: 3.2em;
}
.example_case h3 {
	font-size: 1.85em;
	color: #000;
	font-weight: 700;
}
.ingredients, .ingredients_sum, .ingredients_last_sum{
	display: flex;
	justify-content:space-between;
    align-items: center;
    font-size: 1.85em;
	color: #000;
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
.ingredients_sum{
	border-top:1px solid #000;
	padding-top: 0.5em;
}
.ingredients_last_sum{
	font-size:1.7em;
}
.ingredients_last_sum .item_name{
	text-indent: 1em;
    font-weight: 400;
}
.ingredients::after {
    content: '';
    background: radial-gradient(2px 2px, CurrentColor, rgba(0,0,0,0));
    background-position: 0.5em center;
    background-size: 0.3em 100%;
    height: 15px;
    flex: 1 1 auto;
    order: 1;
    display: block;
}
.ingredients .item_name, .ingredients_sum .item_name{
    margin-right: 0.2em;
    font-weight: 400;
}
.ingredients .item_price {
    order: 2;
    margin-left: 0.2em;
}
.caution {
	display: flex;
	margin-top: 45px;
	align-items:flex-start;
}
.caution p{
	font-size: 1.17em;	
	width: 520px;
	text-align: justify;
}
.annual_interest{
	background: repeating-linear-gradient(135deg, #f67d1b 0px, #f67d1b 7px, #f46d00 7px, #f46d00 14px);	
	padding: 20px 30px;
	text-align: center;
	margin-left: 1.5em;
}

/*----- よくある質問 -----*/
.qa {
	max-width: 896px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 90px;
}
dl.accordion {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
}
dl.accordion dt{
	background: #f1f1f1;
	color: #222;
	padding: 24px 50px;
	position: relative;
	margin-bottom: 0px;
	margin-top: 20px;
	border-radius: 0;
}
.accordion dt:first-child{
	padding-top: 24px;
	margin-top: 0px;
}
.accordion dt span.accordion-status {
	height: 36px;
	width: 36px;
	padding: 2px;
	background-color: #b2b2b2;
	background-size: 36px 36px;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	margin-right: 0px;
	border-radius: 0px;
}
.accordion dt span {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.45;
	vertical-align: middle;
	position: relative;
	padding-left: 8rem;
}
.accordion dt span:before {
	content: '';
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 45px;
	height: 30px;
}
span.q1:before {
	background: url(../images/zanka_credit/qa_01_45x30.svg) no-repeat;
}
span.q2:before {
	background: url(../images/zanka_credit/qa_02_45x30.svg) no-repeat;
}
span.q3:before {
	background: url(../images/zanka_credit/qa_03_45x30.svg) no-repeat;
}
span.q4:before {
	background: url(../images/zanka_credit/qa_04_45x30.svg) no-repeat;
}
span.q5:before {
	background: url(../images/zanka_credit/qa_05_45x30.svg) no-repeat;
}
span.q6:before {
	background: url(../images/zanka_credit/qa_06_45x30.svg) no-repeat;
}
.accordion dt span:last-child{
	width: 600px;
	display: inline-block;
}
.accordion dt span img {
	margin-right: 45px;
}
.accordion dt.accordion-active span.accordion-status {
	background-size: 36px 36px;
}
.accordion dd {
	padding-left: 140px;
	padding-right: 150px;
	display: inline-block;
	background:#f1f1f1;
	color:#000;
	font-size:16px;
	line-height: 1.5;
	padding-bottom: 2em;
}
.accordion dd.hide{
	display: none;
}

/*------------------------------------
お問い合わせボックス
------------------------------------*/
#contact-formular {
	margin-bottom: 80px;
}
.cta-box {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fffab4;
}
.cta {
	max-width: 896px;
	margin: 0 auto;
}
.ctaHead hr {
	background: url(../images/campaign/201909/cta_box_bgline_18x3.svg) repeat-x;
	margin: 22px auto;
	height: 3px;
}
.ctaHead h3 {
	font-size: 28px;
	font-weight: bold;
}
span.text_l {
	font-size: 38px;
}
span.text_m {
	font-size: 32px;
}
.flex.ctaBlock {
    align-items: center;
}
.ctaBlock > .block-left img {
	width: 110px;
}
.ctaBlock > .block-center p {
	font-size: 14px;
	margin-top: 0.8rem;
}



/*------------------------------------
無料ご相談フォーム
------------------------------------*/
#inquiry {
	padding-top: 60px;
	background: #fff;
}
.inquiry-block {
	max-width: 896px;
	margin: 0 auto;
}
.inquiry-block h3 {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 800;
	font-size: 36px;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 2rem;
    margin-bottom: 3.5rem;
}
.inquiry-block h3 span.logo {
	display: inline-block;
	margin-right: 2rem;
}
.contactUs_table {
	width: 100%;
}
.contactUs_table th {
	text-align: right;
	width: 30%;
	padding: 1em;
	vertical-align: top;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.contactUs_table th .essential {
	background: #ff0000;
	color: #fff;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 14px;
	display: inline-block;
	margin-left: 5px;
}
.contactUs_table td {
	padding: 1em;
	text-align: left;
}
#contact-formular input[type="text"], textarea {
	background: #fff;
	border: 1px solid #808080;
	box-shadow: none;
}
#commentsform input[type="text"], textarea {
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
	max-width: 100%;
}
#contact-formular input#name,
#contact-formular input#furigana,
#contact-formular input#email,
#contact-formular input#tel {
	width: 70%;
}
#contact-formular input[type="submit"] {
	font-size: 20px;
	padding: 1.4em 3em;
	background: #aaa;
	color: #000;
	margin-top: 30px;
}
#contact-formular input[type="submit"]:hover{
	color:#fff !important;
}

/*------------------------------------
フッター
------------------------------------*/
#campaign_footer {
	background: url(../images/campaign/201909/footer_bg_img.jpg) center no-repeat;
	background-size: cover;
	box-shadow: none;
	position: relative;
	padding: 70px 0 20px;
}
#campaign_footer:before {
	content: '';
	background-color: rgba(246, 203, 217, 0.95);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#campaign_footer > .container-fluid {
	max-width: 1077px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#campaign_footer > .container-fluid hr {
	background-color: #c896a0;
	margin: 50px 0;
}
.footer-block {
	max-width: 945px;
	margin: 0 auto;
	text-align: left;
}
.footer-block h4 {
	color: #e41373;
	font-size: 25px;
	font-weight: bold;
	margin: 0 auto 1.5rem;
	line-height: 100%;
}
.footer-block .span6 p {
	line-height: 1.5;
}
.footer-block p {
	font-size: 16px;
}
.footer-block h4.phone {
	font-size: 33px;
	margin: 1rem auto;
	padding-left: 30px;
	position: relative;
}
.footer-block h4.phone:before {
	content: '';
	background: url(../images/campaign/201909/footer_phone_24x24.svg) no-repeat;
	background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    width: 24px;
    height: 24px;
}
.copyright {
    margin-top: 3rem;
	font-size: 14px !important;
    color: #222;
}
#menu_top {
	width: 50px;
	left: 0;
	top: -50px;
	margin-left: 0;
	margin-top: 0;
	background: url(../images/campaign/201909/back_top_30x20.svg) #fc397f center no-repeat;
	background-size: 30px 20px;
	border-radius: 0;
	line-height: 50px;
}

/*------------------------------------
レスポンシブ
------------------------------------*/

@media only screen and (max-width: 945px){
p {
	font-size: 16px;
}
.merit-point, .qa, .cta, .inquiry-block, .footer-block {
	max-width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.about-zanka-credit p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.point-box {
	padding: 4rem;
}
.point-box h3 {
	font-size: 26px;
}
.example_case{
	padding: 65px 65px 40px;	
}
.example_case h3 {
	font-size: 1.68em;
}
.ingredients, .ingredients_sum {
	font-size: 1.55em;
}
/*.ingredients_last_sum {
	font-size: 1.65em;
}*/
.accordion dt span {
	font-size: 16px;
}
.accordion dt span:last-child {
	width: 550px;
}
.accordion dd {
	font-size: 15px;
}
.ctaBlock > div {
	margin: 0 10px;
}
.footer-block p {
	font-size: 14px;
}
}

@media only screen and (max-width: 800px){
.merit-point, .qa, .cta, .inquiry-block, .footer-block {
	max-width: 90%;
}
.about-zanka-credit h2{
	font-size: 25px;
	text-align: left;
}
.about-zanka-credit h2 span {
	line-height: 1.6em;
	vertical-align: middle;
}
.point-box {
	padding: 3rem;
}
.mb-4 {
	margin-bottom: 2rem;
}
.point-box h3 {
	font-size: 22px;
	margin-bottom: 2rem;
}
.accordion dt span:last-child {
	width: 65%;
}
.planBlock {
	padding: 2rem 2.5rem;
}
.planBlock > .flex p {
    font-size: 11px;
}
.contactUs_table th {
	font-size: 15px;
}
#campaign_footer {
	padding: 50px 0 20px;
}
#campaign_footer > .container-fluid hr {
	margin: 40px 0;
}
.footer-block h4 {
	font-size: 20px;
}
.footer-block > .span6 > p {
	font-size: 12px;
}
.footer-block > .span12 > img {
	width: 350px;
}
.footer-block h4.phone {
	font-size: 28px;
	padding-left: 1em;
}
.footer-block > .span12 > p {
	font-size: 13px;
}
.copyright {
	font-size: 11px !important;
}
}

@media only screen and (max-width: 768px){
.about-zanka-credit, .merit-point, .qa, .cta, .inquiry-block, .footer-block {
	max-width: 95%;
}
.about-zanka-credit h2.visible-desktop{
	display: none !important;
}
.about-zanka-credit p {
	text-align: left;
	width: unset;
	padding-left: 10px;
	margin-left: 3%;
	margin-right: 3%;
	}
#mycar_loan {
	padding-top: 40px;
}
.cta-box {
	padding-top: 40px;
	padding-bottom: 40px;
}
.merit-point h2 {
    margin-bottom: 3rem;
}
.merit-point h2 img {
	width: 300px;
}
.about-zanka-credit h2 span {
	font-size: 20px;
}
.ctaHead h3 {
	font-size: 25px;
}
span.text_l {
    font-size: 34px;
}
span.text_m {
    font-size: 29px;
}
}

/* 以下モバイル表示 */
@media only screen and (max-width: 767px){
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.merit-point, .qa, .cta, .inquiry-block, .footer-block {
    max-width: 90%;
}
#recommend-case > .box {
	padding-top: 40px;
	background: url(../images/zanka_credit/recommend_bg768x1176.svg);
	background-size: cover;
	text-align: center;
	position: relative;
}
#recommend-case > .box > div {
	max-width: 90%;
	margin: 0 auto;
}
.recommend_case_top{
	max-width:90%;
}
.about-zanka-credit h2 {
	text-align: left;
	margin-bottom: 2rem;
	background: unset;
}
.about-zanka-credit h2 img {
	vertical-align: bottom;
	padding-right: 5px;
	width: 92%;
	margin-left: 3%;
}
.about-zanka-credit h2 span {
	text-indent: 1.5em;
	display: block;
}
.about-zanka-credit .nowrap{
	display:unset;
}
.point-box h3.point1:before, .point-box h3.point2:before, .point-box h3.point3:before {
/*	position: static;
	display: block;*/
	margin: 0 auto 1.5rem;
}
.point-4 .sp .text-center:last-child {
	margin-top: 2em;
}
.nowrap > br {
	display: none;
}
.point-1 > .flex, .point-3 > .flex {
	flex-direction: column;
}
.point-1 > .flex .block-left, .point-1 > .flex .block-right,
.point-3 > .flex .block-left, .point-3 > .flex .block-right {
	display: block;
}
.point-1 > .flex .block-left, .point-3 > .flex .block-left {
	margin-bottom: 2.5rem;
	margin-right: 0;
}
.point-1 > .flex .block-right, .point-3 > .flex .block-right {
	margin-left: 0;
}
.example {
	padding-bottom: 0px;
}
.example_case{
	max-width:80%;
	padding: 3em;
	margin-bottom: 30px;
 }
.example_case .plan{
	margin-top:2em;
	padding-left: 0px;
	padding-right: 0px;
}
.exampla_img {
	margin-top: 2em;
}
.price_small {
	max-width: 75%;
}
.ingredients, .ingredients_sum {
	font-size: 1.35em;
}
.ingredients_last_sum {
	font-size: 1.5em;
}
.caution {
	margin-top: 35px;
}
.caution p {
	width: 450px;
}
.annual_interest{
	padding: 20px;
}
.cta-box {
	display: none;
}
.contactUs_table th, .contactUs_table td {
	display: block;
	width: 100%;
	text-align: center;
	padding: 1rem 0;
}
.contactUs_table td {
	padding-top: 0;
}
#contact-formular input[type="text"], textarea {
	margin-bottom: 0;
}
#contact-formular input#name, #contact-formular input#email, #contact-formular textarea {
	width: 90%;
}
.footer-block h4 {
	margin-top: 1.5rem;
}
.footer-block > .span6 > p {
    font-size: 14px;
}
#campaign_footer > .container-fluid hr {
	margin: 30px auto;
	max-width: 90%;
	float: none;
}
.footer-block > .span12 > p {
	font-size: 14px;
	margin-top: 1.5rem;
}
.copyright {
	font-size: 13px !important;
	margin-top: 2rem !important;
}
#banner {
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
#inquiry {
	background: #fffab4;
}
.qa {
	padding-top: 50px;
	padding-bottom: 0px;
}
.accordion {
	margin-bottom:40px;
}
}
@media only screen and (max-width: 701px){
.point-box h3.point1 {
	line-height: 1.3;
}
.caution p {
	width: 400px;
}
}
@media only screen and (max-width: 652px){
.point-box h3.point2 {
	line-height: 1.3;
}
}
@media only screen and (max-width: 500px){
#mycar_loan {
	padding-bottom: 0;
}
.merit-point h2 {
    margin-bottom: 2rem;
}
.merit-point h2 img {
	width: 250px;
}
.point-box {
    padding: 2rem;
	margin-bottom: 1.5rem;
}
.point-box h3.point1:before, .point-box h3.point2:before {
	width: 120px;
	height: 62px;
}
.point-box h3.point3:before {
	width: 120px;
	height: 31px;
}
.point-1 > .flex .block-left {
	margin-bottom: 3rem;
}
.point-1 .block-left .text-center {
	width: 75%;
	margin-left: auto;
}
.point-box h3 {
	font-size: 24px;
	margin-bottom: 1rem;
	line-height: 1.3;
	padding-left: 130px;
}
.annual_interest {
	padding: 15px;
}
.caution p {
	width: 300px;
}
.qa h2 img {
	width: 320px;
}
dl.accordion {
	margin-top: 15px;
}
dl.accordion dt {
	padding: 2rem;
}
.accordion dt span {
	font-size: 15px;
	padding-left: 5rem;
}
.accordion dt span:before {
	width: 40px;
	height: 25px;
}
.accordion dt span:last-child {
	width: 70%;
}
.accordion dt span.accordion-status {
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	right: 30px;
}
.accordion dt.accordion-active span.accordion-status {
	background-size: 30px 30px;
}
.accordion dd {
	padding: 1rem 2.5rem 2rem;
	text-align: justify;
}
.inquiry-block h3 {
	font-size: 30px;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 2rem;
}
.inquiry-block h3 span.logo {
	display: block;
	margin-right: 0;
	border-bottom: 4px solid #ff0000;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
#contact-formular input[type="submit"] {
	font-size: 18px;
	padding: 1.2em 2.5em;
	margin-top: 20px;
	width: 60%;
	line-height: 1;
}
#campaign_footer {
    padding: 30px 0 10px;
}
.footer-block h4 {
	margin: 2rem auto 1rem;
}
}

@media only screen and (max-width: 420px){
p {
    font-size: 15px;
}
#recommend-case > .box {
	padding-top: 30px;
}
.about-zanka-credit h2 {
	font-size: 22px;
	margin-bottom: 1.5rem;
}
.about-zanka-credit h2 span {
    font-size: 18px;
}
.about-zanka-credit h2 img {
	padding-right: 3px;
}
.merit-point h2 img {
    width: 220px;
}
.point-box {
	padding: 1.7rem;
	margin-bottom: 1.2rem;
}
.point-box h3 {
	font-size: 21px;
}
.point-box h3.point1:before, .point-box h3.point2:before {
	width: 110px;
	height: 56px;
}
 .point-box h3.point3:before {
	width: 110px;
	height: 32px;
}
.example h2{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.example_case h3 {
	font-size: 1.48em;
}
.example_case {
	padding: 3em 2em;
}
.ingredients, .ingredients_sum {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}
.ingredients_last_sum {
	font-size: 1.2em;
}
.mt-2 {
	margin-top: 0em;
}
.ingredients::after {
	background: radial-gradient(1px 1px, CurrentColor, rgba(0,0,0,0));
	background-size: 0.2em 100%;
}
.caution p {
	width: 250px;
	font-size: 1.0em;
}
.qa h2 img {
	width: 270px;
}
dl.accordion dt {
	padding: 1.2rem;
	margin-top: 10px;
}
.accordion dt:first-child {
	padding-top: 1.2rem;
}
.accordion dt span {
	font-size: 14px;
	padding-left: 4rem;
}
.accordion dt span:before {
    width: 35px;
    height: 20px;
}
.accordion dt span.accordion-status {
	right: 20px;
}
.accordion dd {
	font-size: 14px;
}
#campaign_footer {
	padding-top: 30px;
}
.footer-block > .span12 > img {
    width: 300px;
}
.footer-block > .span12 > p {
    margin-top: 1rem;
}
.copyright {
	margin-top: 1.3rem !important;
}
}

@media only screen and (max-width: 380px){
.about-zanka-credit h2 {
    font-size: 20px;
}
.about-zanka-credit h2 span {
    font-size: 16px;
}
.merit-point h2 {
    margin-bottom: 1.5rem;
}
.merit-point h2 img {
    width: 200px;
}
.point-box {
	padding: 1.5rem;
}
.point-box h3 {
    font-size: 20px;
	padding-left: 110px;
}
.point-box h3.point1:before, .point-box h3.point2:before {
	width: 92px;
	height: 50px;
	margin: 0 auto 1rem;
}
.point-box h3.point3:before {
	width: 92px;
	height: 31px;
	margin: 0 auto 1rem;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.mb-2 {
	margin-bottom: 1em;
}
.example_case .plan {
	margin-top: 1em;
}
.example_case h3 {
	font-size: 1.38em;
}
.ingredients, .ingredients_sum {
	font-size: 1.0em;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
.ingredients_last_sum {
	font-size: 1.1em;
}
.caution {
	margin-top: 25px;
}
.caution p {
	font-size: 0.9em;
}
.accordion dt span:last-child {
	width: 65%;
}
.accordion dd {
    font-size: 13px;
}
#campaign_footer > .container-fluid hr {
	margin: 25px auto;
}
.footer-block > .span12 > img {
    width: 250px;
}
.footer-block h4 {
    font-size: 17px;
}
.footer-block > .span6 > p {
    font-size: 13px;
}
.footer-block > .span12 > p {
	font-size: 12px;
}
.copyright {
	font-size: 11px !important;
	margin-top: 1.5rem !important;
}
}
@media only screen and (max-width: 360px){
.point-box h3.point3:before {
	width: 92px;
	height: 50px;
	margin: 0 auto 1rem;
}
}