/* CSS Document */
/*リセット*/
h1, h2, h3, h4, h5, h6 { font-weight:bold; margin:0;}
h1{ margin:0; padding:0;}

ol, ul { margin:0; padding:0}
dl { margin:0; padding:0}
ol li { list-style:none; }
ul li { list-style:none; }
dl, dt, dd{margin:0; padding:0;}
a{margin:0; text-decoration: none;}
p{margin:0; line-height:150%; color: #000;}
a{outline:none;}
button{ outline:none;}
/* --TABLE-- */
th { font-weight:bold; text-align:center; }
table{border-collapse:collapse;}

/* clearfix */
.clearfix:after { content:""; display:block; clear:both; }
	/* for IE6 */
	* html .clearfix { display:inline-block; }
	/* for IE7 */
	*+html .clearfix { display:inline-block; }

img {
    border-style:none;
	height:auto;
	max-width:100%;
}
br{
	letter-spacing:0;}
.clear {
    clear:both; height:0; line-height:0;}

.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;}  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */ 

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%;
	text-align: left;
	line-height: inherit;
	vertical-align: baseline;
	box-sizing:border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing:border-box;
}

/*スクロール処理*/
.scroll-fade{opacity: 0; transition: all 2s/*処理にかかる時間*/;}
.scroll-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.scroll-up.done, .scroll-fade.done{opacity : 1; transform : translate(0, 0);}
.scroll-updelay01.done, .scroll-updelay02.done{opacity : 1; transform : translate(0, 0);}
.load-fade {opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-fade02{opacity : 0; transition : all 3s/*処理にかかる時間*/;}
.load-up{opacity: 0; transform: translateY(100px)/*スクロールアップする距離*/; transition: all 2s/*処理にかかる時間*/;}
.load-up.done, .load-fade.done, .load-fade02.done{opacity : 1; transform : translate(0, 0);}
.m_over:hover{opacity: 0.75;}

.disp_pc{display:block!important;}
.disp_sp{display:none!important;}
.disp_in_pc{display:inline-block;}
.disp_in_sp{display:none;}
.mi{font-family:"Zen Old Mincho", YuMincho, '游明朝',"小塚明朝 Pr6N R","小塚明朝 Pro R", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}
body {font-family: Noto Sans JP, sans-serif;}
.center{text-align: center;}
@media screen and (max-width: 769px) {
  .disp_pc{display:none!important;}
  .disp_sp{display:block!important;}
  .disp_in_pc{display:none;}
  .disp_in_sp{display:inline-block;}
  img{ max-width:100%;}
}

/*header*/
.head {
  padding: 20px 10px 5px;
}
.head_inner{
  max-width:1200px;
  margin: 0 auto;
}
.head_inner img{
    max-width:270px;
    min-width:270px;
  }
@media screen and (max-width: 769px) {
  .head_inner img{
    max-width:200px;
    min-width:200px;
  }
}

/*パンくずリスト*/
.m-breadcrumbs {
  padding: 12px;
}
.m-breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  max-width:1200px;
  margin: 0 auto;
  gap: 10px;
}
.m-breadcrumbs-list_item {
  white-space: nowrap;
  position: relative;
}
.m-breadcrumbs_link, .m-breadcrumbs_text {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #8e8e8e;
}
.m-breadcrumbs-list_item:after {
  content: ">";
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #8e8e8e;;
}
.m-breadcrumbs_current {
  font-weight: 700;
  color: #006c60;
}
.m-breadcrumbs-list_item:last-child:after {
  display: none
}
@media screen and (max-width: 769px) {
  .head {
    padding: 3vw 10px 1vw;
  }
  .m-breadcrumbs-list_item {
    white-space: wrap;
  }
}

/*タイトル*/
.mainttl {
  background: #005d60;
  font-size: 36px;
  line-height: 1.4;
  padding: 15px 0 10px;
  color: #fff;
  font-weight: bold;
  border-top: 10px solid #006c60;
}
.mainttl span {
  display: block;
  padding: 0 10px;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .mainttl {
    font-size: 5.466vw;
    line-height: 1.4;
    padding: 1.8vw 0 0.8vw;
    border-top: 10px solid #006c60;
  }
  .mainttl span {
    padding: 0 10px;
    max-width: 100%;
  }
}


/*cont01*/
.cont01 {
  max-width: 1380px;
  margin: 0 auto 70px;
  padding: 0 10px;
}
.cont01 h2{
  text-align: center;
  margin: 60px auto 0;
  max-width: 502px;
}
.co01 {
  padding: 70px 0;
  background: #fff8e8;
  border-radius: 20px;
  margin-top: 30px;
}
.co_inner {
  margin: 0 auto;
  max-width: 1200px;
}
.cont01 h3{
  border-bottom: 3px solid #005e60;
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #005e60;
  padding-bottom: 10px;
}
.co_ttl01 {
  display: block;
  min-width: 46px;
  margin-right: 2%;
  font-size: 40px;
  font-weight: bold;
  background: #005e60;
  color: #fff;
  padding: 1px 18.5px;
  border-radius: 50%;
  top: -5px;
  position: relative;
}
.co_ttl02 {
  display: block;
}
.co_txt01 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-left: 5%;
}
.co_txt02{
  font-size: 16px;
  font-weight: 500;
  padding-left:1em;
  text-indent:-1em;
  margin-left: 5%;
}
.co_table {
  max-width: 800px;
  margin: 20px auto 10px;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}
.co_table table {
  width: 100%;
}
.co_table table th {
  width: 50%;
  background: #005e5f;
  text-align: center;
  border: 1px solid #005e5f;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 12px 10px;
}
.co_table table th:first-child{
  border-right: 1px solid #90b9b9;
}
.co_table table td {
  background: #fff;
  
  border: 1px solid #005e5f;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px 10px 10px 20px;
}
.co_table table tr td:last-child{
  padding: 10px 10px 10px 20px;
}
.radio_area {
  margin: 50px auto 0;
  max-width: 940px;
  display:  flex;
  justify-content: space-between;
}
.radio_area li{
  width: 48%;
}
/*ラジオボタンカスタマイズ*/
input[type="radio"] {
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #646464;
  background: #fff;
  border-radius: 50%;
  vertical-align: -8px;
  margin-right: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="radio"]:checked {
    background: #005e60;
    border: 1px solid #005e60;
}
input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  content: '';
}
.radio_area label {
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  display: block;
  padding: 25px 40px;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.radio_area label:has(input[type="radio"]:checked){
  font-weight: bold;
  color: #005e60;
}

.co02 {
  display: none;
  padding: 70px 0 110px;
  border-radius: 20px 20px 0 0;
  margin-top: 25px;
  background: url("/images/customer/web_service/register/cont_bg.png") no-repeat scroll center bottom #fff8e8;
}
.co02_b {
  display: none;
  margin: 30px auto 0;
  max-width: 1000px;
}
.co02_b_ttl {
  text-align: center;
  font-size: 24px;
  color: #005e60;
  font-weight: bold;
}
.co02_b_txt {
  text-align: left;
  font-size: 18px;
}
.co02_b_txt span{
  color: #005e60;
  font-size: 22px;
}
.co02_b_txt a{
  font-size: 18px;
  color: #0000ff;
  text-decoration: underline;
}
.co03 {
  display: none;
  margin: 30px auto 0;
  max-width: 1000px;
}

.co03_b {
  display: none;
  margin: 30px auto 0;
  max-width: 1000px;
}
.co03_ttl {
  font-size: 24px;
  text-align: center;
  color: #005e60;
  font-weight: bold;
  padding-bottom: 30px;
  background: url(/images/customer/web_service/register/cont_ub.png) no-repeat scroll center bottom;
  background-size: 240px auto;
  line-height: 130%;
}
.cont_btnarea {
  margin: 20px auto;
  max-width: 600px;
}
.btn02 {
  display: block;
  background: url(/images/customer/web_service/register/icon03.png) no-repeat scroll 92% center #f5d84f;
  border-radius: 40px;
  padding: 14px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #005e60;
  line-height: 130%;
}
.btn02 span {
  display: inline-block;
  text-align: center;
  padding: 13px 0 13px 50px;
  background: url(/images/customer/web_service/register/icon02.png) no-repeat scroll left center;
  background-size: 32px auto;
}
.btn02 span.ic {
  display: inline-block;
  text-align: center;
  padding: 13px 0 13px 50px;
  background: url(/images/customer/web_service/register/icon01.png) no-repeat scroll left center;
  background-size: 32px auto;
}
.co03_txt01 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
.co03_txt01 a{
  font-size: 18px;
  font-weight: bold;
  color: #0000ff;
  text-decoration: underline;
}
.co03_txt02 {
  text-align: center;
  font-size: 16px;
}
.co03_txt03 {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.co03_txt03 span{
  font-size: 22px;
  font-weight: 500;
  color: #005e5f;
}
.imgbox {
  margin: 20px auto 0;
  max-width: 460px;
}


.ub {
  padding: 70px 0 60px;
  background: #f1f6f6;
}
.btn03 {
  display: block;
  background:url("/images/customer/web_service/register/icon03_g.png") no-repeat scroll 92% center #fff;
  border-radius: 40px;
  padding: 27px 10px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #839aab;
  line-height: 130%;
  box-shadow: 0px 0px 15px -6px #777777;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  /*cont01*/
  .cont01 {
    max-width: 90%;
    margin: 0 auto 10vw;
    padding: 0;
  }
  .cont01 h2{
    text-align: center;
    margin: 7vw auto 0;
    max-width: 100%;
  }
  .co01 {
    padding: 6vw 0;
    border-radius: 10px;
    margin-top: 6vw;
  }
  .co_inner {
    margin: 0 auto;
    max-width: 92%;
  }
  .cont01 h3{
    border-bottom: 2px solid #005e60;
    display: block;
    font-size: 6.4vw;
    letter-spacing: -0.5px;
    padding-bottom: 1.5vw;
  }
  .co_ttl01 {
    min-width: 11vw;
    width: 11vw;
    margin: 0 auto;
    font-size: 7.333vw;
    font-weight: bold;
    padding: 0.2vw 3vw;
    top: 0px;
    position: relative;
    text-align: center;
  }
  .co_ttl02 {
    display: block;
    text-align: center;
    margin-top: 2vw;
  }
  .co_txt01 {
    margin-top: 4vw;
    font-size: 3.599vw;
    margin-left: 0;
  }
  .co_txt02{
    font-size: 2.666vw;
    margin-left:0;
  }
  .co_table {
    max-width: 100%;
    margin: 4vw auto 2vw;
  }
  .co_table table th {
    vertical-align: middle;
    font-size: 4.4vw;
    font-weight: bold;
    color: #fff;
    padding: 2.5vw 1.5vw;
  }
  .co_table table th:first-child{
    border-right: 1px solid #90b9b9;
  }
  .co_table table td {
    font-size: 3.599vw;
    padding: 2.5vw 1.5vw;
    text-align: center;
  }
  .co_table table tr td:last-child{
    padding: 2.5vw 1.5vw;
  }
  .radio_area {
    margin: 6vw auto 0;
    max-width: 100%;
    display:  block;
  }
  .radio_area li{
    width: 100%;
    margin-bottom: 4vw;
  }
  /*ラジオボタンカスタマイズ*/
  input[type="radio"] {

    width: 24px;
    height: 24px;
    border: 1px solid #005e60;
    vertical-align: -8px;
    margin-right: 2vw;
  }

  input[type="radio"]:checked:before {
    width: 10px;
    height: 10px;
  }
  .radio_area label {
    font-size: 3.599vw;
    padding: 4vw 4vw;
  }
  .co02 {
    display: none;
    margin-top: 5vw;
    padding: 6vw 0 18vw;
    border-radius: 10px 10px 0 0;
    background: url("/images/customer/web_service/register/cont_bg_sp.png") no-repeat scroll center bottom #fff8e8;
  }
  .cont01 .co02 h3 {
    width: 105%;
    margin-left: -2.5%;
    font-size: 6.2vw;
  }
  .co02 h3 .fs {
    font-size: 4vw;
  }
  .co02_b {
    display: none;
    margin: 5vw auto 0;
    max-width: 100%;
  }
  .co02_b_ttl {
    font-size: 4.8vw;
  }
  .co02_b_txt {
    margin-top: 3vw;
    text-align: center;
    font-size: 3.599vw;
  }
  .co02_b_txt span{
    font-size: 4.399vw;
  }
  .co02_b_txt a{
    font-size: 3.599vw;
  }

  .co03 {
    margin: 6vw auto 0;
    max-width: 100%;
  }

  .co03_b {
    margin: 6vw auto 0;
    max-width: 100%;
  }
  .co03_ttl {
    font-size: 4.8vw;
    padding-bottom: 5vw;
    background-size: 45vw auto;
    line-height: 130%;
  }
  .cont_btnarea {
    margin: 5vw auto;
    max-width: 100%;
  }
  .btn02 {
    padding: 2.5vw 10px;
    font-size: 4vw;
    background-size: 6vw auto;
  }
  .btn02 span {
    padding: 2.6vw 0 2.6vw 7vw;
    background-size: 5vw auto;
  }
  .btn02 span.ic {
    padding: 2.6vw 0 2.6vw 7vw;
    background-size: 5vw auto;
  }
  .co03_txt01 {
    font-size: 3.599vw;
    margin-top: 1vw;
  }
  .co03_txt01 a{
    font-size: 3.599vw;
  }
  .co03_txt02 {
    text-align: center;
    font-size: 2.666vw;
  }
  .co03_txt03 {
    margin-top: 1.5vw;
    font-size: 3.599vw;
  }
  .co03_txt03 span{
    font-size: 4.399vw;
  }
  .imgbox {
    margin: 4vw auto 0;
    max-width: 85%;
  }

  
  .ub {
    padding: 8vw 0 8vw;
  }
  .btn03 {
    padding: 5vw 10px;
    font-size: 4vw;
    background-size: 6vw auto;
    max-width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}




/*footer*/
.foot {
  padding: 10px;
  background: #005d60;
  font-size: 10px;
  text-align: center;
  color: #fff;
}