@charset "utf-8";
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,
figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,
p,pre,progress,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    font: 16px/1.75 sans-serif;
    color: #222;
    -webkit-text-size-adjust: none;
}

#summary {
    padding: 1px 3px;
    background: #d00;
    color: #fff;
    font-size: 12px;
}

article,aside,blockquote,dialog,figure,footer,header,hgroup,nav,section {
    display: block;
}
nav ul {
    list-style: none;
}
ol {
    list-style: decimal;
}
ul {
    list-style: disc;
}
ul ul {
    list-style: circle;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
ins {
    text-decoration: underline;
}
mark {
    background: 0 0;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
button,
input[type=button],
input[type=submit] {
    padding: 0;
    margin: 0;
}
a img,
input,
select {
    vertical-align: middle;
}
button,
input,
select,
textarea {
    font-size: 95%;
}
header {
    padding-bottom: 10px;
}
#brand {
    float: left;
    margin: 10px;
    color:#e90000!important;
}
#brand small {
    display: block;
    margin-bottom: 2px;
    font-size: 9px;
    color: #e90000;
}

/*
header .contact_line {
	float: left;
	display: inline-block;
	margin: 5px 0 0 5px;
}
*/
header .contact {
    float: left;
    margin: 20px 0 5px 5px;
}

header a.tel {
	display: inline-block;
	padding: 0 2px 0 25px;
	margin: 0;
	margin-top: 3px;
	color: #d00;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	background: url(/img/sp/icon_freedial.svg) no-repeat left center;
	background-size: 23px;
}

header .contact a.line {
    display: inline-block;
	margin: 0;
    margin-left: 5px;
    padding: 0 3px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #00b900;
    border-radius: 5px;
}

header .contact .mail {
    display: inline-block;
    margin: 0;
    padding-left: 25px;
    line-height: 15px;
    color: #d00;
    font-size: 15px;
    font-weight: bold;
    background: url("/img/icon_mail.svg") no-repeat;
    background-size: 20px;
}

/* toggle */
header .navigation .toggle_open,
header .navigation .toggle_layer,
header .navigation .toggle_target {
	position: fixed;
	top: 0;
    max-height: 100vh;
    overflow-y: scroll;
	z-index: 100000;
}

/* toggle_open */
header .navigation .toggle_open {
	right: 0;
	padding: 10px 5px 5px 5px;
	border-radius: 0 0 0 12px;
	border: none;
	color: #fff;
	background-color: #c1000f;
	z-index: 100001;
}
header .navigation .toggle_open div span {
	display: block;
	width: 32px;
	margin: 0 auto 8px;
	border-top: solid 3px #fff;
}

/* toggle_layer */
header .navigation .toggle_layer {
	left: 0;
	display: none;
	width: 100%; height: 100%;
	background-color: #000;
	opacity: 0.5;
}

/* toggle_target */
header .navigation .toggle_target {
	right: 0;
	display: none;
	width: 100%;
	background-color: #d00;
	opacity: 0.95;
}
header .navigation .toggle_target li {
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	border-bottom: solid 1px #fff;
}
header .navigation .toggle_target li a {
	display: block;
	padding: 10px 0;
    line-height: 22px;
	color: #fff;
	text-decoration: none;
}
header .navigation .toggle_target li.estimate {
    background: #4f81bd;
}
header .navigation .toggle_target li span {
    display: inline-block;
	font-size: 10px;
	position: relative;
    top: 3px;
    left: -10px;
	width: 0.4em;
	height: 0.4em;
	border-top: 0.6em solid #fff;
	border-left: 0.4em solid #fff;
	border-right: 0.4em solid #fff;
}
/* 屋根 */
header .navigation .toggle_target li span::before {
	position: absolute;
	content: "";
	top: -1.2em;
	left: -0.6em;
	width: 0;
	height: 0;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
	border-bottom: 0.8em solid #fff;
}

header .navigation .toggle_target button {
	display: block;
    margin: 9px auto;
	padding: 5px 10px;
	padding-left: 38px;
	border: none;
	color: #fff;
	font-size: inherit;
	text-align: center;
    background: #333;
    border-radius: 4px;
    opacity:1;
}
header .navigation .toggle_target button span {
    display: inline-block;
	position: relative;
}
header .navigation .toggle_target button span::before,
header .navigation .toggle_target button span::after {
	content: ".";
	position: absolute;
	left: -25px;
	top: 8px;
	display: block;
	width: 16px;
	border-top: solid 3px #fff;
	font-size: 0;
}
header .navigation .toggle_target button span::before {
	transform: rotate(45deg);
}
header .navigation .toggle_target button span::after {
	transform: rotate(-45deg);
}



#open {
    clear: both;
    display: block;
    padding: 1px;
    background: #e60000;
    color: #fff;
    font-weight: 700;
    text-align: center;
}
main {
    padding: 0 10px;
}

section {
    margin-bottom: 10px;
    padding: 2px;
    border-radius: 2px;
}
section h2 {
    padding: 0 0 0 2px;
    font-size: 18px;
    color: #fff;
    background-color: #d00;;
}
section h2 img {
    vertical-align: -2px;
}
section>div {
    position: relative;
    padding: 5px;
    background: #fff;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #222;
}
section>a.link_button ,
#zenkoku a.link_button {
	display: block;
    margin-top: 2px;
    padding: 12px;
    background: linear-gradient(to bottom,#ffe5e5 48%,#ffb8b8 52%,#ffbfb9 100%);
    background: -webkit-linear-gradient(top,#ffe5e5 48%,#ffb8b8 52%,#ffbfb9 100%);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #e90000;
}
section section {
    background: 0 0;
    padding: 0;
    border: 0;
}
h3 {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
}

body #calc_initiator h2 {
	font-size: 18px;
}


/* countdown */
#countdown{
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
	border: 1px solid #ccc;
    overflow: hidden;
}
#countdown::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgba(179,31,35,1) 0%, rgba(179,31,35,1) 33%, rgba(246,199,191,1) 100%);
}
#countdown::after{
    content: "";
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgba(246,199,191,1) 0%, rgba(179,31,35,1) 66%,  rgba(179,31,35,1) 100%);
}

#countdown a {
    display: block;
    padding: 10px 0;
    line-height: 1.2;
    font-size: 13px;
    color: #111;
    text-decoration: none;
    text-align: center;
}
#countdown .remain {
    display: inline-block;
    float: left;
    margin-left: 15px;
    height: 30px;;
    color: #000;
    padding: 3px 15px;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    background: #f8d9d5;
}
#countdown .remain span {
    display: inline-block;
    writing-mode:vertical-rl;
    width: 1em;
    font-size: 15px;
    color: #d00;
}
#countdown .remain b#timer1 {
    font-size: 30px;
}
#countdown .remain+.remain {
    margin-left: 15px;
    font-size: 15px;
    font-weight:normal;
}
#countdown .remain+.remain b {
    font-size: 19px;
}

#countdown a > p {
    clear: both;
    line-height: 1.5;
    color: #000;
    font-size: 25px;
}
#countdown a > p+p {
    font-size: 19px;
    color: #007ce5;
    text-decoration: underline;
}
#countdown a > p b {
    line-height: 1;
    font-size: 25px;
}
#countdown a > p b span {
    font-size: 30px;
}



#banners {
    margin-bottom: 10px;
}
#banners li {
    display: inline;
}
#banners li:first-child {
    margin-right: 1%;
}
#banners li img {
    width: 48%;
}
#example {
	font-size: 12px;
}

#example li {
    list-style: none;
    margin: 0;
}
#example .yen {
    color: #e60000;
}
#staff {
}
#staff h2 {
    font-size: 17px;
}
#staff div {
    margin-bottom: -3px;
    padding: 0;
    background-color: transparent;
}
#staff ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#staff ul li {
    float: left;
    width: 24%;
    margin: 0 0.5%;
    padding: 0;
}
#staff ul li img {
    width: 100%;
    height: auto;
}

address.contact {
    margin: 0;
    padding: 10px 15px;
    background: #fdeced;
}
address.contact a {
    display: block;
}

footer address {
    display: block;
    padding-top: 10px;
    background: #e50000;
    text-align: center;
    color: #fff;
}
footer address a {
    color: #fff;
    text-decoration: underline;
}
#copyright {
    display: block;
    padding: 10px;
    background: #e50000;
    text-align: center;
    color: #fff;
}
footer #copyright+address {
    display: block;
    padding: 0 0 10px 6px;
    background: #e50000;
    font-size: 11px;
    text-align: left;
    color: #fff;
}
footer #copyright+address a {
    color: #fff;
    text-decoration: underline;
}
#primary {
    float: right;
    margin-right: 3px;
}
#primary li {
    float: left;
    margin-right: 7px;
    font-size: 7px;
}
#primary li>a {
    display: block;
    width: 35px;
    padding: 4px 0 1px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: linear-gradient(to bottom,#fff 45%,#ddd 55%,#eee 100%);
    background: -webkit-linear-gradient(top,#fff 45%,#ddd 55%,#eee 100%);
    text-align: center;
    color: #222;
}
#primary li a img {
    clear: both;
}
footer nav {
    font-size: 14px;
}
footer nav strong {
    display: block;
    padding: 6px 8px;
    color: #fff;
}
footer nav .price strong {
    background: linear-gradient(to bottom,#73b9ff 0,#00a3d9 100%);
    background: -webkit-linear-gradient(top,#73b9ff 0,#00a3d9 100%);
}
footer nav .chiebukuro strong {
    background: linear-gradient(to bottom,#ffb973 0,#ff8000 100%);
    background: -webkit-linear-gradient(top,#ffb973 0,#ff8000 100%);
}
footer nav .company strong {
    background: linear-gradient(to bottom,#ff3c3c 0,#e60000 100%);
    background: -webkit-linear-gradient(top,#ff3c3c 0,#e60000 100%);
}
footer nav li {
    background: linear-gradient(to bottom,#ddd 0,#fff 100%);
    background: -webkit-linear-gradient(top,#ddd 0,#fff 100%);
}
footer nav li a {
    padding: 6px 12px;
    display: block;
    background: url("/img/sp/icon_arrow_r2.svg.png") no-repeat 96% center;
    background-size: 16px;
    color: #666!important;
}
footer nav li img {
    margin-right: 7px;
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: linear-gradient(to bottom,#fff 45%,#ddd 55%,#eee 100%);
    background: -webkit-linear-gradient(top,#fff 45%,#ddd 55%,#eee 100%);
    vertical-align: -7px;
}
a {
    color: #222;
    text-decoration: none;
}
main a:link,
main a:visited {
    color: #c00;
}
#form a {
    color: #11e;
}
#form a.link_blank {
    padding-left: 18px;
    background: url("/img/icon_blank.gif") no-repeat 4px;
}
.link2 {
    padding-left: 16px;
    background: url("/img/sp/icon_arrow_r2.svg") no-repeat left center;
}
strong {
    font-weight: 700;
}
em {
    font-style: normal;
}
del,
s {
    text-decoration: line-through;
}
address {
    font-style: normal;
}
.important,
.mark_required {
    color: red;
}
section li {
    margin-left: 2em;
}
.section .btn,
.submit .btn {
    display: inline-block;
    margin: 10px 3px 3px;
    padding: 8px 13px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #d00;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.submit .btn {
    background-color: #2943c7;
	border-radius: 20px;
	-webkit-border-radius: 20px;
}

.tip {
    cursor: help;
}
#tip {
    display: none;
    position: absolute;
    left: 5px;
    z-index: 50;
    padding: 10px;
    border: 1px solid #e00;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
}
.hide {
    display: none;
}
.t_right {
    text-align: right;
}
.t_left {
    text-align: left;
}
.t_center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.margin_bottom {
    margin-bottom: 1em;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}

/* koukariyu */
#koukariyu {
    margin: 10px 0;
    padding: 0;
}
#koukariyu h2 {
    position: relative;
    margin: 0 -10px;
    font-size: 1.4em;
    text-align: center;
    background: linear-gradient(#d00 70%, #ffffff 50%);
}
#koukariyu h2 span {
    margin: -10px auto 0;
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid #d00;
    border-bottom: 0 solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
#koukariyu img {
    width: 100%;
    height: auto;
}
#koukariyu div {
    margin-bottom: 10px;
}
#koukariyu .t_center>p {
    line-height: 35px;
    font-size: 1.5em;
}
#koukariyu .t_center .t_center {
    height: 65px;
}
.kouka_arrow,
.kouka_color {
    color: #c00;
}
#koukariyu > .kouka_arrow {
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 1.4em;
    font-weight: bold;
}
#koukariyu > .kouka_arrow::after {
    content: "";
    display: block;
    height: 30px;
    background: url(/img/kouka_arrow.jpg)no-repeat center center/contain;
}
#koukariyu .sp_h2 {
    margin: 0 5px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(#ffc900 0%,#c00000 60%);
    text-align: center;
}
#koukariyu .sp_h2 span {
    font-size: 1.3em;
}
#koukariyu div p b .kouka_color {
    font-size: 1em;
}
#koukariyu .kouka_hyo {
    margin: 0 5px 20px;
    padding: 10px 0 0;
    background: #fffae8;
}
#koukariyu .kouka_tax {
    margin: 0 5px 20px;
    padding: 0;
}
#koukariyu .kouka_tax p {
    padding: 5px 10px;
    font-size: 0.9em;
    background: #fffae8;
}
#koukariyu .kouka_tax p span {
    display: block;
    font-weight: bold;
    color: #0c79bf;
}
#koukariyu .kouka_tax .kouka_h {
    margin-bottom: 0;
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    background: none;
}
#koukariyu .kouka_tax img {
    display: block;
    margin: 0 auto 20px;
}
#koukariyu .kouka_tax .kouka_h > span {
    display: block;
    color: #000;
}
#koukariyu .kouka_tax .kouka_h span span,
#koukariyu .kouka_tax b {
    display: inline;
    color: #c00000;
}

/* kaitori_kouka */
#kaitori_kouka {
    margin: 0 -10px;
    background: #fffae8;
}
#kaitori_kouka h2 {
    margin: 0 10px;
    padding: 0;
    font-size: 1.5em;
    color: #000;
    background: linear-gradient(transparent 38%, #ffdbf1 81%, transparent 10%);
    text-align: center;
}
#kaitori_kouka h2 span {
    color: #c00000;
}
#kaitori_kouka div img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#kaitori_kouka .kaitori_list li .car_information {
    color: #808080;
}
#kaitori_kouka .kaitori_list li .car_information > b {
    color: #000;
}
#kaitori_kouka ul {
    margin: auto;
    padding: 0 5px;
    width: 95%;
    list-style: none;
    background: #fff;
}
#kaitori_kouka ul li {
    min-height: 1px;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
}
#kaitori_kouka ul li::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.kaitori_list ul li .car_tag {
    float: left;
    width: 25%;
}
#kaitori_kouka .kaitori_list .car_information {
    text-align: left;
}
.kaitori_list li .car_information > b {
    display: block;
    font-size: 17px;
}
.kaitori_list .car_information .kaitori_price {
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    color: #c00;
    background-color: #FCEDED;
}
.kaitori_list .car_information .kaitori_price b {
    float: right;
    margin: 0;
    font-size: 22px;
}
.kaitori_list .car_information .kaitori_price b span {
    font-size: 18px;
}
#kaitori_kouka table,
.kaitori_list table {
    border: 0;
}
.kaitori_list table tr {
    display: inline-block;
    width: 49%;
    border: none;
    border-bottom: 1px solid #b2b2b2;
}
.kaitori_list table tr+tr {
    border-left: 1px solid #b2b2b2;
}
.kaitori_list table tr th {
    display: block;
    float: left;
    width: 42%;
    height: 25px;
	color: #7d5660;
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    background: #f9dad6;
}
.kaitori_list table tr .l_space {
    letter-spacing: 1px;
}
.kaitori_list table tr .th_plus {
    position: relative;
}
.kaitori_list table tr .th_plus::before {
    content: "+";
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 2px;
    font-weight: bold;
}
.kaitori_list table tr .th_plus span {
    position: absolute;
    top: 18px;
    right: 3px;
    display: block;
    font-size: 0.8em;
}
.kaitori_list table tr td {
    padding-right: 5px;
    width: 25%;
    height: 25px;
    font-size: 14px;
}
.kaitori_list table .how_price {
    color: #c00000;
}
.kaitori_list table tr+tr .th_plus,
.kaitori_list table tr .td_plus {
    height: 50px;
}
.kaitori_list table tr .kaitori_result {
    font-weight: bold;
    color: #c00000;
    border-top: 1px solid #b2b2b2;
}

/* calendar */
#calendar table {
	float: left;
	width: 100%;
	margin-right: 3%;
    margin-bottom: 15px;
}
#calendar table + table {
	margin-right: 0;
}

#calendar caption {
    font-weight: 700;
}
#calendar thead td,
#calendar thead th {
    padding: 0 0 2px;
    text-align: center;
}
#calendar tbody td,
#calendar thead th {
    padding: 5px;
    border: 1px solid #ccc;
    width: 20px;
    text-align: center;
}
#calendar thead th {
    background-color: #eee;
}
#calendar .holiday {
    background: #66f;
    color: #fff;
}
#calendar p {
	clear: both;
}

#voice li {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin: 0;
}
.about_mynumber {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    border: 2px solid #00993B;
    background: #ECF6E5;
}
.about_mynumber a {
    display: block;
    padding: 5px;
    color: #00993B!important;
    text-align: center;
}
#rdocs ul li {
    color: #000;
}


footer {
    padding-bottom: 50px;
}

#contacts{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 100000000;
}
#contacts.type_b,
#contacts.type_c {
    height: 60px;
}

#contacts p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: #d00;
}

#contacts a {
    box-sizing: border-box;
    float: left;
    display: block;
    width: 33%;
    height: 50px;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

#contacts a.line {
    background: #00b900;
}
#contacts a.mail {
    width: 34%;
    background: #2943c7;
    background: #ff6d00;
}
#contacts a.mail #contents_text{
    color: #ffff00;
}

#contacts a.freedial {
    background: #e95018;
    background: #2943c7;
}

#contacts.type_b a,
#contacts.type_c a {
    width: 50%;
    height: 60px;
    font-size: 22px;
    font-style: oblique;
    padding: 10px 0;
    line-height: 6px;
}
#contacts.type_b a span,
#contacts.type_c a span {
    font-size: 0.8em;
    font-weight: normal;
}

#contacts.type_b a #contents_text,
#contacts.type_c a #contents_text{
    font-size: 0.6em;
    font-style: oblique;
    line-height: 22px;
}

#contacts.type_b a img,
#contacts.type_c a img {
    width: auto;
    height: 21px;
    margin-right: 5px;
}
#contacts a img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}

@media screen and (max-width: 374px) {
    #contacts.type_b a,
    #contacts.type_c a {
        font-size: 16px;
    }
    #contacts.type_b a #contents_text,
    #contacts.type_c a #contents_text{
        font-size: 0.5em;
        line-height: 22px;
    }
}

/* zenkoku */
#zenkoku > div {
/*	display: block;
	overflow-x: scroll;
	white-space: nowrap;*/
}
#zenkoku > div p {
	position: absolute;
    font-size: 12px;
}
table.jp-map tbody {
	width: 100%;
	display:table;
}
table.jp-map,
table.jp-map td,
table.jp-map th {
font-size: 11px;
    border-collapse: collapse;
}
table.jp-map td,
table.jp-map th {
    text-align: center;
    white-space: nowrap
}
table.jp-map td[class] {
    border: 1px solid #fff;
}
table.jp-map td a {
	display: block;
	padding: 0 1px;
    line-height: 30px;
    color: #444;
    text-decoration: none;
}
table.jp-map td[rowspan="2"] a {
    line-height: 61px;
}
table.jp-map td[rowspan="3"] a {
    line-height: 91px;
}
.hokkaido a {
    background-color: #72c1e1;
}
.tohoku a {
    background-color: #72cca8;
}
.kanto a {
    background-color: #72c351;
}
.chubu a {
    background-color: #a1db56;
}
.kinki a {
    background-color: #d0df5a;
}
.chugoku a {
    background-color: #ffe35e;
}
.shikoku a {
    background-color: #ffbf2f;
}
.kyushu a {
    background-color: #ff9b00;
}
.okinawa a {
    background-color: #ff7600;
}


#column_list li {
    float: none;
    clear: both;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


/* column_list */
#column > div {
    padding-top: 1px;
}

.column_list2 li,
.column_list3 li {
    box-sizing: border-box;
	width: 100%;
    padding: 0 5px;
    margin: 0;
	list-style: none;
    border: 1px solid #999;
}
.column_list2 li+li,
.column_list3 li+li {
    margin-top: 10px;
}

.column_list2 li a,
.column_list3 li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.column_list2 li a:hover,
.column_list3 li a:hover {
    opacity: 0.8;
}

.column_list2 li a .eyecatch,
.column_list3 li a .eyecatch {
    display: block;
	width: 100%;
	height: 100px;
	background: url(/img/column_noimage.png) no-repeat center 0;
	background-size: contain;
}

.column_list2 li a .date,
.column_list3 li a .date {
    display: block;
    margin-top: 5px;
}

.column_list2 li a .title,
.column_list3 li a .title {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.column_list2 li a .summary,
.column_list3 li a .summary {
    display: block;
    line-height: 1.3;
}



#buttons a {
    display: block;
    margin: 5px 0;
    padding: 5px;
    color: #d00;
    text-align: center;
    border: 2px solid #d00;
    border-radius: 5px;
    background: #fff;
}

#qa div div {
    padding: 10px 0;
}
#qa div div + div {
    border-top: 1px solid #d00;
}
#qa .qa_q ,
#qa .qa_a {
    position: relative;
    padding-top: 10px;
    padding-left: 30px;
}
#qa .qa_q span,
#qa .qa_a span {
    position: absolute;
    left: 0;
    top:0;
    font-size: 25px;
    font-weight: bold;
    color: #d00;
}
#qa .qa_a span {
    top: 5px;
    color: #00d;
}


/* .linkbutton */
.linkbutton {
    box-sizing: border-box;
    clear: both;
    display: block;
    width: 98%;
    line-height: 40px;
    margin: 10px auto 15px;
    padding-left: 20px;
    color: #fff !important;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    background: linear-gradient(#ffdb93 2%, #ff8700 98%);
    background: linear-gradient(#5ab0ff 2%, #0049aa 98%);
    border: none;
    border-radius: 10px;
}
.linkbutton::after {
    position: relative;
    top: 0px;
    float: right;
    content: "➡";
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    clip-path: polygon(0% 100%, 21.5% 0%, 100% 0%, 100% 100%);
    background: linear-gradient(#ffef94 2%, #ff6d00 98%);
    background: linear-gradient(#1694ff 2%, #003e80 98%);
    border-radius: 10px 10px 10px 0;
}
.linkbutton b {
    font-weight: normal;
}
