@charset "utf-8";

/*PCSP共通設定*/

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
background: #F0F5FA;
overflow-x: hidden;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

section {
    max-width: 100%;
}
.bg_white {background: #fff;}
.bg_blue {background: #71c5e7;}

.menu_box a {color: #0065d6;}

@media screen and (max-width: 900.9px) {.w900 {display: none;}}


/*759px以下*/

@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }
  .spnone {
    display: none;
  }
  /* CSS */
  #dirPathBlock, #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }
  #dirPathBlock p, #anchorLinkBlock a {
    font-size: 12px;
  }
  h1 {
    font-size: 12px;
    margin: 0 1%;
  }
  h2 {
    width: auto;
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
  }
  h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 3rem 0 0 0;
  }
  h3 span.blue {
    color: #0068b7;
  }
  h3 span.red,span.red {
    color: #e60012;
  }
  h3 span.white {
    color: #FFF;
  }
  h3 span.yellow {
    color: #ffff00;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
    padding: 1rem 0;
    display: block;
    font-size: 1rem;
  }
  u {
    text-decoration-color: red;
  }
  /*title*/
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }
  #title h1 {
    margin: 0;
    padding: 0;
  }
  #title img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  /*link*/
  #link {
    /*background: #0068b7;*/
    background: #E60012;
    width: 100%;
  }
  .link {
    color: #282828;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    margin: auto;
  }
  .link li {
    display: block;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;  
    width: 90%;
    border-radius: 10px;
    transition: 0.2s;
    margin: 0.75rem auto;
  }
  .link li:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(-108deg, #0068b785 0%, #e600123d 100%);*/
    background: linear-gradient(-108deg, #E60012 0%, #e600123d 100%);
    transform: translate3d(10px, 10px, 0) scale(1);
    filter: blur(16px);
    transition: opacity 0.3s;
    border-radius: inherit;
  }
  .link li::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
  }
  .link li a {
    text-align: center;
    color: #282828;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .link li:hover {
    opacity: 0.6;
  }
	
  /*dc*/	
	#dc h3{
		margin:0 auto;
	}	
  #dc {
        /*background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);*/
  }	
  .bg_osaka {
  background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
  }
	#dc div.inbox{
		margin: 4rem auto 2rem;
	}
	#dc p{
		font-size: 1rem;
		color: #3d3d3d;
		margin: 1rem auto 0;
		line-height: 1.7;
		text-align: center;
		font-weight: bold;
	}
#dc p.dc_date {
    font-size: 1.2rem;
}	
  /*menu*/
  section#\menu {
    background: url("../images/bg_img.png?update=20250306"), linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    background-size: contain;
  }
  .menu_box {
    width: 100%;
    margin: 2rem auto 5rem;
    border-radius: 20px;
    position: relative;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    text-align: center;
  }
  section#\menu .pop {
position: absolute;
    top: -6px;
    width: 70%;
    z-index: 2;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .menu_img {
    width: 95%;
    height: auto;
    margin: 1rem auto 0;
    object-fit: cover;
  }
	

	h4 img{
    width: 24%;
    height: auto;
	}
	
  h4 {
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 5px 20px 5px 35px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #0068b7 url(../images/line.jpg?update=20250306) no-repeat left top / 20px 200px;
    min-height: 110px;
    display: flex;
    align-items: center;
  }
  h4 span.txt_ttle_center {
    padding: 5px 0;
    text-align: left;
	  line-height: 1.25;
  }
	
h4 rt{
  text-align: center;
  font-size: 0.7rem!important;
  font-weight: normal!important;
}		
  .menu_middle_txt {
    font-size: 1.1rem;
	     line-height: 2; 
  }
  .menu_txt {
        padding: 20px 20px 50px;
    text-align: left;
	line-height: 1.5; 
  }
	.sub_title{
		font-size: 20px;
		font-weight: bold;
		color: #0068b7;
	}
.sub_title_box{
	padding: 20px 20px 0;
    text-align: left;
	line-height: 1.5; 
	}
	
.photo_att{
		text-align: right;
		font-size: 16px;
		color: #282828;
}	
  /*アコーディオン*/
  .acParent {
    position: relative;
    border-radius: 20px;
    text-align: left;
  }
  .acParent:after {
    content: "続きを見る";
    width: 200px;
    height: 35px;
    position: absolute;
    inset: auto 0;
    display: grid;
    place-items: center;
    margin: auto;
    transform: translate(0, -1em);
    border-radius: 10px;
    background: #282828;
    color: white;
  }
  .acParent.close::after {
    content: "閉じる";
    transition: all 0.5s;
    transform: translate(0, -1em);
  }
  .acChild {
    border-radius: 20px;
    display: none;
    box-shadow: 0px 30px 25px -40px #bdbdbd;
    padding: 40px 20px;
  }
  .acChild_caution {
    background: #e9e9e9;
    padding: 10px;
    margin: 0 auto 1rem;
  }
  .acChild_caution_red {
    background: #fef2f3;
    padding: 10px;
    margin: 0 auto 1rem;
  }
  .acChild_box ul li.caution, .acChild_box ul li.caution_red {
    color: #FFF;
    padding: 5px 0 4px;
    text-align: center;
    font-weight: bold;
  }
  .acChild_box ul li.caution {
    background: #3d3d3d;
  }
  .acChild_box ul li.caution_red {
    background: #e60012;
  }
  .naiyoutxt_red {
    color: #e60012;
  }
p.naiyoutxt img {
    padding: 1rem 0;
}	
p.naiyoutxt.lineh_nt {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1rem;
}
	p.naiyoutxt.lineh_nt:last-child{
    padding-bottom: 0;
	}	
	
  .acChild_box ul li.koumoku {
    color: #FFF;
    padding: 4px 10px 3px;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
  }
  .acChild_box ul li.naiyou {
    margin: 1rem 0 4rem 0;
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    margin: 1rem 0;
	display: flex;
    align-items: center;  
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    width: 100%;
  }
  .acChild_box ul li.blue {
    background-color: #0068b7;
  }
  .acChild_box ul li.red {
    background-color: #e60012;
  }
  /*テーブル*/
  .table-wrap {
    overflow-y: scroll;
  }
  .table-wrap::-webkit-scrollbar {
    display: none;
  }
  table.table34 {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin: 0 0 10px;
    white-space: nowrap;
  }
  table.table34 th, table.table34 td {
    padding: 5px 10px;
    text-align: center;
  }
  table.table34 tr:nth-child(1), table.table34 tr:nth-child(5) {
    background-color: #f2f7fb;
    color: #000;
  }
  table.table34 tr:nth-child(2), table.table34 tr:nth-child(4), table.table34 tr:nth-child(6) {
    background-color: #fafbfb;
    color: #000;
  }
  table.table34 tr:nth-child(3), table.table34 tr:nth-child(7) {
    background-color: #fef5f6;
    color: #000;
  }
  .tble_b {
    display: inline-block;
    background: #282828;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 0.85rem;
  }
  p.tblectxt {
    font-size: 0.8rem;
    color: #e60012;
  }
  /*ご案内*/
  #guide a:link,#guide a,#guide a:hover{
     color: #ffff00;
  }		
  #guide {
    background: #0068b7;
  }
  .guide_txt {
    color: #fff;
    margin: 3rem auto;
  }
  #guide span {
    font-weight: bold;
    color: #ffff00;
  }
  #guide p {
    margin: 2rem auto;
    line-height: 1.5;
  }
  /*お申込み*/
  section#news, section#request {
    background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    padding: 0 0 2rem 0; 
  }
  section#pamph {
    background: #FFF;
    padding: 0 0 4rem 0;   
  }
  .request_box {
    margin: 3rem auto 6rem;
    border-radius: 20px;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    padding: 20px;
    position: relative;
    z-index: 1;
  }
  .request_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .request_txt {
    padding: 1rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .request_txt span {
    display: inline-block;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px 2px;
    width: fit-content;
  }
  .request_txt .request_btn span {
    background: rgb(0 0 0 / 0);
  }  
  .request_txt h5 {
    font-size: 34px;
    color: #0068b7;
    font-weight: bold;
  }
  .request_txt .mddle_txt {
    font-size: 26px;
    font-weight: bold;
  }
  .request_txt p.little_txt {
    line-height: 1.5;
    margin: 0 0 40px 0;
  }
  .request_txt p {
    line-height: 1.5;
  }
  .request_btn a {
    background: #E60012;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-size: 20px;    
  }
  .request_btn a:hover {
    opacity: 0.8;
  }
  .request_btn a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn a:hover:after {
    border-color: #FFF;
  }
  .request_btn em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
  .request_btn span {
  width: 100%;
  font-size: 13px;
  text-align: center;
  }
  .request_box .request_btn a {
      padding: 20px 5px;
      font-size: 18px;
  }
  .request_box .request_btn span {
  font-size: 10px;
  }
 .request_box .request_btn a:after {
     right: 13px;
 }
 
 
	
/*デジタルパンフレット*/
  #pamph {
    text-align: center;
    margin: auto;
  }	

#pamph ul {
	width: 90%;
    margin:auto;
    justify-content: space-evenly;
}
	
.balloon1 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0 0;
        padding: 10px 20px 5px;
        min-width: 120px;
        max-width: 100%;
        color: #0068b7;
        background: #ffff00;
        border-radius: 15px;
        font-size: 25px;
        font-weight: bolder;
}

.balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #ffff00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}		
	
 /* #pamph ul li {
    width: 75%;	
    font-size: 16px;
    font-weight: bold;
    color: #282828;
    padding: 10px 0;
	margin: auto;
}
	
#pamph ul li p{
    font-size: 25px;
    margin: 0 auto 2rem;
}
#pamph ul li img {
	width: 75%;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease-in-out;
}		
#pamph a {
    display: inline-block;
    line-height: 0;
    transition: 0.3s ease-in-out;
    margin: 0 auto 1rem ;
	  
  }
*/
	#pamph ul li{
		font-size: 20px;
		font-weight: bold;
		color: #282828;
		padding: 10px 0;
}
	
	
#pamph img.pamph_img{
		width: 90%;
		margin: auto;
	    margin: 3rem auto 1rem;
}
 #pamph a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px;
    color: #FFF;
    transition: 0.2s ease-in-out;
}
 #pamph a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

 /*Tripa*/
#news h3 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 4rem 0 0;
}	
#news div.newsinnner div p img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    line-height: 0;
    margin: auto;
}
#news div.newsinnner div {
    background: #fff;
    padding: 10px;
    margin: 1rem auto;
    width: 90%;
}

#news div.newsinnner div p img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    line-height: 0;
    margin: auto;
}
  #news dt {
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
  }
  #news div.newsinnner div dl dd>span a {
    color: #aaaaaa;
    display: inline-block;
    background: none;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
  }
  #news div.newsinnner div dl dd>span span {
    color: #F69;
    display: inline;
    font-size: 14px;
  }
  #news dl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }
  
#cp {
    /*margin-bottom: 50px;
background-color: #fff;*/
} 
#cp h4 {
    margin: 15px 0;
    padding: 0.5rem 0;
    color: #fff;
    border-radius: 5px;
    background: #004A9E;
    font-size: 20px;
    font-weight: bold;
    text-align: center !important;
    min-height: auto;
    justify-content: center;
}
#cp img {
width: 100%;
height: auto;
}
.flowBox {
    position: relative;
    margin: 2em auto 0;
    padding: 0 0.5em 1.4em 0.5em;
    border: 3px solid #003399;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
    width: 90%;
    
}

.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: 14px;
}

.flowBox .step::before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.flowBox span.small {
  font-size: 70%;
  font-weight: normal;
}

.flowBox span.large {
  font-size: 140%;
  font-weight: bold;
}

.flowBox p {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
}

.flowBox p strong {
    color: #0066cc;
}
ul.guideList {
	margin-top: 2%;
    font-size: 14px;
}

ul.guideList li {
	line-height: 1.5;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
    margin-bottom: 5px;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.note {
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.note:before {
	content: '※';
}

ul.guideList li.note1 {
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note1:before {
	content: '（※1）';
}

ul.guideList li.note2 {
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note2:before {
	content: '（※2）';
}

ul.guideList li span {
	color: #F00;
}

#cp .request_btn a,
#dc .request_btn a {
    margin: 15px auto 50px;
    padding: 18px 0;
}

p.point_cp_img {
    position: relative;
    padding: 20px;
    text-align: center;
    background: #fff;
}
#cp p.point_cp_img img.img_point_cp {
    width: 100%;
    height: auto;
}
#cp p.point_cp_img img.kaba-n {
    position: absolute;
    width: 60px;
    height: auto;
    top: -64px;
    right: 0;
}

.other_cp {
    margin-top: -60px;
    text-align: center;
    background: #C8F246; /*#bbff37*/
    padding: 0 20px 30px;
}
.other_cp h3 {
    margin: 0 0 20px;
    font-size: 1.5rem;
}
.other_cp p {
    margin: 20px 0;
    line-height: 1.6;
}
.other_cp img {
    width: 100%;
    height: auto;
}



}


/*760px以上*/

@media screen and (min-width: 760px) {
  /* CSS */
.pcnone {display: none;}

  main {
    color: #282828;
    font-size: 16px;
	  box-sizing : border-box;
  }

  #wrapper {
    line-height: 1.231;
  }
  h2 {
      width: 100%;
    max-width: 672px;
    margin: 0 auto;
    text-align: center;
  }
  h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #282828;
  }
  h3 span.blue {
    color: #0068b7;
  }
  h3 span.red,span.red {
    color: #e60012;
  }
  h3 span.white {
    color: #FFF;
  }
  h3 span.yellow {
    color: #ffff00;
  }
  .inner {
    width: 95%;
    max-width: 970px;
    margin: 0 auto;
    padding: 5rem 0;
    display: block;
	  position: relative;
	z-index: 2;
  }
	
	
  u {
    text-decoration-color: red;
  }
  /*title*/
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }
  #title h1 {
    margin: 0;
    padding: 0;
  }
  #title img {
    width: 100%;
    height: auto;
    vertical-align: top;
    margin-top: 96px;
  }
  #title {
    width: 100%;
    background: #FFF url(../images/main.jpg?update=20250319) no-repeat 50% 50%;
    background-size: cover;
    height: 550px;
  }
	
	
  /*link*/
  #link {
    /*background: #0068b7;*/
    background: #E60012;
    width: 100%;
  }
  .link {
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    width: 95%;
    max-width: 970px;
    margin: auto;
  }
  .link ul {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: auto;
  }
  .link li {
    display: block;
    width: 300px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.6);
    position: relative;
    transition: 0.2s;
  }
  .link li:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-108deg, #E60012 0%, #e600123d 100%);
    /*background: linear-gradient(-108deg, #0068b785 0%, #e600123d 100%);*/
    transform: translate3d(10px, 10px, 0) scale(1);
    filter: blur(16px);
    transition: opacity 0.3s;
    border-radius: inherit;
  }
  .link li::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit;
  }
  .link li a {
    text-align: center;
    color: #282828;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .link li:hover {
    opacity: 0.6;
  }
	
  /*dc*/
	#dc h3{
		margin: 3rem auto 0;
	}	
  #dc {
        /*background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);*/
  }
  .bg_osaka {
  background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
  }
	#dc div.inbox{
		margin: 4rem auto 2rem;
	}
	#dc p{
		font-size: 20px;
		color: #3d3d3d;
		margin: 1rem auto 0;
		line-height: 1.7;
		text-align: center;
		font-weight: bold;
	}
	#dc p.dc_date{
		font-size: 25px;
        color: #3d3d3d;
        text-align: center;
        font-weight: bold;
	}	

  /*menu*/	
  section#\menu {
    background: url("../images/bg_img.png?update=20250306"), linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
    background-size: cover;
  }
  .menu_box {
    width: 100%;
    margin: 5rem auto;
    border-radius: 20px;
    position: relative;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
  }
  section#\menu .pop {
position: absolute;
    top: -25px;
    left: 20px;
    width: 35%;
    z-index: 2;
  }
  .menu_img {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28%;
    border-radius: 20px;
  }

	h4 img{
    width: 17%;
    height: auto;
    padding-right: 5px;
	}
	
  h4 {
    border-radius: 20px 20px 0 0;
    color: #fff;
    padding: 10px 240px 10px 40px;
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: bold;
    background: #0068b7 url('../images/line.jpg?update=20250306') no-repeat left top / 20px 150px;
    min-height: 110px;
    display: flex;
    align-items: center;
  }
  h4 span.txt_ttle_center {
    padding: 5px 0 0;
  }
	
h4 rt{
  text-align: center;
  font-size: 0.8rem!important;
  font-weight: normal!important;
}	
  .menu_middle_txt {
    font-size: 1.2rem;
  }
  .menu_txt {
    padding: 20px 20px 80px;
    width: 63%;
	line-height: 1.5;
  }
	.sub_title{
		font-size: 20px;
		font-weight: bold;
		color: #0068b7;
	}
	.sub_title_box{
	padding: 20px 20px 0;
    width: 63%;
	line-height: 1.5;
	}
	.photo_att{
		text-align: right;
		font-size: 16px;
		color: #282828;
	}
	
  /*アコーディオン*/
  .acParent {
    position: relative;
    border-radius: 20px;
  }
  .acParent:after {
    content: "続きを見る";
    width: 200px;
    height: 35px;
    position: absolute;
    inset: auto 0;
    display: grid;
    place-items: center;
    margin: auto;
    transform: translate(0, -1.1em);
    border-radius: 10px;
    background: #282828;
    color: white;
  }
  .acParent.close::after {
    content: "閉じる";
    transition: all 0.5s;
    transform: translate(0, -1em);
  }
  .acChild {
    border-radius: 20px;
    display: none;
    box-shadow: 0px 30px 25px -40px #bdbdbd;
    padding: 40px 20px;
  }
  .acChild_box ul, .acChild_caution ul, .acChild_caution_red ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 0 20px 0;
  }
  .acChild_caution {
    background: #e9e9e9;
  }
  .acChild_caution_red {
    background: #fef2f3;
  }
  .acChild_box ul li.caution, .acChild_box ul li.caution_red {
    color: #FFF;
    padding: 7px 20px 8px;
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    font-weight: bold;
  }
  .acChild_box ul li.caution {
    background: #3d3d3d;
  }
  .acChild_box ul li.caution_red {
    background: #e60012;
  }
  .naiyoutxt_red {
    color: #e60012;
  }
	
p.naiyoutxt.lineh_nt {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 1rem;
}
	p.naiyoutxt.lineh_nt:last-child{
    padding-bottom: 0;
	}		
  .acChild_box ul li.koumoku {
    color: #FFF;
    padding: 4px 10px 4px;
    width: 11%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 15px 0 0;
    border-radius: 5px;
    font-weight: bold;
  }
  .acChild_box ul li.naiyou {
    width: 85%;
    margin: 4px 0 20px 0;
  }
  .acChild_caution ul li.naiyou, .acChild_caution_red ul li.naiyou {
    width: 90%;
    margin: 10px;
	display: flex;
    align-items: center;  
  }
  .acChild_box ul li.blue {
    background-color: #0068b7;
  }
  .acChild_box ul li.red {
    background-color: #e60012;
  }
  /*テーブル*/
  table.table34 {
    border-collapse: separate;
    border-spacing: 4px;
    width: 100%;
    margin: 10px 0;
  }
  table.table34 th, table.table34 td {
    padding: 5px 10px;
    text-align: center;
  }
  table.table34 tr:nth-child(1), table.table34 tr:nth-child(5) {
    background-color: #f2f7fb;
    color: #000;
  }
  table.table34 tr:nth-child(2), table.table34 tr:nth-child(4), table.table34 tr:nth-child(6) {
    background-color: #fafbfb;
    color: #000;
  }
  table.table34 tr:nth-child(3), table.table34 tr:nth-child(7) {
    background-color: #fef5f6;
    color: #000;
  }
  .tble_b {
    display: inline-block;
    background: #282828;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 0.85rem;
  }
  /*ご案内*/
  #guide a:link,#guide a,#guide a:hover{
     color: #ffff00;
  }	
	
  #guide {
    background: #0068b7;
  }
  .guide_txt {
    color: #fff;
    margin: 3rem auto;
  }
  #guide span {
    font-weight: bold;
    color: #ffff00;
  }
  #guide p {
    margin: 2rem auto;
    line-height: 1.5;
  }
  /*お申込み*/
	
  section#news, section#request {
    background: linear-gradient(to right, #fde7e9, #fff 50%, #e6f0f8);
	 padding: 0 0 5rem 0; 
  }
  section#pamph {
    background: #FFF;
  }
  .request_box {
    display: flex;
    width: 100%;
    margin: 5rem auto;
    border-radius: 20px;
    background: #ffffffab;
    box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 1;
  }
  .request_box img {
    width: 400px;
    height: 300px;
	padding: 20px;  
  }
  .request_txt {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
	padding: 20px;
  }
  .request_txt span {
    display: inline-block;
    background: #0068b7;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    width: fit-content;
  }
  .request_txt .request_btn span {
    background: rgb(0 0 0 / 0);
  } 
  .request_txt h5 {
    font-size: 35px;
    color: #0068b7;
    font-weight: bold;
  }
  .request_txt .mddle_txt {
    font-size: 26px;
    font-weight: bold;
  }
  .request_txt p.little_txt {
    line-height: 1.5;
    margin: 0 0 40px 0;
  }
  .request_txt p {
    line-height: 1.5;
  }
  .request_btn a {
    background: #E60012;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 20px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
    font-size: 25px;
  }
  .request_btn a:hover {
    opacity: 0.8;
  }
  .request_btn a:after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }
  .request_btn a:hover:after {
    border-color: #FFF;
  }
  .request_btn em {
    background: #ccc;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 10px 25px;
    color: #333;
  }
  .request_btn span {
    width: 100%;
  font-size: 16px;
  text-align: center;
  }
 
  
/*デジタルパンフレット*/
  #pamph {
    text-align: center;
    margin: auto;
  }
	
#pamph ul li {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    padding: 10px 0;
    width: 25%;
}
#pamph ul li p{
	padding: 10px 0;
}
.balloon1 {
        position: relative;
        display: inline-block;
        margin: 1.5em 0;
        padding: 10px 20px 5px;
        min-width: 120px;
        max-width: 100%;
        color: #0068b7;
        background: #ffff00;
        border-radius: 15px;
        font-size: 25px;
        font-weight: bolder;
}

.balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #ffff00;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}	
	
/*#pamph ul li img {
    width: 85%;
    box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.18);
	transition: 0.3s ease-in-out;
	position:relative;
	top:0;
}	*/	
 /* #pamph a {
    display: inline-block;
    line-height: 0;
    transition: 0.3s ease-in-out;
    margin: 0 auto 1rem ;	  
  }
	
#pamph ul li:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
	top:-10px;
	transition:0.3s;
}
*/
#pamph ul {
    display: flex;
    max-width: 970px;
    margin: auto;
    justify-content: center;
    gap: 30px;
}	
	
#pamph img.pamph_img{
		width: 250px;
		margin: auto;
	    margin: 3rem auto;
}
 #pamph a {
    background: #282828;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    padding: 5px 25px;
    color: #FFF;
    transition: 0.2s ease-in-out;
}
 #pamph a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
	
.bgimg_l {
    position: absolute;
    width: 100%;
    text-align: start;
}
.bgimg_l img {
    position: relative;
    bottom: 25rem;
    left: 0;
    z-index: 0;
    width: 35vw;
}	
.bgimg_r {
    position: absolute;
    width: 100%;
    text-align: end;
}
.bgimg_r img {
    position: relative;
    bottom: 25rem;
    right: 0;
    z-index: 0;
    width: 35vw;
}	
  /*Tripa*/
.newsbg{
		position: relative;
		z-index: 3;
}	
#news h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #282828;
    padding: 7rem 0 3rem;
}	
#news div.newsinnner div img {
    width: 200px;
    height: 125px;
}	
#news div.newsinnner div {
    background: #fff;
    padding: 10px;
    margin: 1rem auto;
    display: flex;
    max-width: 970px;
}
  #news div.newsinnner div p {
    padding: 0 1rem 0 0;
	line-height: 0; 
  }
  #news div.newsinnner div p img {
    width: 200px;
    object-fit:cover;
    line-height: 0;
  }
  #news dt {
    font-size: 20px;
    margin: 5px 0;
    font-weight: bold;
  }
  #news div.newsinnner div dl dd>span a {
    color: #aaaaaa;
    display: inline-block;
    background: none;
    padding: 0;
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-bottom: none;
  }
  #news div.newsinnner div dl dd>span span {
    color: #F69;
    display: inline;
    font-size: 14px;
  }
  #news dl {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

#cp {
    /*margin-bottom: 100px;*/
}
#cp h4 {
margin: 20px 0 30px;
  padding: 1rem 2rem;
color: #fff;
border-radius: 10px;
background: #004A9E;
font-size: 30px;
font-weight: bold;
text-align: center;
min-height: auto;
justify-content: center;
}

#cp .request_btn a,
#dc .request_btn a {
    width: 80%;
    margin: 15px auto 50px;
    padding: 25px 0;
}

.itemList3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
ul.itemList3 li {
  width: calc(100% / 3 - 10px);
}
.itemList3 > div img {
  width: 100%;
  height: auto;
}
.flowBox {
    position: relative;
    margin-top: 1em;
    padding: 0 1em;
    border: 3px solid #003399;
    background: #FFF;
    text-align: center;
    border-radius: 10px;
    min-height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flowBox .step {
    position: absolute;
    top: -1.15em;
    left: -.5em;
    padding: .4em 1.4em;
    border-radius: 25px;
    background-color: #003399;
    color: #fff;
    font-size: 18px;
}

.flowBox .step::before {
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background-color: #003399;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

#dc .flowBox p {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

.flowBox p strong {
    color: #0066cc;
}
ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.25em;
    margin-left: 1.25em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '◆';
    padding-right: 0.25em;
}

ul.guideList li.note {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.note:before {
	content: '※';
    padding-right: 0;
}

ul.guideList li.note1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note1:before {
	content: '（※1）';
    padding-right: 0;
}

ul.guideList li.note2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.note2:before {
	content: '（※2）';
    padding-right: 0;
}

p.point_cp_img {
    position: relative;
    padding: 20px;
    background: #fff;
    text-align: center;
}
p.point_cp_img img.img_point_cp {
    width: 80%;
    height: auto;    
}
p.point_cp_img img.kaba-n {
    position: absolute;
    width: 290px;
    height: auto;    
}


.other_cp {
    margin-top: 6rem;
    padding: 50px 20px;
    background: #C8F246; /*#bbff37*/
    text-align: center;
}
.other_cp h3 {
    margin: 0 0 20px;
    font-size: 27px;
}
.other_cp p {
    margin: 20px 0;
    line-height: 1.6;
}
.other_cp a:hover {
    opacity: 0.8;
}


}









/* 以下、jrodekakenetの共通パーツ等 */

/*
  common
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/
/*news*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}
}  /*PC*/

@media screen and (max-width: 759.9px) { /*SP*/
/*news*/
#newsImportant{
	margin: 5px;
	display:flex;
	font-size: 11px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 2px;
    padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 5px 3px 5px 12px;
	position: relative;
	font-size:1.1em;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}
}  /*SP*/



/*
  footer
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px !important;
    max-width: 990px !important;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96% !important;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

}



/*
  pagetop
==================================================== */
@media screen and (min-width: 760px) {  /*PC*/

#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}

}



@media screen and (max-width: 759.9px) {  /*SP*/

#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
.area_link p {
    display: flex;
    margin: 0 auto;
	max-width: 970px;
}


}


