@charset "UTF-8";
/* Reset */

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, 
brockquote, pre, table, caption, th, td, address, 
form, fieldset, legend, object {
	margin: 0;
	padding: 0;
}

p,h5, h6, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 14px;
}
@media screen and (min-width: 960px) {
	p,h5, h6, pre, table, design, kbd, samp, acronym, input, textarea, select {
	font-size: 16px;
	}
}
address, em, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	max-width: 100%;
    border: 0;
    vertical-align: bottom;
}

a img {
  	border: none;
}


/* Setting */

html {  
	overflow-y: scroll;  
}

body {
	line-height: 1.5;
	background: #FFF;
	color: #333;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	overflow-x : hidden;
}


h1 {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-position: outside;
}
ul li {
	list-style-type: none;
}

ol {
	list-style-position: outside;
}
  
table {
	border-collapse: collapse;
}

legend {
	color: #333;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.clear {
	clear: both;
}
.title {
}
.subtitle {
	margin-bottom: 40px;
	text-align: center;
}
.subtitle strong {
	font-size: 40px;
 	letter-spacing: 0.2em;
	border-bottom: solid 5px #00529F;
}
.subtitle strong span {
	color: #00529F;
	font-size: 48px;
}
h3 {
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.8;
}

h3 strong {
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 2px;
  letter-spacing: 0.2em;
  border-bottom: solid 4px #00B050;
}
h3 strong span {
	color: #00529F;
	font-size: 38px;
}
@media screen and (max-width: 767px) {
  h3 strong {
    font-size: 28px;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 479px) {
  h3 strong {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
}
.mini {
	font-size: 14px;
}
.btn {
}
.caution {
	color: #FF4629;
}

/*header*/
.header {
	position: relative;
	max-width: 960px;
	margin: auto;
}
.logo {
	position: relative;
	top: 10px;
	left: 10px;	
}
.logo img {
	width: 250px;
}
.header nav {
	position: fixed;
	top: 10px;
	right: calc((100vw - min(100%, 960px)) / 2 + 10px);
}
.header nav ul li {
	float: right;
}
.header nav ul li a {
	display: block;
	width: 120px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	box-sizing: border-box;
}
.header nav ul li:nth-of-type(1) a {
	margin-left: 10px;
	color: #00529F;
	background: #fff;
	border: solid 1px #00529F;
}
.header nav ul li:nth-of-type(1) a:hover {
	color: #fff;
	background: #00529F;
}
.header nav ul li:nth-of-type(2) a {
	color: #fff;
	background: #00529F;
}
.header nav ul li:nth-of-type(2) a:hover {
	color: #00529F;
	background: #fff;
	border: solid 1px #00529F;
}
@media screen and (max-width: 639px) {
	.logo img {
		width: 200px;
	}
	.header nav ul li a {
	}
}
@media screen and (max-width: 479px) {
	.logo img {
		width: 150px;
	}
	.header nav ul li a {
		width: auto;
		padding: 10px 5px;
		font-size: 14px;
	}
}

/*contents共通*/
.contents {
	max-width: 960px;
	margin: auto;
	padding: 30px 10px;
}

section {
	padding-bottom: 60px;
}

section p {
	padding-bottom: 20px;
	font-size: 24px;
}

.hub_nenmatsu_worry_img {
	width: 115px;
	float: right;
	padding: 10px;
}
#hub_nenmatsu_worry ul {
	max-width: 600px;
	margin: 0 auto 50px;
	padding: 10px;
	background: #f9f9f9;
	box-sizing: border-box;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
#hub_nenmatsu_worry ul li {
	font-size: 20px;
	padding: 0 0 10px 35px;
	background: url("../img/icon_check_g.png");
	background-size: 30px;
	background-repeat: no-repeat;
}
.hub_nenmatsu_worry_par {
	padding-bottom: 20px;
	text-align: center;
}
.hub_nenmatsu_worry_par span {
	color: #00529F;
	font-size: 40px;
}

.hub_nenmatsu_paper_par {
	max-width: 700px;
	margin: 0 auto 30px;
	padding: 10px;
	background: #f9f9f9;
	box-sizing: border-box;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);	
}
.hub_nenmatsu_paper_par img {
	width: 40px;
	vertical-align: baseline;
}
#hub_nenmatsu_worry h3 {
	padding-top: 20px;
}

#hub_nenmatsu_paper > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin: auto;
}
#hub_nenmatsu_paper > ul > li {
    width: 50%;
    padding: 2%;
    box-sizing: border-box;
}
@media screen and (max-width: 639px) {
	#hub_nenmatsu_paper > ul > li {
	    width: 100%;
	}
}
#hub_nenmatsu_paper > p {
	text-align: center;
}
#hub_nenmatsu_paper > p > span {
	font-size: 30px;
	font-weight: bold;
}
#hub_nenmatsu_paper > p > .hub_nenmatsu_paper_text {
	color: #00529F;
	font-size: 40px;
}
#hub_nenmatsu_paper > ul > li p {
	text-align: center;
}
#hub_nenmatsu_paper > ul > li p span {
	font-size: 30px;
	font-weight: bold;
}
#hub_nenmatsu_paper > ul > li p img {
	width: 24px;
	vertical-align: baseline;
}
#hub_nenmatsu_paper table {
	font-size: 20px;
}

#hub_nenmatsu_paper table {
    margin: 15px auto 20px auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
#hub_nenmatsu_paper table th {
    padding: 8px;
    color: #333;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
}
#hub_nenmatsu_paper table td {
    padding: 8px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#hub_nenmatsu_paper table td:nth-of-type(1) {
    text-align: left;
}

#hub_nenmatsu_reason > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin: auto;
}
#hub_nenmatsu_reason > ul > li {
    width: calc(100%/3);
    padding: 1%;
    box-sizing: border-box;
}
#hub_nenmatsu_reason > ul > li img {
    width: 200px;
}
#hub_nenmatsu_reason > ul > li h3 {
	color: #00529F;
	font-size: 24px;
}
@media screen and (max-width: 639px) {
	#hub_nenmatsu_reason > ul > li {
	    width: 100%;
	}
}

#hub_flow p {
	padding: 20px 0;
    font-size: 24px;
   	text-align: center;
}
#hub_flow ol {
	max-width: 500px;
	margin: auto;
	padding-left: 40px;
	font-size: 24px;
}
#hub_flow ol li img {
	display: block;
	width: 40px;
	margin: auto;
	padding: 10px 0;
}
.trial_btn img {
	width: 400px;
}

/*footer*/
.footer {
	border-top: 10px solid #18388d;
}
.footer_contents {
	max-width: 960px;
	margin: auto;
}
.footer_contents > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: start;
    justify-content: center;
    margin: auto;
}
.footer_contents > ul > li:nth-of-type(1) {
    width: 70px;
    padding: 1%;
    box-sizing: border-box;
}
.footer_contents > ul > li:nth-of-type(2) {
    width: calc(100% - 70px);
    padding: 1%;
    box-sizing: border-box;
}
.footer small {
	display: block;
	padding-bottom: 20px;
	text-align: center;
}

.gotop {
    bottom: 20px;
    right: 20px;
    position: fixed;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    opacity: 0.5;
}
