@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* =======================================
	style.css
======================================= */
body {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-style: normal; 
	font-weight:100;
	letter-spacing: 1px;
	font-size: 1em;
	line-height:1.8em;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
    text-rendering: optimizelegibility;
    counter-reset: titleNum;
	<img src="../images/03plus_rogo.png" alt=""/>}

a {
	color: #69C;
	text-decoration: underline;
	}

a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    text-decoration: none;
	}

h1{
	font-size: 0.6em;
	margin: 5px 0px 30px 20px;
	width: 400px;
}

h1, h2, h3, h4, h5, h6 {
	color: #555555;
	}

p {
	color: #555555;
	}

img {
	max-width:100%;
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:top;
	}

span {
	font-size: 100%;
	}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
	}

/* =======================================
	コンテンツラップ
======================================= */

.contents_wrap {
	position:absolute;
	width: 100%;
	top:0;
	z-index: -1;
	}

.contentscenter {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
/*	height: 34px;*/
	padding: 0px 0 0;
	text-align: center;
	margin-bottom: 8%;
	}

/* =======================================
	各コンテンツエリア
======================================= */

/* コンテンツエリア */
.container {
	width: 100%;
	max-width: 100%;	
	margin: 0 auto;
	background: #fff;
	}

.contentscenterwrapper {
	width: 5%;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
	padding: 0px 0 0;
	}

.pagewrap {
	width: 1150px;
	max-width: 90%;
	margin: 0 auto;
	height: auto;
	padding: 0;
	}

.wrapper {
	overflow: hidden;
	}

/* =======================================
	レイアウト グリッド関連
======================================= */

/* デバイス別の表示 */
.pc {
	display: block;
	position: relative;
//	width: 100%;
	}

.minipc, .tab, .tab600, .sp {
	display: none;
	}

/* カラム */
.col {
	float: left;
	margin-left: 3.2%;
	}

/* カラムのmargin-bottom 20px */
.col_bottom20 {
	float: left;
	margin-left: 3.2%;
	margin-bottom: 20px;
	}

/* 1カラム */
.fullwidth .col{
	float: none;
	margin-left: 0;
	}

/* 2カラム */
.grid2 .col_bottom20, 
.grid2 .col {
	width: 48.4%;
	}

/* 3カラム */
.grid3 .col {
	width: 31.2%;
	}

/* 4カラム */
.grid4 .col {
	width: 22.6%;
	}

/* 5カラム */
.grid5 .col {
	width: 17.44%;
	}

/* 6カラム */
.grid6 .col {
	width: 14%;
	}

/* カラムのclear */
.grid6 .col:nth-of-type(6n+1),
.grid5 .col:nth-of-type(5n+1),
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

.grid6 .col_bottom20:nth-of-type(6n+1),
.grid5 .col_bottom20:nth-of-type(5n+1),
.grid4 .col_bottom20:nth-of-type(4n+1),
.grid3 .col_bottom20:nth-of-type(3n+1),
.grid2 .col_bottom20:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

/* 2カラムの横幅非対称の場合 */
.col_70p {
	float: left;
	margin-left: 0;
	}

.col_30p {
	float: left;
	margin-left: 3.2%;
	}
	
.grid2 .col_70p {
	width: 70%;
	}

.grid2 .col_30p {
	width: 26.8%;
	}

.grid2 .col_70p:nth-of-type(2n+1),
.grid2 .col_30p:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}


/* =======================================
	ヘッダ
======================================= */






/* 三角＋長方形 */
.arrow_down {
	font-size: 50px;
	position: relative;
	width: 0.6em;
	height: 1em;
	background-color: #0ddc13;
	}

.arrow_down::before {
	position: absolute;
	top: 0.8em;
	left: -0.5em;
	width: 0;
	height: 0;
	content: "";
	border-top: 0.8em solid #0ddc13;
	border-left: 0.8em solid transparent;
	border-right: 0.8em solid transparent;
	}

/* 矢印アイコン */
.ul_arrowicon{
	position: relative;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
	}

.ul_arrowicon::before{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	background-color: #fff;
	}

.ul_arrowicon::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 0;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 5px solid #16c41f;
	}

.main_area {
    max-height: 500px;
    overflow: hidden;
}

.main_area img{
    height: auto;
    width: 100%;
}


/* =======================================
	メインエリア
======================================= */

#main_area {
	width: 100%;
	max-width: 100%;
	height: auto;	
	margin: 0 auto;
	background: #fff url(../images/main_bg_image.jpg) no-repeat center center; 
	background-size: cover;
	position: relative;
	}

.mainwrap {
	position: relative;
	width: 1100px;
	max-width: 90%;
	margin: 0 auto;
	height: auto;
	padding: 0px 0 0;
	overflow: hidden;
	}

/* メインエリア内の空欄 */
.mainarea_blank {
	clear: both;
	height: 115px;
	}

/* メインエリア内のボタン */
.mainwrap_buttonwrapper {
	position: absolute;
	width: 30%;
	z-index: 2;
	top: 67%;
	right: 21%;
	}

.mainwrap_btn {
	display: inline-block;
	width: 100%;
	height: 54px;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	line-height: 1.2em;
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.mainwrap_btn::before,
.mainwrap_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.mainwrap_btn,
.mainwrap_btn::before,
.mainwrap_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.mainwrap_btn {
	position: relative;
	z-index: 2;
	background-color: #ff8d00;
	border: 1px solid #ff8d00;
	color: #fff;
	line-height: 50px;
	overflow: hidden;
	}

.mainwrap_btn:hover {
	color: #ff8d00;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    text-decoration: none;
	}

.mainwrap_btn::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.mainwrap_btn:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #fff;
	}

/* =======================================
	ブロック
======================================= */

/* ブロック basic_type */
.block_basic_type {
	position: relative;
	width: 97%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_basic_type h2 {
	font-size: 1.6em;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.8em;
    padding: 0.5em 0;
	}

.block_basic_type h3 {
	font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.13em;
    line-height: 1.8em;
    padding: 0.5em 0;
	}

.block_basic_type .ti {
	font-size: 1.5em;
    font-weight: 600;
    letter-spacing: 0.13em;
    line-height: 1.8em;
    padding: 0.5em 0;
    text-align: center;
    color: #fff;
	}

.block_basic_type p {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0em;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	}

.block_basic_type ul {
	list-style: disc;
	padding-left: 1.5em;
	}

.block_basic_type ul li {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	}

.block_basic_type ul li ul {
	list-style: outside none circle;
	padding-left: 1.5em;
	}

.block_basic_type ul li ul li  {
	list-style: outside none circle;
	padding-left: 1.5em;
	}
.block_basic_type ol {
	list-style-type: circle;
}
/* ブロック type01 */
.block_type01 {
	position: relative;
	width: 90%;
	height: auto;
	margin: 60px auto;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type01 h2 {
	display: block;
    font-size: 2.4em;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding-bottom: 40px;
	}

.block_type01 h2 span {
	position: relative;
	width: 38%;
	margin: 0 auto 50px;
	display: block;
	font-size: 0.6em;
	line-height: 1.8em;
	padding-bottom: 0.3em;
	border-bottom: 4px solid #ccc;
	}

.block_type01 h2 span::after {
	position: absolute;
	bottom: -4px;
	left: 0;s
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #0ddc13;
	}

.block_type01 p {
	display: inline-block;
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0em;
	padding: 0px;
	margin: 0;
	}
	
.block_type01 p span {
	display: block;
	}

.block_type01 em {
	color: #ff7f00;
	}

/* ブロック type02 */
.block_type02 {
	position: relative;
	width: 90%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type02 h3 {
    color: #555555;
    counter-increment: titleNum;
    display: inline-block;
    width: 100%;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin:　20px auto;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    min-height: 60px;
}

.block_type02 h3::before {
	position: absolute;
	top: 0;
	left: 43%;
	content: counter(titleNum);
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #0ddc13;
	border-radius: 100%;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	}

.block_type02 h3::after {
    background-color: #555555;
    content: "";
    height: 0px;
    left: 0px;
    margin-left: 0%;
    position: absolute;
    top: 0px;
    width: 0px;
}

.block_type02 h4 {
    color: #555555;
    counter-increment: titleNum;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin: 20px auto;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    }

.block_type02 h4::before {
	position: absolute;
	top: 0;
	left: 43%;
	content: counter(titleNum);
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #0ddc13;
	border-radius: 100%;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	}

.block_type02 ul {
	list-style: disc;
	padding: 0 1.6em;
	}

.block_type02 ul li {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	}

.block_type02 ul li ul {
	list-style: outside none circle;
	padding-left: 1.5em;
	}

.block_type02 ul li ul li ol {
	list-style: outside none circle;
	padding-left: 1.5em;
	}

.block_type02 p {
	display: inline-block;
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0em;
	padding: 10px 0;
	margin: 0;
	}

/* ブロック type03 */
.block_type03 {
	position: relative;
	width: 90%;
	height: auto;
	margin: 30px auto;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type03 h3 {
    color: #555555;
    display: inline-block;
    width: 100%;
    font-size: 1.3em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin: 10px auto;
    padding: 0px 0 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    }

.block_type03 h4 {
    color: #555555;
    display: inline-block;
    width: 100%;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin: 20px auto;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    }

.block_type03 h4::before {
	position: absolute;
	top: 0;
	left: 43%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color: #0ddc13;
	border-radius: 100%;
	color: #fff;
	font-size: 0.9em;
	text-align: center;
	}

.block_type03 ul {
	list-style: disc;
	padding: 0 1.6em;
	}

.block_type03 ul li {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	}

.block_type03 ul li ul {
	list-style: outside none circle;
	padding-left: 1.5em;
	}

.block_type03 ul li ul li ol {
	list-style: outside none circle;
	padding-left: 1.5em;
	}

.block_type03 p {
	display: inline-block;
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0em;
	padding: 10px 0;
	margin: 0;
    text-align: left;
	}

.box6{
	 display: flex;
	 flex-wrap: nowrap;
	 margin: 8px;
}

.item-image {
	width: 30%;
}

.item-text {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 0.8em;
  color: #555555;
  text-align: left;
}

/* ブロック type04 */
.block_type04 {
	position: relative;
	width: 90%;
	height: auto;
	margin: 60px auto;
    margin-bottom: 0px;
    text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type04 h2 {
	display: block;
    font-size: 2.4em;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding-bottom: 50px;
	}

.block_type04 h2 span {
	position: relative;
	width: 38%;
	margin: 0 auto 30px;
	display: block;
	font-size: 0.6em;
	line-height: 1.8em;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	}

.block_type04 h2 span::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #0ddc13;
	}

.block_type04 em {
	color: #ff7f00;
	}

/* ブロック basic_type05 */
.block_type05 {
	position: relative;
	width: 97%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type05 h3 {
    padding: 10px 0px 10px 0px;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1em; 
    }

.block_type05 p {
	color: #555555;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0em;
	vertical-align: middle;
	}

.block_type05 span {
	color: #555555;
	font-size: 1em;
    font-weight: 300;
	letter-spacing: 0em;
	}

.block_type05 ul {
	list-style: disc;
	padding-left: 1.5em;
	}

.block_type05 ul li {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	}

/* 2018/08/01 add */
.block_type05 a table {
    text-decoration: none;
    }


/* ブロック basic_type06 */
.block_type06 {
	position: relative;
	width: 97%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type06 h3 {
    padding: 10px 0px 10px 0px;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    color: #16c41f;
    }

.block_type06 p {
	color: #555555;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0em;
	vertical-align: middle;
	}

.block_type06 span {
	color: #555555;
	font-size: 0.8em;
    font-weight: 300;
	letter-spacing: 0em;
	}

.block_type06 a {
    color: #69C;
    letter-spacing: 0em;
    font-size: 0.9em;
    }

.block_type06 select {
    font-size: 1em;
    width: 60px;
    height: 30px;
    }

.block_type06 table {
    width:100%;
    height:auto;
    border:none;
	color: #555555;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0em;
	vertical-align: middle;
	}

.block_type06 td.left  {
    padding-top: 0!important;
    padding-bottom: 0!important;
    text-align: left;
    border: none;
    }

.block_type06 td.right  {
    padding-top: 0!important;
    padding-bottom: 0!important;
    text-align: right;
    border: none;
    }


.selectwrap {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    vertical-align: text-bottom;
    }

.selectwrap input{
    font-size: 1em;
    width: 60px;
    height: 30px;
    }

/* ブロック basic_type07 */
.block_type07 {
	position: relative;
	width: 97%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type07 h2 {
    padding: 10px 0px 10px 0px;
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    color: #16c41f;
    }

.block_type07 h3 {
    padding: 20px 0px 20px 0px;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
	background-color: #16c41f;
    border-radius: 0px; 
    }

.block_type07 p {
    margin-top: 20px;
    color: #555555;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0em;
	vertical-align: middle;
    line-height: 1.5em;
	}

.block_type07 p span {
	color: #555555;
	font-size: 0.7em;
	letter-spacing: 0em;
    line-height: 1em;
    font-weight: 300;
    }

.block_type07 a {
    color: #69C;
    letter-spacing: 0em;
    font-size: 0.9em;
    }



/* ブロック basic_type08 */
.block_type08 {
	position: relative;
	width: 97%;
	height: auto;
	margin: 10px auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type08 h3 {
    padding: 10px 0px 10px 0px;
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    color: #16c41f;
    }

.block_type08 p {
	color: #555555;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0em;
	vertical-align: middle;
	}

.block_type08 span {
	color: #555555;
	font-size: 0.8em;
    font-weight: 300;
	letter-spacing: 0em;
	}

.block_type08 a {
    color: #69C;
    letter-spacing: 0em;
    font-size: 0.9em;
    }

.block_type08 select {
    font-size: 1em;
    width: 60px;
    height: 30px;
    }

.block_type08 table {
    width:100%;
    height:auto;
    border:none;
	color: #555555;
	font-size: 1.0em;
	font-weight: normal;
	letter-spacing: 0em;
	vertical-align: middle;
	}

.block_type08 td.left  {
    padding-top: 0!important;
    padding-bottom: 0!important;
    text-align: left;
    border: none;
    }

.block_type08 td.right  {
    padding-top: 0!important;
    padding-bottom: 0!important;
    text-align: right;
    border: none;
    }


/* ブロック basic_pickup */
.block_type_pickup {
	position: relative;
	width: 100%;
	height: auto;
	margin: 10px auto;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	}

.block_type_pickup_box {
    display: inline-block;
    margin: 0;
	padding: 10px 10px 10px 20px;
    font-size: 2em;
    font-weight: 600;
    color: #fff;
	box-sizing: border-box;
	background-color: #ff7f00;
    border-radius: 0px; 
    }

.block_type_pickup_h2_box {
    display: inline-block;
    }

.block_type_pickup_h2_box h2 {
    font-size: 2em;
    color: #ff7f00;
    padding-left: 20px;
    line-height: 1em;
    font-weight: 600;
    }

/* ブロック 入れ子 */
.block_in_block {
	position: relative:
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
	}

.block_in_block_contents_left {
	width: 50%;
	padding-right: 1.5%;
	box-sizing: border-box;
	float: left;
	}

.block_in_block_contents_right {
	width: 50%;
	padding-left:1.5%;
	box-sizing: border-box;
	float: right;
	}

/* ブロックの中央揃い*/
.block_center {
	text-align: center;
	}

.block_image_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	}

.block_image_wrap img {
	display: block;
	width: 75%;
	margin: 0 auto;
	}

.block_image_wrap h3 {
	padding: 10px 0;
	}

.block_image_wrap p {
	padding: 0 20px 30px;
	}
/* ブロック basic_type */

.block_banner {
	width: 100%;
	height: auto;
	margin: 10px auto;
    line-height:0.7em
}

.block_banner span{
    color: #fff;
    font-size: 0.6em;
    vertical-align: bottom;
}

.block_banner01 {
	width: 100%;
    background-color: #440305;
	height: auto;
	margin: 0px auto;
}

/* 2018/07/23 add*/
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 250px;
	z-index:1000;
}


.text {
	display: inline-block;
}

/*pc表示　600px以上は表示*/
.option_set_pc {
	display: block;
}

/*pc表示　600px以下は非表示*/
.option_set_sp {
	display: none;
}

/*ボタン横並び*/
.option_set_button_area_pc {
	display: flex;
}

/*アイコン画像　サイズ*/
.option_set_icon_img {
	width: 80%;
	height: auto;
}





/* =======================================
	パンくず
======================================= */

.breadcrumbs {
    margin-left: 5px;
    background-color: #fff !important;
    border: none !important;
    padding-top: 10px;
    padding-bottom: 1px;
}

.breadcrumbs p {
    margin-left: 0 !important;
    font-size: 0.9em;
    font-weight: 300;
    color: #555555;
}

/* =======================================
	矢印アイコン
======================================= */

.arrowicon{
	position: relative;
	display: inline-block;
	padding: 0 0 0 1.5em;
	vertical-align: middle;
	}

.arrowicon::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 1em;
	height: 1em;
	background-color: #69C;
	}

.arrowicon::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0.35em;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	}

/* 最新情報見出し */
.newsheading {
    position: relative;
    border-bottom: 3px solid #cccccc;
    padding: 1px 0px 1px 5px ;
    margin: 0px 0px 10px;
    width: 100%;
    text-align: left;
    }

.newsheading:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 2;
    content: '';
    width: 65px;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #16c41f;
}

.newsheading em {
    font-size: 1.2em;
    letter-spacing: 0.03em;
    font-weight: 500;
}

.news_type01 {
    font-size: 1em;
    letter-spacing: 0em;
    font-weight: 300;
    margin-bottom: 0px;
}

.news_type01 dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.news_type01 dt {
    font-weight: bold;
}

.news_type01 a {
    color: #333;
    text-decoration: none;
}

/* 小見出し */
.subheading {
    padding: 10px 0px 10px 0px;
    width: 100%;
    font-size: 1.2em;
    line-height: 1em; 
}

/* 小見出し ピックアップエリア */
.subheading span {
    background-color: #0ddc13;
    border-radius: 20px; 
    padding: 0px 10px;
    color: #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px; 
}

/* 小見出し 追記文言の調整*/
.subheading em {
    padding-left: 10px;
	vertical-align: bottom;   
}

/* 本文の基本 */
.basictext {
	margin: 0px;
	font-size: 1em;
    font-weight: 300;
	line-height: 2em;
	padding: 10px 0px;
	}

/* 本文の余白 */
.basictext_indent {
	margin: 0px;
	font-size: 1.3em;
	line-height: 2em;
	padding: 10px 15px 10px 15px;
	}

/* 本文の余白 */
.basictext_indentarea {
	margin: 0px;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 0 30px 15px 30px;
	text-align: justify;
	}

/* 本文 中央揃え */
.textcenter {
	margin: 0px;
	font-size: 1.3em;
	color: #555555;
	line-height: 2em;
	padding: 10px 0px;
	text-align: center;
	}

/* ▼ アイコン正円背景 ▼ */
.icon_arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #69c;
	vertical-align: middle;
	text-decoration: underline;
	font-size: 1em;
	}

.icon_arrow:before,
.icon_arrow:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	}

.precise_circle:before{
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #69c;
	}

.precise_circle:after{
	left: 7px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	}

/* =======================================
	サンプル
======================================= */

/* =======================================
	ニュース
======================================= */

.news_area {
	position: relative;
	width: 97%;
	margin: 0 auto;
	box-sizing: border-box;
	}

.news_area p {
	display: inline-block;
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	}

.news_area dl {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	vertical-align: middle;
	list-style: disc;
	padding: 0 0 0 2em;
	font-size: 0.9em;
	}

/* =======================================
	注意事項
======================================= */

.attention_area {
	position: relative;
	width: 97%;
	margin: 0 auto;
	box-sizing: border-box;
    text-align: left;
	}

.attention_area p {
	display: inline-block;
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	}

.attention_area ul {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	vertical-align: middle;
	list-style: disc;
	padding: 0 0 0 2em;
	font-size: 0.9em;
	}

/* =======================================
	注意書き
======================================= */

.important_points_wrap {
	position: relative;
	width: 100%
	margin:0 auto;
	padding: 2em;
	text-align: center;
	box-sizing: border-box;
	background-color: #f56075;
	}
	
.important_points_text {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.13em;
	}

.important_points_text span {
	font-size: 0.7em;
    line-height: 3em
	}

/* =======================================
	背景グレーの囲み
======================================= */

.important_gray_wrap {
	position: relative;
	width: 100%
	margin:0 auto;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: #ddd;
    border-radius: 0px; 
	}
	
.important_gray_text {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	letter-spacing: 0.13em;
    color: #555555;
	}

/* =======================================
	FAQページ
======================================= */

.faq_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-bottom: 3px solid #cccccc;
	border-top: 3px solid #cccccc;
	padding: 10px 0;
	margin-bottom: 30px;
	box-sizing: border-box;
	}
	
.faq_q {
	display: block;
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	padding: 10px 0;
	border-bottom: 1px dotted #555555;	
	}

.faq_q span {
	display: block;
	width: 1em;
	font-size: 1em;
	line-height: 0.8em;
	color: #fff;
	float: left;
	padding: 0.4em 0.4em 0.6em 0.6em;
	background: #a4a4a4;
	}

.faq_q em {
	display: block;
	padding-left: 3em
	}

.answer {
	color: #555555;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.8em;
	padding: 10px 0;
	}

.answer span {
	display: block;
	width: 1em;
	font-size: 1em;
	line-height: 0.8em;
	color: #fff;
	float: left;
	padding: 0.4em 0.4em 0.6em 0.6em;
	background: #0ddc13;
	}

.answer em {
	display: block;
	padding-left: 3em
	}

/* =======================================
	ボタン
======================================= */

/* ボタンエリア */
.buttonaera{
	width: 100%;
	height: auto;
	margin: 10px 0;
	}

/* ボタンラップ */
.buttonwrapper {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0px auto;
	}

.buttonwrapper70 {
	width: 60%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0 auto;
	}

.buttonwrapper30 {
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	margin: 0 auto;
	}

/* ボタン */
.button1 {
	display: inline-block;
	width: 400px;
	height: 60px;
	font-size: 1.4em;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.button1 {
	position: relative;
	z-index: 2;
	background-color: #ff8d00;
	border: 2px solid #ff8d00;
	color: #fff;
	overflow: hidden;
	}

.button1:hover {
	color: #ff8d00;
	}

.button1::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.button1:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #fff;
	}

/* ボタン幅(100%)*/
.button2 {
	display: inline-block;
	width: 100%;
	height: 60px;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}

.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	}

.button2 {
	position: relative;
	z-index: 2;
	background-color: #0ddc13;
	border: 2px solid #0ddc13;
	color: #fff;
	overflow: hidden;
	}

.button2:hover {
	color: #0ddc13;
	}

.button2::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.button2:hover::after {
	-webkit-transform: scale(2) rotate(180deg);
	transform: scale(2) rotate(180deg);
	background: #fff;
	}

/* ▼ ボタン(特徴エリアのボタン) ▼ */
a.btn_merritt {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.5em;
	text-align: center;
	width:100%;
	background: #0ddc13;
	padding: 16px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	margin: 0 auto;
	}

a.btn_merritt span {
	font-size: 0.9em;
    font-weight: 300;
	}


a.btn_nextB{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
    font-weight: bold;
	text-align: center;
	width:50%;
	background: #15c41f;
	padding: 14px 0px;
	border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	margin: 0 auto;
	}

a.btn_nextB span {
	position:absolute;
	right: 10px;
	top: 21px;
	}

a.btn_prev{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
    font-weight: bold;
	text-align: center;
	width:50%;
	background: #ff8d00;
	padding: 14px 0px;
	border-radius: 4px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	margin: 0 auto;
	}

a.btn_prev span {
	position:absolute;
	left: 10px;
	top: 21px;
	}

/* =======================================
	ログインエリア
======================================= */

.info_login_area {
    width: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 0;
	color: #fff;
    float: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border: solid 0px #e0e0e0;
	}

.info_login_area a {
	display: inline-block;
	margin: 0 auto;
	padding: 13px 20px;
	color: #fff;
	font-size: 1em;
	font-weight: 300;
	line-height: 0;
	background-color: #ff8d00;
	text-decoration: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	}

.info_login_area a:hover {
    background-color: #ffc800;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
	}

/* =======================================
	各コンテンツエリア背景画像
======================================= */

.bg_image1 {
	width: 100%;
	max-width: 100%;
	height: 300px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_image3-1.jpg) no-repeat center center;
	}

.bg_image2 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/bg_image3-1.jpg) no-repeat center center;
	}

.bg_image3 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/bg_image4-1.jpg) no-repeat center center;
	}

.bg_image4 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/faq_bg_image.jpg) no-repeat center center;
	}

.bg_image5 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/license_card.jpg) no-repeat center center;
	}

.bg_image6 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/payment_bg_image.jpg) no-repeat center center;
	}

.bg_image7 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/servicearea_bg_image.jpg) no-repeat center center;
	}

.bg_image8 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/deployguide_bg_image.jpg) no-repeat center center;
	}

.bg_image9 {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 180px 0 60px 0;
	background: #fff url(../images/price_bg_image.jpg) no-repeat center center;
	}


/* パララックス */
.parallax_wrap {
	width: 100%;
	max-width: 100%;	
	margin: 0 auto;
	}

.parallax_block {
	position: relative;
	width: 100%;
	padding: 1px 0 1px 0;
	}

.parallax_block_area {
	position: relative;
	width: 100%;
	padding: 140px 0;
	}

.bg-holder .content {
	color: #fff;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	}

.pic1 {
	background-image: url('../images/para_bg_image1_bigger.jpg');
	background-repeat: no-repeat;
	}

.pic2 {
	background-image: url('../images/para_bg_image2_bigger.jpg');
	background-repeat: no-repeat;
	}

.pic3 {
	background-image: url('../images/para_bg_image3_bigger.jpg');
	background-repeat: no-repeat;
	}

/* =======================================
	本文関連
======================================= */

.large {
	font-size: 1.4em;
	font-weight: 200;
	line-height: 1.8em;
	letter-spacing: 0.13em;
	}

.xxlarge {
	font-size: 6em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 0em;
	}

.xlarge {
	font-size: 4em;
	font-weight: 600;
	line-height: 1.3em;
	letter-spacing: 0em;
	}

.xlarge5 {
	font-size: 3em;
	font-weight: 600;
	line-height: 1.6em;
	letter-spacing: 0em;
	}

.xlarge6 {
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.4em;
	letter-spacing: 0em;
	}

.xlarge span {
	font-size: 0.5em;
	letter-spacing: 0.13em;
	}

.small {
	font-size: 0.6em;
	font-weight: 600;
	letter-spacing: 0.13em;
	line-height: 1.8em;
	}

.xsmall {
	font-size: 0.6em;
	font-weight: 300;
	letter-spacing: 0.13em;
	line-height: 1em;
	}

.medium {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.7em;
	letter-spacing: 0.13em;
	}

.medium900 {
	font-size: 1.5em;
	font-weight: 900;
	line-height: 1.7em;
	letter-spacing: 0.13em;
	}

.kadomaru {
    padding: 0px 10px 0px 10px;
    letter-spacing: -0.3px;
    font-size: 0.9em;
    border-radius: 20px;         
    background-color: #ff0000;  
}

.medium02 {
	font-size: 1em;
	font-weight: 600;
	}

strong {
	font-weight: bold;
	}

/* =======================================
	空欄 破線
======================================= */

.blank {
	clear: both;
	height: 30px;
	}

hr {
	border: none;
	border-top: dotted 1px #555555;
	height: 1px;
	}

.blank_hr {
	border-bottom: 3px solid #cccccc;
	clear: both;
	height: 20px;
	margin-bottom: 17px;
	}

.blank15 {
    border-bottom: 1px dotted #555555;
    clear: both;
    height: 14px;
    }

/* =======================================
	カラー
======================================= */

.green {
	color: #16c41f;
	}

.red {
	color: #FF0000;
	}

.white {
	color: #fff;
	}

.gray {
	color: #555555;
	}

.orange {
	color: #ff7f00;
	}

.blue{
    color: #69C
    }

/* =======================================
	テーブル
======================================= */

table {
	width: 100%;
	border-collapse: collapse; 
	color: #555555;
	box-sizing: border-box;
	}
	
th, td {
	padding: 10px 10px;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

th {
	background: #f4f4f4;
}

.minhei180 {
    min-height:180px;
	height:auto !important;
	height:180px;
    text-align: center;
    vertical-align: middle;
}

.minhei {
    min-height:230px;
	height:auto !important;
	height:230px;
    text-align: center;
    vertical-align: middle;
}


.responsivetable01 th {
	width: 30%;
	text-align: left;
	box-sizing: border-box;
	}

.responsivetable02 th,
.responsivetable02 td {
	width: 100%;
    display: block;
    border-top: none;
    box-sizing: border-box;
    }

.responsivetable02 th {
	background: #2CD800;
    box-sizing: border-box;
	}

.responsivetable02 tr:first-child th {
	border-top: 1px solid #ddd;
	}

.responsivetable03 th,
.responsivetable03 td {
    display: block;
    width: 100%;
	background: #0ddc13;
    border-top: none;
    box-sizing: border-box;
    text-align: center;
}

.responsivetable04 {
    width: 100%;
    border: 0px;
    text-align: left;
	}

.responsivetable04 td,
.responsivetable04 th {
	padding: 10px 10px;
    border-top: 0px solid;
    border-bottom: 1px solid;
    border-right: 0px;
    border-left: 0px;
    background: #fff;
}

/* 開通までの流れで使用 */
.responsivetable05 th {
	width: 10px; text-align: left;
	padding: 10px 20px;
	background-color: #0ddc13;
	color: #fff;
	}

.responsivetable05 td {
	background: #f4f4f4;
	font-size: 1.2em;
	}

/* フォーム用テーブル */
.formtable {
	width: 100%;
	border-collapse: collapse; 
	color: #555555;
	font-size: 1em;
    text-align: left;
	line-height: 1.8em;
	}


.formtable th {
	width: 30%; 
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    vertical-align: top;
	}

.formtable td {
    width: 70%;
    padding: 10px;
    border: 1px solid #ddd;
	}


.formtable th span {
	width: 20px;
	line-height: 1.2em;
	padding: 3px 10px;
	color: #fff;
	background-color: #f56075;
	border-radius: 40px;
	}

.textboxkanji {
	width: 96%;	
	font-size: 1em;
	line-height: 1.2em;
	}

.textboxmail {
	width: 96%;	
	font-size: 1em;
	line-height: 1.2em;
	}

/***************
2018/07/23 
***************/
.red_button {
	color:#ffffff;
	font-size: 0.9em;
	font-weight:normal;
	padding: 2px 1em 1px;
	border: 0px none;
	border-radius: 25px;
	background-color: #ea6262;
	width:auto;
}

#opion_memo br,
#device_area br{
	display:none;
}

#device_area input{
	margin-left:10px;
}

.break:before{
content: "\A";
white-space: pre;
}



#group2_option1_button:hover,
#group2_option2_button:hover,
#group2_option3_button:hover {
	cursor : pointer;
	}



/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 978px
*****************************************************************************************************************************************************************/

@media screen and (max-width: 978px) {
/* デバイス別表示非表示 max-width: 978px */
.pc, .tab, .tab600, .sp {
	display: none;
	}

.minipc {
	display: block;
	}


/* メインエリア内のボタン max-width: 978px */
.mainwrap_buttonwrapper {
	top: 62%;
	}

.mainwrap_btn {
	font-size: 1.2em;
	}

.arrow::after{
	content:"";
	display: block;
	width:0.5em;
	height:0.5em;
	border-top:3px solid #fff;
	border-right:3px solid #fff;
	right:0.6em;
	top:50%;
	margin-top: 0em;
	}

/* メインエリア内の空欄 max-width: 978px */
.mainarea_blank {
	clear: both;
	height: 70px;
	}

/* 各コンテンツエリア背景画像 max-width: 978px */
.bg_image2,
.bg_image3,
.bg_image4,
.bg_image5,
.bg_image6,
.bg_image7 {
	padding: 80px 0 20px 0;
	}

/* アンカーリンクの空欄 max-width: 768px */
.anchor_blank {
	clear: both;
	height: 30px;
	}

/* ブロック type02 max-width: 978px */
.block_type02 h3 {
    font-size: 1.2em;
    }

.xlarge {
	font-size: 3.1em;
	}

}

/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 768px
*****************************************************************************************************************************************************************/

@media screen and (max-width: 768px) {
/* デバイス別表示非表示 max-width: 768px */
.pc, .minipc, .tab600, .sp {
	display: none;
	}

.tab {
	display: block;
	}

/* 2カラム max-width: 768px */	
.col_70p > .responsivetable th,
.col_70p > .responsivetable td {
	width: 95%;
    display: block;
    border-top: none;
    }

.col_30p > .responsivetable th,
.col_30p > .responsivetable td {
	width: 87%;
    display: block;
    border-top: none;
    }

/* 5カラム max-width: 768px */
.grid5 .col {
	width: 22.6%;
	}

.grid5 .col:nth-of-type(5n+1) {
	margin-left: 3.2%;
	clear: none;
	}

.grid5 .col:nth-of-type(4n+1) {
	margin-left: 0;
	clear: left;
	}

/* menu  max-width: 768px */
.grid4 .col-menu {
		width: 50%;
	}

.grid4 .col-menu:nth-of-type(2n+1) {
	margin-left: 0;
	clear: none;
	}

.grid4 .col-menu:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

/* 4カラム max-width: 768px */
.grid4 .col {
	width: 48.4%;
	}

.grid4 .col:nth-of-type(4n+1) {
	margin-left: 3.2%;
	clear: none;
	}

.grid4 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

/* 3カラム max-width: 768px */
.grid3 .col {
	width: 48.4%;
	}

.grid3 .col:nth-of-type(3n+1) {
	margin-left: 3.2%;
	clear: none;
	}

.grid3 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

/* 3カラム margin0 max-width: 768px */
.grid3_0 .col_0 {
		width: 50%;
	}

.grid3_0 .col_0:nth-of-type(3n+1) {
	margin-left: 0;
	clear: none;
	}

.grid3_0 .col_0:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}


/* 画面 max-width: 768px */
img {
	max-width:100%;
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:top;
	}


.lifirst {
	margin-left: 0px;
	border-left: none;
	}

/* メインエリア内のボタン max-width: 768px */
.mainwrap_buttonwrapper {
	width: 40%;
	top: 62%;
	right: 16%;
	}
    
.mainwrap_btn {
	font-size: 1em;
	height: 44px;
	line-height: 40px;
	}
    
/* メインエリア内の空欄 max-width: 768px */
.mainarea_blank {
	clear: both;
	height: 60px;
	}

/* インフォメーション ログインエリア */
.info_login_area {
	text-align:right;
	}

/* ブロック type01 max-width: 768px */
.block_type01 h2 {
	font-size: 1.9em;
	line-height: 1.6em;
	}

/* ブロック type02 max-width: 768px */
.block_type02 h3 {
    font-size: 1.3em;
    }

/* 本文関連 max-width: 768px */
.xlarge {
	font-size: 4em;
	}
	
/* 各コンテンツエリア背景画像 max-width: 768px */
.bg_image1 {
	height: 240px;
	}

.bg_image2 {
	padding: 120px 0 40px 0;
	}

.bg_image3 {
	padding: 120px 0 40px 0;
	}

.bg_image4 {
	padding: 120px 0 40px 0;
	}

.bg_image5 {
	padding: 120px 0 40px 0;
	}

.bg_image6 {
	padding: 120px 0 40px 0;
	}

.bg_image7 {
	padding: 120px 0 40px 0;
	}

/* パララックス max-width: 768px */
.pic1 {
	background-image: url('../images/para_bg_image1-2_bigger.jpg');
	background-repeat: no-repeat;
	}

.pic2 {
	background-image: url('../images/para_bg_image2-2_bigger.jpg');
	background-repeat: no-repeat;
	}

.pic3 {
	background-image: url('../images/para_bg_image3-2_bigger.jpg');
	background-repeat: no-repeat;
	}



/* フッター max-width: 768px */
/* 2018/07/23 add*/
#footer {
    height: 150px;
}



.footerwrap {
	padding: 0px 0px 50px 0px;
	width: 	100%;
	max-width: 100%;
	}



.responsivetable_s td {
	border: none;
	}

}

/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 736px
*****************************************************************************************************************************************************************/

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

/* 本文関連 max-width: 736px */
.xlarge {
	font-size: 3em;
	}

}

/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 600px
*****************************************************************************************************************************************************************/

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

/* デバイス別表示非表示 max-width: 600px */
.pc, .minipc, .tab, .sp {
	display: none;
	}

.tab600 {
	display: block;
	}

/* カラム max-width: 600px */
.col {
	width: 100% !important;
	margin-left: 0 !important;
	clear: none !important;
	}

.col_bottom20 {
	width: 100% !important;
	margin-left: 0 !important;
	clear: none !important;
	margin-bottom: 10px;
	}
    
/* 横幅非対称カラム max-width: 600px */
.col_70p {
	width: 100% !important;
	margin-left: 0 !important;
	clear: none !important;
	}

.col_30p {
	width: 100% !important;
	margin-left: 0 !important;
	clear: none !important;
	}


/* 3カラム max-width: 600px  */
.grid3 .col {
	width: 100% !important;
	margin-left: 0 !important;
	clear: none !important;
	margin-bottom: 10px;
	}

/* 4カラム max-width: 600px  */
.grid4 .col {
	width: 48.4%;
	}

.grid4 .col:nth-of-type(2n+1) {
	margin-left: 3.2%;
	clear: none;
	}

.grid4 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

/* 5カラム max-width: 600px  */
.grid5 .col {
	width: 48.4%;
	}
	
.grid5 .col:nth-of-type(2n+1) {
	margin-left: 0;
	clear: left;
	}

/* 画面から画像がはみ出ないようにする */
img {
	max-width:100%;
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:top;
	}

/* メインエリア内のボタン max-width: 600px */
.mainwrap_buttonwrapper {
	width: 50%;
	top: 64%;
	right: 6%;
	}

.mainwrap_btn {
	font-size: 1em;
	height: 34px;
	line-height: 30px;
	}

/* メインエリア内の空欄 max-width: 600px */
.mainarea_blank {
	clear: both;
	height: 70px;
	}

/* ブロック type01 max-width: 600px */
.block_type01 h2 {
	font-size: 1.8em;
	line-height: 1.6em;
	}

.block_type01 h2 span {
	width: 80%;
	}

.block_type01 h2 em {
	display: block;
	text-align: center;
	}

.block_type01 p {
	text-align: left;
	}

.block_type01 p span {
	display: inline;
	}

/* ブロック basic_type max-width: 600px */
.block_basic_type {
	width: 90%;
	}

/* ブロックの中央揃い*/
.block_center {
	text-align: left;
	}

/* 本文関連 max-width: 600px */
.xlarge {
	font-size: 3em;
	}

.xlarge span {
	font-size: 0.5em;
	}

.large {
	font-size: 1.1em;
	}

/* テーブル max-width: 600px */
table {
	width: 100%;
	}
	
.responsivetable01 th,
.responsivetable01 td {
	width: 100%;
    display: block;
    border-top: none;
    box-sizing: border-box;
    }
    
.responsivetable01 tr:first-child th {
	border-top: 1px solid #ddd;
	}

/* フォーム用テーブル max-width: 600px */
.formtable th,
.formtable td{
	width: 100%;
    display: block;
    border-top: none;
    }
    
.formtable tr:first-child th {
	border-top: 1px solid #ddd;
    }	
    
/* ボタン max-width: 600px */
.button1 {
	width: 300px;
	height: 60px;
	font-size: 1em;
	}

/* ボタン幅(100%)*/
.button2 {
	display: inline-block;
	width: 90%;
	height: 60px;
	font-size: 1.1em;
	}

/* 注意事項 max-width: 600px */
.attention_area {
	width: 90%;
	}

/* フッター max-width: 600px */
#footer {
    height: 150px;
}


/*自動改行*/
.text {
	display: inline-block;
	}

/*pc表示　600px以上は非表示*/
.option_set_pc {
	display: none;
	}

/*pc表示　600px以下は表示*/
.option_set_sp {
	display: block;
	}

/*ボタン横並び*/
.option_set_button_area_pc {
	display: flex;
	}

/*アイコン画像　サイズ*/
.option_set_icon_img {
	width: 100%;
	height: auto;
	}


}






/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 414px
*****************************************************************************************************************************************************************/

@media screen and (max-width: 414px) {
/* ロゴ max-width: 414px */

/* デバイス別表示非表示 max-width: 414px */
.pc, .minipc, .tab, .tab600 {
	display: none;
	}

.sp {
	display: block;
	}

/* 画面から画像がはみ出ないようにする */
img {
	max-width:100%;
	width /***/:auto; /* IE8のみ */
	height:auto;
	vertical-align:top;
	}

/* インフォメーション ログインエリア max-width: 414px */
.info_login_area {
	text-align: right;
	padding: 20px 0 10px 0;
	}

.info_login_area a {
	margin: 20px 10px 0 10px;
	}

/* メインエリア内のボタン max-width: 414px */
.mainwrap_buttonwrapper {
    width: 80%;
    top: 70%;
    right: 9%;
    }

/* メインエリア内の空欄 max-width: 414px */
.mainarea_blank {
	clear: both;
	height: 70px;
	}

/* ボタン max-width: 414px */
.button1 {
	width: 300px;
	height: 60px;
	font-size: 1em;
	}

.important_points_wrap {
	padding: 1.5em;
	}

.important_points_text {
	font-size: 1.3em;
	line-height: 1.5em
	}
	
.important_points_text span {
	display: block;
	font-size: 0.8em;
	margin-top: 1em;
	}

/* ブロック basic_type max-width: 414px */
.block_basic_type h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	}

.block_basic_type h3 {
	font-size: 1.15em;
    letter-spacing: 0.05em;
	}

/* ブロック type01 max-width: 414px */
.block_type01 h2 {
	font-size: 1.6em;
	}

/* 三角＋長方形 max-width: 414px */
.arrow_down {
	font-size: 32px;
	}

/* フォーム用テーブル max-width: 414px */
.formtable th,
.formtable td{
	width: 97%;
    display: block;
    border-top: none;
    }

#opion_memo br,
#device_area br{
	display:block;
}

#device_area input{
	margin-left:0px;
}

.block_type06 p {
	font-size: 1.0em;
}

.clear {
    clear:both;
}


}


/****************************************************************************************************************************************************************
MEDIA QUERIES max-width: 340px
*****************************************************************************************************************************************************************/

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

/* ボタン max-width: 340px */
.button1 {
	width: 280px;
	height: 60px;
	font-size: 1em;
	}

}

