@charset "utf-8";

.guide{
	min-width: 320px;
	max-width: 1054px;
	margin: 0 auto;
}

.guide-heading{
	margin-top: 100px;
}

.guide-header_button{
	position: fixed;
	right: 10px;
	top: 10px;
	width: 50px;
	height: 50px;
	z-index: 150;
	background: #0d2ea1;
	color: #fff;
}
.guide-header_button-home{
	background: #ff842a;
}
.guide-header_button-office{
	background: #1098cd;
}
.guide-header_button-industry{
	background: #1a1a1a;
}
.guide-header_button span{
	width: 50%;
	height: 3px;
	position: absolute;
	top: 23px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	display: block;
}
.guide-header_button:before,
.guide-header_button:after{
	content: "";
	width: 50%;
	height: 3px;
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	display: block;
}
.guide-header_button:after{
	top: 31px;
}
.guide-header_button.is-active span {
	display: none;
}
.guide-header_button.is-active:before,
.guide-header_button.is-active:after{
	width: 60%;
	transform: translateX(-50%) rotate(-45deg) ;
	top: 23px;
}
.guide-header_button.is-active:after{
	transform: translateX(-50%) rotate(45deg);
	top: 23px;
}

.guide-navi{
	display: none;
	position: fixed;
	right:10px;
	top: 10px;
	width: 200px;
	z-index: 100;
	background: #0d2ea1;
	color: #fff;
}
.guide-navi-home{
	background: #ff842a;
}
.guide-navi-office{
	background: #1098cd;
}
.guide-navi-industry{
	background: #1a1a1a;
}
.guide-navi a{
	color: #fff;
}
.guide-navi_list{
	list-style: none;
	padding: 0;
	margin: 2em;
}
.guide-navi_codeControll {
	list-style: none;
	padding: 0;
	margin: 2em;
}
.guide-navi_codeControll li {
	margin-left: 2em;
}


main{
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0;
	flex: 1 1 auto;
	width: 100%;
}


.guide-module {
	border: 1px solid #ddd;
	border-radius: 3px;
}

.guide-module + .guide-module {
	margin-top: 50px;
}

.guide-module_heading {
	background: #fafafa;
	border-bottom: 1px solid #ddd;
	border-radius: 3px 3px 0 0;
	font-size: 1em;
	margin: 0;
	padding: 0.5rem 1rem;
	position: relative;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.guide-module_description {
	border-bottom: 1px solid #ddd;
	padding: 1rem;
	font-size: 1em;
}

.guide-module_description p {
	margin: 0;
}

.guide-module_description p + p {
	margin-top: 1em;
}

.guide-module_example {
	margin: 1em 0 0;
}

.guide-module_markup {
	color: #fff;
	font-family: "Source Code Pro", monospace;
	font-size: 0.75em;
	margin: 0;
	overflow: auto;
	padding: 0 1em;
	position: relative;
	-moz-tab-size: 2;
	tab-size: 2;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.guide-module_copy{
	background: #fafafa;
	border: 0;
	cursor: pointer;
	font-size: 0.625em;
	font-weight: 700;
	height: 100%;
	letter-spacing: 0.1em;
	padding: 0 1em;
	position: absolute;
	right: 0;
	text-rendering: optimizeLegibility;
	top: 0;
	z-index: 10;
}

.guide-module_expanderSection {
	background: #fafafa;
	border-top: 1px solid #ddd;
	border-radius: 0 0 3px 3px;
	height: 1.5rem;
	position: relative;
}

.guide-module_expander {
	background: none;
	border: 0;
	color: #4A5366;
	cursor: pointer;
	font-size: 0.625em;
	font-weight: 700;
	left: 0;
	letter-spacing: 0.1em;
	height: 100%;
	padding: 0 0.5em;
	position: absolute;
	text-rendering: optimizeLegibility;
}


.guide-layer{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(256, 256, 256, 0.1);
	z-index: 90;
}


/*追加スタイル*/
.mc_blue{
	color:#0e529f;
	font-size: 140%
}
.mc_blue.mb{
	margin-bottom: 30px;
}
.head{
	margin-top:50px; 
	border-bottom:5px #0e529f solid; 
	text-align: center;
	width: 510px;
	margin-left: auto;
	margin-right: auto;
	font-size:160%;
}
.sponly{
	display:none;
}
.pconly{
	display:block;
}
.head2{
	margin-top:50px; 
	text-align: center;
	font-size:180%;
	margin-bottom: 0;
}
.blueback{
	background:#ddebfb;
	padding:26px 0;
	width: 100%;
	/* margin-left: 20px; */
}
.mod-viewList.plus{
	margin-top: 0;
	margin-bottom: 0;
}
.mod-viewList.plus a {
    background: #2468b5 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
	font-weight:bold;
	border-radius:10px;
    margin: 0 auto;
    padding: 0.8em 1em;
    text-align: center;
    width: 328px;
}
.mod-viewList.plus2{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.mod-viewList.plus2 a {
    background: #2468b5 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 14px;
	font-weight:bold;
	border-radius:10px;
    margin: 0 auto;
    padding: 0.8em 1em;
    text-align: center;
    width: 328px;
}
.mod-compoundA707.mg {
	margin-top: 30px;
}
.mod-compoundA707_inner.ex {
	margin:62px;
}
.fontbold{
	font-weight:bold;
}
.list{
	margin:0;
	padding-left: 0;
}
.list a{
	color: #0039ae;
}
.mb0{
	margin-bottom: 0;
}
.mt0{
	margin-top: 0;
}
.list{
	padding-left: 16px;
	margin-bottom: 2em;
}
.list li {
    padding-left: 1em;
	list-style-type:none;
	list-style-position:outside;
    text-indent: -1em;
}

.mc_bold{
    font-weight: bold;
    font-size: 110%;
}

@media screen and (min-width: 641px) and (max-width: 1072px) {
.mod-mediaGrid-grid4 .mod-media img{
	width: 100%
}
}

@media screen and (max-width: 640px) {
img{
	max-width:100%;
}
.head{
	margin-top:50px; 
	border-bottom:5px #0e529f solid; 
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-size:160%;
}
.mc_blue{
	color:#0e529f;
	font-size: 140%;
	margin-bottom: 0;
}
.mc_blue.mb{
	margin-bottom: 30px;
}
.sponly{
	display:block;
}
.pconly{
	display:none;
}
.head2{
	margin-top:50px; 
	text-align: center;
	font-size:180%;
	margin-bottom: 0;
}
.blueback{
	background:#ddebfb;
	padding:5% 0;
	margin-left: 0px;
}
.mod-viewList.plus{
	margin-top: 10%;
	margin-bottom: 10%;
}
.mod-viewList.plus a {
	width: 100%;
}
.mod-viewList.plus2{
	margin-top: 0;
	margin-bottom: 0;
}
.mod-compoundA707_inner.ex {
	margin: 30px;
}
.mod-viewList.plus2 a {
	width: 100%;
}
.mod-compoundA707.mg {
	margin-top: 23px;
}
.mod-freeC313 .mod-freeC313_item.mb {
	margin-bottom: 50px;
}
.mc_bold{
    text-align: left;
}
}






