<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

h2 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 180px;
	margin-top:-5px;
  border: 2px solid #000;
}

h2:before {
  position: absolute;
  top: -100%;
  left: -100px;
  width: 180px;
  height: 200%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #fff;
}

h2 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #000;
}

.btn:hover {
	animation: poyo .6s;
}

p {
	animation: poyo .6s ease 0s 1 normal running none;
}

@keyframes poyo {
	from, to { transform: none; }
	10% { transform: scale(1.2); }
	40% { transform: scale(.9); }
	60% { transform: scale(1.04); }
	80% { transform: scale(.98); }
}

/* ２カラム */
.twocols {
    background-color: #f3f1ed;
}

.twocols-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px 25px;
}

@media (min-width: 900px) {
  .twocols-container{
    grid-template-columns: 7fr 3fr;
  }
}

/* 横幅と左右の余白 */
.w-container {
  width: min(92%, 1024px);
  margin: auto;
}

/* カラム内のボックス */
.col div {
  display: grid; 
  place-items: center;
  font-size: 50px;
}
.col:first-child div {
  background:#ff;
}
.col:last-child div {
  background:#FFDBAC;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr{
  border-bottom: solid 2px white;
}

table voice tr:last-child{
  border-bottom: none;
}

table th{
    position: relative;
    text-align: left;
    color: #000;
    width: 30%;
    background-color: #fff;
    text-align: left;
    padding: 0px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
    text-align: left;
    width: 70%;
    text-align: left;
    background-color: #fff;
    padding: 10px 0sss;
}

.div-equal-box{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin:40px 0px;
}
.div-equal-box div{
    text-align: left;
    border-radius: 29px;
    font-size: 20px;
	padding: 20px;
   display: flex;
   align-items: center;
	flex-wrap: nowrap;
}

.div-equal-box div p{
color:red;
}


ul.voice {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	font-size:13px;
align-items: center;
  justify-content: center;	

}

li.voice {
  width: 16.6666666667%;
  border-left: 1px solid #aaaaaa;
	list-style-type: none;
	text-align: center;
margin:auto;
	  display:inline-block;
	

}

li.voice:last-child {
  border-right: 1px solid #aaaaaa;
}

li.voice  a {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  font-weight:700;
}

li.voice  a span {
  color: #053e62;
  font-size: 12px;
}


/*============================================================
フキダシデザイン 
============================================================*/
.arrow_answer,
.arrow_question{
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 15px 20px;
    border-radius: 10px;
    width: 80%;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
	
}


.arrow_question{
    float: right;
    margin-right: 20px;
    font-weight: bolder;	
	
}
.arrow_answer:after,
.arrow_answer:before
 {
    top:20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
	 pointer-events: none;
}
	
.arrow_question:after,
.arrow_question:before {
    top:50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	
}
.arrow_question:after,
.arrow_question:before { right: 100%; }
.arrow_answer:after,
.arrow_answer:before { left: 100%; }
.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.arrow_answer:after { border-left-color: #fff ; }
.arrow_question:after { border-right-color: #fff ; }
.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.arrow_answer:before { border-left-color: #c8c8c8; }
.arrow_question:before { border-right-color: #c8c8c8; }
.question_image { float: left; }
.answer_image {
    float: right;
    margin-right: 10px;
}



.self_question{
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 50px 20px;
    border-radius: 30px;
    width: 80%;
    font-size: 16px;
    line-height: 31px;
    text-align: left;
	display: inline-block;
	
}



.self_answer:after,
.self_answer:before,
.self_question:after,
.self_question:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
	
}
.self_question:after,
.self_question:before { right: 100%; }
.self_answer:after,
.self_answer:before { left: 100%; }
.self_answer:after,
.self_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.self_answer:after { border-left-color: #fff ; }
.self_question:after { border-right-color: #fff ; }
.self_answer:before,
.self_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.self_answer:before { border-left-color: #c8c8c8; }
.self_question:before { border-right-color: #c8c8c8; }
.question_image { float: left; }
.answer_image {
    float: right;
    margin-right: 10px;
}




.answer_image img,
.question_image img { border-radius: 50px; 

}
.question_Box {
    margin-bottom: 35px;
    overflow:hidden;
	
}


.container_voice {
    display: flex;
    flex-wrap: wrap;
    color: #000000;
}

.left {
    width: 750px;
}

.right {
    flex: 1;
}

@media (max-width: 320px) {
    .left, .right {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

html {
    font-size: 16px;
}



.left, .right {
    padding: 8px;
    border: 1px solid #fff;
    color: #3A3A3A;
    text-align: center;
}

justify-content:flex-end; を指定.list-menu{
  margin-bottom: 50px;
}


.logo{
　//float: left;によって&lt;logo&gt;要素と&lt;list-menu&gt;要素が横並びになる
  margin:10px 0 0 30px;
  float:left;
}

.logo img{
　//logoのサイズ
  width:50px;
}

.voice_photo{
    margin-right: 5px;
    margin-left: 20px;
    font-size: 9pt;
	text-align: :center;
    float: right;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 20px;
	line-height: 14px;
	
}
.voice_photo img{
	margin-bottom: 10px;



.ex2_4 { clear:both; }
	
	
/*枠デザイン*/
.profile_box {
margin: 2em 0;
border-left: solid 2px #ff7d6e;
border-right: solid 2px #ff7d6e;
border-bottom: solid 10px #ff7d6e;
border-radius: 10px;
}
.profile_box .box-title {
font-size: 18px;
line-height:1.8;
background: #bf4b3d; /*タイトルの背景色*/
padding: 4px;
text-align: center;
color: #FFF; /*文字色*/
font-weight: bold;
letter-spacing: 0.05em;
border-radius: 10px 10px 0 0;
}
/*内容*/
.profile_center{
text-align: center;
margin: 10px 15px 0 0;
}
/*プロフィール画像*/
.profile_figure {
width:150px;
height:150px;
border-radius: 50%; /*丸くする*/
border: solid 3px #f2d0cb; /*枠線*/
}
/*名前*/
.profile_name {
padding: 15px 20px;
font-weight:bold;
font-size:16px;
}
/*自己紹介文*/
.profile_box p {
padding: 15px 20px;
margin: 0;
}
/*リスト*/
.profile_box ul {
padding: 0.5em 1em 0.5em 2.3em;
position: relative;
}
.profile_box ul li {
line-height: 1.5;
padding: 0.5em 0;
list-style-type: none!important;
}
.profile_box ul li:before {
font-family: "Font Awesome 5 Free";
content: "f101";/*アイコンの種類*/
font-weight:900;
position: absolute;
left : 1em;/*左端からのアイコンまでの距離*/
color: #ff7d6e;/*アイコン色*/
}
</pre></body></html>