@charset "utf-8";
/*
Theme Name: aitie
Version:1.0
Description: original theme
Author: AITIE
*/

/* フォントスタイル */
.Fcr {
    color: #e80c22 !important;
    font-size: 20px;
    font-weight: bold;
}
.Title00 {
	font-size: clamp(1.4rem,2.4vw,2.4rem);
    font-weight: bold;
    color: #FFF;
	background: #007eca; /* #4aa2c7 */
    text-align: center;
    margin-bottom: 1.5em;
	padding: 1em;
border-bottom: solid 2px #23d0e4;
}
.Title01 {
	background: #007eca;
	font-size: clamp(1.4rem,2.4vw,2.4rem);
    color: #FFF;
    text-align: center;
    margin-bottom: 1em;
    font-weight: bold;
    padding: 0.5em;
}
.Title02 { /* フッター */
    border-left: 4px solid #FFF;
    padding-left: 8px;
    margin-bottom: 1em;
	font-size: 18px;
}
.Title03 {
    padding: 0.5em;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
    color: #0288D1;
    position: relative;
    margin-bottom: 20px;
    border-bottom: solid 1px #0288D1;
    border-top: solid 1px #0288D1;
}
.Title04 { /* 水色 */
	padding: 0.5em;
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    color: #FFF;
    position: relative;
    margin-bottom: 30px;
    background: #23d0e4;
}
.Title05 { /* 下線 */
	margin-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #000;
}
.Ps01 {
	font-size: 18px;
    color: #4d3c3c;
    text-align: center;
    margin: 1.5em auto;
    padding: 1em;
    border-top: 3px dashed #4d3c3c;
    border-bottom: 3px dashed #4d3c3c;
}
.Ps01 span {
	font-size: 26px;
    color: #4d3c3c;
    font-weight: bold;
}
.Ps02 {
	font-size: 18px;
    color: #4d3c3c;
    text-align: left;
    margin: 1.5em auto;
    padding: 1em;
    border-top: 3px dashed #4d3c3c;
    border-bottom: 3px dashed #4d3c3c;
}

.Ps02 h4 {
	font-size: 26px;
    color: #4d3c3c;
    font-weight: bold;
	margin-bottom: 1em;
}
.ArcInner p,
.Ps02 p {
	margin-bottom: 1em;
}
/* 背景 */
.bag01 {
	background: #BFE5F8;
    padding-bottom: 1em;
}
.bag02 {
	background: #FDF1C5;
    padding-bottom: 1em;
}
.Bgr {
    background: #e80c22 !important;
    color: #FFF !important;
}

/* ポストページ(記事) */
.PostPage


/* 飾 */
.deco01 {
	background: linear-gradient(0deg,#bee5f8 0%,#bee5f8 35%,#FFF 35%,#FFF 0%);
    background-repeat: no-repeat;
    padding: 0 1em 0;
    background-position: center top;
}
/* 配置 */
.Tc {
	text-align: center;
}
.Tcb {
    text-align: center;
    display: block;
    margin: auto;
}
.TextBox01 {
    border: 1px solid #23d0e4;
    padding: 1em;
    max-width: 80%;
    margin: 0 auto 30px;
    font-size: 12px;
    display: block;
	background: #f2faff;
}
.Mb15 {
	margin-bottom: 15px;
}
.Mb30 {
	margin-bottom: 30px;
}
/* レスポ */
.Pc {
	display: block;
}
.Sp {
	display: none;
}
/* 横並び */
.FleBox {
    display: flex;
    /* align-items: flex-end; 下揃え*/
    justify-content: center; /* 両端はbetween */
}
/* inline-block使用時 */
.LeSpNone { /* 親要素に */
    letter-spacing: -.4em; 
}
.LeSpNomal  { /* 子要素 */
    letter-spacing: normal;
}
/* フレーム */
#wrapper,#Header,#Footer {
	width: 100%;
	margin: 0 auto;
}
#Inner {
	width: 100%;
	margin: 0 auto;
}
.Contents {
	width: 1200px;
	margin: 0 auto 50px;
}
/* テーブル */
table {
	width: 100%;
}
table.table02 th {
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    vertical-align: top;
    border-color: #999;
    border-width: 1px;
    border-style: solid;
    font-weight: bold;
    background: #E0E0D1;
}
table.table02 td {
    box-sizing: border-box;
    border-color: #999;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}
table.table03 {
    width: 100%;
    border: #007eca 4px solid;
    background-color: #fff;
    border-collapse: collapse;
}
table.table03 th {
    background-color: #bee5f8;
    padding: 15px;
}
table.table03 td {
    padding: 15px;
}
/*一覧テキストリンク*/
.ListLink {
  padding: 10px 0 0;
  text-align: center;
  margin: 20px auto 0;
  max-width: 500px;
  width: 100%;
}
.ListLink a {
  display: block;
  padding: 10px;
  border: 1px solid #1458bf;
  border-radius: 6px;
  color: #1458bf !important;
  text-decoration: none !important;
  position: relative;
}
.ListLink a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #1458bf;
  border-right: solid 2px #1458bf;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*TOPページ*/
.TopContents {
	
}
.pro3 ol,
.pro3_1 ol {
	margin: 0 auto;
	width: 70%;
}
.pro3 ol li,
.pro3_1 ol li {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 142px;
    padding-left: 0em;
    margin-bottom: 30px;
	min-height: 150px;
}
.pro3 ol li:nth-child(1),
.pro3_1 ol li:nth-child(1) {
	background-image: url(./img/yakusoku_icon01.png);
	padding: 0 0 0 10rem;
}
.pro3 ol li:nth-child(2),
.pro3_1 ol li:nth-child(2) {
	background-image: url(./img/yakusoku_icon02.png);
	padding: 0 0 0 10rem;
}
.pro3 ol li:nth-child(3),
.pro3_1 ol li:nth-child(3) {
	background-image: url(./img/yakusoku_icon03.png);
	padding: 0 0 0 10rem;
}
.pro3 ol li h3 {
	font-size: clamp(1.4rem,2.6vw,2.6rem);
    font-weight: bold;
}
.pro3 ol li h4,
.pro3_1 ol li h5 {
	font-size: clamp(1.3rem,2.2vw,2.2rem);
    color: #23d0e4;
}
.CheckBox table th {
    padding: 0 10px 10px;
    box-sizing: border-box;
    vertical-align: top;
    width: 25%;
}
.CheckBox table td {
    box-sizing: border-box;
    vertical-align: top;
}
.CheckBox table td ul.CheckList li {
    font-size: 20px;
    margin: 10px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 0 2em;
    position: relative;
    color: #333;
    display: inline-block;
}
.CheckBox table td ul.CheckList li::before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/listicon01.png) no-repeat 0 0;
    background-size: 30px 30px;
}
/*CheckList02*/
ul.CheckList02 {margin: 0 auto 20px;}
ul.CheckList02 li {
    font-size: 20px;
    margin: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0 0 2.5em;
    position: relative;
    color: #333;
    display: inline-block;
}
ul.CheckList02 li::before {
display: block;
content: "";
width: 37px;
height: 37px;
position: absolute;
left: 0;
top: 0px;
background: url(https://mizusyoku.com/wp-content/themes/muzik/img/listicon01.png) no-repeat 0 0;
background-size: 37px 37px;
}
/*固定ページ*/
.FixedPage {
}
ul.InLink {
	text-align: center;
}
ul.InLink li {
	background: #23d0e4;
    border-left: 1px solid #FFF;
    margin-bottom: 1px;
}
ul.InLink li a {
    color: #FFF;
    text-decoration: none;
	display:block;
	padding: 10px;
}
ul.InLink li a:hover {
    background: #2a71b9;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}
.AreaBox ul li {
    float: left;
    padding: 0.2em 0.5em;
}
/* はじめて */
.ArcInner {
    max-width: 70%;
    margin: 0 auto 50px;
}
.GuideBox {
    max-width: 1100px;
    margin: 0 auto 120px;
	position: relative;
}
.Cont {
	margin-bottom: 30px;
}
.GuideBox::after {
	content: '';
    display: inline-block;
    width: 116px;
    height: 58px;
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/yaji_icon01.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -58px;
}
.GuideBox .LeftBox {
    float: left;
    width: 60%;
    padding-right: 1em;
}
.GuideBox .RightBox {
    float: right;
    max-width: 40%;
}
.GuideBox h4 {
	font-size: 20px;
    font-weight: bold;
    padding: 0 0 3% 17%;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 13%;
}
.GuideBox .Text {
	padding: 10px 0 0 0;
}
.GuideBox .Text02 {
	padding: 30px 0 30px 165px;
}
.GuideBox:nth-child(1) h4.Step {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/step_icon01.png);
}
.GuideBox:nth-child(2) h4.Step {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/step_icon02.png);
}
.GuideBox:nth-child(3) h4.Step {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/step_icon03.png);
}
.GuideBox:nth-child(4) h4.Step {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/step_icon04.png);
}
.GuideBox:nth-child(5) h4.Step {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/step_icon05.png);
}
.GuideBox:nth-child(6) h4.Step {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/step_icon06.png);
}
.Point1 {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/point_icon01.png);
}
.Point2 {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/point_icon02.png);
}
.Point3 {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/point_icon03.png);
}
.Point4 {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/point_icon04.png);
}
.Point5 {
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/point_icon05.png);
}
/*記事ページ*/
.PostPage .entry h2 {
	padding: .5em;
    font-size: clamp(1.2rem,1.8vw,2rem);
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
    color: #fff;
    position: relative;
    background: #23d0e4;
    margin: 10px auto;
}
.PostPage .entry h3 { /* 下線 */
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    overflow: hidden;
    color: #0288D1;
    position: relative;
    margin-bottom: 20px;
    border-bottom: solid 1px #0288D1;
}
.PostDay {
	display: inline-block;
    font-size: 12px;
}
.PostCat {
	background: #007eca;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1.0;
    margin: 0 1em;
    display: inline-block;
}
.PostCat a {
    color: #FFF;
}
.PostPage .entry {
	padding: 10px;
    border-top: 1px solid #bda38b;
}

/*一覧ページ*/
.ArchivePage {
}
/****** ヘッター ******/
header{background-color: #FFF;}
header .hwrapT {
	background: #007ECA;
}
header .hwrap {
	max-width: 1200px;
    margin: 0 auto;
	padding: 10px 0;
	position: relative;
	min-height: 110px;
}
header .site-title {
	float: left;
    padding: 20px 0;	
}
header .htext {
	max-width: 1200px;
    margin: 0 auto;
	padding: 0;
	position: relative;
	line-height: 1.5;
    font-size: 12px;
    font-weight: normal;
	padding: 0 1em;
	color: #FFF;
}
header .hacB {
    position: absolute;
    top: 10px;
    right: 0;
}

/* メインビジュアル */
.Mv {
    text-align: center;
    padding: 30px 0;
	margin-bottom: 30px;
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/topbg01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Mv2 {
    text-align: center;
    padding: 30px 0;
    background-image: url(https://mizusyoku.com/wp-content/themes/wp_tmp_aitie/img/topbg02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.Mv3 {
    text-align: center;
    padding: 30px 0;
	margin: 0 auto 30px;
}
/* パンくず */
.breadcrumbs {
    max-width: 1200px;
    margin: 0 auto;
	font-size: 12px;
	padding: 10px;
}
/* ページネーション */
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
/* ページネーション */
.pagination ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.pagination ul li {
    padding: 5px;
    margin: 0 0.5em;
}
/* 次前の記事 */
.PageN_one {
	text-align: center;
    padding: 20px 0;
    margin: 0 auto 30px;
}
.PageN_one p {
    margin: 30px auto;
    background: #7e6b5a;
    color: #FFF;
    padding: 10px;
}
.PageN_one ul li {
    display: inline-block;
    letter-spacing: normal;
	width: 50%;
	vertical-align: top;
	padding: 1em;
}
/* 記事一覧 */
.EntryArea {
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #666;
    padding: 1.5em 1.5em 0.5em;
}
.EntryBox {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.EntryTime {
    display: -webkit-box;
    margin-bottom: 5px;
}
.EntryBox a {
	text-decoration: none;
}
.EntryTitle {
    font-size: clamp(1.1rem,1.2vw,1.6rem);
	font-weight: bold;
    padding-bottom: 5px;
}
.EntryText {
	font-size: clamp(0.8rem,1.0vw,1.0rem);
}
.EntryImg {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    max-width: 100px;
}
.EntryMore {
	display: block;
    text-align: right;
}
.EntryMore a {
    background: #007eca;
    color: #FFF;
    font-size: 12px;
    padding: 5px 15px;
}
.New {
	background: #ff9739;
    color: #FFF;
    padding: 3px 15px;
    font-size: 14px;
}
.TagBox ul {
}
.TagBox ul li {
    float: left;
    margin: 1px;
	list-style: none;
}
.TagBox ul li a {
    background: #007eca;
    display: block;
    padding: 5px 10px;
    color: #FFF;
	font-size: 12px;
	text-decoration: none;
}
.TagBox ul li a:hover {
	opacity: 0.7;
}
.ArcImg {
    float: left;
    margin-right: 1em;
    margin-bottom: 0.5em;
	max-width: 30%;
}
/* 新着情報 */
.news_list{
	max-width: 960px;
    margin: 0 auto;
    border: 1px solid #666;
    padding: 1em;
}
.news_list li {
    margin: 0.5em;
}
.works {
	background: #007eca;
    padding: 2px 5px;
    margin: 0 0.5em;
    font-size: 12px;
	color:#FFF;
}
.add_New {
	background: #D8362E;
    padding: 2px 5px;
    margin: 0 0.5em;
    font-size: 12px;
	color:#FFF;
}
/* フッター */
#Footer {
	padding: 10px 0;
	background: #007eca;
	color: #FFF;
}
#FooterArea {
	max-width: 1200px;
    margin: 0 auto;
}
#FooterArea nav ul li a {
	text-decoration: none;
	color: #FFF;
    padding: 10px 0;
	display: block;
}
#FooterArea nav ul li a:hover {
	text-decoration: none;
    background: #66CDF8;
    opacity: 0.6;
    transition: all 0.3s ease 0s;
}

/* サービスボックス */
.ServiceBox a {
    color: #FFF;
	text-decoration: none;
}
.ServiceBox a:hover, .ServiceBox a:visited {
	opacity: 0.7;
} 
.ServiceBox {
	padding: 5px;
    margin-bottom: 10px;
}
.ServiceBox div {
    border: solid 1px #23d0e4;
    background: #007eca;
    padding: 10px;
}
.ServiceBox h3 {
	margin-bottom: 10px;
    border-left: 5px solid #23d0e4;
    line-height: 1.5;
    font-size: clamp(1.4rem,2.0vw,2.0rem);
    font-weight: bold;
	padding-left: 10px;
}
.ServiceBox .Cost {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 0;
    padding: 10px 0;
    background: #23d0e4;
    border-radius: 5px;
}
.copyright {
	text-align: center;
    font-size: 12px;
}
/* 上部・電話ボタン */
.BackTop {
    position: fixed;
    right: 35px;
    bottom: 30px;
    margin: 15px 0 0;
    z-index: 2;
}
.SpFooterTel {
    z-index: 9999;
    position: fixed;
    bottom: -7px;
}
/* レスポ横並び */

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.col_2 > li{
	width: 50%;
	padding: 10px;
}
.col_2 > div{
	width: 50%;
	padding: 10px;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.col_3 > li,
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
.col_4,
.col_4_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > li{
	width: 25%;
}
.col_4_2 > li{
	width: 25%;
}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.col_5 > li{
	width: 20%;
}
.col_5 > li {
	position: relative;
	overflow: hidden
}
.col_5 > li > div{
	position: relative;
	overflow: hidden
}
.col_6{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.col_6 > li{
	width: 16.6%;
	padding: 10px;
}
.col_8{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	justify-content: center;
}
.col_8 > li{
	width: 25%;
}
@media screen and ( max-width:1200px) {
#gnav #menu-main01,
#gnav #menu-main01>li {
    width: 960px;
}
/* フレーム */
.Contents {
	width: 960px;
	margin: 0 auto 30px;
}
}
@media screen and ( max-width:960px) {
#gnav #menu-main01,
#gnav #menu-main01>li {
    width: 768px;
}
.col_3 > li{
	width: 50%;
}
.col_4 > li{
	width: 33.33333%;
}
.col_5 > li{
		width: 33.333333%;
		padding: 10px;
}
.col_6 > li{
		width: 25%;
}
/* フレーム */
#wrapper {
	width: 98%;
	margin: 0 auto;
}
.Contents {
	width: 768px;
	margin: 0 auto 30px;
}
}

@media screen and ( max-width:768px) {
header .hwrap {
    min-height: auto;
}
.Title00 {
	padding: 0.5em;
}
.Ps01 span {
	font-size: 24px;
}
.Pc {
	display: none;
}	
#gnav,
.Logo {
	display: none;
}
.Contents {
	width: 100%;
}
.news_list li {
    margin: 0.5em;
}
.news_title {
	display: block;
}
/* TOPページ */
.CheckBox table th {
    width: 30%;
}
.CheckBox table td ul.CheckList li {
    display: block;
}
.pro3 ol,
.pro3_1 ol {
	width: 100%;
}
/* はじめて */
.GuideBox h4 {
    background-size: 16%;
}
.GuideBox .Text {
	padding: 0;
}
/* フッター */
#FooterArea {
	max-width: 100%;
	padding: 10px;
}
#FooterArea nav {
	padding: 10px 0 20px;
}
#FooterArea nav ul {
	display: block;
}
#FooterArea nav ul li {
    width: 100%;
    border-left: 0px;
    border-bottom: 1px solid #FFF;
    display: block;
}
#FooterArea nav ul li:nth-child(1) {
    border-top: 1px solid #FFF;
}
}

@media screen and (max-width: 480px) {
header .htext {
    line-height: 1.2;
    font-size: 10px;
    font-weight: normal;
    padding: 0 1em;
    min-height: 0;
}
.Mv,
.Mv2,
.Mv3 {
    padding: 0;
	margin-bottom: 15px;

}
/* テキストスタイル */
.Title01 {
    font-size: 22px;
}
.Ps01,
.Ps02 {
	font-size: 14px;
}
.Ps01 span {
	font-size: 20px;
}
.Ps02 h4 {
    font-size: 20px;
}
/* 配置 */
.TextBox01 {
    padding: 0.5em;
    max-width: 100%;
}
.pro3 ol li h3,
.pro3_1 ol li h4 {
	font-size: 21px;
    font-weight: bold;
}
.pro3 ol li h4,
.pro3_1 ol li h5 {
	font-size: 18px;
    color: #1EA939;
}
.pro3 ol li,
.pro3_1 ol li {
    background-size: 100px;
}
.pro3 ol li:nth-child(1),
.pro3 ol li:nth-child(2),
.pro3 ol li:nth-child(3),
.pro3_1 ol li:nth-child(1),
.pro3_1 ol li:nth-child(2),
.pro3_1 ol li:nth-child(3) {
    padding: 0px 0 0px 9em;
}
.ServiceBox h3 span {
    font-size: 20px;
}
.ServiceBox .Cost {
    font-size: 20px;
}
.Sp {
	display: block;
}
.col_2 > li{
	width: 100%;
	padding: 0px;
}
.col_3 > li{
		width: 50%;
	padding: 0;
}
.col_3 > div{
		width: 100%;
	padding: 0;
}
.col_4 > li{
		width: 100%;
}
.col_4_2 > li{
		width: 100%;
}
.col_5 > li{
	width: 33.33333%;
}
.col_6 > li{
		width: 33.33333%;
}
/* フレーム */
#Header,#Footer {
	width: 100%;
	margin: 0 auto;
}
#wrapper {
	width: 96%;
	margin: 0 auto;
}
.Contents {
	width: 100%;
}
/* TOPページ */
.CheckBox table th {
	padding: 0;
}
.CheckBox table td ul.CheckList li {
    font-size: 14px;
}
.CheckBox table td ul.CheckList li::before {
	width: 1.5em;
    height: 1.5em;
    background-size: 1.5em;
}
.ServiceBox h3 {
    font-size: 20px;
}
/* はじめて */
.ArcInner {
    max-width: 100%;
}
.GuideBox h4 {
    font-size: 18px;
}
.GuideBox .LeftBox {
    float: none;
    width: 100%;
    padding-right: 0;
}
.GuideBox .RightBox {
    float: none;
    max-width: 100%;
}
.GuideBox .Text {
    padding: 0;
    margin: 0 0 20px 0;
}
/* サービス各種 */
/*CheckList02*/
ul.CheckList02 li {
    font-size: 18px;
    margin: 0 0 1em 0;
    font-weight: bold;
    padding: 0 0 0 1.5em;
}
ul.CheckList02 li::before {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
}
}