@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;
    font-weight: normal;
}

body {
    line-height:1;
}

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

ol, ul, li {
    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;
}



/******************************
 common
*******************************/
body {
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  /*font-feature-settings : "palt";*/
  font-feature-settings : "pkna";
  line-break: strict;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.opa {
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.opa:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

a {
  text-decoration: none;
  color: #333333;
}

a.line {
  text-decoration: underline;
}

.inr {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.pc-inr {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.pc {display: block;}
.sp {display: none;}
.pc-inline {display: inline;}
.sp-inline {display: none;}

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

.txt {
  line-height: 1.8;
}

.center {
  text-align: center !important;
}

.bold {
  font-weight: bold;
}

.en {
  font-family: "adobe-garamond-pro",serif;
}

.mt0 { margin-top: 0 !important; }
.mt5 { 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; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb2 { margin-bottom: 2px !important; }
.mb5 { 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; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.pt0 { padding-top: 0 !important; }
.pt5 { padding-top: 5px !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; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pb0 { padding-bottom: 0 !important; }
.pb5 { padding-bottom: 5px !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; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pr0 { padding-right: 0 !important; }
.pr5 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !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; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pl0 { padding-left: 0 !important; }
.pl5 { padding-left: 5px !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; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.w10 {width: 10% !important;}
.w20 {width: 20% !important;}
.w25 {width: 25% !important;}
.w30 {width: 30% !important;}
.w33 {width: 33.3% !important;}
.w35 {width: 35% !important;}
.w40 {width: 40% !important;}
.w50 {width: 50% !important;}
.w60 {width: 60% !important;}
.w70 {width: 70% !important;}
.w75 {width: 75% !important;}
.w80 {width: 80% !important;}
.w90 {width: 90% !important;}
.w100 {width: 100% !important;}
.ta-l {text-align: left;}
.ta-r {text-align: right;}
.ta-c {text-align: center;}
.fl-l {float: left;}
.fl-r {float: right;}

.disc-list {
  margin-left:18px;
}

.disc-list > li {
  list-style: disc;
  list-style-position: outside;
  line-height: 1.8;
}

.alpha-list {
  margin-left:18px;
}

.alpha-list > li {
  list-style: lower-alpha;
  list-style-position: outside;
  line-height: 1.8;
}

.accordion-list {
  line-height: 1.6;
}

.accordion-list dt {
  font-weight: bold;
  position: relative;
  margin: 10px 0 0 0;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px 10px 0;
}

.accordion-list dt:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.accordion-list dt.is-open:after {
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.accordion-list dd {
  display: none;
  padding: 10px 0 0 0;
  margin: 0 0 30px 0;
  position: relative;
}

.asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.asterisk:before {
  content: '※';
}

.table-a {
  width: 100%;
}

.table-a th,
.table-a td {
  padding: 1em;
  border-bottom: 1px solid #D3D3D4;
  line-height: 1.6;
  font-size: 18px;
}

.table-a th {
  color: #003A8D;
}



/******************************
 header
*******************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 30px;
}

header .logo {
  float: left;
}

header .logo img {
  width: 50%;
}

header nav {
  float: right;
  padding-top: 20px;
}

@media screen and (min-width: 769px) {
  header nav {
    display: block !important;
  }
}

header nav ul li {
  float: left;
  margin-left: 50px;
  position: relative;
}

header nav ul li:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #003A8D;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -26px;
}

header nav ul li:first-child:after,
header nav ul li:nth-child(2):after {
  background: none;
}

header nav ul li a {
  color: #003A8D;
  position: relative;
  font-size: 14px;
  padding: 20px 2px;
  text-align: left;
}

header nav ul li a:after {
  content: '';
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  bottom: 10px;
  height: 1px;
  width: 0;
  background: #003A8D;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header nav ul li.current a:after,
header nav ul li a:hover:after {
  width: 100%;
}

header nav ul li.recruit {
 margin: -10px auto 0;
 background: #fcd06a;
 padding: 10px 4px;
}

header nav ul li.recruit a {
 border: 1px solid #003A8D;
  padding: 4px;
}
header nav ul li.recruit:after,
header nav ul li.recruit a:after {
  background: none;
}


/******************************
 footer
*******************************/
footer {
  text-align: center;
  color: #003A8D;
  background: #fff;
  position: relative;
}

footer .totop {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  background: #003A8D;
  position: absolute;
  top: -15px;
  right: 0;
}

footer .totop:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -3px;
  margin-right: -5px;
}

footer .inr {
  border-top: 1px solid #003A8D;
  padding: 40px 0; 
}

footer .footer-logo {
  margin-bottom: 30px;
}

footer .footer-nav {
  margin-bottom: 30px;
}

footer .footer-nav a {
  font-size: 14px;
  color: #003A8D;
}

footer .copyright {
  font-size: 16px;
  color: #003A8D;
}

/******************************
 contents
*******************************/
/*common*/
.wrapper {
  width: 100%;
  min-width: 1200px;
  position: relative;
  background-color: #fff;
}

.container {
  background-color: #fff;
  background-image: url(../images/wrapper-bg.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  overflow: hidden;
  padding-top: 140px;
}

.sec {
  padding: 120px 0;
}

.sec-ttl {
  width: 540px;
  text-align: center;
  color: #003A8D;
  border-bottom: 1px solid #003A8D;
  padding-bottom: 30px;
  margin:0 auto 60px;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.sec-ttl .en {
  font-size: 42px;
  display: block;
}

.sec-ttl .jp {
  font-size: 18px;
  display: block;
}

.ttl01 {
  font-size: 32px;
  color: #003A8D;
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
}

.ttl01:after {
  content: '';
  background: #003A8D;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.btn01 {
  text-align: center;
}

.btn01 a {
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  background: #003A8D;
  color: #fff;
  text-align: center;
  padding: 15px 100px;
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
  position: relative;
  font-size: 22px;
}

.btn01 a:after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
}

.btn01 a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}

.btn02 {
  text-align: center;
}

.btn02 a {
  display: block;
  border: 1px solid #003A8D;
  color: #003A8D;
  text-align: center;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all  0.3s ease;
  position: relative;
  font-size: 15px;
}

.btn02 a:after{
  content: '+';
  width: 20px;
  height: 20px;
  background: #003A8D;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}

.btn02 a:hover {
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
}


/*index.html*/
/*#index .wrapper {
  opacity: 0;
}*/

#index .opening {
  position: relative;
  z-index: 10000;
  min-width: 1200px;
/*  height: 100%;
  height: 100vh;
  width: 100%;*/
}

#index .opening .video {
  background: #ddeaff;
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
  top:50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#index .mv {
  position: relative;
  opacity: 0;
}

#index .mv .site-ttl {
  position: absolute;
  top:0;bottom:-40px;left:0;right:0;
  margin: auto;
  /*width: 267px;*/
  height: 140px;
  z-index: 10;
  opacity: 0;
  font-size: 64px;
  font-weight: 100;
  text-align: center;
  color: #003A8D;
  line-height: 0.65;
}

#index .mv .site-ttl .en {
  font-size: 22px;
}

#index .mv .scroll {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 51px;
  height: 70px;
  z-index: 10;
}

#index .mv .video {
  position: fixed;
  left: 0; 
  top: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; /*z-index: 1;*/
  opacity: 0.2;
}

#index .container {
  padding-top: 0;
  background-image: none;
}

#index .about {
  text-align: center;
  color: #003A8D;
}

#index .about .txt01 {
  font-size: 25px;
  line-height: 2;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}

#index .about .txt02 {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

#index .about .ph {
  position: absolute;
}

#index .about .ph01 {
  top: 70px;
  left: -60px;
}

#index .about .ph02 {
  top: 390px;
  left: 40px;
}

#index .about .ph03 {
  top: 50px;
  right: -70px;
}

#index .about .ph04 {
  top: 460px;
  right: 40px;
}

.news-list {
  width: 540px;
  margin: 0 auto 60px;
}

.news-list li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #D3D3D4;
  font-size: 18px;
}

.news-list li:first-child {
  border-top: 1px solid #D3D3D4;
}

.news-list .date {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 20px 0;
  width: 30%;
  line-height: 1.8;
}

.news-list .txt {
  display: table-cell;
  vertical-align: top;
  text-align: left;
  padding: 20px 0;
  width: 70%;
}

#index .slider {
  min-width: 1200px;
}

#index .shops-list {
  width: 1150px;
  margin: 0 auto;
}

#index .shops-list li {
  float: left;
  width: 545px;
  margin-left: 60px;
  margin-bottom: 56px;
  border: 1px solid #D3D3D4;
}

#index .shops-list li:nth-child(2n+1) {
  margin-left: 0;
}

#index .shops-list li a {
  display: block;
  display: table;
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  position: relative;
}

#index .shops-list li a:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #003A8D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
}

#index .shops-list li a:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -3px;
}

#index .shops-list li a .logo {
  display: table-cell;
  vertical-align: middle;
  width: 170px;
  padding: 0 10px;
  border-right: 1px solid #D3D3D4;
}

#index .shops-list li a .txtarea {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 0 48px 0 20px;
}

#index .shops-list li a .txtarea .txt01 {
  color: #003A8D;
  margin-bottom: 5px;
}


/*company.html*/
#company .company .wrap {
  width: 1085px;
  margin: 0 auto 120px;
}

#company .company .left {
  float: left;
  width: 570px;
}
#company .company .right {
  float: right;
  width: 438px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#company .jigyo {
  padding: 120px 0;
}

#company .jigyo-wrap {
  background: #F7F9FC;
  padding: 60px 0;
  text-align: center;
}

#company .jigyo .shops-list {
  display: inline-block;
  font-size: 0;
}

#company .jigyo .shops-list li {
  display: inline-block;
  width: 285px;
  padding: 20px 0;
  border: 1px solid #D3D3D4;
  margin: 20px 5px;
  background: #fff;
}

#company .history {
  background-image: url(../images/bg-smoke01.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

#company .history-wrap {
  position: relative;
}

#company .history-list {
  line-height: 1.8;
  position: relative;
  padding-bottom: 60px; 
}

#company .history-list:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #003A8D;
  left: 50%;
  top: 0;
  position: absolute;
}

#company .history-list.left {
  text-align: left;
  padding-left: 640px;
}

#company .history-list.right {
  text-align: right;
  padding-right: 640px;
}

#company .history-list .txt01 {
  color: #003A8D;
  font-size: 24px;
}

#company .history-list .txt02 {
  font-size: 18px;
  padding-bottom: 30px;
}

#company .history-ph01 {
  position: absolute;
  top: 10px;
  left: 60px;
}

#company .history-ph02 {
  position: absolute;
  top: 468px;
  left: 315px;
}

#company .history-ph03 {
  position: absolute;
  top: -20px;
  right: 90px;
}

#company .history-ph04 {
  position: absolute;
  top: 400px;
  right: 280px;
}

#company .history-ph05 {
  position: absolute;
  top: 0px;
  left: 110px;
}







/*contact.html*/
#contact .contact .inr {
  width: 790px;
}

#contact .lead {
  text-align: center;
  font-size: 16px;
  color: #003A8D;
  margin-bottom: 60px;
}

#contact .form-list {
  line-height: 1.6;
}

#contact .form-list dt {
  font-size: 16px;
  color: #003A8D;
  margin-bottom: 5px;
}

#contact .form-list dd {
  margin-bottom: 40px;
}

#contact .note {
  font-size: 14px;
  text-align: right;
  margin-top: -20px;
  margin-bottom: 60px;
}

#contact .privacy {
  font-size: 18px;
  color: #003A8D;
  margin-bottom: 60px;
  text-align: center;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

.form-control {
  border-radius: 0;
  display: block;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #EEEEEE;
  border: 1px solid #D3D3D4;
  border-radius: 5px;
}

.form-control[type="date"],
.form-control[type="time"] {
  padding: 6px;
}

textarea.form-control {
  height: 300px;
}

.checkbox01-input{
  display: none;
}

.checkbox01-parts{
  padding-left: 40px;
  position:relative;
}

.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border: 1px solid #003A8D;
}

.checkbox01-input:checked + .checkbox01-parts{
  color: #003A8D;
}

.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
    top: 0px;
    left: 10px;
    width: 14px;
    height: 28px;
  transform: rotate(40deg);
  border-bottom: 3px solid #003A8D;
  border-right: 3px solid #003A8D;
}

button.btn {
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  background: #003A8D; 
  color: #fff;
  font-size: 24px;
  padding: 16px 160px;
  position: relative;
}

button.btn:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
#button_default:disabled {
  background-color: #eee;
  cursor: default;
}