@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Poppins:wght@400;700&display=swap');


.pane-main {
    margin: 0 !important;
    max-width: 100% !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html #reformloan {
    font-size: 62.5%;
/*    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
}

html,
body {
    margin: 0;
    padding: 0;
}

body #reformloan {
    font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1e1013;
    line-height: 1.87;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .08em;
}

.red{
    color:red;
}

.en {
    font-family: 'Poppins', sans-serif;
}

.min {
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s
}

a:hover {
    opacity: .8
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
}

video {
    max-width: 100%;
    height: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, sans-serif;
    font-size: inherit;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #bdbdbd;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}

address {
    font-style: normal;
}

input,
textarea,
select {
    max-width: 100%;
}

.sp {
    display: none;
}

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt00 {
    margin-top: 0px !important;
}

.mt05 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mr00 {
    margin-right: 0px !important;
}

.mr05 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mr30 {
    margin-right: 30px !important;
}

.mr35 {
    margin-right: 35px !important;
}

.mr40 {
    margin-right: 40px !important;
}

.mb00 {
    margin-bottom: 0px !important;
}

.mb05 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mb100 {
    margin-bottom: 100px !important;
}

.ml00 {
    margin-left: 0px !important;
}

.ml05 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}

.ml30 {
    margin-left: 30px !important;
}

.ml35 {
    margin-left: 35px !important;
}

.ml40 {
    margin-left: 40px !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt00 {
    padding-top: 0px !important;
}

.pt05 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pt80 {
    padding-top: 80px;
}

.pr00 {
    padding-right: 0px !important;
}

.pr05 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pr30 {
    padding-right: 30px !important;
}

.pr35 {
    padding-right: 35px !important;
}

.pr40 {
    padding-right: 40px !important;
}

.pb00 {
    padding-bottom: 0px !important;
}

.pb05 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pl00 {
    padding-left: 0px !important;
}

.pl05 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px !important;
}

.pl40 {
    padding-left: 40px !important;
}

.tac {
    text-align: center
}

.taa {
    text-align: right
}

.tal {
    text-align: left
}



.l-row {
    display: flex;
    flex-wrap: wrap;
}

.l-row.nowrap {
    flex-wrap: nowrap;
}

.l-row__between {
    justify-content: space-between
}

.l-row__center {
    justify-content: center;
}

.l-row__middle {
    align-items: center;
}


.l-inner {
    max-width: 1150px;
    margin: 0 auto;
}
.l-col3list{
	width:calc(100% + 30px);
}
.l-col3list > li{
	width:calc(100%/3 - 30px);
	margin-right: 30px;
}
.l-col3list.w60{
	width:calc(100% + 60px);
}
.l-col3list.w60 > li{
	width:calc(100%/3 - 60px);
	margin-right: 60px;
}
.c-accordion__title {
    cursor: pointer;
    padding: .4em .8em
}

.c-accordion__content {
    display: none;
    padding: .4em .8em
}

.c-accordion__title--arrow {
    padding-right: 2.4em;
    position: relative
}


.c-accordion__title--arrow::after {
           content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    transform: rotate(45deg);
    position: absolute;
    right: 2em;
    top: calc(50% - 6px);
	    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
	transition: .2s all
        }
.is-checked .c-accordion__title--arrow::after {
 transform: rotate(225deg);
}


.sec{
	padding: 80px 5% 0;
	overflow: hidden;
}
.secttl{
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.2em;
	line-height: 1;
}
.ico-num{
	font-size: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
border-radius: 50%;
	font-weight: 700;
	
}
.ico-num.bl{
	background: #0065B3;
	color: #fff;
}
.ico-num.gry{
	    background: #BEBEBE;
    color: #fff;
    padding-top: 10px;
	flex-direction: column;
}
.ico-num.gry span{
font-size: 12px;
    display: block;
    line-height: 1;
}
.ico-num.gry b{
	    display: block;
    line-height: 1;
}
.btn a{
	padding: 5px 20px 5px 10px;
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	position: relative;
}
.btn.gry a{
		background: #EBEBEB;
	color: #000;
}
.btn.bl a{
		background: #005BAC;
	color: #fff;
	padding: 5px 30px 5px 20px;
}
.btn.re a{
		background: #FF0000;
	color: #fff;
	padding: 5px 30px 5px 20px;
}
.btn a:after{
	    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
}
.btn.gry a:after{
	   border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.btn.bl a:after,.btn.re a:after{
	   border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.btn._right a:after{
	transform: rotate(315deg);
}
.linebtn{
	border: 2px solid #005BAC;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 95px;
	    max-width: 300px;
	margin: 0 auto;
}
.linebtn a{
	color: #005BAC;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 20px;
    position: relative;
}
.linebtn a:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 2px solid #005BAC;
    border-right: 2px solid #005BAC;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
}
.numlist {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.numlist li {
  font-size: 16px;
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
	margin-bottom: 10px
}
.numlist li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid #222;
    color: #222;
    display: block;
    float: left;
    line-height: 16px;
    margin-left: -21px;
    text-align: center;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    font-size: 11px;
    padding-left: 2px;
    margin-top: 5px;
}
.blbox{
	background: #F2F5FA;
	padding: 70px 50px;
}
.blbox._gn{
	background: #EAEFED
}
.blbox._gn2{
	background: #E0E8CF
}

.whbox{
	background: #fff;
	padding: 30px 40px 40px 30px;
}
.linebox{
	border: 5px solid #eee;
	padding: 50px 50px 40px;
	margin-bottom: 50px
}
/*header*/
.l-header {
    margin: 0 auto;
    text-align: center;
}

.l-header .logo {
    width: 235px;
    margin: 38px auto 27px;
    display: block;
}
/*=========================*/
/*nav*/
.gnav{
	border-bottom: 1px solid #707070;
	margin-bottom: 1em;
	background: #fff;
	width: 100%;
}
.gnav.transform{
 position: fixed;
  top: 0;
  left: 0;
	z-index: 2;
}
.gnav ul{
	justify-content: center;
}
.gnav ul li a{
	color: #005BAC;
	padding: 1em 5em 1.1em 1em;
	font-weight: 700;
	font-size: 1.3rem;
	display: block;
	position: relative;
}
.gnav ul li a:after{
content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 2px solid #005BAC;
    border-right: 2px solid #005BAC;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
}
  .drower {
        display: block;
        text-align: center;
        padding-top: 6px;
        padding: 18px 14px;
        position: fixed;
        top: 12px;
        right: 10px;
        font-size: 8px;
        width: 55px;
        height: 55px;
        border-radius: 0;
        z-index: 9999;
        transition: 300ms;
        background: #fff;
        border-radius: 50%;
	  box-shadow: 0 0 10px -7px #000;
    }
 .drower span {
        display: block;
        height: 2px;
        border-radius: 2px;
        margin: 0 auto 5px;
        transition: .3s;
        width: 80%;
        background: #005BAC;
    }
.screen {
        display: none;
        opacity: .6;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        transition: .3s;
        z-index: 0;
    }

    .open .screen {
        display: block;
    }
.nav {
        left: -200%;
        width: 100%;
        position: absolute;
        flex-wrap: wrap;
        background: #fff;
        opacity: 0;
        padding: 65px 0;
        transition: .6s;
        top: 0;
        z-index: 888;

    }

    .nav li a {
        padding: 5%;
        display: block;
        border-bottom: 1px dotted #005BAC;
        font-size: 16px;
        letter-spacing: .1em;
        color: #005BAC;
        font-weight: 700;
    }

 .open .nav {
        left: 0;
        position: fixed;
        z-index: 999;
        display: block !important;
        background: #fff;
        opacity: 1;
        overflow-y: auto;
        transition-delay: .3s;
    }

    .open .drower {
        background: #005BAC;
    }

    .open .drower span {
        width: 65%;
    }

    .open .drower span:nth-of-type(1) {
        transform: rotate(45deg) translate(5px, 6px);
        background: #fff;
    }

    .open .drower span:nth-of-type(2) {
        transform: scaleX(0);
        transform-origin: center;
    }

    .open .drower span:nth-of-type(3) {
        transform: rotate(-45deg) translate(4px, -5px);
        background: #fff;
    }
/*=========================*/
/*mv*/
.mv{
	background: #f2f5fa;
}
.mv-inner{
	max-width: 1150px;
	margin: 0 auto;

}
/*=========================*/
/*about*/
.about .txt{
	font-size: 18px;
}
/*=========================*/
/*merit*/
.merit{
	background: #F2F5FA;
}
.merit .secttl{
	margin-bottom: 60px
}
.merit-list li{
	background: #fff;
	position: relative;
	padding: 40px 20px;
	margin-bottom: 30px
}
.merit-list li .ico-num{
	position: absolute;
	top: 10px;
	left: 10px;
}
.merit-list li .ico{
	max-width: 150px;
	width: 35%;
	margin: 0 auto 25px;
}
.merit-list li .ttl{
font-size: 18px;
	font-weight: 700;
	color: #005BAC;
	text-align: center;
	margin-bottom: 1em
}
.merit-list li strong{
color: #FF0000;
	font-weight: 400
}
/*=========================*/
/*anchor*/
.anchor{
	padding-bottom: 0;
}
.anchor-list li{
	border: 2px solid #005BAC;
border-radius: 10px;
	margin-bottom: 20px;
	height: 95px;
}
.anchor-list li a{
color: #005BAC;
	font-size: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 20px;
	position: relative;
}
.anchor-list li a:after{
	    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px;
    border-bottom: 2px solid #005BAC;
    border-right: 2px solid #005BAC;
    transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: calc(50% - 8px);
}
/*=========================*/
/*notes*/
.notes{
	margin-bottom: 100px
}
.notes .ttl{
	color: #fff;
	background:#E72934;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding: .8em
}
.notes ul{
	border-right: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 38px 50px;
}
.notes li{
	position: relative;
	padding-left: 10px;
}
.notes li:before{
	content: '';
	width: 3px;
	height: 3px;
	background: #000;
	top: 13px;
	position: absolute;
	left: 0;
	border-radius: 50%
}
/*=========================*/
/*flow*/
.flow-list > li{
	position: relative;
	border: 5px solid #eee;
	padding: 35px 50px;
	margin-bottom: 60px
}
.flow-list li .ico-num{
	position: absolute;
	top: -25px;
	left: -25px
}
.flow-list li .img{
	max-width: 230px;
	width: 25%;
	min-width: 100px;
}
.flow-list li .txt{
	max-width: calc(100% - 250px);
	width: 75%;
	max-width: calc(100% - 130px);
}
.flow-list li .ttl{
    font-size: 23px;
    margin-bottom: 1em;
    color: #2479b1;
    text-align: center;
}
.flow-list li .txt p strong{
color: #FF0000;
    font-weight: 400;
}
/*=========================*/
/*use*/

.use .ttl{
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 3em
}

.use .subttl{
	font-weight: 700;
	margin-bottom: 2em
}
.use .whbox{
	margin-bottom: 60px
}
.use .whbox a{
	text-decoration: underline;
	font-weight: 700
}
.use li span{
	opacity: .7;
	font-size: 90%
}

/*=========================*/
/*search*/
.read{
	font-size: 18px;
	margin-bottom: 3em;
	text-align: center;
	font-weight: 700
}
.read strong{
	color: #FF0000;
}
.linebox ul{
	margin-bottom: 30px
}
.linebox li{
	margin: 0 10px 20px
}
.linebox .btn.bl{
	text-align: center;
}
/*=========================*/
/*service*/
.service .secttl{
	margin-bottom: 100px
}
.service .blbox{
	position: relative;
	padding-top: 100px;
}
.service .blbox._gn2{
	margin-bottom: 0
}
.servicettl{
	border: 4px solid #005BAC;
	border-radius: 10px;
	padding: 26px;
	font-size: 20px;
	color: #005BAC;
	text-align: center;
	min-width: 413px;
	max-width: 80%;
	line-height: 1;
	background: #fff;
	position: absolute;
		top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin-bottom: 100px
	
}
.servicettl:after{
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #005BAC;
}
.service .blbox._gn .servicettl{
border: 4px solid #016646;
	color: #016646
}
.service .blbox._gn .servicettl:after{
 border-top: 15px solid #016646;
}
.service .blbox._gn2 .servicettl{
border: 4px solid #4D5A31;
	color: #4D5A31
}
.service .blbox._gn2 .servicettl:after{
 border-top: 15px solid #4D5A31;
}
.service .subttl{
	font-size: 20px;
	margin-bottom: 1em;
	text-align: center;
}
.service .blbox .img{
	margin-bottom: 30px
}
.service .whbox >.ttl{
	color: #005BAC;
	text-align: center;
	margin-bottom: 2em;
	font-size: 20px
}

#conditions .blbox .subttl{
    text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
}

#conditions .ttl{
    color: #005BAC;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.conditions_table{
    margin-bottom: 20px;
}

.conditions_table td,
.conditions_table th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 20px;
}

.conditions_table th{
    color:#FFF;
    background: #005BAC;
}

.carcompensation > div{
	width: 100%;
	padding: 5%
}
.carcompensation > div > .ttl{
	color: #005BAC;
	text-align: center;
	margin-bottom: 1em;
	font-size: 20px
}
.carcompensation > div > .btn a{
	width: 100%;
}
.carcompensation .leftbox{
	background: #E4F0FC;
}
.carcompensation .rightbox{
	background: #FCE4E4;
}
.carcompensation .rightbox .ttl{
	color: #FF0000
}
.pickup-howto-list li{
	border: 1px solid #707070;
	padding: 40px 25px 25px;
	position: relative;
	margin-bottom: 40px
}
.pickup-howto-list li .ico-num{
	position: absolute;
			top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.pickup-howto-list li .ttl{
	color: #005BAC;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin-bottom: .6em
}
.pickup-howto-list li p{
	min-height: 7em;
}
.pickup-howto-list li .ico{
	margin-bottom: 20px
}
.pickup-howto-list li .btn a{
	width: 100%;
}
.service .blbox .btn{
	text-align: center;
}
.service .blbox .btn a{
	max-width: 258px;
	width: 80%;
}
/*=========================*/
/*faq*/
.faq-anchor{
	margin-bottom: 80px
}
.faq-anchor .btn{
	margin: 0 10px
}
.faq article{
	margin-bottom: 100px
}
.faq article .ttl{
	color: #005BAC;
	font-size: 20px;
	margin-bottom: 2em
}
.faq-anchor .btn a{
	border-radius: 3em;
	padding: 1.2em 5em 1.2em 3em
}
.faq-anchor .btn a:after{
right: 30px;
}
.faq-list li{
	border: 5px solid #eee;
	margin-bottom: 20px
}
.faq-list .c-accordion__title{
	position: relative;
	font-weight: 700;
	padding: 2em 5em
}
.faq-list .c-accordion__title:before{
	content: 'Q.';
	position: absolute;
	left: 3em
}
.faq-list  .c-accordion__content{
	border-top: 2px solid #eee;
	padding: 2em 5em
}
.faq-list  .c-accordion__content .answer{
position: relative;
	margin-bottom: 1em
}
.faq-list  .c-accordion__content .answer:before{
	content: 'A.';
	position: absolute;
	left: -2em;
}
.faq-list a{
	text-decoration: underline;
	color: #005BAC
}
/*=========================*/
/*itemlist*/
.itemlist_list > li,.itemlist_list2{
	box-shadow: 0 0 8px -2px rgba(0, 0, 0, 0.12);
	padding: 50px 35px 30px;
	margin-bottom: 20px
}
.itemlist_list .ttl,.itemlist_list2 .ttl{
	font-size: 17px;
	padding-bottom: .6em;
	line-height: 1;
	border-bottom: 1px #707070 solid;
	margin-bottom: 1em
}
.itemlist_list_name a{
	font-weight: 300;
	opacity: .9;
}
.itemlist_list_name a:hover{
	text-decoration: underline;
}

/*=========================*/
/*footer*/
.footer {
    padding: 50px 0 0;
}

.footer .toppage {
    text-align: center;
    padding-bottom: 50px;
}

.footer .toppage a {
    border: 1px solid #005BAC;
    display: inline-block;
    padding: 20px 100px;
    border-radius: 5px;
}

.site_title {
    text-align: center;
}

.site_title a {
    padding: 0 0 25px;
    display: block;
}

.copyright {
    text-align: center;
    border-top: 1px solid #DDD;
    padding: 20px 0;
}


.copyright {
    text-align: center;
    border-top: 1px solid #DDD;
    padding: 20px 0;
}

.sp {
    display: none
}

@media (max-width: 768px) {
    .sp {
        display: block
    }

    .pc {
        display: none
    }
	body,.about .txt,.numlist li,.carcompensation > div > .ttl,.itemlist_list .ttl, .itemlist_list2 .ttl{
		font-size: 1.4rem
	}
	.l-header .logo {
    width: 100%;
    margin: 20px auto 20px;
    display: block;
}
	.blbox{
		    width: 100vw;
    margin: 0 calc(50% - 50vw);
	}
	.linebtn{
		height: 65px;
	}
	.secttl{
		font-size: 1.75rem;
		margin-bottom: 2em
	}
	.notes .ttl,.merit-list li .ttl,.flow-list li .txt .ttl,.flow-list li .txt .ttl,.use .ttl,.linebtn a,.servicettl,.service .subttl,.service .whbox >.ttl{
		font-size: 1.6rem
	}
	
	.flow-list li .txt .ttl{
		text-align: center;
	}
	.sec {
		padding: 50px 3% 0;
    }
	.merit .secttl{
		margin-bottom: 50px
	}
	.l-col3list,.l-col3list li,.flow-list li .img,.flow-list li .txt,.btn.gry a,.carcompensation > div,.l-col3list.w60,.l-col3list.w60 li {
    width: 100%;
}
	.flow-list li .txt {
		max-width:100%
	}
	.l-col3list > li{
		margin-right: 0;
	}
	.anchor-list li{
		    height: auto;
    margin-bottom: 5px;
	}
	.anchor-list li a{
		    font-size: 12px;
	}
	.anchor{
		padding-bottom: 0;
	}
	.blbox,.notes ul,.flow-list > li,.linebox,.whbox{
		padding: 28px 5%;
	}

	.notes ul,.flow-list > li {
    font-size: 12px;
		margin-bottom: 30px
}
	.flow-list > li .l-row {
    justify-content: center;
}
    
	.flow-list li .img{
		max-width: 110px;
        margin-bottom: 20px;
	}
	.flow-list li .ico-num{
		left: -15px
	}
	.use .ttl,.faq-anchor,.l-col3list.w60 > li{
		margin-bottom: 40px
	}
	.linebox ul,.linebox,.carcompensation > div,.pickup-howto-list,.faq-list li{
		margin-bottom: 10px!important
	}
	.read {
    font-size: 13px;
    text-align: left;
}
	.linebox li {
    margin: 0 5px 5px;
}
	.servicettl{
		min-width: 80%;
	}
	.service .secttl,.faq article{
		margin-bottom: 60px
	}
	
	.pickup-howto-list li .ico{
		    max-width: 50%;
    margin: 0 auto;
	}
	.pickup-howto-list li p {
    min-height: auto;
    margin-bottom: 1em;
}
	.faq-anchor .btn{
		width: 100%;
		margin: 0 auto 10px
	}
	.faq-anchor .btn a{
		width: 100%;
	}
	.faq-list .c-accordion__title,.faq-list .c-accordion__content {
    padding: 1em 2em;
}
	.faq-list .c-accordion__title:before {
    left: 0.5em;
}
	.faq-list .c-accordion__content .answer:before {
    left: -1.5em;
}
	.c-accordion__title--arrow::after{
		right: 1em
	}
	.itemlist_list > li, .itemlist_list2{
		    padding: 30px 35px 15px;
    margin-bottom: 10px;
	}
	
}