/*main conainer*/
/*ヘッダーからコンテンツマージン*/
.main {
  padding-top: 130px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .main {
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .main {
    padding-top: 80px;
  }
}
@media screen and (min-width:0px){
  .section .outer-container {
    max-width: 1300px;
    margin: 0 auto;
  }
  .section .container {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section .container a {
    color: #000;
  }
}

/*breadcumb*/
@media only screen and (min-width:0px){  
  .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    padding-top: 8px;
  }
  .breadcrumbs li {
    position: relative;
  }
  .breadcrumbs li:not(:first-of-type) {
    padding-left: 20px;
  }
  .breadcrumbs li:not(:first-of-type)::after {
    content: ">";
    position: absolute;
    top:1px;
    left: 2px;
    width: 15px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
  }
  .breadcrumbs li > a {
    width: auto;
    font-size: 12px;
    line-height: 21px;
    color: #000;
  }
}
/*page title*/
@media screen and (min-width:0px){
  .page-title {
    margin-top: 50px;
  }
  .page-title h1 {
    font-size: 32px;
    list-style: 50px;
    font-weight: 700;
    letter-spacing: 0.25rem;
    border-bottom: 2px solid #b2b2b2;
  }
}
/*common tags*/
@media screen and (min-width:0){
  .s1 {
    font-size: 14px;
    line-height: 26px;
    background-color: #E5E5E5;
    text-indent: 5px;
    font-weight: 700;
  }
  .s2 {
    font-size: 14px;
    line-height: 22px;
    background-color: #4C4C4C;
    text-indent: 5px;
    font-weight: 700;
    color: #fff;
    padding: 2px 0 2px 0;
  }
  .s3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 8px 0;
  }
  .s4 {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    padding: 8px 0;
    padding: 6px 0;
    border-bottom: 1px solid #B2B2B2;
  }
  .str1{
    letter-spacing: -1px;
  }
  figure img {
    display: block;
    width: 100%;
  }
  ul.no-type li {
    font-size: 14px;
    line-height: 23px;
  }
  ul.no-type li:not(:nth-child(1)){
    margin-top: 5px;
  }
}

/*section as-sec01*/
@media screen and (max-width:768px){
  .as-sec01 {
    margin-top: 44px;
  }
  .as-sec01 .col2_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .as-sec01 .col2_sb figure {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .as-sec01 .col2_sb figure img {
    display: block;
    width: 100%;
  }
  .as-sec01 .col2_sb .desc-warp {
    width: 100%;
    margin-top: 30px;
  }
  .as-sec01 .col2_sb .desc-warp h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
  }
  .as-sec01 .col2_sb .desc-warp p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    padding-top: 10px;
    font-weight: 700;
  }  
  .as-sec01 .col2_sb .desc-warp span{
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 25px;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }
}
@media screen and (min-width:769px){
  .as-sec01 {
    margin-top: 44px;
  }
  .as-sec01 .col2_sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .as-sec01 .col2_sb figure {
    max-width: 250px;
    width: 25%;
    display: flex;
    justify-content: flex-end;
  }
  .as-sec01 .col2_sb figure img {
    display: block;
    width: 100%;
  }
  .as-sec01 .col2_sb .desc-warp {
    max-width: 618px;
    width: 61.8%;
    margin-left:5.0%;
    margin-top: -5px;
  }
  .as-sec01 .col2_sb .desc-warp h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 700;
  }
  .as-sec01 .col2_sb .desc-warp p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    padding-top: 10px;
    font-weight: 700;
  }  
  .as-sec01 .col2_sb .desc-warp span{
    display: block;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    margin-top: 25px;
    font-weight: 700;
    letter-spacing: 0.05rem;
  }
}
/*section as-sec02*/
@media screen and (max-width:768px){
  .as-sec02 {
    margin-top: 72px;
  }
  .as-sec02 .col3-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  .as-sec02 .col3-sb .col {
    width: 100%;
  }
  .as-sec02 .col3-sb .col:not(:first-child){
    margin-top: 30px;
  }
  .as-sec02 .col3-sb .col figure {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  .as-sec02 .col3-sb .col .s4 {
    margin-top: 25px;
  }
  .as-sec02 .col3-sb .col a.item-link {
    font-size: 14px;
    line-height: 23px;
    color: #0c3388;
    display: block;
    width: 100%;
  }
  .as-sec02 .col3-sb .col span {
    font-size: 14px;
    line-height: 23px;
    display: block;
    width: 100%;
  }
  .as-sec02 .has-list {
    margin-top: 30px;
  }
  .as-sec02 .has-list li {
    font-size: 14px;
    line-height: 23px;
  }
  .as-sec02 .has-list li a {
    width: auto;
    color: #0c3388;
  }
}
@media screen and (min-width:769px){
  .as-sec02 {
    margin-top: 72px;
  }
  .as-sec02 .col3-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  .as-sec02 .col3-sb .col {
    max-width: 290px;
    width: 29%;
  }
  .as-sec02 .col3-sb .col figure {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  .as-sec02 .col3-sb .col .s4 {
    margin-top: 25px;
  }
  .as-sec02 .col3-sb .col a.item-link {
    font-size: 14px;
    line-height: 23px;
    color: #0c3388;
    display: block;
    width: 100%;
  }
  .as-sec02 .col3-sb .col span {
    font-size: 14px;
    line-height: 23px;
    display: block;
    width: 100%;
  }
  .as-sec02 .has-list {
    margin-top: 30px;
  }
  .as-sec02 .has-list li {
    font-size: 14px;
    line-height: 23px;
  }
  .as-sec02 .has-list li a {
    width: auto;
    color: #0c3388;
  }
}
/*section as-sec03*/
@media screen and (max-width:768px) {
  .as-sec03 {
    margin-top: 70px;
  }
  .as-sec03 p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 0;
  }
  .as-sec03 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 38px;
  }
  .as-sec03 .col2-sb .col {
    width: 100%;
  }
  .as-sec03 .col2-sb .col figure{
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  .as-sec03 .col2-sb .col:not(:first-child){
    margin-top: 30px;
  }
}
@media screen and (min-width:769px) {
  .as-sec03 {
    margin-top: 70px;
  }
  .as-sec03 p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 0;
  }
  .as-sec03 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 38px;
  }
  .as-sec03 .col2-sb .col {
    max-width: 450px;
    width: 45%;
  }
  .as-sec03 .col2-sb .col figure{
    display: table;
    width: 100%;
    margin-top: 20px;
  }
  .as-sec03 .col2-sb .col:nth-child(3),
  .as-sec03 .col2-sb .col:nth-child(4){
    margin-top: 38px;
  }
}
/*section as-sec04*/
@media screen and (max-width:768px) {
  .as-sec04 {
    margin-top: 85px;
  }
  .as-sec04 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .as-sec04 .col2-sb .col {
    width:100%
  }
  .as-sec04 .col2-sb .col p{
    font-size: 14px;
    line-height: 23px;
  }
  .as-sec04 .col2-sb .col figure {
    display: table;
    width: 100%;
  }
  .as-sec04 .col2-sb .col:first-child figure {
    display: flex;
    justify-content: center;
  }
  .as-sec04 .col2-sb .col:first-child figure img {
    max-width: 137px;
    margin-top: 15px;
  }
  .as-sec04 .col2-sb .col:first-child a {
    font-size: 14px;
    display: block;
    width: 144px;
    position: relative;
    line-height: 24px;
    padding-right: 24px;
    margin-top: 15px;
    letter-spacing: 0.05rem;
    margin:20px auto 30px auto; 
  }
  .as-sec04 .col2-sb .col:first-child a::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../../images/sub/ansin/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }
  .as-sec04 .col2-sb .col:last-child p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
}
@media screen and (min-width:769px) {
  .as-sec04 {
    margin-top: 85px;
  }
  .as-sec04 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .as-sec04 .col2-sb .col {
    max-width:450px;
    width:45%
  }
  .as-sec04 .col2-sb .col p{
    font-size: 14px;
    line-height: 23px;
  }
  .as-sec04 .col2-sb .col figure {
    display: table;
    width: 100%;
  }
  .as-sec04 .col2-sb .col:first-child figure img {
    max-width: 137px;
    margin-top: 15px;
  }
  .as-sec04 .col2-sb .col:first-child a {
    font-size: 14px;
    display: block;
    width: 144px;
    position: relative;
    line-height: 24px;
    padding-right: 24px;
    margin-top: 15px;
    letter-spacing: 0.05rem;
  }
  .as-sec04 .col2-sb .col:first-child a::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../../images/sub/ansin/icon-pdf.png) no-repeat;
    background-position: center;
    background-size: 24px 24px;
  }
  .as-sec04 .col2-sb .col:last-child p {
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px;
  }
}
/*section as-sec05*/
@media screen and (max-width:768px) {
  .as-sec05 {
    margin-top: 70px;
  }
  .as-sec05 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  .as-sec05 .col2-sb .col {
    width: 100%;
  }
  .as-sec05 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
  }
  .as-sec05 .col2-sb .col:first-child figure {
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .as-sec05 .col2-sb .col:first-child table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: 10px;
  }
  .as-sec05 .col2-sb .col:first-child table tr th,
  .as-sec05 .col2-sb .col:first-child table tr td {
    line-height: 27px;
    font-size: 15px;
    border-bottom: 1px solid #4c4c4c;
  }
  .as-sec05 .col2-sb .col:first-child table tr th {
    max-width: 145px;
    width: 32.23%;
    background-color: #f5f6f9;
  }
  .as-sec05 .col2-sb .col:first-child table tr td {
    max-width: 298px;
    width: 66.23%;
    text-align: center;
  }
  .as-sec05 .col2-sb p.list-type {
    position: relative;
    padding-left: 20px;
  }
  .as-sec05 .col2-sb p.list-type span {
    position: absolute;
    left:0;
  }
  .as-sec05 .col2-sb .col:first-child p.list-type {
    margin-top: 5px;
  }
  .as-sec05 .col2-sb .col:last-child figure {
    display: table;
    width: 100%;
  }
  .as-sec05 .col2-sb .col:last-child {
    margin-top: 30px;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    height: 192px;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap figure {
    max-width: 192px;
    width: 42.67%;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap p {
    max-width: 240px;
    width: 53.34%;
    margin-bottom: 17px;
    letter-spacing: 0.05rem;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap p a {
    width: auto;
    color: #0c3388;
    
  }
  .as-sec05 .col2-sb .col:last-child .desc-wrap {
    margin-top: 25px;
  }
}
@media screen and (min-width:769px) {
  .as-sec05 {
    margin-top: 70px;
  }
  .as-sec05 .col2-sb{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  .as-sec05 .col2-sb .col {
    max-width: 450px;
    width: 100%;
  }
  .as-sec05 .col2-sb .col p {
    font-size: 14px;
    line-height: 23px;
  }
  .as-sec05 .col2-sb .col:first-child figure {
    display: table;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .as-sec05 .col2-sb .col:first-child table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: 10px;
  }
  .as-sec05 .col2-sb .col:first-child table tr th,
  .as-sec05 .col2-sb .col:first-child table tr td {
    line-height: 27px;
    font-size: 15px;
    border-bottom: 1px solid #4c4c4c;
  }
  .as-sec05 .col2-sb .col:first-child table tr th {
    max-width: 145px;
    width: 32.23%;
    background-color: #f5f6f9;
  }
  
  .as-sec05 .col2-sb .col:first-child table tr td {
    max-width: 298px;
    width: 66.23%;
    text-align: center;
  }
  .as-sec05 .col2-sb p.list-type {
    position: relative;
    padding-left: 20px;
  }
  .as-sec05 .col2-sb p.list-type span {
    position: absolute;
    left:0;
  }
  .as-sec05 .col2-sb .col:first-child p.list-type {
    margin-top: 5px;
  }
  .as-sec05 .col2-sb .col:last-child figure {
    display: table;
    width: 100%;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
    height: 192px;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap figure {
    max-width: 192px;
    width: 42.67%;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap p {
    max-width: 240px;
    width: 53.34%;
    margin-bottom: 17px;
    letter-spacing: 0.05rem;
  }
  .as-sec05 .col2-sb .col:last-child .col-wrap p a {
    width: auto;
    color: #0c3388;
    
  }
  .as-sec05 .col2-sb .col:last-child .desc-wrap {
    margin-top: 25px;
  }
}
/*section as-sec-06*/
@media screen and (max-width:768px) {
  .as-sec06 {
    margin-top: 65px;
    margin-bottom: 115px;
  }
  .as-sec06 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .as-sec06 .col2-sb .col {
    width: 100%;
  }
  .as-sec06 .col2-sb .col:first-child table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: -10px;
  }
  .as-sec06 .col2-sb .col:first-child table tr th,
  .as-sec06 .col2-sb .col:first-child table tr td {
    line-height: 27px;
    font-size: 15px;
    border-bottom: 1px solid #4c4c4c;
    text-align: center;
  }
  .as-sec06 .col2-sb .col:first-child table tr th {
    background-color: #f5f6f9;
  }
  .as-sec06 .col2-sb .col:first-child table tr th:nth-child(1),
  .as-sec06 .col2-sb .col:first-child table tr td:nth-child(1) {
    max-width: 135px;
    width: 30%;
  }
  .as-sec06 .col2-sb .col:first-child table tr th:nth-child(2),
  .as-sec06 .col2-sb .col:first-child table tr td:nth-child(2) {
    max-width: 84px;
    width: 18.67%;
  }
  .as-sec06 .col2-sb .col:first-child table tr th:nth-child(3),
  .as-sec06 .col2-sb .col:first-child table tr td:nth-child(3) {
    max-width: 216px;
    width: 48%;
  }
  .as-sec06 .col2-sb .col:last-child {
    margin-top: 30px;
  }
}
@media screen and (min-width:769px) {
  .as-sec06 {
    margin-top: 65px;
    margin-bottom: 115px;
  }
  .as-sec06 .col2-sb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  .as-sec06 .col2-sb .col {
    max-width: 450px;
    width: 45%;
  }
  .as-sec06 .col2-sb .col:first-child table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: -10px;
  }
  .as-sec06 .col2-sb .col:first-child table tr th,
  .as-sec06 .col2-sb .col:first-child table tr td {
    line-height: 27px;
    font-size: 15px;
    border-bottom: 1px solid #4c4c4c;
    text-align: center;
  }
  .as-sec06 .col2-sb .col:first-child table tr th {
    background-color: #f5f6f9;
  }
  .as-sec06 .col2-sb .col:first-child table tr th:nth-child(1),
  .as-sec06 .col2-sb .col:first-child table tr td:nth-child(1) {
    max-width: 135px;
    width: 30%;
  }
  .as-sec06 .col2-sb .col:first-child table tr th:nth-child(2),
  .as-sec06 .col2-sb .col:first-child table tr td:nth-child(2) {
    max-width: 84px;
    width: 18.67%;
  }
  .as-sec06 .col2-sb .col:first-child table tr th:nth-child(3),
  .as-sec06 .col2-sb .col:first-child table tr td:nth-child(3) {
    max-width: 216px;
    width: 48%;
  }
}