@charset "utf-8";
/*-----------------------------------
	RESET
-------------------------------------*/
html {
    box-sizing: border-box;
    font-size: 62.5%; /* root=10px, rem */
    height: 100%;
    overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 1.4em; /* 14px */
    /*font-family: "Yu Gothic UI", "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;*/
    color: #111;
    height: 100%;
    background: #fff;
}
h1, h2, h3, h4, h5, p, ul, li, ol, dl, dt, dd {
    margin: 0;
    padding: 0;
}
ul, li, ol, dl, dt, dd {
    list-style: none;
    text-decoration: none;
}
img {
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
}
.pc {
    display: block;
}
.sp {
    display: none;
}

@media screen and (max-width: 480px) {
.pc {
    display: none;
}
.sp {
    display: block;
}
}
/*-----------------------------------
	SHARE
-------------------------------------*/
a {
    color: #0066ff;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a.uline_no {
    text-decoration: none;
}
a.uline_no:hover {
    text-decoration: underline;
}
a img {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-indexwebkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
a img:hover {
    opacity: .60;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
a img.no_hover:hover {
    opacity: 1;
}
a.nohover img:hover {
    opacity: 1;
    -moz-opacity: 1; /* FF lt 1.5, Netscape */
}
a.current img, a.current img:hover, a.txthover:hover {
    opacity: .60;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
a.txthover > img {
    opacity: 1;
}
h2 {
/*    font-size: 3.0rem; /* 30px */
    line-height: 1.4;
}
h3 {
    font-size: 1.8rem; /* 18px */
    line-height: 1.6;
}
.thumb_ttl {
    font-size: 1.4rem; /* 14px */
    font-weight: bold;
    line-height: 1.4;
}
.txt_bold {
    font-weight: bold;
}
.txt_nml {
    font-weight: normal;
}
.txt_wh {
    color: #FFFFFF;
}
.txt_bl {
    color: #111;
}
.txt_anno {
    font-size: 1.2rem;
    line-height: 1.6;
}
.txt_10 {
    font-size: 1.0rem; /* 10px */
}
.txt_12 {
    font-size: 1.2rem; /* 12px */
}
.txt_14 {
    font-size: 1.4rem; /* 14px */
}
.txt_16 {
    font-size: 1.6rem; /* 16px */
}
.txt_18 {
    font-size: 1.8rem; /* 18px */
}
.txt_20 {
    font-size: 2.0rem; /* 20px */
}
.txt_24 {
    font-size: 2.4rem; /* 24px */
}
.txt_30 {
    font-size: 3.0rem; /* 30px */
}
.txt_36 {
    font-size: 3.6rem; /* 36px */
}
.txt_l {
    text-align: left;
}
.txt_c {
    text-align: center;
}
.txt_r {
    text-align: right;
}
/* margin-top: mt5-mt60, margin-bottom: mb5-mb60, margin-left: ml5-ml60, margin-right: mr5-mr60
   padding-top: pt5-pt60, padding-bottom:pb5-pb60, padding-left: pl5-pl60, padding-right: pr5-pr60 */
.mt5 {
    margin-top: 5px
}
.mt10 {
    margin-top: 10px
}
.mt20 {
    margin-top: 20px
}
.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mb5 {
    margin-bottom: 5px
}
.mb10 {
    margin-bottom: 10px
}
.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.ml5 {
    margin-left: 5px
}
.ml10 {
    margin-left: 10px
}
.ml20 {
    margin-left: 20px
}
.ml30 {
    margin-left: 30px
}
.ml40 {
    margin-left: 40px
}
.ml50 {
    margin-left: 50px
}
.ml60 {
    margin-left: 60px
}
.mr5 {
    margin-right: 5px
}
.mr10 {
    margin-right: 10px
}
.mr20 {
    margin-right: 20px
}
.mr30 {
    margin-right: 30px
}
.mr40 {
    margin-right: 40px
}
.mr50 {
    margin-right: 50px
}
.mr60 {
    margin-right: 60px
}
.pt5 {
    padding-top: 5px
}
.pt10 {
    padding-top: 10px
}
.pt20 {
    padding-top: 20px
}
.pt30 {
    padding-top: 30px
}
.pt40 {
    padding-top: 40px
}
.pt50 {
    padding-top: 50px
}
.pt60 {
    padding-top: 60px
}
.pb5 {
    padding-bottom: 5px
}
.pb10 {
    padding-bottom: 10px
}
.pb20 {
    padding-bottom: 20px
}
.pb30 {
    padding-bottom: 30px
}
.pb40 {
    padding-bottom: 40px
}
.pb50 {
    padding-bottom: 50px
}
.pb60 {
    padding-bottom: 60px
}
.pl5 {
    padding-left: 5px
}
.pl10 {
    padding-left: 10px
}
.pl20 {
    padding-left: 20px
}
.pl30 {
    padding-left: 30px
}
.pl40 {
    padding-left: 40px
}
.pl50 {
    padding-left: 50px
}
.pl60 {
    padding-left: 60px
}
.pr5 {
    padding-right: 5px
}
.pr10 {
    padding-right: 10px
}
.pr20 {
    padding-right: 20px
}
.pr30 {
    padding-right: 30px
}
.pr40 {
    padding-right: 40px
}
.pr50 {
    padding-right: 50px
}
.pr60 {
    padding-right: 60px
}
.fl {
    float: left;
}
.fr {
    float: right;
}

@media screen and (max-width: 480px) {
.txt_bold {
    font-weight: bold;
    font-size: 1.1em; /* 同フォントサイズ内をboldした場合にAndroidでboldが効かないためフォントサイズで調整 */
}
.txt_16 {
    font-size: 1.4rem; /* 14px */
}
.txt_20 {
    font-size: 1.8rem; /* 18px */
}
.txt_36 {
    font-size: 1.8rem; /* 18px */
}
.txt_c {
    text-align: left;
}
.txt_r {
    text-align: left;
}
}
/*-----------------------------------
	UTILITY
-------------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */



/*-----------------------------------
	HEADER
-------------------------------------*/
/*#header {
    width: 1000px;
    margin: 0 auto;
    padding: 16px 0;
    height: 20px !important;
}*/
#title {
    width: 500px;
    float: left;
}
#title p img {
    height: 18px;
    float: left;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}
#title h1, .pagetitle {
    float: left;
    font-size: 1.2rem;
    padding: 0 0 0 20px !important;
    width: auto !important;
    font-weight: normal;
}
/*#header .sns {
    width: 500px;
    float: left;
    height: auto;
}
#header .sns li {
    float: right;
    margin-left: 15px;
    border: none;
}
#header .sns li img {
    width: 18px;
}
#header .sns li a {
    display: block;
    font-size: 1.2rem;
    color: #111;
    width: auto;
    height: auto;
}*/



@media screen and (max-width: 480px) {
body {
    background: none !important;
}
/*#header {
    width: 92%;
    margin: 0 auto;
    padding: 16px 4%;
    height: auto;
    position: relative;
    overflow: hidden;
}*/
#title {
    width: 100%;
    clear: left;
    float: none;
    padding: 0;
}
#title p img {
    height: 10px;
    padding-right: 0;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-bottom: 2%;
    margin-right: 10px;
    display: block;
}
#title h1, .pagetitle {
    float: left;
    font-size: 1.0rem;
    padding: 0 0 10px !important;
    width: auto !important;
    font-weight: normal;
    line-height: 1.2;
    vertical-align: top;
}
/*#header ul.sns {
    width: 100%;
    position: absolute;
    top: 0;
    right: 4%;
}
    #header .sns li {
    margin-left: 12px;
}

#header .sns li#ol {
    display: none;
}
#header .sns li img {
    width: 16px;
    margin-top: 14px;
}
#header .sns li#bktop {
    display: none;
}*/
}



/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: #aa0006;
	padding: 4px 0;
	min-height: 42px;
	z-index: 1000;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #aa0006;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 0.5em 5%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 32px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
	border: none !important;
	border-left: 1px solid rgba(255,255,255,0.4) !important;
	border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgba(0,0,0,0.9);
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}

.mean-bar .mntxt {
    color: #fff !important;
    line-height: 1 !important;
    font-size: 1.3rem !important;
    display: block !important;
    position: absolute !important;
    right: 48px !important;
    top: 19px !important;
}



/*-----------------------------------
	BODY
-------------------------------------*/
#main {
    width: 100%;
}
body .inner1 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    position: relative;
  font-family: "Yu Gothic UI", "MS UI Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 480px) {
.inner1 {
    width: 100%;
    padding: 0 4%;
}
}
/*-----------------------------------
	FOOTER
-------------------------------------*/
footer {
    width: 100%;
}
#ms {
    display: block;
    clear: both;
    text-align: right;
    font-size: 1.2rem;
    padding: 10px 0 25px;
    color: #000;
    width: 1000px;
    margin: 0 auto;
}
/* 赤いリンクボタン*/
#btnMenu {
    background: #f5f5f5 url(/solution/home/special/introduction/share/images/ftr_bgimg.jpg) no-repeat center top;
    padding-top: 72px;
}
#btnMenu ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}
#btnMenu li {
    font-size: 2.0rem;
    color: #e01e25;
    text-align: left;
    float: left;
}
#btnMenu a {
    border: 2px solid #e01e25;
    width: 134px;
    border-radius: 6px;
    color: #e01e25;
    text-decoration: none;
    padding: 10px 10px 10px 72px;
    margin-right: 40px;
    line-height: 1.3;
    font-weight: bold;
    min-height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
}
a.pdf {
    background: #fff url(/solution/home/special/introduction/share/images/ico_pdf.png) no-repeat 5% 50%;
    background-size: 50px 50px;
}
a.demo {
    background: #fff url(/solution/home/special/introduction/share/images/ico_pc.png) no-repeat 8% 50%;
    background-size: 50px 50px;
}
a.mail {
    background: #fff url(/solution/home/special/introduction/share/images/ico_mail.png) no-repeat 8% 50%;
    background-size: 50px 50px;
    margin-right: 0 !important;
}
/* 特設サイトナビ*/
#linkMenu {
    clear: both;
    overflow: hidden;
    background: #888;
    padding: 15px 0;
}
#linkMenu ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#linkMenu li {
    float: left;
    text-align: center;
    border-right: 1px solid #ccc;
    line-height: 1;
    font-size: 1.3rem;
}
#linkMenu li:last-child {
    border-right: none;
}
#linkMenu li a {
    color: #fff;
    padding: 0 20px 0;
    margin: 0;
}
/* コピーライト*/
#copyright {
    clear: both;
    overflow: hidden;
    background: #000;
    padding: 10px 0;
}
#copyright ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
}
#copyright li {
    float: right;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
#copyright li:last-child {
    border-left: none;
}
#copyright li#copy {
    float: left;
    margin-left: 0;
    border-left: none;
}
#copyright li a {
    color: #fff;
}

@media screen and (max-width: 480px) {
footer {
    width: 100%;
}
#ms {
    width: auto;
    text-align: left;
    padding-left: 4%;
    padding-right: 4%;
}
/* 赤いリンクボタン*/
#btnMenu ul {
    width: 90%;
}
#btnMenu li {
    font-size: 1.4rem;
    clear: left;
    width: 79.5%;
    margin-bottom: 10px;
}
#btnMenu a {
    width: 100%;
    border-radius: 6px;
    color: #e01e25;
    text-decoration: none;
    padding: 1% 1% 1% 23%;
    margin-right: 0;
    min-height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
}
a.pdf {
    background: #fff url(/solution/home/special/introduction/share/images/ico_pdf.png) no-repeat 5% 50%;
    background-size: 30px 30px;
}
a.demo {
    background: #fff url(/solution/home/special/introduction/share/images/ico_pc.png) no-repeat 5% 50%;
    background-size: 30px 30px;
}
a.mail {
    background: #fff url(/solution/home/special/introduction/share/images/ico_mail.png) no-repeat 5% 50%;
    background-size: 30px 30px;
}
/* 特設サイトナビ*/
#linkMenu {
    display: none;
}
/* コピーライト*/
#copyright {
    clear: both;
    overflow: hidden;
    background: #000;
    padding: 10px 0;
}
#copyright ul {
    width: auto;
    text-align: center !important;
    margin: 0 auto;
    padding: 1% 0;
    font-size: 1.1rem !important;
}
#copyright li {
    display: inline;
    cler: left;
    float: none;
    text-align: center !important;
    padding: 0 4%;
    margin: 0 !important;
    border-right: none !important;
    border-left: none !important;
}
#copyright li:first-child {
    border-right: 1px solid #fff !important;
}
#copyright li:last-child {
    margin-bottom: 0;
    padding: 10px 0 0 !important;
    clear: left !important;
    text-align: center !important;
    display: block;
}
#copyright li#copy {
    float: none !important;
    clear: both !important;
    width: 100%;
}
}
/*-----------------------------------
	TOPへ戻る
-------------------------------------*/
#fixedTop {
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    display: none;
    background: #e01e25;
    position: fixed;
    z-index: 9999;
    border-radius: 50px;
    -webkit-transform: translateZ(0);
}
#fixedTop:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
}

#fixedTop .bktxt {
    display: block;
    font-size: 1.0rem !important;
    line-height: 1.2;
    padding-top: 5px;
    color: #e01e25;
    font-weight: bold;
}

@media screen and (max-width: 480px) {
#fixedTop {
    right: 20px;
    bottom: 50px;
    width: 50px;
    height: 50px;
}
}
/*-----------------------------------
	SIDE
-------------------------------------*/
#side {
    position: fixed !important;
    top: 100px;
    right: 0;
    z-index: 30;
}
#side li {
    margin-bottom: 3px;
}
#side li#wmn {
    margin-bottom: 0;
}
.contents_box {
    margin: 0 auto;
    max-width: 800px;
    border: 5px solid #000;
    padding: 2% 3%;
    background: #fff;
    position: relative;
}
.contents_box h1 {
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
}
.contents_box h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    line-height: 1.0;
}
.contents_box h2 .labels {
    background: #e01e25;
    padding: 5px 2%;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    font-size: 1.4 !important;
}
.contents_box p {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
}
.contents_box p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
#side {
    display: none;
}
    .contents_box {
    margin: 5% auto;
    max-width: 70%;
    padding: 8%;

}
.contents_box h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    border-bottom: none;
    margin-bottom: 0;
}
.contents_box h2 {
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 5px;
    }
    .contents_box h2 .labels {
    display: block;
        margin-bottom: 5px;
        text-align: center;
        margin-right: 0 !important;
}

.contents_box p {
    font-size: 1.2rem;
}
}
/*-----------------------------------
	CONTENTS NAVI
-------------------------------------*/
#sabNav {
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
#sabNav li {
    display: block;
    width: 165px;
    margin-right: 2px;
    text-align: center;
    float: left;
    color: #fff;
    font-size: 1.3rem;
    padding: 4px 0;
    background: #888;
    border-bottom: 5px solid #ddd;
}
#sabNav li:last-child {
    margin-right: 0;
}
#sabNav li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
#sabNav li#ns {
    background: #fd7480;
    border-bottom: 5px solid #e01e25;
}
#sabNav li#wp {
    background: #4ec488;
    border-bottom: 5px solid #009c4d;
}
#sabNav li#cs {
    background: #feb739;
    border-bottom: 5px solid #ff7200;
}
#sabNav li#dh {
    background: #d3a1ea;
    border-bottom: 5px solid #ac2ee6;
}
#sabNav li#cb {
    background: #ccbc31;
    border-bottom: 5px solid #a19001;
}
#sabNav li#os {
    background: #44aeea;
    border-bottom: 5px solid #008ede;
}
#sabNav li.nshover:hover {
    background: #666;
    border-bottom: 5px solid #fd7480;
}
#sabNav li.wphover:hover {
    background: #666;
    border-bottom: 5px solid #4ec488;
}
#sabNav li.cshover:hover {
    background: #666;
    border-bottom: 5px solid #feb739;
}
#sabNav li.dhhover:hover {
    background: #666;
    border-bottom: 5px solid #d3a1ea;
}
#sabNav li.cbhover:hover {
    background: #666;
    border-bottom: 5px solid #ccbc31;
}
#sabNav li.oshover:hover {
    background: #666;
    border-bottom: 5px solid #44aeea;
}

@media screen and (max-width: 480px) {
#sabNav {
    display: none;
}
}
/*-----------------------------------
	CONTENTS AREA（下部階層）
-------------------------------------*/
#main_inbox {
    width: 900px;
    margin: 0 auto;
}
#hdr_lead {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.contLink {
    overflow: hidden;
    margin-bottom: 50px;
}
.contLink li:nth-child(odd) {
    float: left;
    margin-bottom: 10px;
}
.contLink li:nth-child(even) {
    float: right;
    margin-bottom: 10px;
}
.contLink li a {
    display: block;
    width: 421px;
    border: 2px solid #000;
    border-radius: 6px;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    background: url(/solution/home/special/introduction/share/images/ico_arw.png) no-repeat 98% 50%;
    background-size: 16px 16px;
}
.olBox {
    overflow: hidden;
    margin-bottom: 70px;
}
.olBox .imgs {
    float: left;
    width: 260px;
    margin-right: 40px;
    text-align: center;
}
.olBox .imgs img {
    width: 180px;
    height: auto;
}
.olBox .detail {
    float: left;
    width: 600px;
    padding-top: 30px;
}
.olBox h2 {
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 15px;
}
.olBox p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.olBox .example {
    width: 500px;
    margin: 0 auto;
}
.olBox .example img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 480px) {
#hdr_lead {
    clear: both !important;
    display: block;
    font-size: 1.8rem;
    background: #f5fafe;
    margin-bottom: 0;
    padding: 22px 0 10px;
}
#main_inbox {
    width: 100%;
    margin: 0 auto;
}
.contLink {
    overflow: hidden;
    margin-bottom: 50px;
}
.contLink li:nth-child(odd) {
    clear: left;
    float: none;
    margin-bottom: 10px;
}
.contLink li:nth-child(even) {
    clear: right;
    float: none;
    margin-bottom: 10px;
}
.contLink li a {
    display: block;
    width: 90%;
    padding: 5px 4%;
    font-size: 1.2rem;
}
.olBox {
    border-top: 1px solid #ccc;
    padding: 8% 0 12%;
    margin: 0;
}
.olBox .imgs {
    clear: left;
    float: none;
    width: 50%;
    margin: 0 auto !important;
    text-align: center;
}
.olBox .imgs img {
    width: 100%;
    height: auto;
}
.olBox .detail {
    clear: left;
    float: none;
    width: 100%;
    padding-top: 30px;
}
.olBox h2 {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 15px;
}
.olBox p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.olBox .example {
    width: 100%;
    margin: 0 auto;
}
.olBox .example img {
    width: 100%;
    height: auto;
}
}
/*-----------------------------------
	下部階層フッターのボタンエリア
-------------------------------------*/
#footBnr {
    clear: both;
    margin-bottom: 50px;
}
#footBnr .ftr_lead {
    text-align: center;
    border-top: 2px solid #000;
    padding: 30px 0;
    font-size: 2.6rem;
    font-weight: bold;
}
.linkBtn {
    margin-bottom: 50px;
    font-size: 2.2rem;
    line-height: 1.2;
}
.linkBtn span.hosoku {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.0rem;
    line-height: 1.4;
}
.linkBtn .yellow {
    background: #fffc00;
    display: inline !important;
}
.linkBtn a {
    color: #000;
    background: url(/solution/home/special/introduction/share/images/ico_arrow.png) no-repeat 96% 50%;
    background-size: 28px 28px;
    border: 2px solid #000;
    padding: 10px 48px 10px 20px;
    width: 368px;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    border-radius: 6px;
    font-weight: bold;
}
.linkBtn a:hover {
    background: url(/solution/home/special/introduction/share/images/ico_arrow.png) no-repeat 97% 50%;
    background-size: 28px 28px;
}

@media screen and (max-width: 480px) {
#footBnr .ftr_lead {
    font-size: 2.0rem;
}
.linkBtn {
    font-size: 1.4rem;
    line-height: 1.2;
}
.linkBtn span.hosoku {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
}
.linkBtn a {
    color: #000;
    background: url(/solution/home/special/introduction/share/images/ico_arrow.png) no-repeat 96% 50%;
    background-size: 18px 18px;
    border: 2px solid #000;
    padding: 4% 10% 4% 4%;
    width: 85%;
    display: block;
    text-decoration: none;
    text-align: left;
    border-radius: 6px;
    font-weight: bold;
}
.linkBtn a:hover {
    background-size: 18px 18px;
}
#footBnr .fl, #footBnr .fr {
    float: none;
}
}
