@charset 'UTF-8';
/* CSS Document */

@media only screen and (max-width: 768px)
{
    body
    {
        min-width: inherit;
    }
	
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

@media only screen and (max-width: 1000px)
{
	
	body
    {
    	/* overflow-x: auto; */
	}
	
	div.wrapper {
		min-width: 100%;
		padding-top: 0;
		/* overflow-x: auto;  */
	}
}

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

    /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ common */

    div.inner
    {
        box-sizing: border-box;
        width: 100%;
        min-width: 100%;
		padding: 0 1em;
    }
	
    .default
    {
        display: none;
    }
    .responsive
    {
        display: block;
    }
	
	.resp_fs1 { font-size: 0.8rem !important; }
	.resp_fs2 { font-size: 1.0rem !important; }
	.resp_fs3 { font-size: 1.2rem !important; }
	.resp_fs4 { font-size: 1.3rem !important; }
	.resp_fs5 { font-size: 1.4rem !important; }
	.resp_fs6 { font-size: 1.8rem !important; }
	.resp_fs7 { font-size: 2.4rem !important; }
	.resp_fs8 { font-size: 3.6rem !important; }
	.resp_fs9 { font-size: 4.8rem !important; }
	
	.resp_w5 { width: 5% !important; }
	.resp_w10 { width: 10% !important; }
	.resp_w15 { width: 15% !important; }
	.resp_w16 { width: 16% !important; }
	.resp_w20 { width: 20% !important; }
	.resp_w22 { width: 22% !important; }
	.resp_w24 { width: 24% !important; }
	.resp_w25 { width: 25% !important; }
	.resp_w28 { width: 28% !important; }
	.resp_w30 { width: 30% !important; }
	.resp_w32 { width: 32% !important; }
	.resp_w40 { width: 40% !important; }
	.resp_w45 { width: 45% !important; }
	.resp_w49 { width: 49% !important; }
	.resp_w50 { width: 50% !important; }
	.resp_w51 { width: 51% !important; }
	.resp_w55 { width: 55% !important; }
	.resp_w60 { width: 60% !important; }
	.resp_w68 { width: 68% !important; }
	.resp_w70 { width: 70% !important; }
	.resp_w72 { width: 72% !important; }
	.resp_w75 { width: 75% !important; }
	.resp_w76 { width: 76% !important; }
	.resp_w78 { width: 78% !important; }
	.resp_w80 { width: 80% !important; }
	.resp_w84 { width: 84% !important; }
	.resp_w85 { width: 85% !important; }
	.resp_w90 { width: 90% !important; }
	.resp_w95 { width: 95% !important; }
	.resp_w100 { width: 100% !important; }
	
	.resp_tc {
		text-align: center !important;
	}
	
	.resp_tl {
		text-align: left !important;
	}
	
	.resp_tr {
		text-align: right !important;
	}
	
	.resp_vt {
		vertical-align: top !important;
	}
	
	.resp_vm {
		vertical-align: middle !important;
	}
	
	.resp_vb {
		vertical-align: bottom !important;
	}
	
	.resp_m_o0 { margin-top: 0 !important; }
	.resp_m_o1 { margin-top: 1% !important; }
	.resp_m_o2 { margin-top: 2% !important; }
	.resp_m_o4 { margin-top: 4% !important; }
	
	.resp_m_l0 { margin-left: 0 !important; }
	.resp_m_l1 { margin-left: 1% !important; }
	.resp_m_l2 { margin-left: 2% !important; }
	.resp_m_l4 { margin-left: 4% !important; }
	
	.resp_m_r0 { margin-right: 0 !important; }
	.resp_m_r1 { margin-right: 1% !important; }
	.resp_m_r2 { margin-right: 2% !important; }
	.resp_m_r4 { margin-right: 4% !important; }
	
	.resp_m_u0 { margin-bottom: 0 !important; }
	.resp_m_u5 { margin-bottom: 5px !important; }
	.resp_m_u10 { margin-bottom: 10px !important; }
	.resp_m_u20 { margin-bottom: 20px !important; }
	.resp_m_u30 { margin-bottom: 30px !important; }
	.resp_m_u40 { margin-bottom: 40px !important; }
	.resp_m_u50 { margin-bottom: 50px !important; }
	.resp_m_u60 { margin-bottom: 60px !important; }
	.resp_m_u80 { margin-bottom: 80px !important; }
	
	.resp_p_o0 { padding-top: 0 !important; }
	.resp_p_o1 { padding-top: 1% !important; }
	.resp_p_o2 { padding-top: 2% !important; }
	.resp_p_o4 { padding-top: 4% !important; }
	
	.resp_p_l0 { padding-left: 0 !important; }
	.resp_p_l1 { padding-left: 1% !important; }
	.resp_p_l2 { padding-left: 2% !important; }
	.resp_p_l4 { padding-left: 4% !important; }
	
	.resp_p_r0 { padding-right: 0 !important; }
	.resp_p_r1 { padding-right: 1% !important; }
	.resp_p_r2 { padding-right: 2% !important; }
	.resp_p_r4 { padding-right: 4% !important; }
	
	.resp_p_u0 { padding-bottom: 0 !important; }
	.resp_p_u5 { padding-bottom: 5px !important; }
	.resp_p_u10 { padding-bottom: 10px !important; }
	.resp_p_u20 { padding-bottom: 20px !important; }
	.resp_p_u30 { padding-bottom: 30px !important; }
	.resp_p_u40 { padding-bottom: 40px !important; }
	.resp_p_u50 { padding-bottom: 50px !important; }
	.resp_p_u60 { padding-bottom: 60px !important; }
	.resp_p_u80 { padding-bottom: 80px !important; }

	
	.fl,
	.fr {
		float: none;
	}
	
	.resp_fl {
		float: left;
	}
	
	.resp_fr {
		float: right;
	}
	
	.resp_center {
		margin-right: auto;
		margin-left: auto;
	}
	
	.google-maps {
		position: relative;
		padding-bottom: 75%;
		height: 0;
		overflow: hidden;
	}
	
	.google-maps iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}

	.movieWrap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}
	 
	.movieWrap iframe,
	.movieWrap object,
	.movieWrap a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;
	}
	
	
	
	
	/* table.deco-tb.form -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

	table.resp_block {
		border: none;
		box-sizing: border-box;
	}
	
	table.deco-tb.resp_block {
		border: none;
	}
	
	table.resp_block thead {
		display: none;
	}
	
	table.resp_block tr {
		display: block;
		/*border: none;
		margin-bottom: 2em; */
		/* border: 1px solid #e9ecef; */
		padding: 0;
		
		/* border-radius: 5px; */
	}

	table.resp_block th {
		display: block;
		width: 100%;
		box-sizing: border-box;
	    padding: 0.8em 0.2em 0 0.2em;
		
		border-bottom: none;
	}

	table.resp_block td {
		display: block;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		border: none;
		margin-bottom: 0.8em;
	}
	
	table.deco-tb.supplier {border: none;}
table.deco-tb.supplier th {border-bottom: none;}
table.deco-tb.supplier td {border: none;}

	
	/* table.resp_block tr td:last-child {
		margin-bottom: 0;
	}
	
	table.resp_block tr td:first-child {
		border-top: none;
	}
	
	table.resp_block td:before {
		content: attr(data-text)"";
		display: block;
		width: 100%;
		font-weight: bold;
		padding-top: 1em;
		background: #f8f8f8;
		border: 1px solid #e9ecef;
		border-left: none;
		border-right: none;
		padding: 0 0.5em;
		box-sizing: border-box;
		margin-bottom: 0.5em;
	}	 */
	
	
	/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------cell combine セルを結合するばあい */
	
	table.resp_block td.border-top-0 {
		display: none;
	}
	
	table.resp_block tr.cellcombine {
		margin-bottom: 0;
		border-top: none;
		border-bottom: none;
		border-radius: 0;
	}
	
	table.resp_block tr.cellcombine:nth-child(2n) {
		background: #f8f8f8;
	}
	
	table.resp_block tr.cellcombine.first {
		border-top: 1px solid #eee;
		border-radius: 5px 5px 0 0;

	}
		
	table.resp_block tr.cellcombine.last {
		border-bottom: 1px solid #eee;
		border-radius: 0 0 5px 5px;
		margin-bottom: 2em;
	}
	
	
	
	
	
	
	
	/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ responsive-type-outer */
	
	div.responsive-type-outer {
		overflow-x: scroll;
    	-webkit-overflow-scrolling: touch;	
	}
	
	div.responsive-type-outer table.deco-tb {
		table-layout: auto;
		white-space: nowrap;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
    /* -------------------------------------------------------- header */

    header
    {
        width: 100%;
		position: relative;
    }
	
	header > div.inner {
		height: auto;
        padding: 0;
		max-height: none;
	}
	
    header div.top
	{
		display: none;
	}
	
	header div.logo {
		float: none;
		padding: 0.5em 0 0.5em 0.5em;
	}
	
	header div.logo a img,
	footer div.logo a img
	{
		width: 85%;
		height: auto;
		display: block;
	}

    /* -------------------------------------------------------- header ul.utility */
	
	header>div.inner.clearfix>div.fr {
		float: none;
	}

	header ul.utility {
		background: #f0f0f0;
    }

	header ul.utility {
		width: 100%;
		text-align: center;
    }

	header ul.utility li a {
		font-size: 1.1rem;
		white-space: nowrap;
		padding: 0 0.2em;
	}
	
	header ul.utility li a::before {
		border: none;
		content: "";
		height: auto;
		left: 0;
		margin: 0;
		position: relative;
		top: 0;
		transform: none;
		width: auto;
	}
    
	/* -------------------------------------------------------- header nav */

    header nav
    {
        left: 0;

        overflow: visible;

        width: 100%;
    }

    header nav div.inner
    {
        width: 100%;
        padding: 0;
    }

    header nav ul
    {
        display: block;
        overflow: hidden;

        width: 100%;
        max-height: 0;
        margin: 0 auto;

        transition: all .5s ease-in-out;
    }

    header nav ul.active
    {
        max-height: 1000px;
    }

    header nav ul li
    {
        font-size: 1.6rem;

        display: block;

        /* border-bottom: 1px solid #e6e6e6; */
		height: 100%;
    }
	
	header nav ul li:first-child
    {
        /* border-top: 1px solid #e6e6e6; */
    }
	
    header nav ul li:last-child
    {
        border-bottom: none;
    }

    header nav ul li a
    {
        font-weight: bold;

        position: relative;

        display: block;

        box-sizing: border-box;
        width: 100%;
		height: 100%;
        padding: 18px 20px;

        text-align: left;
		
		font-size: 1.6rem;
    }

    header nav ul li a:after,
    header nav ul li a.current:after
    {
        position: absolute;
        top: 50%;
        right: 15px;
		left: inherit;

        display: block;

        width: 5px;
        height: 5px;
        margin-top: -5px;

        content: '';
        transition: all .2s ease-in-out;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);

        border-top: 1px solid #50b3ed;
        border-right: 1px solid #50b3ed;
		
        background: none;
    }

    header nav ul li:first-child a::before
    {
        position: relative;
        top: auto;
        left: 0;

        width: auto;
        height: auto;
        margin-top: 0;

        content: '';

        background: none;
    }    
	
	/*
    header nav ul li a::after
    {
        position: relative;
        z-index: 9999;
        bottom: 0;
        left: 0;

        width: 0;
        height: auto;

        content: '';

        background: none;
    }
	*/

    nav ul li a:hover::after {
        left: inherit;

        width: 5px;
		border-right: 2px solid #50b3ed;
		border-top: 2px solid #50b3ed;
    }
	
	nav ul li a:hover::after {
		position: absolute;
		top: 50%;
		right: 15px;
		left: inherit;
	
		display: block;
	
		width: 5px;
		height: 5px;
		margin-top: -5px;
	
		content: '';
		transition: all .2s ease-in-out;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	
		border-top: 1px solid #50b3ed;
		border-right: 1px solid #50b3ed;
		
		background: none;
	}

	
	nav ul li.current a
	{
		color: #333;
	}
	
	nav ul li.current:after
	{
		position: relative;
		content: "";
		bottom: 0;
		width: auto;
		height: 0;
		left: 0;
		background: none;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
	
    /* -------------------------------------------------------- menuButton */

    header div.menuButton
    {
        position: absolute;
		top: 0;
		right: 0;

        display: block;

        width: 40px;
        height: 40px;

    }

    header div.menuButton div.menu-trigger
    {
        display: block;

        cursor: pointer;
    }

    header div.menuButton div.menu-trigger > div
    {
        position: relative;

        display: block;

        width: 40px;
        height: 40px;
        margin: 0 auto;
    }

    header div.menuButton div.menu-trigger > div div.label
    {
        font-size: 1.0rem;
        font-weight: bold;

        position: absolute;

        box-sizing: border-box;
        width: 40px;

        color: #50b3ed;
		
		bottom: -0.5em;
		text-align: center;
    }

    header div.menuButton div.menu-trigger > div div.label::before
    {
        content: 'MENU';
    }

    header div.menuButton div.menu-trigger > div div.label.open::before
    {
        content: 'CLOSE';
    }

    header div.menuButton div.menu-trigger > div div.hamburger
    {
        position: relative;

        width: 40px;
        height: 40px;
    }

    header div.menuButton span
    {
        position: absolute;
        left: 0;

        display: inline-block;

        box-sizing: border-box;
        width: 20px;
        height: 2px;

        transition: all .4s;

        background: #50b3ed;
    }

    header div.menuButton span:nth-of-type(1)
    {
        top: 13px;
        left: 10px;
    }

    header div.menuButton span:nth-of-type(2)
    {
        top: 19px;
        left: 10px;
    }

    header div.menuButton span:nth-of-type(3)
    {
        bottom: 13px;
        left: 10px;
    }

    header div.menuButton.active span:nth-of-type(1)
    {
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
    }

    header div.menuButton.active span:nth-of-type(2)
    {
        opacity: 0;
    }

    header div.menuButton.active span:nth-of-type(3)
    {
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
    }

    /* ie9 */
	/*
    html.ie9 header div.menuButton
    {
        position: relative;

        display: block;

        width: 100%;
        height: 40px;

        background: #003e6c;
    }

    html.ie9 header div.menuButton div.menu-trigger > div div.hamburger
    {
        background: url(../img/menubutton.png) no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    html.ie9 header div.menuButton.active div.menu-trigger > div div.hamburger
    {
        background: url(../img/menubutton_active.png) no-repeat;
        background-position: center;
        background-size: 20px 20px;
    }

    html.ie9 header div.menuButton span
    {
        display: none;
    }
	*/
	
	
	 /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ common */

section div.headline h2 {
    font-size: 2rem;
    font-weight: bold;
	padding: 0 1em;
}


	 /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.mainVisual */

section.mainVisual {
	padding-top: 20px;
}
	 
section.mainVisual div.titleWrap {
    float: none;
    width: 100%;
}
	
section.mainVisual div.titleWrap div.copies {
    padding: 1em;
    position: relative;
}	
		
section.mainVisual div.title div.en img {
    height: auto;
    width: 200px;
}	
	
section.mainVisual div.title div.ja h2 {
    font-size: 3.6rem;
    line-height: 1.5;
	margin-bottom: 0.5em;
}
	
section.mainVisual div.visual {
	float: none;
	width: 100%;
}

section.mainVisual div.description {
	white-space: normal;


}
	
 /* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.introduction */	
	
	
section.introduction div.photo {
	background-position: 56% 0;
}

section.introduction div.ourmission div.fl,
section.introduction div.ourmission div.fr {
    margin-bottom: 20px;
    width: 100%;
}
	
section.introduction div.ourmission {
    padding: 20px 0 20px;
}
	
section.introduction div.ourmission div.fr.description {
    padding: 40px 20px;
}

section.introduction div.photo+div.description {
	padding: 0 1.5em;
	font-size: 1.7rem;
}
	
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.vision */		
	
	
section.vision div.headline+div.description {
	padding: 0 1em;
}
	
section.vision div.boxWrap {
    max-height: inherit;
}
	
section.vision div.boxWrap div.box {
    display: block;
    height: auto;
    padding: 40px 20px;
    position: relative;
    width: 100%;
}

section.vision div.boxWrap:nth-child(1) div.box,
section.vision div.boxWrap:nth-child(2) div.box,
section.vision div.boxWrap:nth-child(3) div.box {
    left: 0;
    top: 0;
}

section.vision div.thumbnailWrap {
	width: 100%;
	overflow: hidden;
}

section.vision img.thumbnail {
    display: block;
    max-width: inherit;
	width: 200%;
}

section.vision div.boxWrap:nth-child(1) img.thumbnail {
	width: 200%;
	margin-left: -70%;
}

section.vision div.boxWrap div.box div.number {
    left: 20px;
    position: absolute;
    top: -1.5em;
}

section.vision div.boxWrap div.box div.description {
    padding: 0;
}

section.vision div.boxWrap div.box div.number img {
    height: 60px;
    width: 300px;
	max-width: inherit;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.greeting */	
	
section.greeting div.inner {
    width: 100%;
}	
	
	/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.interview */	
	
	
	
	
	
section.interview {
	
}

section.interview div.box {
	width: 90%;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}

section.interview div.box div.head {
	margin-bottom: 20px;
	font-size: 1.8rem;
}

section.interview div.box:last-child {
	margin-right: auto;
}
	
	/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.overview */
		
	
section.overview div.contentsWrap,
div.contentsWrap {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 20px;
	box-sizing: border-box;
}	

section.overview div.contentsWrap ul.column2 li {
	width: 100%;
	float: none;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ section.contents */

section.contents div.wrap
{	
	padding: 1em 1.5em;
	box-sizing: border-box;
}

section.contents h2 {
	font-size: 2.4rem;
	line-height: 1.5;
    font-weight: bold;
	padding: 0.5em 0 0.5em 0; 
    margin: 2em 0 0.5em;
	display: inline-block;
	position: relative;
	
	/* color: #0047a5; */
}	

}