@charset "utf-8";
/* CSS Document */

/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/*SP時ヘッダー位置*/
.wrapper_ {
    margin-top: 125px;
}

/*SP時ヘッダー検索窓非表示*/
.globalmenu_ form{
    display:none;
    text-decoration-line: none;
}

a:hover{
    opacity: 0.5 ;
    color: #000000;
    text-decoration-line: none;
}

/*ページ内リンク移動位置*/
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -120px;
    text-decoration-line: none;
    opacity: 1.0;
}


/* モバイルレイアウト : 480 px およびそれ以下. */
@media only screen and (max-width: 768px){

.y_demo_machine {
}

.content {
}

.contents {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
}

.top_img {
}

.standard {
    margin-top: 24px;
}

.standard h1 {
    margin-bottom: 30px;
}

.standard h1 span {
    background: linear-gradient(transparent 60%, #FFFF00 0%);
    /* background-position-y: 110px; */
    font-size: 32px;
    font-weight: 700;
    color: #1b2d63;
}

.standard .text {
    width: 96%;
    margin: 0 auto;
}

.standard .text p {
    font-size: 16px;
    line-height: 1.5em;
}

.standard .text p span {
    font-weight: 700;
    color: #ff0000;
}

.inquiry {
}

.inquiry_btn {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.inquiry_btn a {
    display: block;
    background: #1b2d63;
    border-radius: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding: 4% 0%;
    text-align: center;
    text-decoration: none;
}

.notes {    
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: left;
}

.notes p {
    font-size: 12px;
    line-height: 1.5em;
}

.subject {
    margin: 50px 0px;
    padding: 20px 0px;
    background: #e5e5e5;
}

.subject h2,
.flow h2 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.subject > p {
    margin-top: 16px;
    font-size: 16px;
}

.target_device {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.device {
    margin-bottom: 20px;
}

.device p {
    margin-top: 11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
}

.device a {
    text-decoration: none;
}

.flow > p {
    margin-top: 50px;
    font-size: 16px;
}

.flow {
}

.flowchart {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
}

.chart {
display: flex;
    align-items: center;
    flex-direction: column;
    margin: 20px 0px 30px 0;
}

.chart img {
}

.chart p {
    width: 94%;
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
}

.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: -16px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #9a9a9a;
}
}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {

.y_demo_machine {
}

.content {
}

.contents {
    width: 960px;
    margin: 0 auto;
    margin-bottom: 150px;
    text-align: center;
}

.br-sp {
    display: none;
}

.top_img {
}

.standard {
    margin-top: 80px;
}

.standard h1 {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    color: #1b2d63;
}

.standard h1 span {
    background: linear-gradient(transparent 70%, #FFFF00 0%);
    background-position-y: 110px;
}

.standard .text {
}

.standard .text p {
    font-size: 20px;
    line-height: 1.5em;
}

.standard .text p span {
    font-weight: 700;
    color: #ff0000;
}

.inquiry {
}

.inquiry_btn {
    width: 450px;
    margin: 0 auto;
    margin-top: 10px;
}

.inquiry_btn a {
    display: block;
    background: #1b2d63;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    padding: 4% 0%;
    text-align: center;
}

.notes {    
margin-left: 135px;
    margin-top: 20px;
    text-align: left;
}

.notes p {
    font-size: 16px;
    line-height: 1.5em;
}

.subject {
    margin: 50px 0px;
    padding: 50px 0px;
    background: #e5e5e5;
}

.subject h2,
.flow h2 {
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.subject > p {
    margin-top: 50px;
    font-size: 20px;
}

.target_device {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

.device {
    margin-top: 25px;
}

.device p {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
}

.device a {
}

.flow {
    margin-top: 130px;
}

.flow > p {
    margin-top: 50px;
    font-size: 20px;
}

.flowchart {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    margin-top: 45px;
}

.chart {
    display: flex;
    align-items: center;
    margin: 20px 0px 65px 0;
}

.chart img {
}

.chart p {
    margin-left: 50px;
    text-align: left;
    font-size: 20px;
    line-height: 1.5em;
}

.triangle {
    width: 0;
    height: 0;
    margin: 0 auto;
    margin-top: -7px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #9a9a9a;
}
}