/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul li {
	list-style: none;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color:#4d4b4b;
}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	-webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
input, button, select, textarea {
    -webkit-appearance: none;}
input[type="submit"], input[type="button"] {
 	-webkit-appearance:none;
    border-radius:0;
    vertical-align:middle;
    text-align:center;
}
html {
	font-size:24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#wrapper {
	overflow: hidden;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight:400;
	color:#474861;
	overflow-x: hidden;
	font-size:1rem;
	line-height:1.2;
	background:#fff;
}
section {
	margin-bottom:122px;
	box-sizing: border-box;
}
.checkbox-input{
  display: none;
}
* {
    margin:0;
    padding:0;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
ul {
    list-style-position: inside;
}

p {
	line-height:1.6;
}
.bg_white {
    background-color: #fff;
}
.bg_blue {
	background:#b8dae6;
}
.bg_yellow {
	background:#ffc155;
    padding: 6px 2px;
}
.bg_navy {
	background:#474861;
}
.bg_gray {
	background:#dfdfe1;
}
.bld {
	font-weight:700;
}
.alc {
	text-align: center;
}
.col_white {
	color:#ffff;
}
.col_navy {
	color:#474861;
}
.col_yellow{
	color:#ffc155;
}
.col_blue {
	color:#13a9c7;
}
.col_gold {
	color:#dec697;
}
.col_gold_02 {
	color:#9e907e;
}
.mb0 {
	margin-bottom:0!important;
}
.pb0 {
	padding-bottom:0!important;
}
.sec_wrap.pt_0 {
	padding-top:0;
}
.palt {
font-feature-settings: "palt";
}
.flex {
	display:flex;
	justify-content: space-between;
}
#page-top img {
    position: fixed;
}
.contents_list {
	margin-bottom:0;
}
footer {
	width:100%;
	line-height:2;
}
footer ul {
	margin-bottom:0;
}
header p {
	padding-bottom:70px;
}
header{
    margin-bottom: -26px;
}
.btn {
	position: relative;
	display: inline-block;
    width:636px;
    height:100px;
	text-align: center;
	text-decoration: none;
	line-height: 100px;
	outline: none;
	font-size:30px;
	background:#ffc155;
    color:#474861;
    font-weight:700;
    border-radius:100px;
	top: 3px;
	box-shadow: 0 4px 0 #c09241;
}
.btn:hover {
  top: -4px;
  box-shadow: 0 7px 0 #c09241;
}
.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btn,
.btn::before,
.btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
section h1 {
	font-size:50px;
	line-height:1.1;
	margin-bottom:80px;
}
.sec01 .sec01_heading {
	width:208px;
	height:239px;
	margin-bottom:36px;
}
.sec01 h1 {
	text-align: right;
	margin-top:60px;
}
.sec01 h1 .small {
	font-size:45px;
}
.sec01 h1 .big {
	font-size:55px;
}
.sec01 .txt {
	margin-bottom:60px;
}
.sec01 .box {
	background:#e5f8ff;
	padding:20px;
	width:300px;
	height:353px;
	-webkit-box-shadow: -4px 13px 29px -2px rgba(0, 0, 0, 0.14);
	box-shadow: -4px 13px 29px -2px rgba(0, 0, 0, 0.14);
}
.sec01 .box img {
	margin-bottom:20px;
}
.sec01 .box h2{
	text-align: center;
	font-size:24px;
	margin-bottom:20px;
}
.sec01 .box p {
	font-size:18px;
	line-height: 1.2;
	text-align: center;
}
.sec02 img {
	width:420px;
	height:158px;
}
.fa-circle {
	color: #13a9c7;
    font-size: 24px;
    margin-right: 6px;
}
.sec02 .big {
	font-size:30px;
	font-weight:700;
	margin-bottom: 30px;
}
.sec02 .col_blue {
	font-size: 50px;
    display: block;
}
.sec03 {
	background:url(../images/arrow_white.png) no-repeat;
	background-position: center top;
	background-size: 11%;
}
.sec03 img {
	width:434px;
	height:268px;
	margin-top: 44px;
}
.sec03 .col_gold {
    width: 466px;
}
.sec04 {
	background:url(../images/sec04_img.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size:368px;
}
.sec05 img {
	width:363px;
	height:320px;
	margin-right: 100px;
}
.sec05 .big {
	font-size:27px;
}
.sec05 .flex {
	margin-bottom:40px;
}
.sec05 dl {
	border: 2px solid #9e907e;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 125px;
    width: 829px;
    margin: 0 auto;
    font-size:24px;
}
.sec05 dl dt {
	width: 75%;
	padding:5px 0 5px 10px
}
.sec05 dl dd {
    width: 25%;
    text-align: right;
    padding:5px 10px 5px 0
}
.sec05 dl dt,
.sec05 dl dd {
	border-bottom:1px solid #9e907e;
}
.sec05 dl dt:nth-child(9),
.sec05 dl dd:last-child {
	border-bottom:none;
}
.sec06 h1,
.sec07 h1  {
	text-align: center;
}
.sec06 img {
	width:320px
}
.sec07 .box {
	background:#fff;
	padding:34px 57px 55px;
	margin-bottom:24px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
}
.sec07 h2 {
	font-size:30px;
	text-align: center;
	border-bottom:2px solid #13a9c7;
	margin-bottom:15px;
	padding-bottom:15px;
}
.sec07 p,
.sec07 h3,
.sec07 .check{
	font-size:20px;
	line-height:1.6;
}
.sec07 .first {
	margin-bottom:40px;
}
.sec07 .check li {
	background:url(../images/check.png) no-repeat left center;
	background-size:20px;
	padding-left: 26px;
}
.sec08 h1 {
	text-align: center;
	font-size:28px;
	margin-bottom:17px;
}
.sec08 img {
	width:405px;
	height:85px;
	margin:0 auto 10px;
	display:block;
}
.sec08 a {
	width:636px;
	display:block;
	margin:0 auto;
}
.logo {
	width:200px;
}
#page-top img {
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 86px;
}





@media screen and (min-width: 320px) and (max-width: 559px){
html {
	font-size:20px;
}
body {
	width:100%;
	line-height:1.2;
	font-size:0.8rem;
}
section {
	width:92%;
	margin:50px auto;
}
.sec_wrap {
	margin-bottom:0;
}
.sec_wrap section {
	margin:0 auto;
}
header {
	background-image:url(../images/sp_mv_bg.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 69% top;
}
header p {
    padding-bottom: 30px;
	padding: 0 2% 10%;
}
.sp_br {
	display:block;
}
.sp_flex_none {
	display:block;
}
.btn {
	width:100%;
	font-size: 0.9rem;
}
.sec01 .sec01_heading {
	width: 128px;
    height: 150px;
    margin-top: 15px;
}
.sec01 h1 {
	margin-top:0;
	font-feature-settings: "palt";
}
.sec01 h1 .small {
	font-size: 0.9rem;
    line-height: 1.3;
    margin-bottom: -20px;
    display: block;
}
.sec01 h1 .big {
	font-size: 93%;
    line-height: 1;
}
section h1 {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 50px;
}
.sec01 .box {
	width: 100%;
    margin-bottom: 20px;
    padding: 30px;
    box-sizing: border-box;
    height:auto;
}
.sec02 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.sec02 .big {
    font-size: 1rem;
}
.sec02 ul li {
	padding-left: 1em;
    text-indent: -0.6em;
}
.sec02 .col_blue {
    font-size: 1.3rem;
}
.sec03 {
	background-size: 21%;
}
.sec03 img {
    width: 100%;
    height: auto;
    margin: 74px 0 26px;
}
.sec03 .col_gold {
    width:100%;
}
.sec_wrap.sec04_wrap {
	padding:0;
}
.sec_wrap.sec03_wrap {
	margin-bottom:0;
}
.sec04 {
	padding: 50px 0;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.sec05 img {
    margin-bottom: 40px;
	width: 100%;
    height: auto;
}
.sec05 dl {
    padding: 8px;
    width: 100%;
}
.sec05 dl dd {
    width: 32%;
}
.sec05 dl dt {
    width: 65%;
}
.sec06 img {
    width: 100%;
    margin-bottom: 20px;
}
.sec07 .box {
    padding: 34px 27px 15px;
}
.sec07 .check li {
    background: url(../images/check.png) no-repeat left 7px;
    background-size: 20px;
    text-indent: 0.1em;
}
.sec08 img {
    width: 100%;
    height:auto;
}
.sec08 a {
    width: 100%;
}
}

/*小型スマホ縦*/
@media screen and (max-width: 320px) {
html {
	font-size:20px;
}
body {
	width:100%;
	line-height:1.2;
	font-size:0.9rem;
}
.spnone {
	display:none;
}
.pcnone {
	display:block;
}
img {
	width:100%;
}
p {
	margin-bottom:20px;
	line-height:1.4;
}
ul {
	margin-bottom:20px;
}
#page-top img {
    right: 14px;
    width: 45px;
    bottom: 142px;
}
.logo {
	width: 170px;
    margin: 0 auto;
    display: block;
    margin-bottom:20px;
}
.mv_area h1 {
	margin-bottom:8px;
}
.btn {
    width: 100%;
    font-size: 0.8rem;
    height:80px;
    line-height:80px;
}
.sec01 .sec01_heading {
	width: 89px;
    height: 103px;
    margin-top: 17px;
}
.sec01 h1 {
    margin-top: 33px;
	margin-bottom:30px;
}
.sec01 h1 .small {
	font-size:1rem;
    line-height: 1.2;
    display: block;
    margin-bottom: -23px;
}
.sec01 h1 .big {
    font-size: 1.4rem;
    line-height: 1;
}
.sec01 .box {
    padding: 20px;
}
.sec_wrap section {
    padding-bottom: 32px;
}
.sec04 {
	background-size: 258px;
}
.sec_wrap {
	padding:40px 0
}
.sec05 img {
    width: 100%;
    height: auto;
}
.sec07_wrap {
	padding-bottom:0;
}
}
/*スマホ縦*/
@media screen and (min-width: 321px) and (max-width: 559px) {
html {
	font-size:24px;
}
body {
	width:100%;
	line-height:1.2;
	font-size:0.9rem;
}
.spnone {
	display:none;
}
.pcnone {
	display:block;
}
img {
	width:100%;
}
p {
	margin-bottom:20px;
	line-height:1.4;
}
ul {
	margin-bottom:20px;
}
#page-top img {
    right: 14px;
    width: 45px;
    bottom: 105px;
}
.logo {
	width: 170px;
    margin: 0 auto;
    display: block;
    margin-bottom:20px;
}
.sec_wrap {
    padding: 40px 0;

}
.footer_inner {
	width: 92%;
    margin: 0 auto;
    font-size:0.6rem;
}
.br_none br {
	display:none;
}
h1 {
	width:100%;
    font-size: 1.3rem;
    margin-bottom: 32px;
}
.btn {
    font-size: 0.8rem;
}


}

/*タブレット縦 / スマホ横*/
@media screen and (min-width: 560px) and (max-width: 1023px) {
html {
	font-size:24px;
	line-height:1.4;
}
body {
	width:100%;
	font-size:0.8rem;
}
.pcnone {
	display:none;
}
.spnone {
	display:block;
}
footer {
	font-size: 0.6rem
}
section {
	width:92%;
	margin:50px auto 50px;
}
img {
	width:100%;
}
.mv_area img {
	width: 77%;
    padding: 0 0 0 20px;
}
.sec_wrap {
	width:100%;
    padding: 50px 0 50px;
}
footer ul {
    margin: 9px 0 0 4%;
    width: 600px;
    font-size: 14px;
}
footer li {
    display: inline;
    margin-right: 5%;
}
.footer_inner {
	margin:0 auto;
	width: 92%;
	padding: 20px 0;
}
.logo {
	width: 186px;
    height: 53px;
}
#page-top {
	margin-bottom:0;
}
#page-top img{
    position: fixed;
	right: 22px;
    width: 50px;
    bottom: 53px;
}
header {
    background-image: url(../images/pc_mv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 69% top;
}
.sec01 .sec01_heading {
    width: 168px;
    height: 205px;
}
.sec01 h1 {
    margin-top: 40px;
}
.sec01 h1 .small {
    font-size: 1.4rem;
}
.sec01 h1 .big {
    font-size: 2rem;
}
.sec01 .box {
    width: 224px;
    height: 329px;
}
section h1 {
    font-size: 1.6rem;
}
.sec02 .big {
    margin-left: 20px;
}
.sec02 img {
    width: 317px;
    height: 138px;
}
.sec02 .col_blue {
    font-size: 1.69rem;
}
.sec03 {
    padding-top: 80px;
}
.sec03 img {
    width: 304px;
    height: 188px;
    margin-top: 134px;
}
.sec03 .col_gold {
    width: 366px;
}
.sec04_wrap {
	padding:0;
}
.sec04 {
	margin:0 auto;
	padding: 50px 0 80px;
	    background-size: 301px;
}
.sec05 img {
    width: 293px;
    height: 278px;
    margin-right: 20px;
}
.sec05 dl {
	width:100%;
    padding: 20px 55px;
}
.sec06 img {
    width: 229px;
}
}
/*pc*/
@media screen and (min-width: 1024px) {
img {
	width:100%;
	box-sizing: border-box;
}
html {
	font-size:24px;
}
.pcnone {
	display:none;
}
.spnone {
	display:block;
}
footer {
    padding: 40px 0;
}
section {
	width: 980px;
    margin: 0 auto;
    padding: 80px 0;
}
.sec_wrap {
    width: 100%;
}
header {
	background-image:url(../images/pc_mv_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 67% 0;
}
header .mv_area {
	width:1275px;
	margin:0 auto;
}
header h1 img {
    max-width:805px;
	padding:0 0 28px;
}
footer {
	font-size:16px;
}
}
/*タブレット縦 / スマホ横 / pc　共通*/
@media screen and (min-width: 560px) {

}

