@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {
    #browsebar-wrapper {
        height: 0;
        overflow: hidden;
    }

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}

.modal-video{background-color:rgba(0,0,0,0.5)!important;}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px!important;right:10px!important;cursor:pointer }

/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:60px!important;
}
/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section a{
    text-decoration: none;
    color: #000;
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}


.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}


.js-fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}
.js-fadeUp.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-01 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-01.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 0.5s; 
}

.js-fadeUp-02 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-02.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.0s; 
}

.js-fadeUp-03 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-03.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 1.5s; 
}

.js-fadeUp-04 {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform 1.5s; 
}

.js-fadeUp-04.is-inview {
  opacity: 1; 
  transform: translateY(0); 
  transition-delay: 2.0s; 
}


/* ------------------------

.btn_sec_plan

------------------------ */
.btn_sec_plan {
  margin: 0 auto 0 0;
}

@media screen and (max-width: 640px) {
.btn_sec_plan {
  margin: 0 auto 0;
}
}

/* ------------------------

.btn_sec_link

------------------------ */
.btn_sec_link {
	margin: 1em auto 0;
	width: 700px;
}

.btn_sec_link a {
	padding: 24px 0 22px;
}
@media screen and (max-width: 768px) {
	.btn_sec_link a {
	font-size: 4.4vw;
}
}

@media screen and (max-width: 640px) {
.btn_sec_link {
	margin: 1em auto 0;
	width: auto;
}
.btn_sec_link a {
	padding: 20px 0 16px;
	font-size: 4vw;
}
}

.c-marker {
    background: -webkit-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255,255,102) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.c-marker.is-active{
    background-position: 0% .5em;
}
/*-------------------------
  triangle
-------------------------*/
.triangle_gray {
    border-top: 80px solid #e9e9e9;
    border-right: 50vw solid #fff;
    border-left: 50vw solid #fff;
}

.triangle_white {
    border-top: 80px solid #fff;
    border-right: 50vw solid #e9e9e9;
    border-left: 50vw solid #e9e9e9;
}

@media screen and (max-width: 640px) {
.triangle_gray {
    border-top: 40px solid #e9e9e9;
}

.triangle_white {
    border-top: 40px solid #fff;
}
}

/*-------------------------
   colum1_wide_wrap
-------------------------*/
.colum1_wide_wrap {  
  max-width: 700px;
}
/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_one_column .column{
    width: 48%;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.two_one_column .column{
    width: 100%;
}
	
.two_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}
		
.two_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   two_two_column
-------------------------*/
.two_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.two_two_column .column,
.two_two_column .column_inner{
    width: 48%;
}

/*-------------------------
   three_one_column
-------------------------*/
.three_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_one_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_one_column .column{
    width: 31%;
}
@media screen and (max-width: 640px) {
.three_one_column::after{
    content:"";
    display: block;
    width: 100%;
}

.three_one_column .column{
    width: 100%;
}
	
.two_one_column .column img.width{
    width: 80vw;
	margin: 0 auto;
	Display: flex;
}	
.three_one_column .column:nth-child(n+2){
	margin-top: 2em;
}
}
/*-------------------------
   three_two_column
-------------------------*/
.three_two_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_two_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_two_column .column{
    width: 31%;
}
.three_two_column .column:nth-child(n+4){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.three_two_column::after{
    content:"";
    display: block;
    width: 48%;
}

.three_two_column .column{
    width: 48%;
}	
.three_two_column .column:nth-child(n+3){
	margin-top: 1em;
}
}
/*-------------------------
   five_three_column
-------------------------*/
.five_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.five_three_column::after{
    content:"";
    display: block;
    width: 18%;
}

.five_three_column .column{
    width: 18%;
}
.five_three_column .column:nth-child(n+7){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.five_three_column ::after{
    content:"";
    display: block;
    width: 31%;
}

.five_three_column  .column{
    width: 31%;
}	
.five_three_column  .column:nth-child(n+4){
	margin-top: 1em;
}
}

/*-------------------------
   six_three_column
-------------------------*/
.six_three_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.six_three_column::after{
    content:"";
    display: block;
    width: 15%;
}

.six_three_column .column{
    width: 15%;
}
.six_three_column .column:nth-child(n+7){
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.six_three_column ::after{
    content:"";
    display: block;
    width: 31%;
}

.six_three_column  .column{
    width: 31%;
}	
.six_three_column  .column:nth-child(n+4){
	margin-top: 1em;
}
}
/*-------------------------
   white_box
-------------------------*/
.white_box{
	background: #FFF;
	padding: 2em;
}
@media screen and (max-width: 640px) {
.white_box{
	padding: 2em 1em;
}
}
/* bnr_contact_block
-----------------------------------------*/
.bnr_contact_block{
	position: relative;
	margin: 0 auto;
	width: 966px;
	display: none;
}
.bnr_contact_block .bnr_contact_box{
	position: fixed;
	bottom: 0;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	z-index: 88;
}
.bnr_contact_box_inner{
	width: 966px;
	box-sizing:border-box;
	padding: 10px 0;
	background-color: rgba(0,32,96,0.8);
	text-align: center;
	color: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 118%;
	font-weight: bold;
	line-height: 1.8;
}
.bnr_contact_block .bnr_contact_box_inner a{
	display: block;
}
.bnr_contact_block .bnr_contact_box .close{
	position: absolute;
	right: 10px;
	top:10px;
}
.bnr_contact_block .bnr_contact_box .close a{
	display: block;
	width: 20px;
	height: 25px;
	text-align: center;
}
.bnr_contact_block .bnr_contact_box .close a span{
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.bnr_contact_block .bnr_contact_box .close a i{
	font-size: 20px;
	z-index: 888;
	color: #FFF;
}
@media screen and (max-width: 640px) {
.bnr_contact_block{
	width: 90vw;
}
.bnr_contact_box_inner{
	width: 90vw;
	padding: 10px 0 4px;
}
.bnr_contact_block .bnr_contact_box_inner p{
	font-size: 3.4vw;
	line-height: 1.4;
}
}

/* ------------------------

.btn_bnr_popup

------------------------ */
.btn_bnr_popup {
	margin: 10px auto;
	width: 100%;
}
.btn_bnr_popup a{
	position: relative;
	display: block;
	padding: 12px 12px;
	text-decoration: none;
	color: #333333;
	border: 1px solid #707070;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 118%;
	letter-spacing: 1px;
	background-color: #ffffff;
	border-radius: 30px;
	font-weight: bold;
}
.btn_bnr_popup a:hover{
	background-color: #ffffff;
}
.btn_bnr_popup a span{
	position: relative;
}
.btn_bnr_popup a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
.btn_bnr_popup a:hover:after{
	right: 5px;
}
.btn_bnr_popup a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}

@media screen and (max-width: 640px) {
	.btn_bnr_popup {
	  width: 89.555%;
	  margin: 6px auto;
  }
.btn_bnr_popup a{
	padding: 6px 0 4px;
	font-size: 3.6vw;
}
}


/*-------------------------
  toggle
-------------------------*/

.toggle_title {
	position: relative;
	cursor: pointer;
	text-align: center;
	line-height: 1.4;
	height: 20px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: #FFF;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #0052a4;
	position: absolute;
	width: 10px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 10px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}

.toggle_contents:first-of-type dd {
	display: block;
}

@media screen and (max-width: 640px) {
.toggle_btn {
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}
}

.bnr_contact_block .two_one_column{
	width: 800px;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
.bnr_contact_block .two_one_column{
	width: auto;
}
	
.bnr_contact_block .two_one_column .column:nth-child(n+2){
	margin-top: 0em;
}
}

.b-marker {
    background: -webkit-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background: linear-gradient(left, rgb(181,223,239) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.b-marker.is-active{
    background-position: 0% .5em;
}

.bb-marker {
    background: -webkit-linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background: linear-gradient(left, rgb(98,200,241) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .8em; 
    background-position: 100% .5em;
    transition: 1.5s;
    transition-delay: 0.5s; 
}
.bb-marker.is-active{
    background-position: 0% .5em;
}
/*-------------------------
  .mod_billboard
-------------------------*/


.mod_billboard_inner {
  margin-inline: auto;
  position: relative;
  width: 100%;
}
.mod_billboard_img img {
  height: auto;
  width: 100%;
}
.mod_billboard_title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-shadow: 2px 2px 5px #FFF;
  top: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1.8;
	background-color: rgb(256 256 256 / 0.7);
	padding: 0.4em 1em;
	white-space: nowrap;
}
.mod_billboard_title {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  left: 50%;
  position: absolute;
  text-shadow: 2px 2px 5px #FFF;
  top: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1.8;
	background-color: rgb(256 256 256 / 0.7);
	padding: 0.4em 1em;
	white-space: nowrap;
}
@media screen and (max-width: 640px) {
.mod_billboard_title {
	font-size: 4.6vw;
	padding: 0.4em;
}
}

/*-------------------------
  reform_block
-------------------------*/
.reform_block{
	margin: 0 0 2em;
	background: #FFF;
	padding: 4em 0 0;
}

.reform_block h2{
	margin: 0 0 0.8em;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	letter-spacing: 0.1rem;
}

.reform_block p{
	margin: 0 0 2em;
	font-size: 108%;
	text-align: center;
}

@media screen and (max-width: 640px) {
.reform_block h2{
	font-size: 5.6vw;
}
.reform_block p{
	font-size: 4vw;
	text-align: left;
}
}
/*-------------------------
   reform_box
-------------------------*/
.reform_box{
	border: 2px solid #c0ab7f;
	border-radius: 10px;
	margin: 2em 0 0 0;
}
.reform_box h3{
	background: #c0ab7f;
	color: #FFF;
	text-align: center;
	margin: 0;
	position: relative;
	font-size: 138%;
	padding: 0.4em 0.6em;
	font-weight: bold;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.reform_box h3::after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc( 50% - 14px );
	border: 14px solid transparent;
	border-top: 14px solid #c0ab7f;
	width: 0;
	height: 0;
}
.reform_box .inner{
	padding: 2em 2em 1em;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
}
.reform_box .inner ul{
	margin: 0 auto;
	display: inline-block;
}
.reform_box .inner ul li{
	text-align: left;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1rem;
	position: relative;
	padding: 0 0 0 2em;
}
.reform_box .inner ul li span{
	font-size: 125%;
}
.reform_box .inner ul li:nth-child(n+2){
	margin-top: 0.6em;
}

.reform_box .inner ul li:before {
	content: " \f046";
	font-family: FontAwesome;
	position: absolute;
	left : 0em;
	color: #c0ab7f;
	font-size: 138%;
}
@media screen and (max-width: 640px) {
.reform_box{
	margin: 2em 0 0 0;
}
.reform_box h3{
	font-size: 5vw;
}
.reform_box .inner{
	padding: 2em 0 1em;
}
.reform_box .inner ul li{
	font-size: 4vw;
	line-height: 1.4;
	padding: 0 0 0 2em;
}
.reform_box .inner ul li:nth-child(n+2){
	margin-top: 1em;
}
.reform_box .inner ul li:before {
	top : 0.5em;
}
}

/*-------------------------
  h2.circle
-------------------------*/
h2.circle {
    position: relative;
    padding: 0 0;
    margin:2em auto;
    color: #000;
    font-weight: bold;
    font-size: 200%;
    text-align: center;
    z-index: 1;
}

h2.circle:before {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background: #d6c6a5;
    transform: translate(-50%, -50%);
    content: "";
    z-index: -1;
}
@media screen and (max-width: 640px) {
h2.circle{
	font-size: 6vw;
}
}
/*-------------------------
  new_block
-------------------------*/
.new_block{
	margin: 0 0 0;
	padding: 2em 0 0;
	background: #e9e9e9;
}
.new_block h2.line {
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 200%;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	color: #896c2f;
	margin-top: 2em;
}

.new_block h2.line::before,
.new_block h2.line::after {
    width: 3px;
    height: 60px;
    background-color: #896c2f;
    content: '';
}

.new_block h2.line::before {
    transform: rotate(-35deg);
    margin-right: 50px;
}

.new_block h2.line::after {
    transform: rotate(35deg);
    margin-left: 50px;
}
.new_block h3{
	margin: 0 0 1em;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
    background: #d6c6a5;
	padding: 0.4em 1em 0.4em;
	line-height: 1.8;
}
.new_block h3 span{
    background: #896c2f;
	padding: 0.2em 1em 0.2em;
	border-radius: 10px;
	font-size: 75%;
	margin-right: 20px;
	color: #FFF;
}
.new_block h3.arrow{
	position: relative;
}
.new_block h3.arrow::after {
	position: absolute;
	content: '';
	top: 100%;
	left: calc( 50% - 14px );
	border: 14px solid transparent;
	border-top: 14px solid #d6c6a5;
	width: 0;
	height: 0;
}
.new_block p.lead{
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em;
}

.new_block p.normal{
	font-size: 118%;
	margin-bottom: 1em;
}
.new_block h4{
	font-size: 118%;
	font-weight: bold;
	margin-top: 0.4em;
}
.new_block h5 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.new_block h5:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
@media screen and (max-width: 640px) {
.new_block{
	padding: 2em 0 2em;
}
.new_block h2.line {
	font-size: 7vw;
}
.new_block h2.line::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.new_block h2.line::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.new_block h3{
	font-size: 5vw;
}
.new_block p.lead{
	font-size: 4.4vw;
}

.new_block p.normal{
	font-size: 4vw;
}
.new_block h4{
	font-size: 4vw;
}
.new_block h5 {
	font-size: 4.4vw;
}
}
/*-------------------------
  frame_block
-------------------------*/
.frame_block{
	margin: 0 0 0;
	padding: 2em 0 0;
}

.frame_block p{
	font-size: 118%;
	margin-bottom: 1em;
}

.frame_block p+p{
	margin-top: 1em;
}
@media screen and (max-width: 640px) {
.frame_block p{
	font-size: 4vw;
}
}
/*-------------------------
  color_block
-------------------------*/
.color_block{
	margin: 0 0 0;
	padding: 2em 0 4em;
	background: #e9e9e9;
}

.color_block p{
	font-size: 118%;
	margin-bottom: 1em;
}

.color_block p+p{
	margin-top: 1em;
}

.five_three_column p{
	font-size: 100%;
	margin-top: 0.6em;
}

.five_three_column p span{
	font-size: 75%;
	background: #cc0000;
	padding: 0.2em 0.6em;
	margin-right: 10px;
	color: #FFF;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
.color_block p{
	font-size: 4vw;
}
.five_three_column p{
	font-size: 3.4vw;
}
.five_three_column p span{
	display: inline-block;
}
}

.box {
  position: relative;;
	margin-top: 4em;
}
.box .ttl {
  position: absolute;
  top: -1em;
  left: 1em;
  transform: rotate(-5deg);
  display: inline-block;
  line-height: 1;
  padding: 0.4em 2em;
  margin: 0;
  background-color:rgba(139,211,221,0.5);
	color: #217396;
}
.box .txt {
  padding: 2em 5em;
  margin: 0;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
.box .txt {
  padding: 2em 2em;
}
}
/*-------------------------
  graf_box
-------------------------*/

.graf_box{
    display : flex;
    flex-wrap : wrap;
	align-items:center;
	justify-content: center;
}

.graf_box_text{
    width: 60%;
	padding-right: 4%;
	box-sizing: border-box;
}
.graf_box_text p{
	font-size: 138%;
}
.graf_box_text p span{
	font-size: 125%;
	font-weight: bold;
}
.graf_box_img{
    width: 40%;
}

@media screen and (max-width: 640px) {
.graf_box_text{
    width: 100%;
    margin: 0 0 1rem;
}
.graf_box_text p{
	font-size: 4.4vw;
}
.graf_box_text p span{
	font-size: 5vw;
}
.graf_box_img{
    width: 100%;
}
}