@charset "UTF-8";
/* *************************************************************************************
/*+  base  +****************************************************************************
/************************************************************************************* */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}

article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #333;
  background: #fff;
  font-family: -apple-system, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, "Lucida Grande", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

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

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

a:hover {
  color: #333;
  text-decoration: underline;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

p {
  line-height: 1.5;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}

caption, th, td {
  text-align: left;
  vertical-align: top;
}

fieldset {
  border: 0;
}

input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

object {
  vertical-align: middle;
  outline: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 100%;
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

q:before, q:after {
  content: '';
}

address, caption, cite, code, dfn, var {
  font-weight: 400;
  font-style: normal;
}

code, pre {
  font-family: monospace;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

hr {
  display: none;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* *************************************************************************************
/*+  pc  +******************************************************************************
/************************************************************************************* */
@media screen and (min-width: 751px) {
  /* *****************************************
  /*+  common  +******************************
  /***************************************** */
  .sp {
    display: none !important;
  }

  body {
    text-align: center;
    -webkit-text-size-adjust: 100%;
  }

  a {
    transition: all 0.3s ease-in-out;
  }

  a:hover {
    text-decoration: none;
    opacity: 0.66;
  }

  .inner {
    margin: 0 auto;
    width: 1000px;
  }

  section h2 {
    margin-bottom: 80px;
    background: url(../images/title_bg.png) repeat-x center top #61a47d;
  }
  section h2.line2 {
    background-image: url(../images/title_bg02.png);
  }

  .box {
    padding: 36px;
    background: #fff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
  }

  .box.bullet {
    padding-bottom: 110px;
    background: url(../images/box_bullet_bg.png) no-repeat center bottom #fff;
  }

  /* *****************************************
  /*+  header  +******************************
  /***************************************** */
  #header {
    height: 62px;
    line-height: 62px;
    text-align: left;
    background: #fff;
  }
  #header .inner {
    width: 962px;
  }
  #header a {
    display: inline-block;
  }

  /* *****************************************
  /*+  main-visual  +*************************
  /***************************************** */
  #main-visual {
    margin: 0 auto;
    width: 100%;
    height: auto !important;
  }
  #main-visual h1 {
    background: #61a47d;
  }
  #main-visual .bg {
    background: url(../images/main_bg.jpg) no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
  }
  #main-visual .profile {
    background: url(../images/main_profile_bg.png);
  }
  #main-visual .profile .inner {
    position: relative;
  }
  #main-visual .profile dd {
    position: absolute;
  }
  #main-visual .profile .image {
    top: -77px;
    left: 6px;
  }
  #main-visual .profile .btn {
    top: 28px;
    right: 0;
  }
  #main-visual .catalog {
    margin-left: -400px;
    width: 800px;
    position: absolute;
    bottom: -70px;
    left: 50%;
  }

  /* *****************************************
  /*+  trouble  +*****************************
  /***************************************** */
  #trouble {
    margin-bottom: 110px;
    background: url(../images/trouble_rpt.png) repeat-x left top;
  }
  #trouble .discontent {
    background: url(../images/trouble_bg.png) no-repeat center top;
  }
  #trouble p, #trouble img {
    min-width: 1000px;
  }

  /* *****************************************
  /*+  howto  +*******************************
  /***************************************** */
  #howto {
    margin-bottom: 80px;
    padding-bottom: 60px;
    background: #def0e6;
  }
  #howto .box.sheet {
    margin-bottom: 30px;
  }
  #howto .box.sheet h3 {
    margin-bottom: 50px;
  }
  #howto .box.sheet .image {
    position: relative;
  }
  #howto .box.sheet .image dt {
    margin-left: 24px;
  }
  #howto .box.sheet .image dd {
    position: absolute;
  }
  #howto .box.sheet .image .no1, #howto .box.sheet .image .no2 {
    left: -136px;
  }
  #howto .box.sheet .image .no1 {
    top: 114px;
  }
  #howto .box.sheet .image .no2 {
    top: 390px;
  }
  #howto .box.sheet .image .no3, #howto .box.sheet .image .no4 {
    right: -136px;
  }
  #howto .box.sheet .image .no3 {
    top: 45px;
  }
  #howto .box.sheet .image .no4 {
    top: 264px;
  }
  #howto .box.sheet .bullet {
    margin-bottom: 10px;
  }
  #howto .box.sheet .result {
    margin-bottom: 10px;
  }
  #howto #profile {
    margin-bottom: 60px;
  }

  /* *****************************************
  /*+  point  +*******************************
  /***************************************** */
  #point {
    margin-bottom: 80px;
    padding-bottom: 100px;
    background: #def0e6;
  }
  #point .box.tips {
    margin-bottom: 30px;
    padding: 60px 36px 140px;
  }
  #point h3 {
    margin-bottom: 50px;
  }
  #point p {
    margin-bottom: 60px;
  }

  /* *****************************************
  /*+  example  +*****************************
  /***************************************** */
  #example {
    padding-bottom: 100px;
    background: #def0e6;
  }
  #example .box.tips {
    margin-bottom: 20px;
  }
  #example .box.tips .list {
    /*li {
    	margin: 0 46px 40px 8px;
    	width: 430px;
    	float: left;
    	}
    li:nth-of-type(2n) {
    	margin-right: 0;
    	}
    .no3 {
    	margin-left: -4px;
    	width: 442px;
    	}*/
  }
  #example .box.tips .list li {
    margin-bottom: 60px;
  }
  #example .box.tips .list li:last-of-type {
    margin-bottom: 0;
  }
  #example .box.catalog {
    margin-top: 80px;
    margin-bottom: 20px;
  }
  #example .box.catalog h3 {
    margin-top: 30px;
  }
  #example .box.catalog .image {
    margin: -25px -136px -100px;
  }

  /* *****************************************
  /*+  conversion  +**************************
  /***************************************** */
  .conversion {
    margin: 0 auto;
  }

  /* *****************************************
  /*+  footer  +******************************
  /***************************************** */
  /*#footer {
  	background: #fff;
  	padding-top: 40px;
  	
  	.copyright {
  		margin: 0 0 30px 0;
  		font-size: 12px;
  		}
  	
  	.logo {
  		text-align: center;
  		
  		> a {
  			display: inline-block;
  			}
  		> img {
  			margin: 0 auto 20px;
  			height: auto;
  			}
  		}
  	
  	.nav {
  		padding-bottom: 50px;
  		font-size: 13px;
  		line-height: 1;
  		display: flex;
  		justify-content: center;
  		
  		li {
  			margin-right: 12px;
  			border-right: 1px solid #428cca;
  			}
  		li:last-child {
  			margin-right: 0;
  			border-right: none;
  			}
  		a {
  			margin-right: 12px;
  			}
  		a::after {
  			content: "";
  			display: inline-block;
  			background: url("../images/icon_link.png") no-repeat center center;
  			width: 11px;
  			height: 9px;
  			background-size: 11px 9px;
  			margin-left: 5px;
  			}
  		li:last-child a::after {
  			content: none;
  			}
  		}
  	}*/
  .footer {
    padding: 75px 0;
  }
  .footer__lg {
    line-height: 1.1;
    text-align: center;
  }
  .footer__lg > a {
    display: block;
    width: 258px;
    margin: 0 auto;
    background: url("/common/images/logo_gp_footer03.png") 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: opacity 250ms ease ease 0ms;
    transition: opacity 250ms ease ease 0ms;
  }
  .footer__lg > a::before {
    content: '';
    display: block;
    padding-top: 19.3798%;
  }
  .footer__nav {
    margin-top: 50px;
    line-height: 1.4;
    text-align: center;
  }
  .footer__nav__window {
    display: inline-block;
    position: relative;
    width: 9px;
    height: 7px;
    margin-left: 10px;
    background: #000;
    vertical-align: 3px;
  }
  .footer__nav__window::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .footer__nav > li {
    display: inline-block;
  }
  .footer__nav > li + li {
    margin-left: 50px;
  }
  .footer__nav > li > a {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 15px;
    -webkit-transition: opacity 250ms ease 0ms;
    transition: opacity 250ms ease 0ms;
    text-decoration: none;
  }
  .footer__nav > li > a:hover {
    opacity: .5;
  }
  .footer__copyright {
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .to-top {
    position: fixed;
    bottom: 34px;
    right: 34px;
    display: none;
  }

  /* *****************************************
  /*+  tag  +*********************************
  /***************************************** */
  iframe[name="google_conversion_frame"] {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
/* *************************************************************************************
/*+  sp  +******************************************************************************
/************************************************************************************* */
@media screen and (max-width: 750px) {
  /* *****************************************
  /*+  common  +******************************
  /***************************************** */
  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  /*a {
  	transition: all 0.3s ease-in-out;
  	}
  a:hover {
      text-decoration: none;
      opacity: 0.66;
  	}*/
  .inner {
    margin: 0 4.6428571429%;
  }
  .inner.sp-no-margin {
    margin: 0;
  }
  .inner > .inner {
    margin: 0 2.5%;
  }

  section h2 {
    margin-bottom: 4%;
  }

  .box {
    padding: 4% 3.6745406824%;
    background: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
  }

  .box.bullet {
    padding-bottom: 20%;
    background: url(../images/box_bullet_bg-sp.png) no-repeat center bottom #fff;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }

  /* *****************************************
  /*+  header  +******************************
  /***************************************** */
  #header {
    height: 44px;
    line-height: 44px;
    background: #fff;
  }
  #header a {
    display: inline-block;
    width: 25.5%;
  }

  /* *****************************************
  /*+  main-visual  +*************************
  /***************************************** */
  #main-visual {
    margin: 0 auto;
    width: 100%;
    height: auto !important;
  }
  #main-visual .profile {
    position: relative;
  }
  #main-visual .profile dd {
    width: 30.7142857143%;
    position: absolute;
    top: -10%;
    left: 64.2857142857%;
  }

  /* *****************************************
  /*+  trouble  +*****************************
  /***************************************** */
  #trouble {
    margin-bottom: 4%;
    position: relative;
  }
  #trouble .catalog {
    width: 87.7380952381%;
    position: absolute;
    top: -4.6195652174%;
    left: 6.0714285714%;
  }

  /* *****************************************
  /*+  howto  +*******************************
  /***************************************** */
  #howto {
    margin-bottom: 10%;
    padding-bottom: 8%;
    background: #def0e6;
  }
  #howto .box.sheet {
    margin-bottom: 4%;
  }
  #howto .box.sheet h3 {
    margin-bottom: 4%;
  }
  #howto .box.sheet .image {
    margin-bottom: 2%;
  }
  #howto #profile {
    margin-bottom: 8%;
  }

  /* *****************************************
  /*+  point  +*******************************
  /***************************************** */
  #point {
    margin-bottom: 10%;
    padding-bottom: 8%;
    background: #def0e6;
  }
  #point .box {
    margin-bottom: 4%;
  }
  #point h3 {
    margin-bottom: 4%;
  }
  #point p {
    margin-bottom: 6%;
  }

  /* *****************************************
  /*+  example  +*****************************
  /***************************************** */
  #example {
    padding-bottom: 8%;
    background: #def0e6;
  }
  #example .tips.bullet {
    margin-bottom: 4%;
  }
  #example .tips.bullet .list li {
    margin-bottom: 8%;
  }
  #example .tips.bullet .list li:last-of-type {
    margin-bottom: 0;
  }
  #example .box.catalog {
    margin-top: 8%;
    margin-bottom: 8%;
    padding-bottom: 4%;
  }
  #example .box.catalog h3 {
    margin-top: 4%;
  }
  #example .box.catalog .image {
    margin: 2% -9.4900849858%;
  }

  /* *****************************************
  /*+  conversion  +**************************
  /***************************************** */
  .conversion {
    margin: 0 1.5748031496%;
  }
  .conversion.floating {
    margin: 0;
    width: 100%;
    height: 16.6666666667vw;
  }
  .conversion.floating .btn {
    padding: 2.380952381% 6.130952381%;
    background: rgba(255, 255, 255, 0.8);
    transition: .2s ease-out;
    position: fixed;
    bottom: -16.6666666667vw;
    left: 0;
    z-index: 3;
  }
  .conversion.floating.disp .btn {
    bottom: 0;
  }
  .conversion.floating img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  /* *****************************************
  /*+  footer  +******************************
  /***************************************** */
  /*#footer {
  	background: #fff;
  	border-top: 1px solid #f1f1f2;
  	
  	.copyright {
  		font-size: 1.2rem;
  		}
  	
  	.logo {
  		height: 94px;
  		text-align: center;
  		padding-top: 20px;
  		
  		> a {
  			display: block;
  			width: 27.5%;
  			margin: 0 auto 16px;
  			}
  		> img {
  			display: block;
  			width: 67.5%;
  			margin: 0 auto 1em;
  			}
  		}
  	
  	.nav {
  		line-height: 1;
  		text-align: center;
  		font-size: 1.2rem;
  		
  		a::after {
  			content: "";
  			display: inline-block;
  			background: url("../images/icon_link.png") no-repeat center center;
  			width: 11px;
  			height: 9px;
  			background-size: 11px 9px;
  			margin-left: 5px;
  			}
  		li {
  			padding-bottom: 10px;
  			}
  		li:last-child a::after {
  			content: none;
  			}
  		}
  	}*/
  .footer {
    padding: 2rem 0;
  }
  .footer__lg {
    line-height: 1.1;
    text-align: center;
  }
  .footer__lg > a {
    display: block;
    width: 206px;
    margin: 0 auto;
    background: url("/common/images/logo_gp_footer03.png") 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: opacity 250ms ease ease 0ms;
    transition: opacity 250ms ease ease 0ms;
  }
  .footer__lg > a::before {
    content: '';
    display: block;
    padding-top: 19.3798%;
  }
  .footer__nav {
    margin-top: 1.25rem;
    line-height: 1.4;
    text-align: center;
  }
  .footer__nav__window {
    display: inline-block;
    position: relative;
    width: .65em;
    height: .55em;
    margin-left: .55em;
    background: #000;
    vertical-align: 3px;
  }
  .footer__nav__window::before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    width: 100%;
    height: 100%;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .footer__nav > li {
    display: block;
  }
  .footer__nav > li + li {
    margin-left: .6rem;
  }
  .footer__nav > li > a {
    display: inline-block;
    position: relative;
    color: #000;
    font-size: .7em;
    -webkit-transition: opacity 250ms ease 0ms;
    transition: opacity 250ms ease 0ms;
    text-decoration: none;
  }
  .footer__copyright {
    margin-top: 1.25rem;
    font-size: .6em;
    line-height: 1.4;
    text-align: center;
  }

  .to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: calc(140/840*100vw + 6px);
    right: 6px;
    display: none;
    z-index: 999;
  }

  /* *****************************************
  /*+  tag  +*********************************
  /***************************************** */
  iframe[name="google_conversion_frame"] {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
