@charset "utf-8";
/*
Theme Name: https://www.nakato-sangyo.co.jp/
Description:https://www.nakato-sangyo.co.jp/オリジナルテーマ
Theme URI: https://www.nakato-sangyo.co.jp/
Author: https://www.nakato-sangyo.co.jp/
Author URI: https://www.nakato-sangyo.co.jp/
Version: 1
*/

/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
	color:#333;
	transition:0.3s;
}
a:link{
}
a:visited{
	color:#333;
}
a:hover{
	opacity:0.5;
	color:#333;
}
section a, section a:visited{
	color:#333;
}
::selection{
    background: #4781f1;
    color: #ffffff;
}
::-moz-selection{
    background: #4781f1;
    color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f4f6;
}
::-webkit-scrollbar-thumb {
background: #4781f1;
}

/* layout */
html{
	font-size: 62.5%;
}
body{
	margin:0;
	color:#333;
	font-size: 1.6rem;
	line-height:1.8;    
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	overflow-x: hidden;
    background: #FFFFFF;
}
.wrapper{
	overflow-x: hidden;
}

header{
	z-index: 9999;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.container{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
    display: flow-root;
}
.page{
	margin: auto;
}
.container img, .page img{
	max-width: 100%;
	height: auto;
}




/* header */

@media screen and (max-width: 896px){

.drawer-hamburger {
  background: #4781f1!important;
	border: solid 1px #FFF!important;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #FFF!important;
}

.drawer-nav {
	background-color: #1e2e53!important;
	color: #FFF;
}
}
.h_btn01 a{
	display: block;
	text-align: center;
	background: #f2971b;
	border-radius: 20px;
	padding: 5px 30px;
	color: #FFF!important;
	border: none!important;
}

/*-----------------------------------*/

/* side */


/*-----------------------------------*/

/* footer */
.s_btn{
    position: fixed;
    z-index: 200;
    right: 0;
    top: 27%;
}
.s_btn a{
	display: block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 60px 35px 60px 20px;
	color: #FFF;
	background: #4781f1;
	font-size: 1.6rem;
}
footer{    
    text-align: center;
	clear:both;
}
footer h3{
	font-size: 3.4rem;
	letter-spacing: 2px;
}
.f_logo_box{
	display: flex;
	align-items: top;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_contact{
}
.f_btn{
	margin-bottom: 80px;
}
.f_btn a{
	background: #4781f1;
	color: #FFF!important;
	padding: 30px 40px;
	display: block;
	text-align: center;
	font-size: 2rem;
	height: 180px;
	box-sizing: border-box;
}
.f_mail{
	font-size: 3rem;
	font-weight: bold;
	padding-top: 5px;
	letter-spacing: 3px;
}
.f_mail i{
    content: "";
	background: url("images/mail.webp") no-repeat center/contain;
	width: 28px;
	height: 20px;
    display: inline-block;
	margin-right: 20px;
}
.f_bg{
	background: url("images/f_bg01.webp") no-repeat right top/cover;
	margin-bottom: 60px;
	min-height: 250px;
}
.f_recruit{
	background: url("images/f_bg02.webp") no-repeat left top;
	padding: 80px 5%;
	color: #FFF;
	font-size: 2.4rem;
}
.f_recruit h2{
	text-align: left;
	color: #FFF;
	margin-bottom: 0;
}
.f_recruit h2:first-letter {
	color: #86c2ff;
}
.f_navi{
}
.f_navi ul{
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: auto;
}
.f_navi ul li{
}
.f_navi ul li a{
	margin: 20px 60px 0 0;
	color: #333;
	display: block;
}
.copy{
	padding: 20px;
	color: #FFF;
	font-size: 1.4rem;
	background: #1e2e53;
}
.copy a{
	color: #FFF!important;
}


/*-----------------------------------------*/

/*-----------------------
	トップへ戻るボタン
-------------------------*/

#page_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
	z-index:9999;
}
#page_top a {
	display: block;
	text-align: center;
}
#page_top a:hover {
	text-decoration: none;
	opacity: 1.0;
}

/*-----------------------------------------*/



/* main */
.pagetitle {
	background-image: url(images/pagetitle_bg.webp);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	box-sizing: border-box;
    /*text-transform: uppercase;*/
    position: relative;
	text-align: center;
	height: 330px;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}


.pagetitle h1, .pagetitle h2{
    font-size: 3.6rem;
	letter-spacing: 7px;
	margin: 0;
	color: #FFF!important;
	line-height: 1;
}
.pagetitle span{
	font-size: 2rem;
	display: block;	
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFF;
}

.slide_box{
    position: relative;
	display: flow-root;
	text-align: center;	
}
.slide_box ul li img{
	width: 100%;
}
.slide_on{
    position: absolute;
    top: 50%;
	right: 0;
    z-index: 100;
	width: 100%;
	text-align: center;
}
.slide_on h1{
    font-size: 4.8rem;
	letter-spacing: 7px;
	margin: auto;
	max-width: 1500px;
	padding: 0 5%;
	line-height: 1.4;
	color: #4781f1;
	text-shadow: 0 0 5px #FFF,2px 2px 5px #FFF,-2px -2px 5px #FFF;
}
.slide_on h1 span{
	font-size: 3.9rem;
}
.slick-dots li.slick-active button{
	background: #4781f1!important;
}
.scroll_btn{
    position: absolute;
    bottom: 2%;	
	width: 100%;
	text-align: center;
    z-index: 100;
}
.scroll_btn img{
	width: 36px;
}
section{
	margin-bottom: 100px;
}
.index section{
	margin-bottom: 0;
}
.index h2, footer h2, footer h3, .pride h2{
	font-size: 8rem;
	letter-spacing: 5px;
	color: #b2b2b2;
	text-align: center;	
	font-family: "futura-pt", sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 20px;
}
.index h2:first-letter, footer h3:first-letter{
	color: #4680f1;
}
.pride h2:first-letter{
	color: #39b54a;
}
.index h3{
	font-size: 3rem;
	margin-bottom: 30px;
	color: #4781f1;
	letter-spacing: 2px;
}
.page h2{
	font-size: 3.2rem;
	margin-bottom: 60px;
	color: #FFF;
	background: #4781f1;
	text-align: center;
	padding: 7px 20px;
}
.page h3{
	font-size: 3.4rem;
	margin-bottom: 30px;
	color: #4781f1;
	letter-spacing: 2px;
	z-index: 2;
	position: relative;
}
.page h4{
    margin-bottom: 30px;
    font-size: 2.6rem;
	color: #b2b2b2;
	border-bottom: solid 1px #4781f1;
}
.page h4:first-letter{
	color: #4781f1;
}
.page h5{
    font-size: 2rem;
	color: #39b54a;
    margin-bottom: 10px;
}
.min{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.title_line{
	color: #4781f1;
	font-size: 2rem;
	display: flex;
	align-items: center;
    font-weight: normal;
    margin-bottom: 40px;
}
.title_line:before, .title_line:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #333;
	display: block;
    max-width: 55px;
    margin: auto;
}
.title_line:before {
	margin-right: .4em;
}
.title_line:after {
	margin-left: .4em;
}
.title_bline{
	text-align: center;
  position: relative;
  display: block;
    margin-bottom: 20px;
	letter-spacing: 5px;
}
.title_bline:before {
  content: '';
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 120px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}

.font_color{
	color:#4781f1;
}
.scroll{}

ol{
	padding-left: 5px;
}
ol li{
	margin: 0;
	padding: 0;
}

.table01{
	width: 100%;
	margin: 0 auto 60px;
	border-collapse: separate;
	border-spacing: 0px 3px;
}
.table01 th{
	padding:20px  20px 20px 0;
	box-sizing: border-box;
	white-space: nowrap;
	border-bottom: solid 1px #4781f1;
	width: 20%;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

.table01 td{
	padding:20px;
	border-bottom: solid 1px #b2b2b2;
}
.table02{
	width: 100%;
	margin: 0 auto 60px;
	border-collapse: separate;
	border-spacing: 2px;
	background: #DDD;
}
.table02 th{
	white-space: nowrap;
	padding:20px;
	background: #FFF;
	text-align: center;
	color: #4781f1;
	font-size: 1.8rem;
}

.table02 td{
	padding:15px 20px;
	background: #FFF;
}
.map iframe{
    width: 100%;
}

hr{
	border: 0;
	border-top: 1px solid #472714;
	margin:60px 0 40px;
}



/*-----------------------------------*/

/* contact */

.btn01 a, .btn01 input, .btn01 button{
	display: inline-block;
	margin: 5px auto;
	color: #FFF!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
    position: relative;
	letter-spacing: 3px;
	overflow: visible;
	border: none;
	padding: 17px 40px 17px 20px;
	font-size: 1.9rem;
	border-radius: 40px;
	background: #86c2ff url("images/btn01.webp") no-repeat center right/auto 100%;
}
/*.btn01 a:after, .btn01 input:after, .btn01 button:after{
	position:absolute;
	top:47%;
	right:30px;
	transform: translateY(-50%);
	content: ">";
	animation:infinite movearrow 1.5s ;
}*/
.btn01 li a{
	display: block;
}
.btn01 a:hover, .btn01 input:hover, .btn01 button:hover{
	opacity: 0.7;
}
.btn02 a{
	display: inline-block;
	margin: 5px auto;
	color: #4781f1!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
    position: relative;
	letter-spacing: 3px;
	overflow: visible;
	padding: 15px 40px 15px 20px;
	font-size: 1.8rem;
	border-radius: 40px;
	background: #FFF url("images/btn02.webp") no-repeat right/cover;
}
.btn03 a{
	display: inline-block;
	margin: 5px auto;
	color: #39b54a!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
    position: relative;
	letter-spacing: 3px;
	overflow: visible;
	padding: 15px 40px 15px 20px;
	font-size: 1.8rem;
	border-radius: 40px;
	background: #e6e6e6 url("images/btn03.webp") no-repeat right/cover;
}
.btn04 a{
	display: inline-block;
	margin: 5px auto;
	color: #FFF!important; 
	text-decoration:none;
	text-align:center;
	transition:0.3s;
    box-sizing: border-box;
    position: relative;
	letter-spacing: 3px;
	overflow: visible;
	padding: 15px 80px 15px 60px;
	font-size: 1.8rem;
	border-radius: 40px;
	background: #e6e6e6 url("images/btn04.webp") no-repeat right/cover;
}

/*
@keyframes movearrow {
   0%{margin:0 15px 0 -15px;opacity:.3;}
}
*/
table.formTable{
	width:100%;
	margin:auto;
	border-collapse:collapse;
	margin-bottom: 40px;
}
table.formTable tr{
	border-bottom: dotted 1px #CCC;
}
table.formTable th{
	padding:20px;
	font-weight:normal;
	text-align: right;
}
table.formTable td{
	padding:20px;
	text-align:left;
}
::placeholder {
  color: #CCC;
}
.need, .option{
	margin-left:10px;
	display:inline-block;
	font-size: 1rem;
}
.need{
	color:#C00;
}
.option{
	background: #f1f4f6;
	color:#666;
}

.tel_box{
    text-align: center;
    border: solid 1px #4781f1;
    padding: 30px 5% 10px;
    margin: auto;
    max-width: 700px;
    box-sizing: border-box;
}
.tel_no a{
	font-size: 4rem;
	line-height: 1.2em;
	text-decoration: none;
    color: #4781f1!important;
	font-weight: bold;
	margin: 10px 0;
}
.contact_flow{
	background: linear-gradient(#FFF 48%, #7fb8fa 48%, #7fb8fa 52%, #FFF 52%);
	max-width: 500px;
	margin: 0 auto 20px;
}
.contact_flow ul{
	justify-content: space-between;
}
.contact_flow ul li{
	padding: 30px 10px;
	margin-bottom: 0;
	width: 20%;
	background: #EEE;
	color: #CCC;
}
.contact_flow ul li span{
	display: block;
}
.contact_flow ul li.step_on{
	color: #4781f1;
	background: #FFF;
	border: solid 1px #4781f1;
}

/* faq */
dl.faq{
}
dl.faq dt{
	font-weight: normal;
	margin-bottom:10px;
    position: relative;
    color: #4781f1;
	font-size: 1.8rem;
}
/*dl.faq  dt:hover{
  cursor: pointer;
}*/
dl.faq dt:before {
	content: "Q.";
	padding-right: 14px;
	font-size: 3rem;
}
dl.faq dd {
	margin-bottom: 60px;
    position: relative;
    padding: 20px 30px;
    background: #f7f1e4;
}
dl.faq dd:before {
	content: "A.";
	font-size: 3rem;
	color: #CC0000;
	padding-right: 14px;
}
/*-----------------------------------*/

/* wp */
.side h2{
	border-bottom: solid 1px #333;
	margin: 0 0 20px;
	padding: 0 0 5px 0;
	font-weight: normal;
	font-size: 1.8rem;
	text-align: left;
	background: none;
	letter-spacing: 0;
	color: #4781f1;
}
.side h2:before{
	display: none;
}
.breadcrumbs{
    max-width: 1100px;
	margin:20px auto 60px;
	font-size: 1.4rem; 
	text-align: right;
}
.breadcrumbs a{
	text-decoration: none;
	color: #333;
	overflow: hidden;
}
.breadcrumbs span.current-item {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.single{
	margin:0 auto 40px;
	border-bottom: solid 1px #333;
	padding-bottom:40px;
	max-width:900px;
}
.single h1, .single h2{
	border-bottom: solid 1px #333;
    padding: 0 0 5px;
	margin: 0 auto 20px;
    font-size: 2rem;
    text-align: left;
	background: none;
	color: #333;
}
.single h1:before{
	display: none;
}
.single p{
    margin-bottom: 20px;
}
.thum{
	margin-bottom: 10px;	
	overflow:hidden;
}
.thum img{
	width:100%;
	height:auto;
}
ul.post_list li{
	text-align:left;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom: solid 1px #333;
	clear: both;
}
.post_list .thum{
	width: 25%;
	padding: 0 5% 0 0;
	float: left;
    box-sizing: border-box;
}
.post_list .thum img{
	border: solid 1px #DDD;
}
.post_list .post_text{
	width: 70%;
	float: left;
    box-sizing: border-box;
}
.top_works .thum{
	position: relative;
}
.top_works .thum .post_cat {
	position: absolute;
	top: 0;
	left: 0;
	background: #4781f1;
	padding: 5px 25px;
    color: #FFF;
}
table#wp-calendar th, table.wp-calendar th{
	background: #eaf6fd;
}
table#wp-calendar a, table.wp-calendar a {
    background: #4781f1;
	color: #FFF;
	text-decoration: none;
}
/* link */

.link_table h4{
	padding: 5px 10px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	margin-bottom: 20px;
}
.link_table ul{
	margin: 0 0 80px;
}
.link_table ul li{
	text-align: center;
}


li.cat-item {
	position:relative;
	padding: 0 0 10px 15px;
    border: none;
	border-bottom:dotted 1px #CCC;
    margin-bottom: 10px;
}
ul.children li.cat-item {
	padding: 0 0 0 15px;
    border: none;
    margin-bottom: 0;
}
li.cat-item a{
    border-bottom: none!important;
    padding: 0!important;
    color: #333!important;
}
li.cat-item a::before {
	position: absolute;
	content: '';
	display: block;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	transform: rotate(-45deg);
}
.widget_recent_entries ul li a{
	border-bottom: none;
	padding: 10px;
}
.widget_recent_entries ul li:nth-child(odd) a{
	background: #EFEFEF;
}
.gallery{
	background: #EFEFEF;
	padding: 10px;
	box-sizing: border-box;
	display: flow-root;
}
.gallery-item{
	margin-top:0!important;
}
.gallery-item img{
	border: solid 10px #EFEFEF!important;
	width: 100%!important;
	box-sizing: border-box;
}

ul.top_post{
	margin-bottom: 60px;
}
ul.top_post li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: solid 1px #333;
	padding: 20px 0;
}
.post_date{
	width: 20%;
}
.post_title{
	width: 80%;
}
.post_title a{
	color: #333!important;
}
.post_more {
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.post_more a{
	color: #4781f1!important;
}

/*-----------------------------------*/
/* index */
.slide_box header{
	position: fixed;
	top: 0;
}
.lead{
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.4rem;
}
.title_bottom{
	text-align: center;
	margin-bottom: 40px;
	letter-spacing: 2px;
	font-size: 2.2rem;
	font-weight: bold;
}
.bg_sax{
	background: #eaf6fd;
	padding: 100px 0;
}
.bg_sax02{
	background: linear-gradient(#eaf6fd 90%, #FFF 90%);
	padding: 150px 0 50px;
}
.bg01{	
	background: url("images/top01.webp") no-repeat left bottom;
	margin-bottom: 100px;
	padding-bottom: 50px;
}
.bg02{	
	background: url("images/top02.webp") no-repeat right top;
	padding-top: 70px;
	min-height: 722px;
}
.bg03{
	background: url("images/top03.webp") no-repeat bottom right/contain;
	padding: 70px 0;
	margin-bottom: 80px!important;
}
.bg04{
	background: url("images/top05.webp") no-repeat bottom left/contain;
	padding: 70px 0;
	margin-bottom: 100px!important;
}
.top_works{
	background: url("images/top04.webp") no-repeat top right/cover;
	color: #FFF;
	width: 580px;
	height: 360px;
	padding: 50px 65px;
}
.top_products{
	background: url("images/top06.webp") no-repeat top right/cover;
	color: #FFF;
	width: 580px;
	height: 360px;
	padding: 50px 65px;
	float: right;
}
.top_works h3, .top_products h3{
	color: #FFF;
}
.top_banner01, .top_banner02{
	color: #FFF!important;
	font-weight: bold;
	font-size: 3.3rem;
	text-align: center;
	height: 340px;
	line-height: 340px;
	display: block;
	background: no-repeat center/auto 100%;
}
.top_banner01{
	background-image: url("images/top07.webp");
}
.top_banner02{
	background-image: url("images/top08.webp");
}
.title01{
	font-family: "adobe-handwriting-ernie", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #FFF;
	font-size: 7rem;
	transform: rotate(-15deg);
}
.title01_sax{
	font-family: "adobe-handwriting-ernie", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #cadeef;
	font-size: 7rem;
	transform: rotate(-15deg);
	margin-left: -40px;
	margin-top: 80px;
}
.title02{
	font-size: 2.6rem;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 20px;
	border: solid 1px #39b54a;
	color: #39b54a;
	font-weight: bold;
}
.title03{
	font-size: 2.6rem;
	margin-bottom: 20px;
	text-align: center;
	padding: 10px 20px;
	background: #4781f1;
	color: #FFF;
	font-weight: bold;
}
.title04{
    font-size: 2rem;
    margin-bottom: 20px;
	font-weight: bold;
}
.img_box02{
	display: flex;
	justify-content: space-between;
}
.img_box02 img{
	width: 48%;
}
.area{
	display: flex;
	align-items: center;
	font-size: 2rem
}
.area em{
	color: #c2eb71;
	font-size: 5rem;
}
.box01{
	padding: 30px;
	border: solid 1px #4781f1;
}
.box01 h5{
	color: #39b54a;
    font-size: 2.6rem;
	margin-bottom: 20px;
}
.box01 strong{
	color: #4781f1;
    font-size: 2.4rem;
}
.box01 em{
    font-size: 1.8rem;
	font-weight: bold;
	display: block;
}
.works_tel{
	font-weight: bold;
	font-size: 3rem;
}
.works_tel a{
	font-size: 5rem;
	color: #000;
}

.nakato_bg{
	background: url( "images/nakato03_sp.webp") no-repeat right bottom;
}
.nakato_img{
	z-index: 1;
}
.box_blue{
	color: #FFF;
	background: #4781f1;
	padding: 60px 5% 40px;
}
.pride{
	text-align: center;
	background: url( "images/nakato06.webp") no-repeat right/cover;
	font-weight: bold;
	font-size: 1.8rem;
	padding: 40px 5% 50px;
}
.pride h2{
	background: none;
	margin-bottom: 0;
	padding: 0;
	font-size: 8rem;
}
h3.smb{
	background: url("images/nakato07.webp") no-repeat top center;
	padding: 50px 0 5px;
	border-bottom: solid 1px #472714;
	color: #333;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 40px;
}
h3.title_black{
	color: #333;
	
}

/* timeline */
.stepbar {
  margin: 0 auto;
  width: 80%;
}

.stepbar .stepbarwrap {
  margin: 2em 0;
  position: relative;
}

.stepbar .stepbarwrap .steptitle {
  display: inline-flex;
  align-items: center;
}

.stepbar .stepbarwrap .steptitle i {
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #4781f1;
}

.stepbar .stepbarwrap .steptitle .stepnum {
  padding-left: 0.5em;
  font-size: 2em;
  color: #4781f1;
	font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.stepbar .stepbarwrap .steptxt {
  padding-left: 2em;
}


.stepbar .stepbarwrap .stepline {
  width: 1px;
  height: calc(100% + 1em);
  background-color: #4781f1;
  position: absolute;
  top: 2.3em;
  left: 0.5em;
  z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
  display: none;
}

@media screen and (max-width: 960px) {
  .stepbar {
    width: 90%;
  }
}


/* SDGs宣言ページ*/
.img-box {
display: flex;
justify-content: center;
}
.img-box img {
	padding: 0 5px;
}
.sdgs-wrapper {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sdgs-wrapper li {
	background-color: #F2F2F2;
	width: 49%;
	margin-bottom: 30px;
}
.sdgs-wrapper h4 {
	text-align: center;
}
.sdgs-box {
	padding: 40px 40px 20px;
	text-align: center;
} 
.sdgs-box h4 {
	color: #666;
	font-size: 2.3rem;
	text-align: left;
	border-bottom: none;
}

.sdgs-pd {
	padding-bottom: 20px;
	max-width: 930px; 
	margin: 0 auto 80px;
}
.mt50 {
	margin-top: 50px;
}
.sdgs-btn {
	display: inline-block;
  color: #FFF!important;
	background: #4781f1;
	margin-top: 30px;
	padding: 10px 45px;
  border-radius: 25px;
  font-weight: bold;
	text-decoration:none;
	transition:0.3s;
}
.sdgs-btn :hover{
	color:#FFF;
	transition:0.3s;
	opacity:0.8;
}
.text-box {
	background-color: #F2F2F2;
	padding: 40px;
	margin-bottom:40px;
	display: flex;
}
.text-box img {
	padding-right:30px;
  	width:150px;
	height:150px
}
.text-box h4 {
	color: #4781f1;
	border-bottom: none;
	font-size: 2.3rem;
	margin-bottom: 20px;
}
.bg-circle {
background-color: #F2F2F2;
 border-radius:50%;
	width: 270px;
	height: 270px;
	text-align:center;
	font-size: 1.4rem;
}
.bg-circle h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #666;
}
.gtl-box {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.gtl-textbox {
	padding-top: 50px;
	width: 230px;
	margin:0 auto;
} 
.gtl-textbox p {
	margin-bottom: 0px;
}
ul.anshin li{
	padding: 40px 20px;
	border: solid 4px #39b54a;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #39b54a;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
}
/*タブレット用css*/
	@media screen and (max-width: 1024px){
.sdgs-wrapper li {
	width: 100%;
}		
		.gtl-box {
    flex-wrap: wrap;
  }
  .bg-circle  {
   width: 390px;
		height:390px;
		justify-content: space-around;
  }
	.gtl-textbox {
	padding-top: 120px;
	width: 230px;
	margin:0 auto;
	} 
}
/*スマホcss*/
@media screen and (max-width: 896px){
	.gtl-box {
    flex-direction: column;
  }
   .bg-circle  {
   width: 300px;
		height:300px;
		 margin: 0 auto;
  }
	.gtl-textbox {
	padding-top:80px;
	width: 230px;
	margin:0 auto;
} 
	.img-box img {
	width: 75px;
}
	.text-box img {
    padding-right: 15px;
    width: 75px;
    height: 75px;
}
	.text-box {
		padding: 20px;
	}
}