@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated:  2010-09-17
Author:  Richard Clark - http: //richclarkdesign.com
Twitter:  @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cantarell:wght@700&family=Oswald:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  -webkit-text-size-adjust: 100%;
}

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;
}

ol, 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;
  text-decoration: none;
  color: #000;
}

/* 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;
}

main {
  display: block;
}

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

img[src$=".svg"] {
  display: block;
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* FONT
***************************************************************/

/* 共通タイトル
***************************************************************/
.profileTitle {
  font-size: 25px;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #335167;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}

.profileTitle span {
  display: inline-block;
  padding-bottom: 19px;
  position: relative;
}

.profileTitle span::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #335167;
}

@media all and (max-width: 680px) {
  .profileTitle {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 35px;
    border-bottom: 2px solid #ccc;
  }
  .profileTitle span {
    padding-bottom: 15px;
  }
  .profileTitle span::before {
    height: 2px;
  }
}

/* 共通タイトル
***************************************************************/

/* プライバシーポリシー　各項目
***************************************************************/
.secAccess{
  padding: 50px 0 126px;
}

.secAccess .inner {
  width: 1000px;
  margin: auto;
}

.secAccess .message02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secAccess .message02 li {
  width: 100%;
  margin-bottom: 2%;
}






.secAccess .message02 li .listTextBox {
    width:100%;
    float:right;    
    margin-top: 18px;
}


.secAccess .message02 li .listTitle {
  font-size: 18px;
  /*padding-left:20px;
  letter-spacing: 0.18em;*/
  line-height: 2;
  font-weight: 600;
  text-align: left;
    border-bottom: 1px solid gray;  
}

.secAccess .message02 li .listText {
  font-size: 15px;
  /*letter-spacing: 0.15em;*/
  font-weight: 400;  
  line-height: 2;
  /*margin-top: 7px;*/
  text-align: left;
}

.secAccess .message02 li .listText:hover {
 	opacity: 0.7;
	-khtml-opacity: .70;
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
 	}

.secAccess .message03{
    font-size:15px;
    letter-spacing: 0.03em;
    line-height:2.0;
}






/*.secAccess .accessList li .listBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13px;
}

.secAccess .accessList li .listBtnBox .listBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 16px)/2);
  height: 40px;
  border: 1px solid #335167;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

.secAccess .accessList li .listBtnBox .listBtn i {
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url(../img/profile/btn_icon.svg) no-repeat center/cover;
}

.secAccess .accessList li .listTag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -5px -5px 0;
}

.secAccess .accessList li .listTag li {
  width: auto;
  margin: 0 5px 5px 0;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 500;
  background: #eaeaea;
  border-radius: 50px;
  padding: 6px 13px;
}

.secAccess .accessList li.mainOffice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.secAccess .accessList li.mainOffice .listImg {
  width: 485px;
}

.secAccess .accessList li.mainOffice .listTextBox {
  width: calc(100% - 485px);
  padding-left: 40px;
  margin-top: 5px;
}*/

.leftside{
    width:44%;
    float: left;
    margin: 1% 6% 2% 0;
   
}
.rightside{
    width:44%;
    float: right;
    margin: 1% 0 2% 6%;
}



@media all and (min-width: 681px) {
  .secAccess .accessList li:last-child, .secAccess .accessList li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn {
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .secAccess .accessList li .listBtnBox .listBtn:last-child, .secAccess .accessList li .listBtnBox .listBtn:nth-last-child(2) {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn i {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .secAccess .accessList li .listBtnBox .listBtn:hover {
    color: #fff;
    background: #335167;
  }
  .secAccess .accessList li .listBtnBox .listBtn:hover i {
    background: url(../img/profile/btn_icon_w.svg) no-repeat center/cover;
  }
}
@media all and (max-width: 680px) {
  .secAccess {
    padding: 60px 0;
  }
  .secAccess .inner {
    width: 93.75%;
  }
    
   .secAccess .message02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.secAccess .message02 li {
  width: 100%;
  margin-bottom: 5%;
}




.secAccess .message02 li .listTextBox {
    width:98%;

  margin-top: 2%;
}

.secAccess .message02 li .listTitle {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;  
  border-bottom: 1px solid gray;    
}

.secAccess .message02 li .listText {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 400;  
  line-height: 1.2;
  text-align: left;
  margin: 6% 0 12% 0;
}


.secAccess .message03{
    font-size:14px;
    letter-spacing: 0.1em;
    line-height:2.0;
    padding:0 10px;
}


 
    
    
    
 /* .secAccess .accessList li {
    width: 100%;
    margin-bottom: 50px;
  }
  .secAccess .accessList li .listImg {
    height: 179px;
  }
  .secAccess .accessList li .listTextBox {
    margin-top: 10px;
  }
  .secAccess .accessList li .listTitle {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
  }
  .secAccess .accessList li .listText {
    font-size: 13px;
    line-height: 1.54;
    margin-top: 8px;
    text-align: center;
  }
  .secAccess .accessList li .listBtnBox {
    display: block;
    margin: 15px auto 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn {
    width: 224px;
    font-size: 15px;
    margin: 0 auto 10px;
  }
  .secAccess .accessList li .listBtnBox .listBtn:last-child {
    margin-bottom: 0;
  }
  .secAccess .accessList li .listBtnBox .listBtn i {
    width: 9px;
    height: 9px;
  }
  .secAccess .accessList li .listTag li {
    padding: 6px 13px;
  }
  .secAccess .accessList li.mainOffice {
    width: 100%;
  }
  .secAccess .accessList li.mainOffice .listImg {
    width: 100%;
  }
  .secAccess .accessList li.mainOffice .listTextBox {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
    
    
    
    */
    
    
    
 .leftside{
    width:100%;
    margin: 1% 0 2% 0;
}
.rightside{
    width:100%;
    margin: 1% 0 2% 0;
}   
    
    
    
}

/* プライバシーポリシー　各項目
***************************************************************/