H@charset "UTF-8";

/*共通部分
---------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*ここから↓*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  position: relative;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  'meiryo', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.7;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

body, html {
  height: 100%;
}

/*---------------- セクションごとの設定 ------------------*/
/* ヘッダー */
header {
  width: 100%;
}

/* トップ */
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.top_tittle {
  margin-bottom: 50px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.head {
  padding: 16px 0;
}

.head p {
  font-size: 14px;
}

/* コンテンツ１ */
.contents_1 {
  padding: 40px 0;
  line-height: 2rem;
}

.contents_1 p {
  text-align: center;
  letter-spacing: 0.05rem;
}

.wide-p {
  font-size: 24px;
  font-weight: 700;
  color: #ff8c00;
  font-family: 'Noto Serif JP', serif;
}

.contents_1 {}

/* コンテンツ２ */
.contents_2 {
  text-align: center;
  padding: 40px 0;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  margin: 20px;
}

h3 span {
  color: #3f9bb6;
}

.contents_2 p {
  letter-spacing: 0.05rem;
}

h4 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 500;
  color: #3f9bb6;
}

/* プラン */
.plan {
  margin: 32px 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  text-align: justify;
}

.box {
  padding: 30px;
  margin: 8px;
  background: #f7f7f7;
  font-size: 15px;
  width: 30%;
  letter-spacing: 0.05rem;
}

.plan-p {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Noto Serif JP', serif;
  color: #ff8c00;
  padding: 10px 0;text-align: center;
}

/*コロナ借り換え融資,制度融資, 補助金採択者向け融資*/
.contents_3 {
  margin: 40px 0;
}

.contents_3_text {
text-align: center;
padding: 40px 0;
}

.contents_3_text p {
padding: 5px 0;
}

.contents_3_span {
  font-size: 22px;
  font-weight: 600;
  color: #ff8c00;
}

.read {
  width: 80%;
  margin: 0 auto;
  display: block;
}

/*CTA*/
.cta {
  margin: 80px 0;
}
 h2 {
  font-size: 22px;
  text-align: center;
  margin: 40px 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
 }

 .cta-span {
   color: #ff8c00;
   font-size: 30px;
   font-weight: 700;
 }

 /* ボタン */
 .button {
   width: 500px;
   height: 100px;
   color: white;
   background-color: #C0272D;
   border-radius: 50vh;
   border: none;
   font-size: 32px;
   font-weight: 700;
   transition: 0.5s;
   display: block;
   text-align: center;
   margin: 0 auto;
   line-height: 100px;
   font-family: 'Noto Serif JP', serif;
 }

 .button:hover {
   background-color: #fff;
   border: solid 1px #C0272D;
   color: #C0272D;
 }

 /* サポート */
.sapport {
   margin: 8px 0 16px 0;
   display: flex;
   flex-direction: row;
   max-width: 1000px;
   width: 100%;
   justify-content: space-between;
   text-align: justify;
 }

 .box-s {
   padding: 30px;
   margin: 8px;
   background: #f7f7f7;
   font-size: 15px;
   width: 30%;
   letter-spacing: 0.05rem;
 }

 .sapport-p {
   font-size: 24px;
   font-weight: 600;
   font-family: 'Noto Serif JP', serif;
   color: #ff8c00;
   padding: 10px 0;text-align: center;
 }

 /**/
 .flex-img-box {
   display: flex;
   justify-content: center;
   margin: 0 auto;
   margin-bottom: 24px;
   width: 100%;
 }

 .flex-img {
 padding: 0 10px;
 width: 50%;
 }



 /* 横並び */

/* サブコンテンツ */
.sub_contents {
  margin-bottom: 400px;
}

.sub_content_1 img {
  margin-top: 20px;
}

.daihyo {
  font-size: 14px;
}

.end-img {
  margin: 0 auto;
  display: block;
}

.contents_3_span_2 {
  font-size: 20px;
  font-weight: 500;
    color: #3f9bb6;
}

/* インフォメーション */
.info {
  width: 100%;
  margin: 100px 0px;
}

.info_list {
  width: 500px;
  margin: auto;
}

.info_list p {
  margin: 0px 0px;
}

/* フッター */
footer {
  width: 100%;
  background-color: #354150;
  color: white;
  text-align: center;
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 13px;
}

/*---------------- スマホ閲覧時 ------------------*/
@media screen and (max-width: 768px) {

  /*---------------- スマホ閲覧時・共通 ------------------*/
.pc {
    display: none;
}

.sp {
  display: block;
}

.container {
  width: 100%;
  height: auto;
}

.contents_1 {
 width: 90%;
 margin: 0 auto;
}

.contents_1 p {
  text-align: center;
  letter-spacing: 0.05rem;
  font-size: 16px;
}

.wide-p {
  font-size: 24px;
  font-weight: 700;
  color: #ff8c00;
  font-family: 'Noto Serif JP', serif;
}

.contents_text {
 width: 90%;
 margin: 0 auto;

}

.plan {
  align-items: center;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.box {
  padding: 30px;
  background: #f7f7f7;
  font-size: 15px;
  width: 100%;
}

.contents_3_text {
  width: 90%;
  margin: 0 auto;
}

.cta {
  width: 90%;
  margin: 0 auto;
  padding: 24px 0 48px 0;
}

.sapport {
  align-items: center;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
  margin-top: 0px;
}

.box-s {
  padding: 30px;
  background: #f7f7f7;
  font-size: 15px;
  width: 100%;
}

.box-s img {
  display: block;
 margin: 0 auto;
}

h2 {
  font-size: 18px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.cta-span {
  color: #ff8c00;
  font-size: 24px;
  font-weight: 700;
}

.button {
  width: 90%;
  font-size: 24px;
}

.flex-img-box {
 width: 80%;
}

}
