@charset "utf-8";
/*
Theme Name: company_re
Theme URI: http://sphere-links.co.jp/
Description: company
Version: 1.0
Author: sphere-links
Author URI: http://sphere-links.co.jp/
Tags: company

*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: normal;/*詰まりすぎを防ぐ*/
	color: #333;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
/*全体のフォントサイズを指定*/



a{
	color: #333;
	text-decoration: none;
}


a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.clearfix:after{
  display: table;
  clear: both;
  content: "";
}

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

header {
    padding-top: 25px;
}

.logo {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}
.header_box {
    max-width: 1200px;
    margin: 0 auto 20px;
}
.header_box .flex {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    width: 98%;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0;
}
.header_box .flex h1,.header_box .flex p{
	flex-basis: 49%;
	display: flex;
}
.header_box .flex p img{
	margin: 0 auto;
}
@media screen and (max-width: 1200px){
    h1{
        width: 98%;
    }
    .header_box {
        width: 98%;
    }
}


/*ナビ*/

#g_nav {
    max-width: 100%;
    padding: 20px 0 0;
    width: 100%;
    max-width: 100%;
}

#g_nav .clone_nav {
    width: 100%;
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
}


#g_nav ul,.c_nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
	width: 100%;
	overflow: hidden;
}
#g_nav ul li, .c_nav ul li {
    float: left;
    position: relative;
    margin: 0;
    width: 16.6%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    height: 40px;
    font-size: 1.4rem;
}
#g_nav ul li{
    border-right: 1px solid #ccc;
}
#g_nav ul li:first-child{
    border-left: 1px solid #ccc;
}
/*#g_nav ul li:nth-child(2),.c_nav ul li:nth-child(2){
	width: 10%;
}*/
#g_nav ul.dropdown,.c_nav ul.dropdown{
        display: none;
        position: absolute;
        padding: 0;
		width: 100%;
}
#g_nav ul.dropdown li,.c_nav ul.dropdown li{
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 0;
}
#g_nav ul li a, .c_nav ul li a {
    display: block;
    color: #333;
    box-sizing: border-box;
    height: 40px;
    padding: 10px 0 0;
    font-weight: bold;
}
#g_nav ul li:first-child a, .c_nav ul li:first-child a {

    padding: 0;
}
.c_nav ul li a{
    color: #fff;
}
@media screen and (max-width: 1000px){
#g_nav ul li a, .c_nav ul li a {
    font-size: 1.2rem;
}
}
#g_nav li a:hover, .c_nav li a:hover {
    background: #eee;
    box-sizing: border-box;
}
.c_nav li a:hover{
    background:#42519b;
}
#g_nav ul.dropdown a,.c_nav ul.dropdown a{
	height: 35px;
	padding: 6px 0 0px;
}
#sp_g_nav{
    display: none;
}

/*ナビクローン用*/
.c_nav {
    position: fixed;
    top: -60px;
    width: 100%;
    z-index: 30;
    transition: top 0.25s;
    background-color: #253976;
    height: 40px;
    box-sizing: border-box;
    max-width: 100%;
}
.c_nav .nav_box{
    max-width: 1320px;
    margin: 0 auto;
}
@media screen and (max-width: 1000px){
	.c_nav .nav_box{
    width: 98%;
    margin: 0 auto;
}
	
}
@media screen and (max-width: 800px){
	.c_nav {
		display: none;
	}
}

.visible {
    top: 0;
}



@media screen and (max-width: 768px){
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    border-top: none;
	padding-top: 0;
}
.header_box,.h1_box {
    display: none;
}
	#sp_g_nav{
		display: block;
		z-index: 20;
		width: 100%;
	}
	#g_nav{
		display: none;
	}

.sp_logo {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: left;
    width: 300px;
}
	.sp_logo img{
		width: 100%;
		width: 190px;
	}

.sp_logo span {
    font-weight: bold;
    padding-left: 10px;
    margin-top: 6px;
    font-size: 1.1rem;
}
	.sp_to_top{
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
	}

.lg_m {
    text-align: right;
    height: 60px;
	background: #fff;
}
	/*メニューの動き*/
	.menu-trigger,
	.menu-trigger span{
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  cursor :pointer;
	}
    .menu-trigger {
        position: relative;
        width: 60px;
        height: 60px;
        z-index: 2;
        background: #253976;
    }
	.menu-trigger span{
	  position: absolute;
	  background: #fff;
	  width: 30px;
	  height: 2px;
	  left: 0;
	  right: 0;
	  margin: auto;
	}
	.menu-trigger span:nth-of-type(1){
	  top: 17px;
	}
	.menu-trigger span:nth-of-type(2){
	  top: 0;
	  bottom: 0;
	}
.menu-trigger span:nth-of-type(3) {
    bottom: 17px;
}
	.menu-trigger.active span:nth-of-type(1){
	  -webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2){
	  opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3){
	  -webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}
	/*メニューの動き END*/

	#sp_g_nav .sp_nav ul{
		background-color: #e6e6e6;
		opacity: 0.9;
		display: block;
	}
	#sp_g_nav .sp_nav ul.dropdown{
		border-top: 1px solid #10305a;
	}
	#sp_g_nav .sp_nav ul.dropdown{
		background: #dedfe7;
	}
	.sp_nav{
	  display: none;
	  position: absolute;
	  top: 70;
	  width: 100%;
	z-index: 3;
	}
	#sp_g_nav .sp_nav li{
		text-align:center;
		width: 100%;
		border-bottom: solid 1px #000;
		position: relative;
	}
    
    #sp_g_nav .sp_nav li:last-child{
        background-color: #fff;
    }
    
#sp_g_nav .sp_nav li span.arrow_icon {
    top: 18px;
    right: 26px;
    width: 15px;
    height: 15px;
    content: "";
    background: url(images/sp_arrow.png) no-repeat center top;
	position: absolute;
}
#sp_g_nav .sp_nav li a {
    display: block;
    padding: 15px 5px;
    color: #000;
    font-size: 1.6rem;
}
.sp_nav div{
		display: flex;
		justify-content: center;
		background-color: #e6e6e6;
		opacity: 0.9;
		width: 100%;
	}
	.sp_nav span.txt_en{
		display: none;
	}
}



/*トップ-コンテンツ*/
.mainimage {
    background: #eee;
    position: relative;
    margin: 0 0 40px;
    max-width: 1200px;
    margin: 0 auto 60px;
}
.main_slider{
    max-width: 1200px;
    margin: 0 auto;
}
.mainimage .main_catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    background: #253976;
    padding: 20px 40px;
	box-sizing: border-box;
}

.mainimage .main_slider{
    position: relative;
}
.mainimage .prev-arrow {
    position: absolute;
    left: 10px;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mainimage .next-arrow {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 0;
    bottom: 0;
    margin: auto;
}

.w1200{
    display: none;
}
@media screen and (max-width: 1200px){
.w1200{
    display: inline;
}
.mainimage .main_catch {
    font-size: 3.2rem;

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

.mainimage {
    margin-top: 60px;
    margin-bottom: 20px;
}
.mainimage .main_catch {
    font-size: 2.6rem;
}

}

@media screen and (max-width: 600px){
.mainimage .main_catch {
    font-size: 1.5rem;
    padding: 10px;
}
.mainimage .prev-arrow {
   display: none!important;
}
.mainimage .next-arrow {
    display: none!important;
}
}

.contents_box{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
.contents_box p{
	margin-bottom: 20px;
}

.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex.img_r{
	flex-direction: row-reverse;
}
.flex.column2 div,.flex.column2 li{
	flex-basis: 49%;
}
.flex.column3 div,.flex.column3 li{
	flex-basis: 32%;
}
.flex.column3 li{
    margin-bottom: 20px;
    text-align: center;
}
.flex > .img{
	flex-basis: 30%;
	text-align: center;
	align-items: center;
}
.flex > .txt{
	flex-basis: 68%;
}
p.catch {
    font-size: 2.6rem;
    margin-bottom: 40px!important;
    text-align: center;
    font-weight: bold;
}
h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
    text-align: left;
    color: #253976;
    border-bottom: 1px solid #253976;
    border-left: 4px solid #253976;
    padding: 5px 0px 5px 15px;
    letter-spacing: 0.05em;
}
h3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding: 0 0 5px 0;
    box-sizing: border-box;
    margin-top: 20px;
}
h3 .bg_red{
	background: red;
	color: #fff;
	padding: 5px;
	margin-right: 10px;
	font-weight: normal;
	border-radius: 5px;
}
h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    box-sizing: border-box;
	color: #253976;
}
span.red{
	color: red;
	font-size: 110%;
}
table{
	width: 100%;
	margin-bottom: 20px;
}
table.table1 th{
	width: 25%;
	color: #000;
	border-bottom: solid 1px #ccc;
	padding: 8px 5px;
	text-align: left;
}
table.table1 td{
	border-bottom: solid 1px #ccc;
	text-align: left;
	padding: 8px 5px;
	vertical-align: middle;
	color: #000;
}
table.table2 td,
table.table2 th { border:1px solid #ccc; padding:10px 15px; line-height:2.2; background:#fff; }
table.table2 th { background:#eee; font-weight:normal; width: 25%;}

table.table2.case_table thead th {
    background: #555;
    width: 20%;
    color: #fff;
}
table.table2.case_table tbody th{
    text-align: left;
}
table.table2.case_table th, table.table2.case_table td {
    font-size: 1.4rem;
    padding: 10px 5px;
}

@media screen and (max-width: 600px){
table.table2.case_table th, table.table2.case_table td {
    font-size: 1.1rem;
    padding: 3px 5px;
}
}

span[id]:not([href]){
    margin-top:-60px; 
    padding-top:60px; 
	display: inline-block; 
	vertical-align: top;
	width: 0;
	height: 0;
}

.center{
	text-align: center;
}

br.sp{
    display: none;
}

#main {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
#contents {
    width: 100%;
}



#contents1{
	margin: 0 0 60px;
}

#contents2{
	margin: 0 0 60px;
}

.flow_table {
    font-size: 1.8rem;
    border-collapse: separate;
    border-spacing: 15px 0;
    margin-bottom: 80px;
    max-width: 800px;
    margin: 0 auto 40px;
}
.flow_table th {
    width: 50%;
    text-align: center;
    border: 3px solid #92c431;
    font-size: 2rem;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #ecfcce;
}
.flow_table th:first-child {
    border: 3px solid #ffd334;
    background: #fbfcce;
}
.flow_table td.table_style1 {
    border: 1px solid #737074;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
	background: #cdcbdc;
}
.flow_table td.table_style2 {
    width: 100%;
    text-align: center;
    border: 3px solid #f3af33;
    font-size: 2.4rem;
    padding: 20px 10px;
    font-weight: bold;
    box-sizing: border-box;
    /* color: #fff; */
    background: #ffe29d;
}
.flow_table td h4 {
 text-align: center;
	font-size: 2rem;
	border-bottom: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #333;

}
.flow_table td.table_style_souzoku{
	color: #fff;
	border: none;
	background: #e60012;
	border-radius: 10px;
	padding: 15px 10px;	
}
.flow_table td.table_style_souzoku h4{
	font-size: 2.5rem;
		color: #fff;
}
.flow_table td.table_arrow {
    position: relative;
    height: 60px;
}
.flow_table td.table_arrow:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 20px;
    height: 100%;
    background: #595656;
    margin-left: -10px;
    top: 0;
}
.flow_table td.table_arrow_last {
    position: relative;
    height: 60px;
}
.flow_table td.table_arrow_last:before {
    position: absolute;
    content: "";
    left: 50%;
    width: 20px;
    height: 70%;
    background: #595656;
    margin-left: -10px;
    top: 0;
}
.flow_table td.table_arrow_last:after {
    position: absolute;
    content: "";
    left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 30px;
	border-color: #595656 transparent transparent transparent;
	margin-left: -30px;
}
.flow_catch {
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    font-weight: bold;
    background: #253976;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
}

.bg_box {
    background: #cdcbdc;
    padding:20px;
    box-sizing: border-box;
    border-radius: 15px;
    margin-bottom: 40px;
}

#contents5 ul {
    border: 3px solid red;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    max-width: 600px;
}

#contents6 .column2{
margin: 0 auto;

}
#contents6 .bg_map {
    background: url("images/bg_map.png") no-repeat center top;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    background-size: contain;
    min-height: 850px;
}
#contents6 .column2 h3,#contents6 .box2 h3{
    background: #253976;
    color: #fff;
    margin-top: 0;
    font-size: 2rem;
    padding: 5px 5px 5px 15px;
    box-sizing: border-box;
    border-radius: 20px;
}

#contents6  .center{
	max-width: 900px;
	margin: 0 auto;
}
#contents6 .box1 ,#contents6 .box2{
	flex-basis: 49%;
	max-width: 400px;
}
#contents6 .box2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
#contents6 h4 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #333;
    margin-top: 10px;position: relative;
	padding-left: 18px;
}
#contents6 h4:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    background: #333;
    left: 0;
    top: 7px;
    border-radius: 50%;
}
#contents6 ul{
	margin-bottom: 20px;
}

.inq_btn {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.inq_btn a {
    padding: 20px 10px 20px 0;
    background: url(images/mail_icon.png) no-repeat 110px center #ec4040;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 5px 1px #b53030;
    transition: .3s;
    background-size: 40px 40px;
    text-align: center;
}
.inq_btn a:before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.inq_btn a:hover{
    opacity: 0.9;
    transform: translate3d(0, 5px, 0);
    box-shadow:none;

}

#side h4 {
    position: relative;
    padding: 0 5px 8px 5px;
    border-bottom: 3px solid #333;
    margin-bottom: 15px;
}
#side h4:before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 20%;
    height: 3px;
    content: '';
    background: #253976;
}


input#testSearchInput {
    height: 35px;
    box-sizing: border-box;
    padding: 5px;
    width: 85%;
}


@media screen and (max-width: 768px){
br.sp{
    display: inline;
}
	.pc{
		display: none!important;
	}

#main {
        display: block;
}
#contents {
        width: 100%;
        max-width: 100%;
}
.flex {
    display: block;
}
#contents1 .flex > .img {
    max-width: 200px;
}
.flex > .img {
    max-width: 300px;
    margin: 0 auto 20px;
}
	.flow_table {
    font-size: 1.2rem;
}
.flow_table td h4 {
    font-size: 1.6rem;
}
.flow_table td.table_style_souzoku h4 {
    font-size: 2rem;
}
.flow_table td.table_arrow {
    height: 20px;
}
.flow_catch {
    font-size: 2.2rem;
}
#contents6 h4 {
    font-size: 1.6rem;
}
	#contents6 .column2 {
    margin: 0 auto;
    display: block;
}
#contents6 .box2 {
    position: relative;
    right: auto;
    bottom: auto;
	max-width: 100%;
	flex-basis: 100%;
}
#contents6 .bg_map {

    min-height: 0;
    background: none;
}
}

@media screen and (max-width: 600px){
    table.table2 td, table.table2 th {
        padding: 5px;
        font-size: 12px;
    }
.inq_btn a {
    font-size: 18px;
    padding: 20px 5px 20px;
    background: url(images/mail_icon.png) no-repeat 25px center #ec4040;
    background-size: 30px 30px;
}
table.table1 th,table.table1 td{
    font-size: 12px;
}
}

/* フッター */
footer{
	margin-top: 80px;
}
.footer_box {
    background: #253976;
    padding: 40px 0;
    box-sizing: border-box;

}
.footer_box .contents_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_box .logo {
    display: flex;
    max-width: 100%;
    align-items: center;
    color: #fff;
    max-width: 500px;
	text-align: left;
}
.footer_box .logo img{
	max-width:80px;
	padding-right: 10px;
}
.footer_box .logo p{
	margin-bottom: 0;
}


footer .copy{
    text-align: center;
    padding: 10px 0;
}
footer .copy p{
    margin-bottom: 0;
}
footer .footer_nav{
    width: 70%;
    text-align: right;
}
footer ul{
    color: #fff;
}
footer ul li {
    display: inline-block;
    padding: 0px 2%;
    border-left: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
}
footer ul li:first-child{
    border-left: none;
}
footer ul li a{
    color: #fff;
}
footer ul li a:hover{
    text-decoration: underline;
}

  a.sample {
    display: block;
    box-shadow: 2px 2px 4px #eee;
    max-width: 700px;
    margin: 0 auto 10px;
    background: url(images/bn_pt.png) repeat 30px center #f76565;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: relative;
}
a.sample:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 3px rgb(255 255 255 / 50%) inset;
}
a.sample.sample2 {
    background: url(images/bn_pt.png) repeat 30px center #406cb3;
}
a.sample.sample3{
    background: url(images/bn_pt.png) repeat 30px center #6b6b6b;
}
a.sample:hover{
    opacity:0.8 ;
}

@media screen and (max-width: 768px){
.footer_box .contents_box {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}
.footer_box .logo {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
	font-size: 1.2rem;
}
.footer_box .logo img {
    max-width: 80px;
    padding-right: 0;
    margin: 0 auto 10px;
}
footer .footer_nav {
    width: 100%;
    text-align: center;
}
footer ul li {
    display: block;
    padding: 0 0 10px 20px;
    border-left: none;
    width: 100%;
    text-align: left;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}
footer ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    width: 10px;
    height: 2px;
    background: #fff;
}
footer .copy p {
    margin-bottom: 0;
    font-size: 1.2rem;
}
}

/* 下層 */

.under_con_box{
    margin-bottom: 30px;
}
.under_con_box .flex{
    margin-bottom: 20px;
}
.ul_check{
    margin-bottom: 40px;
}
.ul_check li {
    position: relative;
    display: block;
    margin: 1em auto 1em auto;
    padding: 15px 10px 15px 30px;
    max-width: 100%;
    font-size: 16px;
    background: #eee;
    max-width: 600px;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
}
  
  .ul_check li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #eee;
  }
  .ul_check span{
	padding-left:24px;
	position:relative;
}
.ul_check span:before,
.ul_check span:after{
	content:"";
	display:block;
	position:absolute;
}
.ul_check span:before{
	width:16px;
	height:16px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:2px;
}
.ul_check span:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:6px;
	height:3px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:7px;
}
ul.ul01{
    margin-bottom: 30px;
}
ul.ul01 li {
    padding: 0 0 5px 18px;
    position: relative;
}
ul.ul01 li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background: #333;
    left: 0;
    top: 5px;
    border-radius: 50%;
}

@media screen and (max-width: 600px){
.ul_check li {
    padding: 15px 10px 15px 10px;
    font-size: 14px;
}
.ul_check span:before {
    top: -1px;
}
.ul_check span:after {
    top: 5px;
}
}