@charset "utf-8";
/* CSS Document */

#mainContents{
	width:auto;
}
h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul,li{
	margin:0;
	padding:0;
}
li{
	list-style:none;
}

a.op:hover {
	opacity: 0.7;
}

.wrapper_inner{
	width:980px;
	margin:0 auto;
	color:#333333;
	font-size:16px;
	overflow:hidden;
    line-height: 2em;
}
.wrapper_inner p{
	margin:0;
	text-align:left;
	color:#333333;
	font-size: 16px;
	line-height: 1.8em;
}
.clearfix:after{
	content:" ";
	height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.center {
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.bold{
	font-weight:bold;
}
/*----------------------------------------------------*/
#conts{
width: 1080px;
margin: 0 auto;
background-color: #FFFFFF;
padding: 0px;
}
/*----------------------------------------------------*/
.cont1{
}
.cont1 img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
/*----------------------------------------------------*/
.cont2{
background-color: #098DD6;
padding: 40px;
}
.overwiew{
background-color: #FFFFFF;
padding: 25px 40px 10px 40px;
border-radius: 30px;
}
.ov_title{
color: #333333;
text-align: center;
font-size: 24px;
font-weight: bold;
border-bottom: 4px solid #098DD6;
padding-bottom: 15px;
letter-spacing: 0.3em;
}
.blist{
display: flex;
padding:10px 0px;
}
.cont2 dl{
border-bottom: 1px solid #eee;
}
.cont2 dt{
padding: 0px 5px 5px 5px;
width: 270px;
font-weight: bold;
font-size: 18px;
}
.cont2 dt::before{
content:  '■';
display: inline-block;
color: #098DD6;
padding: 0px 10px;
font-size: 30px;
}
.cont2 dd{
padding: 5px;
font-size: 18px;
}
/*----------------------------------------------------*/
.cont3{
padding: 20px 0px;
}
.cont3,
.cont4{
background-image: url("bg.png");
background-repeat: repeat-y;
}
.white{
background-color: #FFFFFF;
padding: 40px 40px 30px 40px;
border-radius: 30px;
}
/*----------------main_title--------------------------*/
.main_title{
padding: 50px 0px 30px 0px;
text-align: center;
}
/*---------------badge--------------------------------
.badge {
margin: 20px auto;
width: 160px;
  position: relative;
  background-color: #E9E9E9;
  color: #E9E9E9;
  padding: 15px 0px;
  border-radius: 100px;
  text-align: center;
  line-height: 1.5em;
}

.badge::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px;
  border-style: solid;
clip-path: polygon(0 0, 50% 60%, 100% 0);
background-color: #E9E9E9;
}

.b_title {
color: #000000;
font-size: 22px;
font-weight: bold;
}
.b_date {
color: #000000;
font-size: 15px;
}
--------------end badge-------------------------------*/
.c3_titleimage{
padding: 15px 0px;
}
.c3_subtitle{
color: #333333;
font-size: 24px;
font-weight: bold;
padding-bottom: 20px;
}
/*----------------end main_title--------------------------*/
.c3_content{
padding: 40px;
}
.green{
background-color: #00A99D;
}
.orange{
background-color: #FF9200;
}
.c3_country{
font-size: 26px;
margin-bottom: 30px;
font-weight: bold;
text-align: center;
}
.japan{
color: #00A99D;
}
.china{
color: #FF9200;
}
.c3_f{
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.c3_c{
}
/*----------------------------------------------------*/
.cont4{
margin: 0px 0px 20px 0px;
}
.c4_box,
.c4_box_c{
position: relative;
border-radius: 10px;
color: #fff;
padding: 30px;
margin: 10px 0px 0px 10px;
}
.c4_box::before{
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 10px;
border: 1px solid #000000;
content: '';
}
.c4_box_c::before{
position: absolute;
top: -10px;
left: -10px;
width: 100%;
height: 100%;
border-radius: 10px;
border: 1px solid #000000;
content: '';
}
.c4_box p{
color: #FFFFFF;
margin-bottom: 20px;
}
.c4_green{
border: 3px solid #00A99D;
background-color: #00A99D;
}
.c4_orange{
border: 3px solid #EA9618;
background-color: #EA9618;
}
.mt40{
margin-top: 40px;
}
/*--------------comma title-------------------------------*/
.wrap {
    text-align: center;
    padding: 50px 20px;
  }

  .quote {
    position: relative;
    display: inline-block;
    font-size: 40px; /* 指定どおり固定 */
    color: #333333;
    line-height: 1.3;
	font-weight: bold;
    padding: 0.6em 1.0em; /* ←内側に余白を確保 */
    max-width: 100%;
    word-break: break-word;
  }

  .quote::before,
  .quote::after {
    position: absolute;
    font-size: 1.6em;
    font-weight: bold;
    pointer-events: none;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  }

  .quote::before {
    content: "“";
    color: #00A99D;
    left: 0.1em;   /* ←内側に配置 */
    top: 0;
  }

  .quote::after {
    content: "”";
    color: #FF9200;
    right: 0.1em;  /* ←内側に配置 */
    bottom: -0.5em;
  }
/*--------------comma title-------------------------------*/
.c4_f{
display: flex;
justify-content: space-between;
flex-wrap:wrap;
gap: 30px 20px;
}
.c4_i{
width: 440px;
}
/*----------------------------------------------------*/
.comment_g {
position: relative;
display: inline-block;
padding: 20px;
min-width: 100%;
max-width: 100%;
border-style: solid;
border-width: 1px;
background: #057C74;
box-sizing: border-box;
border-radius: 20px;
border: solid 2px #057C74;
line-height: 2em;
height: 100%;
}
.comment_g:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #057C74;
z-index: 2;
}
.comment_g:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #057C74;
z-index: 1;
}
/*----------------------------------------------------*/
.comment_o {
position: relative;
display: inline-block;
padding: 20px;
min-width: 100%;
max-width: 100%;
border-style: solid;
border-width: 1px;
background: #CB7A00;
box-sizing: border-box;
border-radius: 20px;
border: solid 2px #CB7A00;
line-height: 2em;
height: 100%;
}
.comment_o:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #CB7A00;
z-index: 2;
}
.comment_o:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #CB7A00;
z-index: 1;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*2023resp*/
@media screen and (max-width: 850px){
   .wrapper_inner{
    width: 100%;
	line-height: 1.8em;
    }

img {
	max-width: 100%;
	height: auto;
}

.wrapper_inner{
font-size:16px;
padding: 0px;
}
#conts{
width: 100%;
}
.mt20{
margin-top: 20px;
}
/*----------------------------------------------------*/
.cont1{
margin: 0px 15px;
}
.cont2{
padding: 15px;
}
.overwiew{
padding: 20px 15px 0px 15px;
}
.ov_title{
font-size: 24px;
padding-bottom: 10px;
}
.blist{
display: block;
}
.cont2 dl:last-of-type {
  border-bottom: none;
}
.cont2 dl{
}
.cont2 dt{
padding: 0px;
width: 100%;
}
.cont2 dt::before{
padding: 0px 5px;
font-size: 15px;
}
.cont2 dd{
padding:  0px 0px 5px 0px;
margin-inline-start: 22px;
}

/*----------------------------------------------------*/
.cont3{
}
.cont3,
.cont4{
background-size: contain;
}
.white{
padding: 15px;
}
.main_title{
padding: 20px 15px;
}
.c3_titleimage{
padding: 15px;
}
.c3_subtitle{
font-size: 20px;
}
/*--------------comma title-------------------------------*/
.wrap {
    padding: 20px 10px;
  }

  .quote {
    font-size: 28px;
    line-height: 1.3;
    padding: 0.8em 1.2em; /* ←内側に余白 */
  }

  .quote::before,
  .quote::after {
    font-size: 2em;
  }
/*--------------comma title-------------------------------*/

 .quote br{
 display: none;
 }
 .c3_st{
padding: 20px 10px 10px 10px;
}
.c3_content{
padding: 15px;
}
.c3_country{
margin-bottom: 20px;
margin-top: 20px;
}
.c3_f{
display: block;
margin-top: 15px;
text-align: center;
}
.c3_japan,
.c3_china{
margin-bottom: 10px;
}
/*----------------------------------------------------*/
.cont4{
margin: 0px 10px 20px 10px;
}
.c4_box{
padding: 20px;
}
.c4_box_c{
padding: 20px 30px 20px 20px;
}
.mt40{
margin-top: 40px;
}
.c4_f{
margin-top: 30px;
}
.c4_i{
width: 100%;
}
/*----------------------------------------------------*/
}